.gridContainer .grid2InARow > div:nth-child(n) {
flex-flow: column;
}

.gridContainer .grid1InARow > div:nth-child(n) {
flex-flow: column;
}

.text {
padding: 25px;
background-color: var(--bs-body-bg);
background-clip: padding-box;
text-align: justify;
height: 100%;
}

.textBreit {
padding: 25px;
background-color: var(--bs-body-bg);
background-clip: padding-box;
text-align: justify;
}

.textRot {
padding: 25px;
text-align: justify;
}