.section-hinweisbanner {
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background:var(--secondary);
    padding:15px 25px;
    z-index:2;
}
.section-hinweisbanner .frame-container {
    margin-bottom:0;
    padding-bottom:0;
}

.section-hinweisbanner p {
    color:#ffffff;
    font-size:16px;
}

.section-hinweisbanner p:only-of-type {
    margin-bottom:0;
}

.section-hinweisbanner .row {
    align-items:center;
}

.section-hinweisbanner .hinticon {
    background:var(--primary);
    flex:0 1 65px;
    max-width:65px;
    height:65px;
    border-radius:50%;
    color:#fff;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:50px;
    display:flex;
    font-family: "Ubuntu Sans", Arial, sans-serif;
}

.hintcontent {
    flex: 0 1 calc(100% - 135px);
    max-width: calc(100% - 135px);
}

@media screen and (max-width: 960px) {
    .section-hinweisbanner {
        padding:15px;
    }
    .section-hinweisbanner .hinticon {
        display:none;
    }
    .hintcontent {
        flex: 0 1 100%;
        max-width: 100%;
        padding:0;
    }
    .section-hinweisbanner p {
        font-size:14px;
    }
    .section-hinweisbanner .frame-container {
        margin-top:0;
    }
}
