.acf-eigenschaften-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 2em;
}
.acf-eigenschaften-table tr:nth-child(odd) {
background-color: rgba(0, 121, 155, 0.1); }
.acf-eigenschaften-table tr:nth-child(even) {
background-color: rgba(235,241,239,0.3);
}
.acf-eigenschaften-table td {
padding: 10px 12px;
vertical-align: top;
}
.eigenschaften-label {
font-weight: bold;
width: 70%;
}
.eigenschaften-value {
width: 30%;
text-align: center;
}
.kaufanreize-list {
list-style: none;
padding: 0;
margin: 0;
}
.kaufanreize-list li {
display: flex;
align-items: center;
font-size: 1.2em;
margin-bottom: 0.5em;
color: #00799B;
}
.kaufanreize-icon {
color: #00799B;
font-weight: bold;
margin-right: 0.5em;
font-size: 1.3em;
}