.dgs-column-left,
.dgs-column-right{
	width: 100%;
	display: flex;
	flex-direction: column;
}
@media (min-width: 992px) {
	.dgs-column-left{
		width: 70%;
	}
	.dgs-column-right{
		width: 30%;
		background-color: var(--dgs-rechte-spalte-color);
	}
}

