/* ABIZEITUNG */

.abizeitung_container {
    display: grid;
    grid-template-columns: 8fr 10fr;
    background-color: var(--black-background);
    height: 100vh;
}

.abizeitung_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 10%;
}

.abizeitung_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.abizeitung_img > img {
    width: 80%;
    height: 80%;
    object-fit: scale-down;
    flex: 0 1 200px;
}