﻿.hinweis-banner-text {
    text-align: justify;
    width: 85%;
}

.hinweis-banner-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: lightyellow;
    border-radius: 5px;
    border: .5px dashed black;
    padding: 10px;
}


