/* Index Cards */
/*.service-1{
    box-shadow: rgba(58,78,95,0.2) 0 10px 16px, rgba(58,78,95,0.05) 0 -5px 16px;
}*/
.c4Tile.Home #akteback {
    background: url("../images/lady_tablet_1.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    height: 200px;
}
.c4Tile.Home #terminback {
    background: url("../images/termin_backround.png");
    -webkit-background-size: cover;
    background-size: cover;
    height: 200px;
}
.c4Tile.Home #wegfindback {
    background: url("../images/wegfindung_lady_2.png");
    -webkit-background-size: cover;
    background-size: cover;
    height: 200px;
}
.c4Tile.Home .service-1 .service-img{
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.c4Tile.Home .service-1 .service-img img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}
.c4Tile.Home .service-data{
    padding: 5%;
}
.c4Tile.Home .service-info h2{
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
.c4Tile.Home .sevice-info h3{
    font-size: 16px;
    text-transform: uppercase;
}
.c4Tile.Home .sevice-info p{
    width: 90%;
    margin: auto;
    text-align: justify;
    margin-bottom: 10%;
}

/* CG20230725 bei hover �ber Startseite-Kacheln -> "�ffnen"-Button & Icon hervorheben */
@media (min-width: 992px) {
    .p-lg-5 {
        padding: 1.5rem !important;
    }
}

@media (max-width: 992px) {
    .p-lg-5 {
        padding: 0 !important;
    }
}

.c4Tile.Home .tileBtn .card-body > span>i{
    color: var(--btn-primary-text);
}

.c4Tile.Home .tileBtn:hover .card-body > span>i{
    color: var(--btn-primary-hover-text);
}

.c4Tile.Home .tileBtn .card-body > span>i:first-child{
    color:var(--btn-primary-bg);
}
.c4Tile.Home .tileBtn:hover .card-body > span>i:first-child{
    color:var(--btn-primary-hover-bg);
}

.c4Tile.Home .tileBtn .card-footer .tileBtn {
    color: var(--btn-primary-text);
    background-color: var(--btn-primary-bg);
    border-color: var(--btn-primary-border)!important;
}

.c4Tile.Home .tileBtn:hover .card-footer .tileBtn {
    color: var(--btn-primary-hover-text);
    background-color: var(--btn-primary-hover-bg);
    border-color: var(--btn-primary-hover-border)!important;
}

a.tileBtn:not(.btn-primary, .btn-secondary) {
    text-decoration: none !important;
    color: inherit;
}

