
/* H1 Headline Starts  */
.h1-headline.lightbg { background:var(--bg-alt-2); }
.h1-headline {
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding:80px 20px 96px;
}
.h1-headline__smalltitle { text-transform: uppercase; }
.h1-headline--with-bg:after {
  content: '';
  height: 33%;
  background: var(--bg-alt-1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.h1-headline__media {
  max-width: 1030px;
  margin: 0 auto 40px;
}
.h1-headline__title:last-child {
  margin-bottom: 0;
}
.h1-headline__text {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.h1-headline__content {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.h1-headline__content:last-child {
  margin-bottom: 0
}
.h1-headline__content--extra {
  margin-top: 30px;
}
.h1-headline__actions .uk-button + .uk-button {
  margin-left: 30px;
}
.h1-headline .js-texttoggle-content {
  margin-top: 20px;
}
.left-side-content .h1-headline__title {
  text-align: center;
}
.left-side-content .h1-headline__text, .left-side-content .h1-headline__content {
  max-width: 100%;
}
.left-side-content .h1-headline__text, .left-side-content .h1-headline__content, .left-side-content .headline__button {
  text-align: left;
}
.h1-headline__content p a {
  color: var(--text-color);
  border-bottom: solid 1px var(--border-color);
}
.h1-headline__content p a:hover, .h1-headline__content p a:focus{
  border-bottom: solid 1px transparent;
}

.h1-headline__content .box a {
  color: var(--text-color);
  border-bottom: solid 1px var(--border-color);
}
.h1-headline__content .box a:hover, .h1-headline__content .box a:focus{
  border-bottom: solid 1px transparent;
}

.h1-headline__text .button-readmore:after {
  transform: inherit !important;
  transition: none !important;
}
.customheadlinefont .title{
  font: 500 56px / 120% 'Simplo-Regular';
  padding: 0 160px;
}
.customheadlinefont .h1-headline__content{    
  padding: 10px 0 0 0;
}
.customheadlinefont .margin-top-l{margin-top: 30px !important;}

@media (max-width: 1399.98px) {
  .h1-headline {
    padding: 50px 20px;
  }
}
@media (max-width: 960.98px) {
  .customheadlinefont .title{    padding: 0;}
}

@media (max-width: 767.98px) {
  .customheadlinefont .title{
    font:500 40px/48px 'Simplo-Regular';
  }
  .customheadlinefont .margin-top-l {
    margin-top: 20px !important;
  }
  .h1-headline__title--noimage {
    margin: 0;
  }
  .h1-headline__action {
    margin-top: 20px;
  }
  .h1-headline__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: center;
  }
  .h1-headline__actions .uk-button+.uk-button {
    margin: 0;
  }
}
@media (max-width: 639.98px) {
  .h1-headline {
    padding:50px 0;
  }
  .h1-headline--noimage {
    padding-bottom: 20px;
  }
  .h1-headline__media {
    margin-bottom: 20px;
  }
}
/* H1 Headline Ends  */
.inner-hero-slideshow {
  background: var(--text-color);
  color: var(--inverse-font-color);
  height: 100vh;
  min-height: 600px;
  overflow:hidden;
}

.inner-hero-slideshow__items {
  min-height: 100% !important;
  height: 100%;
}

.inner-hero-slideshow__media {
  position: relative;
  height: 100%;
}

.inner-hero-slideshow__media:after {
  content: '';
  background:var(--header-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 45%);
  pointer-events: none;
}

.inner-hero-slideshow__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-hero-slideshow .title {
  color: var(--inverse-font-color);
}

.inner-hero-slideshow__content {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width:100%;
  padding: 0 20px;
}

.inner-hero-slideshow__title {
  margin-bottom: 10px;
}

.inner-hero-slideshow__dotnav {
  position: absolute;
  bottom: 110px;
  left: 0;
  right: 0;
}


.inner-hero-slideshow__dotnav > * {}

.inner-hero-slideshow__dotnav > * > * {
  width: 106px;
  border-radius: 0;
  height: 4px;
  background: #AAAAAA;
}

.inner-hero-slideshow__dotnav > .uk-active > * {
  background: #F4F3ED;
}

.darkbg .inner-hero-slideshow__media:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 45%);
  pointer-events: none;
}

.darkbackground.inner-hero-slideshow__media:after{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 45%),
    linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 59.23%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  pointer-events: none;
}

.inner-hero-tagline {
  font: 400 16px / 24px var(--secondary-font-family);
  letter-spacing: 1px;
  text-transform: uppercase;

}
.inner-hero-maintitle.title--xl {
  font: var(--xl-title-fonts);
  color: var(--inverse-font-color);
}

.slider-controls {
  font: var(--body-text-fonts);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%
}

.slider-controls__slidenav {
  width: 50px;
  height: 50px;
  font-size: 12px;
  color: var(--tertiary-color);
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 100%;
  background: var(--primary-cta-inverse-color)
}

.slider-controls__nav {
  color: var(--tertiary-color);
  font-size: 12px
}

.slider-controls__nav--prev {
  margin: 6px 18px 0 0
}

.slider-controls__nav--next {
  margin: 6px 0 0 18px
}

.slider-controls__slidenav svg {
  display: none
}

.slider-controls__slidenav:hover,.slider-controls__slidenav:focus-visible {
  color: var(--highlight-color)
}

.slider-controls__slidenav.uk-invisible {
  visibility: visible!important;
  opacity: .36;
  display: inline-flex!important;
  cursor: not-allowed
}

.slider-controls__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-width: 111px
}

.full-section-slider-controls .slider-controls__arrows {
  position: absolute;
  top: 50%;
  transform: translate(0px, -55px);
  width: 100%;
  padding: 0 30px;
}
.inner-hero-slideshow__media .edit-overlay {
  margin: 100px;
}

[data-hotel-name="Hotel Ella"] .inner-hero-maintitle.title--xl{color:#fff}

.slider-controls .slider-dot {
  position: absolute;
  bottom: 40px;
  width: 100%;
}
.slider-controls .slider-dot ul {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.slider-controls .slider-dot ul li a {
  background: #fff;
  width: 10px;
  height: 10px;
  opacity: .4;    border: 0px;
}
.slider-controls .slider-dot ul li.uk-active a, .slider-controls .slider-dot ul li a:hover, .slider-controls .slider-dot ul li a:focus{
  opacity: 1;
}
.slider-dot{display:none;}
.hide-arrow-show-dot .slider-controls__arrows{display:none;}
.hide-arrow-show-dot .slider-dot{display:block;}


@media (min-width: 1251px) {
  .inner-hero-slideshow__media > img {
    height: 100vh;
  }
}

@media (max-width: 1399.98px) {
}

@media (max-width: 1250.98px) {
  .inner-hero-slideshow {
    height: 100%;
    min-height: 100%;
  }
}



@media (max-width: 1023.98px) {

}

@media (max-width: 959.98px) {
  .inner-hero-maintitle.title--xl {
    font: var(--mob-xl-title-fonts);
  }
}

@media (max-width: 767.98px) {
  .full-section-slider-controls .slider-controls__arrows {
    width: auto;
    top: auto;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: 8px;
  }
  .darkbg .inner-hero-slideshow__media:after{display:none}
  .darkbackground.inner-hero-slideshow__media:after {display: block;}
  .slider-controls .slider-dot{bottom: 20px;}

}

@media (max-width: 639.98px) {
}

@media (max-width: 575px) {
}
