.content {
    margin-top: 20px;
    padding: 20px;
    margin-left: 20vw;
    margin-right: 20vw;
    background: url(background.png) no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    font-size: 2.5vw;
}

.h1
{
    text-align: center;
    padding-top: 2rem;
}

.cardDate
{
    opacity: 0.4;
    font-size: 0.8rem;
}

.cardText
{
    font-size: 1.25rem;
}

.card-img {
    max-width:100%;
    width: 30vh;
    height: auto;
    object-fit:cover;
}

.card
{
    height: 30vh;
    margin: 1vh; 
    overflow:hidden;
}

.cardU {
    font-size: 1.35rem;
    font-weight: bold;
}

.more {
    font-size: 1rem;
    margin-bottom: -5rem;
}


.card {
    margin: 1vw;
}

@media (max-width: 800px) {

    .content {
    margin-left: 5vw;
    margin-right: 5vw;
    font-size: 2.5vw;
    }

    .card {
        height: 25vh;
    }

    .cardDate {
        font-size: 0.85rem;
    }

    .cardText {
        font-size: 1rem;
    }

    .cardU {
        font-size: 1.25rem;
        font-weight: bold;
    }

}

.newsMoreDiv {
    border: 1px solid #c7c6c6;
    padding: 1rem;
    margin-top: 10rem;
}

.newsMoreSubject {
    text-align: left;
    font-weight: bold;
    font-size: xx-large;
}

.newsMoreDate {
    color: grey;
    font-size: medium;
}

.newsMoreEinleitung {
    font-size: x-large;
}

.newsMoreText {
    font-size: x-large !important;
}

p {
    margin-top:  1.5rem !important;
    margin-bottom: 1.5rem !important;
}


