.aktuality-jumbatron{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    padding: 4rem;
    background-size: cover;
}

.aktuality-jumbatron#text{
    z-index: 2;
    color: #f2f2f2;
}

.aktuality-jumbatron::after{
    content:'';
    width: 100%;
    height:100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index:1
}

.aktuality-jumbatron h2 {
    font-weight: bold;
    color: white;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    z-index:2;
    font-size: 48px;
    text-align:center;
	cursor:pointer;
}

.aktuality-jumbatron p{
    color: #f2f2f2;
    z-index:2;
    font-size: 25px;
}

.aktuality-jumbatron p.caption{
    font-size: 18px;
    color: #a0d9ff;
    font-weight: bold;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

.aktuality-jumbatron caption{
    color: #f2f2f2 !important;
    z-index:2
}
