* {
    font-family: Inter;
    /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif */
}
.location{
    background-color:#006FFD;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    height: 36px;
    margin: 5px 5px;
    padding-top: 12px;
    width: 200px;
    border-radius: 8px;
    vertical-align: middle;
  }

 .general_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 12px;
  }
.helpdiv * {
  justify-self: left;

}

.twocolumns{
  display: grid;
  grid-template-columns: auto auto auto;
}

.twocolumns *{
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 8px;
}

#map {
  height: 300px;
}


#ceglanaPic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#ceglanaPic img{
  width: 100%;
  height: 100%;
  object-fit: cover; /* Skaliert das Bild so, dass es den Container vollständig bedeckt, wobei das Seitenverhältnis beibehalten wird. Überstehende Teile werden abgeschnitten. */
  object-position: center; /* Zentriert das Bild innerhalb des Containers */
}

  #backicon img{
    max-width: 60px;
    max-height: 60px;
    padding: 10px 20px;
  }

  .linethrough {
    text-decoration: line-through;
  }