/* Serviceslider */
div.service__icon .font__far,
div.service__icon .font__fat,
div.service__icon .font__fal,
div.service__icon .font__fab,
div.service__icon .font__fas {
  font-size: 80px;
  color: rgb(var(--c-neutral-dark));
}

.frame-backgrounddark div.service__icon .font__far,
.frame-backgrounddark div.service__icon .font__fat,
.frame-backgrounddark div.service__icon .font__fal,
.frame-backgrounddark div.service__icon .font__fab,
.frame-backgrounddark div.service__icon .font__fas {
  color: rgb(var(--c-neutral-lightest));
}

div.slider__prev,
div.slider__next {
  width: 35px;
  height: 35px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: rgb(var(--c-primary));
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.no-touch div.slider__prev:hover,
.no-touch div.slider__next:hover {
  background: rgb(var(--c-primary-dark));
}

div.slider__prev svg,
div.slider__next svg {
  position: inherit;
  top: inherit;
  width: 9px;
  height: 18px;
  left: inherit;
  right: inherit;
}

div.slider__next {
  padding-left: 5px;
}

.slider.grid__main {
  grid-template-columns: 2% 35px 1fr 35px 2%;
}

div.service__icon {
  height: 85px;
}

div.service__icon > span {
  left: 50%;
  transform: translateX(-50%);
  height: 85px;
  width: auto;
}

div.service__text {
  text-align: center;
  padding-top: 1rem;
}

div.service__text .-likeh3 {
  text-transform: none;
  font-size: var(--f-size);
  margin: 0;
}

.frame-backgrounddark div.service__text .-likeh3 {
  color: rgb(var(--c-neutral-lightest));
}

.service__item {
  text-align: center;
}

.service__item a {
  position: relative;

  &::after {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.linktextbox a[rel="noreferrer"]:not(:has(span.font__button))::after {
  display: none;
}

/* Headerslider */
.header__slider {
  height: 100%;
  width: 100%;
}

div.header__text {
  position: absolute;
  z-index: 300;
  left: 4%;
  bottom: 5vw;
  width: 92%;
}

.header__title {
  font-family: var(--f-family-2);
  color: rgb(var(--c-neutral-lightest));
  font-size: 8vw;
  line-height: 110%;
}

.header__description {
  font-family: var(--f-family-i);
  color: rgb(var(--c-neutral-lightest));
  font-size: 7vw;
  line-height: 100%;
  margin-top: 1rem;
}

.textimage.-fullwidth {
  padding: 0 !important;
}

.page.-main .header__slider a::after {
  content: '';
  position: absolute;
  z-index: 99;
  top: 0;
  width: 100%;
  height: 80%;
  background: -moz-linear-gradient(
          top,
          rgba(0, 0, 0, 0.65) 0%,
          rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
          top,
          rgba(0, 0, 0, 0.65) 0%,
          rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0.65) 0%,
          rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}

@media (min-width: 520px) {
  div.header__text {
    bottom: 3rem;
  }

  .header__title {
    font-size: var(--f-size-l-5);
  }

  .header__description {
    font-size: var(--f-size-l-4);
  }
}

@media (min-width: 640px) {
  div.slider__prev,
  div.slider__next {
    width: 55px;
    height: 55px;
  }

  div.slider__prev svg,
  div.slider__next svg {
    width: 17px;
    height: 30px;
  }

  .slider.grid__main {
    grid-template-columns: 2% 55px 1fr 55px 2%;
  }
}

@media (min-width: 900px) {
  div.textimage.-fullwidth.-left .textimage__content {
    padding: calc(50px + (85 - 50) * ((100vw - 400px) / (1600 - 400))) 0 calc(50px + (85 - 50) * ((100vw - 400px) / (1600 - 400))) 3rem;
  }

  div.textimage.-fullwidth.-right .textimage__content {
    padding: calc(50px + (85 - 50) * ((100vw - 400px) / (1600 - 400))) 3rem calc(50px + (85 - 50) * ((100vw - 400px) / (1600 - 400))) 0;
  }

  .page.-main .header__slider a::after {
    height: 50%;
    top: inherit;
    bottom: 0;
    background: -moz-linear-gradient(
            top,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.65) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
            top,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.65) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.65) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); /* IE6-9 */
  }
}

@media (min-width: 1580px) {
  div.header__text {
    left: calc((100vw - 1440px) / 2);
    max-width: 900px;
  }

  .header__title {
    font-size: var(--f-size-l-6);
  }

  .header__description {
    font-size: var(--f-size-l-5);
  }

  .slider.grid__main {
    grid-template-columns: 1fr 55px 1330px 55px 1fr;
  }

  div.textimage.-fullwidth.-left .textimage__content {
    padding: 85px 0 85px 3rem;
  }

  div.textimage.-fullwidth.-right .textimage__content {
    padding: 85px 3rem 85px 0;
  }
}