#c3594.text-media.card a {
  width:100%;
  text-decoration: none;
  display:inline-block;
  padding:1em 1em 1em 2.5em;
  margin:0 0 1em 0;
  position:relative;
  background: #d5d5d552;
  border: 1px solid #d5d5d5;
}

#c3594.text-media.card a:hover,#c3594.text-media.card .body p:nth-child(2n+1) a:hover {
   background:#fff; 
}

#c3594.text-media.card .body p:nth-child(2n+1) a{
    background: #d5d5d51a;
}

#c3594.text-media.card a::before {
    background-image: url(/typo3conf/ext/iu_bsag/Resources/Public/Images/Icons/menu-pfeil-rot.svg);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    display: block;
    height: 100%;
    height: 1.5em;
    left: 10px;
    position: absolute;
    top: 19px;
    width: 1.5rem;
}

