.language {
    float:right;
    display:flex;
    position:absolute;
    right:1rem;
    top:1rem;
    z-index:1000;
}

.language li {
    color:white;
    padding-right:4px;
}

.room-headline {
    height:30px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.room-offer {
    display:block;
    min-height:30px;
}

.room-offer ul {
}

.modal-header {
    background: #333 !important;
}

#vavcer {
    text-align: center;
    clear: both;
  }

  #vavcer p {
    color: #ccc;
    font-size: 16px;
    line-height: 20px;
    max-width: 90%;
    text-align: center;
    padding-top: 1rem;
    margin: 0 auto;
    margin-bottom: 2rem;
  }

  #vavcer .logos {
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-columns: 4fr 4fr 4fr;
    grid-gap: 1rem;
  }

  #vavcer .logos img {
    max-height: 60px;
    border-radius:10px;
    border:solid 1px #444;
  }
