.box img{
    object-fit:cover;
}

.blogpost__ground{
    position: relative;
    overflow: hidden;
    margin:5px;
    border: 1px solid #eee;
}

.blogpost_card{
    position: relative;
    overflow: hidden;
    margin:10px;
}
.blogpost__cardcontent {
    bottom:0;
    width: 100%;
    min-height: 0%;
    background: rgba(214,.175,.54,0);
    transition: all 0.5s ease;
    position: relative;
    z-index: 5;
    text-align: center;
}
.blogpost__cardcontent span{
    display: block;

}
.blogpost__cardcontent:hover span{
    color: #fff;
}

.blogpost__cardcontent:hover p{
    color: #fff;
}
.blogpost__cardcontent:hover a{
    color: #fff;
}
.blogpost__cardcontent:hover i{
    color: #fff;
}
.blogpost__cardcontent a{
    text-decoration: none;
    left:0px;
    position: absolute;
    bottom: 20px;
    width: 100%;
    font-weight: normal;
}
.blogpost__cardimage {
    opacity:0;
    height: 400px; 
    width: 600px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}
.blogpost_card:hover .blogpost__cardimage{
    opacity: 1;
}
.blogpost_card:hover .blogpost__cardcontent{
    background: rgba(0, 159, 226, 0.8);
    min-height: 100%;
}
.blogpost_card .blogpost__cardcontent img {
    transition:0.5s ease all;
}
.blogpost_card:hover .blogpost__cardcontent img {

    filter: brightness(0) invert(1);
}
.lis li {
    background-color:#fff;
    display: inline-block;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #121212;
    border-radius: 10px;
    width: 12px;
    height: 12px;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
}

.lis li:active,
.lis li:hover {
    background-color:#000;
}

.lis {
  position: absolute;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.lis .active{
    background-color:#000;
}
.slider-left,
.slider-right{
  cursor:pointer;
}

.blogpost__cardcontent p,
.blogpost__cardcontent a{
    font-size: 16px;
}

.service__background--blue {
    background: #f2fafd;

}

.border__box {
    border: 1px solid #eee;
}

.border__box--white10 {
    border: 10px solid #fff;
}

@media (max-width: 767.98px) {
    .inhaltsverzeichnis span {
        white-space: normal;
    }
    .inhaltsverzeichnis {
        text-align: center !important;
    }
    .btn.btn-rounded {
        font-size: 15px;
    }
}


@media (max-width: 767.98px) {
    .inhaltsverzeichnis .service__background--blue .btn-rounded.scrollbtn{
        white-space: normal;
    }
}

@media (min-width: 767.99px) {
    .service__title {
        padding-left: 20px !important;
    }
}

