@media (min-width:1000px) {
main .inhalt2spalten#inhalt2spalten270 .spalte {
width: 46%;
flex: 1;
max-width: 700px;
flex-direction: column;
justify-content: start;
align-content: start;
}
}
.green {
background-color: var(----color-bg);
border-radius: var(--rounded);
padding: 1rem 0;
}