.tx_ewrportals { overflow: hidden; padding: 32px 0 0; }

.ewrportal { float: left; width: 33.333%; border-left: 1px solid #e1e1e1; padding: 10px 45px 0; 
  background: url("../../images/ewr_netze_rauten.png") no-repeat 18px 0;
}
.ewrportal:first-child { border: none; }

.ewrportal ul { margin-bottom: 18px; list-style-type: none; }
  .ewrportal ul li { margin-bottom: 4px; }
  .ewrportal ul li:before { color: #e13f2a; content: "g"; font-family: "ewr-netze" !important;
    font-size: 9px; font-style: normal !important; font-variant: normal !important;
    font-weight: normal !important; line-height: 1; margin-right: 5px; 
    text-transform: none !important;
  }  

@media screen and (max-width: 700px) {
  .ewrportal h3 { padding-left: 30px; }
  .ewrportal { padding: 10px 15px 0; }
}

@media screen and (max-width: 599px) {  
  .ewrportal { width: 50%; }
}

@media screen and (max-width: 480px) {  
  .ewrportal { width: 100%; float: none; border-left: 0; border-top: 1px solid #e1e1e1;
     padding: 0; padding-top: 20px; margin-top: 15px; background-position: 15px 5px; }
  .ewrportal h3, .ewrportal aside { padding-left: 45px; }   
  .ewrportal:first-child { border: 0; margin: 0; }
}
