
.calculator-selects-container {

    --calc-icon-ethno_format: url('/img/icons/icon_calculator_format.svg');
    --calc-icon-ethno_motiv: url('/img/icons/icon_calculator_motiv2.svg');
    --calc-icon-freetext: url('/img/icons/icon_calculator_freetext.svg');

}

.calc-line > .item[data-calc-select="anzahl"] .select-selected {background-image: var(--calc-icon-anzahl); background-size: 20px;}
.calc-line > .item[data-calc-select="freitext"] input {background-image: var(--calc-icon-freetext); background-size: 20px;}
.calc-line > .item[data-calc-select="freitext"] textarea {background-position: 10px 13px; background-image: var(--calc-icon-freetext); background-size: 20px; padding-left: 44px;}

.calc-line > .item[data-calc-select="ethno_format"] .select-selected {background-image: var(--calc-icon-ethno_format); background-size: 20px;}
.calc-line > .item[data-calc-select="ethno_motiv"] .select-selected {background-image: var(--calc-icon-ethno_motiv); background-size: 20px;}
.calc-line > .item[data-calc-select="ethno_visitenkarte"] .select-selected {background-image: var(--calc-icon-ethno_motiv); background-size: 20px;}



.bricks-container .brick[data-orientation=horizontal] .one {min-width: 300px;}