#unterZeile {
  display: block;
  font-size: 18px;
  width: 53%;
  margin: 11px 0 4px 5px;
  color: black;
  text-decoration: none;
}

a#portal-logo {
    text-decoration: none;
}

a#portal-logo:hover {
    text-decoration: underline;
}

.portletItemDetails > .timezone {
  display: none;
}

.card-text > .timezone {
    display: none;
    }

.portletItemDetails > .location {
    display: block;
    }

#portal-footer-wrapper ul li {
  display: inline;
  margin: 0 2rem 0 0;
  font-size: large;
}

.card-text > .timezone {
    display: none;
    }
    
 .card.event-summary {
     float: right;
     margin-left: 5px;
     max-width: 300px;
     border: none;
     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
 }
 
h2 > a.summary {
    text-decoration: none;
    }
    
.row.mb-3 > .col-3 {width: 35%;}

.portletEvents a.tile {
    text-decoration: none;
    }