.contentHome-bg {
    aspect-ratio: 16 / 9;
    width: 100%;
    background-image: url("../images/isw-home-back.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cardHome {
    --bs-card-spacer-x: 2.125rem;
    --bs-card-spacer-y: 0.0rem;
    background-color: #fff;
    box-shadow: none;
    border: none; /* optional, falls auch kein Rand gewünscht */
}

.contentTmp2-bg {
    aspect-ratio: 16 / 9;
    width: 100%;
    background-image: url("../images/back_green_logo.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cardTmp2 {
    --bs-card-spacer-x: 2.125rem;
    --bs-card-spacer-y: 0.0rem;
    background-color: #fff;
    box-shadow: none;
    border: none; /* optional, falls auch kein Rand gewünscht */
}


/* Auf Smartphones Portraitmodus */
@media (max-width: 576px) and (orientation: portrait) {
    .contentHome-bg {
        background-image: none;
    }

    .contentTmp2-bg {
        background-image: none;
    }    

    .cardHome {
        background-color: #009B77;
    }

    .cardTmp2 {
        background-color: #009B77;
    }

}

.hero-title1 {
    font-size: clamp(1.3rem, 3.5vw, 2.2rem);
}

.font-iswgreen {
  color: #009B77;
  font-weight: bold;
}

.font-iswred {
  color: #ff0000;
  font-weight: bold;
}

.contentTmp1-bg {
    aspect-ratio: 16 / 9;
    width: 100%;
/*    background-image: url("../images/back_white_logo.png"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cardTmp1 {
    --bs-card-spacer-y: 0.0rem;    
}

.font-bold {
  font-weight: bold;
}

.imgWidth {
    max-width: 300px;
}


ul.fs-4 li::marker {
    color: #009B77 !important;
}


.imgWidthLogo {
    max-width: 120px;
}
