div.content {
width: 90%;
margin: 0 auto;
}


.content p strong {
color: #b70d1b;
letter-spacing: 0.15em;
text-transform:uppercase;
font-family: 'urw_geometricregular', sans-serif;
font-weight: bold;
margin-top: 10px;
}
.content p br {
display:block;
}

@media screen and (min-width:1000px) {
#texRahmen88 {
width: 50%;
height: auto;
position: relative;
padding-bottom: 70px;
padding-top: 70px;
margin: 0 auto;
}
}

@media screen and (max-width:1000px) {
.content p br.nurdesktop {
display: none!important;
}

}