groupimg
{
    background: linear-gradient(90deg, #673AB7, #00BCD4, #8BC34A, #FFEB3B, #F44336, #9C27B0);
    height: 550px;
    top: 0px;
    display: grid;
    position: relative;
    margin-bottom: 100px;
}

groupimg > .groupimage
{
    position: relative;
    left: 0px;
    width: 100%;
    opacity: 0.666;
    height: 550px;
}

groupimg > motdhold
{
    position: relative;
    width: inherit;
    height: 130px;
    left: 0px;
    top: -50px;
}



groupimg > motdhold > motdbanner1
{
    top: 1px;
    position: absolute;
    left: calc(var(--vw) * 11 + 80px);
    height: 80px;
    width: calc(var(--vw) * 65);
    background: var(--frw-accent-darkest-transparent-color );
}


groupimg > motdhold > motdbanner1 > .motdbanner1t
{
    position: absolute;
    left: calc(var(--vw) * 3);
    color: white;
    top: -13px;
    font-size: 30px;
    font-weight: bold;
}

groupimg > motdhold > motdbanner1 > motdbanner1ecke
{
    position: absolute;
    left: -49px;
    top: 0px;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent var(--frw-accent-darkest-color ) transparent;
}

groupimg > motdhold > motdbanner2
{
    top: 50px;
    position: absolute;
    height: 80px;
    width: calc(var(--vw) * 11);
    background: var(--frw-accent-color );
}

groupimg > motdhold > motdbanner2 > motdbanner2text
{
    position: absolute;
    left: calc(var(--vw) * 9.99);
    width: calc(var(--vw) * 65);
    height: 80;
    background: var(--frw-accent-color );
}

groupimg > motdhold > motdbanner2 > motdbanner2text > .motdbanner2t
{
    position: absolute;
    left: calc(var(--vw) * 21);
    color: white;
    top: 0px;
    font-size: 25px;
}

groupimg > motdhold > motdbanner2 > motdbanner2ecke
{
    position: absolute;
    left: 150px;
    color: white;
    top: 0px;
    font-size: 25px;
    position: absolute;
    left: calc(var(--vw) * 11);
    -webkit-transform: rotate(180deg);
    border-style: solid;
    border-width: 0 0 80px 80px;
    border-color: transparent transparent #9C27B0 transparent;
}