p
{
margin:auto auto 0.5rem auto; /* 8 Pixel */
}

/* ----------------------------------------------- */

p span:not(:last-of-type)::after
{
content:"\00a0\2022\00a0"; /* https://www.toptal.com/designers/htmlarrows/punctuation/ */
}

/* ----------------------------------------------- */

p span a
{
text-decoration:none;
pointer-events:none;
}

/* ----------------------------------------------- */

figure div
{
display:-webkit-flex;
display:flex;
-webkit-justify-content:space-between;
justify-content:space-between;
}

figure div:not(:last-of-type)
{
margin:auto auto 1.5rem auto; /* 24 Pixel */
}

figure div:last-of-type /* Diesen Anweisungsblock auskommentieren, wenn die letzte Reihe vollständig ist bzw. vier Logos umfasst */
{
-webkit-justify-content:flex-start;
justify-content:flex-start;
}

/* ----------------------------------------------- */

figure img
{
width:calc((100% - 1.5rem)/4);
height:auto;
}

figure img.partner
{
cursor:pointer;
}

/* ----------------------------------------------- */

.aktiv
{
text-decoration:underline;
color:rgba(128,0,0,1);
pointer-events:auto;
}

/* ----------------------------------------------- */

body
{
background-color:rgba(225,241,221,1);
}

/* ----------------------------------------------- */

/* ----------------------------------------------- */

/* ----------------------------------------------- */

@media print
{

/* ----------------------------------------------- */

section:not(:last-of-type)
{
margin:auto auto 1rem auto; /* 16 Pixel */
}

/* ----------------------------------------------- */

.aktiv
{
color:rgba(0,0,0,1);
}

/* ----------------------------------------------- */

}