/* Farbvariablen */
:root {
    --first: #fff;
    --second: #fff;
    --third: #000000;
    --fifth: rgba(0, 0, 0, 0.6);
    --sixth: #2C3E50;
    --seventh: rgb(28, 37, 62);

    --twelfth: #abd2ff;
    --thirteenth: #32567a;
    --fourteenth: #52687e;
    --fifteenth: #717e8c;
    --sixteenth: #8b95a8;
    --seventeenth: #315377;
    --eighteenth: #656565;

    --twentieth: #eee;
    --twentyfirst: #B4CDED;
    --twentysecond: #A2A9B0;
    --twentythird: rgba(180, 205, 237, 0.8);

    --shopcolor: #006ab1;
    --eighth: #fff7cc;
    --ninth: #ffe680;
    --tenth: #ffd11a;
    --eleventh: #e6b800;
    --nineteenth: #bdbd1f;
    --newblack:#2e3134;
}

.effekt-media-landing .section-7 .question {
    background-image: url(../img/st-tropfen.png) !important;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}