﻿li {
    line-height: initial !important;
    margin-bottom: 7px;
}

.et-card {
    padding: 2rem;
    background-color: white;
    border-radius: 20px;
   box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.et-title{
    display:flex;
    margin-left:-8px
}
.et-body{
    margin-top:2rem;
    margin-bottom:2rem;
}
.et-footer{
    display:flex;
justify-content:end;
}

#events img {
    border-radius: 20px;
}

.ah-buehne {
    background-image: linear-gradient(rgba(0, 91, 36, 0.3),rgba(0, 91, 36, 0.0)),url('/img/buehne_elektromobilitaetstag.webp');
    background-size: cover;
    background-repeat: no-repeat;
}
.halb {
    flex: 0 0 100%;
}

.ah-intro-ng h1{
    font-size:22px;
}


@media all and (min-width: 760px) {
    .ah-intro-ng h1 {
        font-size: 40px;
        line-height:48px
    }
}

    @media all and (min-width: 1024px) {
        .ah-buehne {
            background-image: linear-gradient(rgba(0, 91, 36, 0.2),rgba(0, 91, 36, 0.0)),url('/img/buehne_elektromobilitaetstag.webp');
            background-size: cover;
            background-repeat: no-repeat;
        }

        .halb {
            flex: 0 0 50%;
        }
        .ah-intro-ng h1 {
            font-size: 60px;
            line-height: 80px
        }
     
    }