
/* 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;
}


@media (max-width: 1399.98px) {
  .h1-headline {
    padding: 50px 20px;
  }
}
@media (max-width: 767.98px) {
  .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  */
/*cache version*/