.ranking-red {
    margin-left: 1.2em;
    padding-top: 0.5em;
}

.ranking-red .e-star,
.ranking-red .f-star {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ff0000;
  font-size: 1.14em;
}

.ranking-red .e-star:before {
  content: "";
}

.ranking-red .f-star:before {
  content: "";
}

.ranking-red.rankmode {
  cursor: default;
}

.ranking-red.rankmode .e-star {
  cursor: pointer;
}

.ranking-red.rankmode .e-star.hovering:before, .ranking-red.rankmode .e-star:hover {
  content: "";
}

.ranking-red:not(.rankmode).one-star .e-star:nth-child(1):before {
  content: "";
}

.ranking-red:not(.rankmode).two-star .e-star:nth-child(-n+2):before {
  content: "";
}

.ranking-red:not(.rankmode).three-star .e-star:nth-child(-n+3):before {
  content: "";
}

.ranking-red:not(.rankmode).four-star .e-star:nth-child(-n+4):before {
  content: "";
}

.ranking-red:not(.rankmode).five-star .e-star:nth-child(-n+5):before {
  content: "";
}

.searchBox {
    background: white;
    border-radius: 35px;
    padding: 6px;
    height: 2em;
    margin-bottom: 0em;
    height: 34px;
    margin-right: 0.5em;
}

#icon-search {
    float: left;
    margin-left: 0.5em;
    margin-top: 0.2em;
    padding-right: 0.5em;
    color: #978888;
}

.searchInput {
    border: none;
    background: none;
    outline: none;
    padding: 0;
    color: #686363;
    font-size: 0.8em;
    font-weight: bold;
    width: 28%;
    position: absolute;
    margin-top: -1em;
    height: 47px;
}

.color-text-voted {
    color: #737373
}
#search-panel-mobil {
    display: block;
}

#search-head-mobil {
    display: none;
    margin-top: -2em;
    width: 35%;
    float: right;
    margin-right: -0.5em;
}

@media only screen and (min-width: 850px) {
    #search-panel-mobil {
        display: none;
    }

    #search-head-mobil {
        display: block;
    }
}

#image-grid {
    width: 151px;
    height: 100px;
}

.med-box-grid {
    display: grid;
    grid-template-columns: 1fr 20%;
    grid-template-rows: 1fr 10% 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: center;
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #d1d1d1;
    border-radius: 23px;
}

.grid-title {
    grid-area: 1 / 1 / 3 / 2;
    padding: 1.2em;
}

.grid-image {
    grid-area: 3 / 1 / 4 / 2;
    display: grid;
    justify-content: space-between;
    justify-items: left;
}

.grid-colum-link {
    grid-area: 1 / 2 / 4 / 3;
    color: white;
    background-color: #4672cf;
    border-radius: 0px 23px 23px 0px;
    display: grid;
}

.grid-colum-link:hover {
    color: white;
}

.med-box-grid .grid-title a {
    color: #423c3c;
}

.grid-text-link {
    place-self: center;
    padding-inline: 0.3em;
    font-weight: bold;
    font-size: 1.2em;
}
