.content {
padding-top:160px;
padding-bottom:160px;
}
.content p {
font-size: 16px;
line-height: 1.6em;
letter-spacing: 0.01em;
font-weight:400;
}

.textRahmen.zweispalten .spalte2 {
width: 45%;
height: auto;
position: relative;
display: inline-block;
text-align: left;
margin-top:0;
}

.textRahmen.zweispalten .spalte1 {
width: 45%;
height: auto;
position: relative;
display: inline-block;
text-align: left;
margin-bottom:0;
}


@media screen and (max-width:1000px) {
.textRahmen.zweispalten .spalte2 {
width: 100%;
height: auto;
position: relative;
display: block;
text-align: left;
}

.textRahmen.zweispalten .spalte1 {
width: 100%;
height: auto;
position: relative;
display: block;
text-align: left;
}
}