remake vitrierparis

.borb1 {
display: none;
}

.bgcol-red {
background-color: #689D71;
border-color: #689D71;
}

.art-postcontent ul {
border-left: 3px solid #689D71;
}

.primary-col, a, b {
color: #689D71;
}

a:hover {
color:#3A9D23;
}

.btn, button, input[type=submit], li.focus > a {
background: #689D71;
border: 1px solid #689D71;
box-shadow: 0 -2px 0 #689D71 inset;
}

.btn:hover, button:hover, input[type=submit]:hover, li.focus > a:hover {
background-color: #3A9D23;
border-color: #3A9D23;
box-shadow: 0 -2px 0 #3A9D23 inset;
}

.opn-child.active span {
transition: all 0.7s ease-out;
transform: rotate(180deg);
}

.opn-child span {
transition: all 0.7s ease-out;
}