.xBlogItems.orbit {
    position: relative;
    overflow: hidden;
}

.xBlogItems.orbit-container {
    position: relative;
    /*height: 0; 221111, dwildt, 1-*/
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.xBlogItems.orbit-slide {
    width: 100%;
    position: absolute;
}
.xBlogItems.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0;
}

.xBlogItems.orbit-figure {
    margin: 0;
}

.xBlogItems.orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.xBlogItems.orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem;
    background-color: rgba(10, 10, 10, 0.5);
    color: #fefefe;
}

.xBlogItems.orbit-next, .xBlogItems.orbit-previous {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fefefe;
}
[data-whatinput=mouse] .xBlogItems.orbit-next, [data-whatinput=mouse] .xBlogItems.orbit-previous {
    outline: 0;
}
.xBlogItems.orbit-next:hover, .xBlogItems.orbit-previous:hover, .xBlogItems.orbit-next:active, .xBlogItems.orbit-previous:active, .xBlogItems.orbit-next:focus, .xBlogItems.orbit-previous:focus {
    background-color: rgba(10, 10, 10, 0.5);
}

.xBlogItems.orbit-previous {
    left: 0;
}

.xBlogItems.orbit-next {
    left: auto;
    right: 0;
}

.xBlogItems.orbit-bullets {
    position: relative;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center;
}
[data-whatinput=mouse] .xBlogItems.orbit-bullets {
    outline: 0;
}
.xBlogItems.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca;
}
.xBlogItems.orbit-bullets button:hover {
    background-color: #8a8a8a;
}
.xBlogItems.orbit-bullets button.is-active {
    background-color: #8a8a8a;
}

.xBlogItems.orbit .slide-content {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.xBlogItems.orbit .background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    pointer-events: none;
  }


.xBlogItems.orbit .category {
    display: none;
  }


.xBlogItems.orbit .teaser {
    padding: 2rem 3rem;
    position: relative;

    * {
      color: white;
    }

    p {
      line-height: 1.4;
    }

    h2 {
      line-height: 1.2;
      font-size: 1.5rem;
      font-weight: bold;
    }

    .bottom {
      margin-bottom: 0;

      a {
        margin-bottom: 0;
      }
    }
}

.maincontentmain .xBlogItems.orbit .orbit-figure {
    width: 100%;
    position: relative;
    overflow: hidden;
}
  
.maincontentmain .xBlogItems.orbit .orbit-figure > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
  
.maincontentmain .xBlogItems.orbit .orbit-figure > a img {
    width: 100%;
    height: auto;
}
  
.maincontentmain .xBlogItems.orbit .orbit-caption {
    position: relative;
}


@media screen and (max-width: 570px) {
  .xBlogItems.orbit figcaption {
    text-align: center;
  }
  .xBlogItems.orbit figcaption p {
    display: none;
  }
}

