/* Startseite Slide */
.slide li:nth-child(1) span.loading {
    background-image: url(../img/background/001_comp.jpg);
}
.slide li:nth-child(2) span.loading {
    background-image: url(../img/background/002_comp.jpg);
    animation-delay: 5s;
}
.slide li:nth-child(3) span.loading {
    background-image: url(../img/background/003_comp.jpg);
    animation-delay: 10s;
}
.slide li:nth-child(4) span.loading {
    background-image: url(../img/background/004_comp.jpg);
    animation-delay: 15s;
}
.slide li:nth-child(5) span.loading {
    background-image: url(../img/background/005_comp.jpg);
    animation-delay: 20s;
}

/* Auszeichnungen Kacheln */
#auszeichnungen .ref #as001.table-sub .ref-card div{
    background-image: url(../img/projekte/auszeichnungen/pes/title-thumb.jpg);
    background-size: cover;
    background-position: center;
}
#auszeichnungen .ref #as002.table-sub .ref-card div{
    background-image: url(../img/projekte/auszeichnungen/wellenreiter/title-thumb.jpg);
    background-size: cover;
    background-position: center;
}
#auszeichnungen .ref #as003.table-sub .ref-card div{
    background-image: url(../img/projekte/auszeichnungen/plappersnut/title-thumb.jpg);
    background-size: cover;
    background-position: center;
}
#auszeichnungen .ref #as004.table-sub .ref-card div{
    background-image: url(../img/projekte/auszeichnungen/kreissitz/title-thumb.jpg);
    background-size: cover;
    background-position: center;
}

/* team */
.team {
    background-image: url(../img/diverse/team.JPG);
    background-size: cover;
    background-position: center;
    padding-top: 53% !important; /*aspect ratio - b/h = 1200px / 640px*/
    padding: 0;
    padding-bottom: 1rem;
    border-radius: 3px;
}
