         /* Klasse für das Initial */         * {     box-sizing: border-box;     margin: 0;     padding: 0; }  body {     /* font-family: Arial, sans-serif; */ }  .container {     display: flex;     flex-wrap: wrap; }  .block {     padding: 5px;     /* border: 1px solid black; */     text-align: center; }  /* Block A und D: 100% Breite */ .block-a, .block-d {     flex: 0 0 100%; }  /* Block B und C: jeweils 50% Breite auf größeren Bildschirmen */ .block-b, .block-c {     flex: 0 0 50%; }  /* Responsive Design: Blöcke untereinander auf mobilen Geräten */ @media (max-width: 768px) {     .block-b, .block-c {         flex: 0 0 100%;     } }          .initial {             font-size: 150%;    /* Höhe auf 150% der Standardgröße */             font-style: italic; /* Kursiv */             color: #89755a;       /* Braune Farbe */         }  .ueberschrift {     font-style: italic;     /* Kursiv */     text-align: left;       /* Links ausgerichtet */     color: #89755a;          /* Braune Farbe */ }     #sp-ks8a8s{width: 100%; max-width: 100%; padding: 10px;}#sp-vw3kvy{padding: 0px; width: auto; max-width: 750px;}#sp-rgfkne{width: calc(100% + 0px);}#sp-vkfqysswek{text-decoration: none;}#anld0m{text-align: center; margin: 0px; position: relative;}#sp-jrvy1j{margin: 0px; text-align: left;}#sp-stywos{margin: 0px;}@media only screen and (max-width: 480px) { .sp-headline-block-anld0m,   #sp-anld0m,   #anld0m {text-align:center !important;} .sp-text-wrapper-jrvy1j,   #sp-jrvy1j,   #jrvy1j {text-align:left !important;}}@media only screen and (min-width: 481px) and (max-width: 1024px) { .sp-headline-block-anld0m,   #sp-anld0m,   #anld0m {text-align:center !important;} .sp-text-wrapper-jrvy1j,   #sp-jrvy1j,   #jrvy1j {text-align:left !important;}}