Habt Ihr da eine Idee?
Eine besondere Idee habe ich auch nicht, aber eventuell hilft dir das erst mal weiter. Ich stelle dir mal den Block rein, den ich auf die Schnelle verändert habe. Damit sieht es dann so aus:
CSS
.screen{
margin-top: 15px !important;
margin-left: 110px !important;
max-width: 1200px !important; /* Breite der Box */
border: 5px solid dodgerblue! important;
border-radius:24px !important;
padding: -60px -60px !important;
background: #f8f8ff !important;
box-shadow: inset 0 0 15px 15px lightblue !important; /* innerer Schatten */
}
