
.menu a, .menu a:hover {
    padding-top: 1.2em;
    margin-bottom: 0;
    text-decoration: none;
}
.space-overview .search-bar {
    max-width: 95%;
}
.hc-spaceHome-background-image.hc-spaceHome-background-image {
    background-size: contain !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
  	background-color: #cc0000 !important;
  	background-origin: content-box;
    padding: 10px 30px;
    height: 350px;
    margin-bottom: -50px;
}
.footer__logo {
    max-width: 155px;
}
.footer__attribution-line--copyright {
    float: right;
 	padding-right: 1rem;
}
.tile {
    position: relative;
    background-color: #fefefe;
    box-shadow: 0 3px 5px rgb(214 30 50 / 16%), 0 0 1px rgb(214 30 50 / 18%);
    border-radius: 3px;
    margin-bottom: 1.5rem;
    color: #192226;
    transition: box-shadow .4s cubic-bezier(.23,1,.32,1),background-color .4s cubic-bezier(.23,1,.32,1);
border-left-style: solid;
    border-color: #cc0000;
    border-radius: 6px;
    border-left-width: 6px;}
.header__navigation {
     box-shadow: 0 3px 5px rgb(214 30 50 / 16%), 0 0 1px rgb(214 30 50 / 18%);
}
.footer {
    padding: 0 !important;
    min-height: 100%;
}
.footer .no-print {
  display: none;
}
.tile {
  box-shadow: 0 8px 30px rgb(0 0 0 / 10%);
  border-top-style: solid;
  border-left-style: none;
  border-top-width: 20px;
  text-align: center;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: transform 0.3s ease-in 0s, box-shadow 0.3s ease-in 0s, opacity 0.6s cubic-bezier(0.5, 0, 0, 1) 0s, transform 0.6s cubic-bezier(0.5, 0, 0, 1) 0s;
  padding-bottom: 0;
}
.tile__headline.tile__headline {
  letter-spacing: .44px;
  font-size: 22px;
  line-height: 30px;
}
.tile__description .icon__wrapper {
  display: flex;
  justify-content: center;
}
.tile__description .icon__wrapper .tile__icon {
  margin-left: 0;
  height: 29px;
  width: 29px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Ebene_1' x='0px' y='0px' viewBox='0 0 29.1 18.2' enable-background='new 0 0 29.1 18.2' xml:space='preserve'%3E%3Cg id='Gruppe_15' transform='translate(-122.657 -77.567)'%3E%3Cg id='Pfad_8'%3E%3Cpath fill='%23CC0000' d='M143.5,95.8h-4.1l6.8-7.5h-23.5v-3.2h23.5l-6.8-7.5h4.1l8.2,9.1L143.5,95.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat right center;
  transition: .15s transform .1s ease-out;
}
.grid-container .grid-x {
  justify-content: center;
}
.cell.space-overview__hero__header__content__intro {
  text-align: left;
}
.space-overview__hero__header__content__intro .w-full {
  width: 100%;
}
.footer__attribution-line--copyright {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
 	padding: 1rem;
}
.cell.tile.tile--topics {
  display: grid;
  align-content: space-between;
}
p.tile__description span {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tile__description {
    min-height: 155px;
    display: grid;
    align-content: space-between;
}
h3.tile__headline {
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.space-overview__content__heading {
  display: none;
  justify-content: center;
}
.cell.large-shrink.hc-footer-font-color {
  display: none;
}
.footer--alignment .grid-x.cell {
  flex: 1 1 0 !important;
  align-items: center !important;
}
.cell.footer__links {
  margin: 1rem;
  display: none;
}
.space-overview__content {
  margin-top: calc(var(--vp-grid-step)*12);
}
.space-overview__hero__header {
  margin-bottom: 0 !important;
  padding-top: 4rem;
}
.tile.tile--topics:hover {
    transform: scale(1.04) matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1) !important;
    z-index: 2;
    box-shadow: 0 8px 30px rgb(0 0 0 / 10%), 0 8px 60px rgb(0 0 0 / 6%);
}


}