/* Animation beim Hovern */
.card:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
}

.nav-img {
    height: 180px;
    object-fit: cover;
}

.card {
    border-radius: 12px;
}

.card-header-img2 {
    background-image: url('/static/images/preise/erstehilfe.jpg');
    background-size: cover;
    background-position: center;
    padding: 2rem 1rem;
    position: relative;
    color: white;

    border-radius: 12px;
}

.card-header-img {
    background-image: url('/static/images/preise/14tage.jpg');
    background-size: cover;
    background-position: center;
    padding: 2rem 1rem;
    position: relative;
    color: white;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    margin-bottom: 2rem;
    height: 30rem;
    filter: saturate(0.8);
    border-radius: 12px 12px 0 0;
}

.stylized-header {
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.stylized-header span {
    color: white;
    padding: 0.5rem 1.5rem;
    display: inline-block;
}

.fine-print {
    font-size: 75%;
    line-height: 110%;
}

.erste-hilfe-text-bg {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1rem;
    margin: 1rem;
    border-radius: 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.subnav-header {
    background-color: #E2127E !important;
    color: white !important;
    font-size: 150%;
    text-align: center;
    border-radius: 12px;
    border: none;
}

.descr-small {
    font-size: 80%;
    color: rgb(105, 105, 105);
    line-height: 1;
    display: inline-block;
    margin-top: 0.35rem;
}

.descr-big {
    font-size: 80%;
    color: rgb(105, 105, 105);
    line-height: 1;
    display: inline-block;
}