.stoerer {background-color:rgb(255,255,255); color:#FFF; margin:-50px auto 50px auto;}
.stoerer .content-text {
  box-shadow: 3px 5px 10px hsla(0,0%,0%,0.4);
  background-color:rgb(112,159,137);
  margin:30px 20px 60px 20px; 
  padding: 30px; 
  border-radius: 15px }
.stoerer .content-text a{text-decoration:none; color:#FFF;}
.stoerer .content-text ul {margin:0!important; padding:20px 0 0 0; border-top:1px solid#fff;}

/* Tablett (Desktop 768 and up) */
@media (min-width: 768px) {	
.stoerer {background-color:rgb(255,255,255); color:#FFF; margin:-70px auto 70px auto;}
.stoerer .content-text {margin:30px 20px 60px 20px; padding: 30px; border-radius: 15px;}
}

/* Tablett (Desktop 990 and up) */
@media (min-width: 990px) {	
.stoerer .content-text {
  width: 880px;margin:30px auto 60px auto; padding:30px; border-radius: 15px }  
}

/* Tablett (Desktop 1200 and up) */
@media (min-width: 1200px) {	
.stoerer {background-color:rgb(255,255,255); color:#FFF; margin:-120px auto 70px auto;}
.stoerer .content-text {
  width: 1040px;
 margin:40px auto 120px auto; padding: 50px; border-radius: 15px }  
 .stoerer .content-text ul li{display: inline-block; margin: 0 40px 0 0!important;}
}

/* Tablett (Desktop 1400 and up) */
@media (min-width: 1400px) {	
.stoerer {background-color:rgb(255,255,255); color:#FFF; margin:-190px auto 70px auto;}
.stoerer .content-text {
  width: 1240px;
  margin:40px auto 120px auto;  border-radius: 15px }  
}