

h1{
  font-size: 31px;
  letter-spacing: 0.05em;
  margin-bottom: 13px;
  text-align: center;
  border-bottom: 1px solid var(--border)
}


#kontakt{
    width: min(90%, 420px);
    height: 80%;
    margin: auto;
    padding: 7px;
    background-color: rgba(0,0,0,0.5);
    border: 0.1rem solid var(--border);
    border-radius: 31px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

#kontakt_öffnungszeiten{
    height: 50%;
  	width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.tage {
  display: flex;
  justify-content: space-between; 
  align-items: center; 
  font-size: 17px ;        
}

.tag {
  display: inline-block;
  width: 90%;
  white-space: nowrap;
      font-size: 17px
}


#kontakt_socialmedia{
  display: flex;
  flex-direction: row;
  width: 31px;
  margin: auto;
  justify-content: center;
  align-items: center;
}

#tiktok{

    transform: var(--transition);
  &:hover{
    transform: scale(1.11)
  }
}

#instagram{

    transform: var(--transition);
  &:hover{
    transform: scale(1.11)
  }
}

/*-----*/

#map {
  margin-top: 17px;
  margin-bottom: 17px;
  height: 50%;
  width: 90%;
  border-radius: 12px;
  overflow: hidden;
}

.leaflet-bottom.leaflet-right {
  display: none;
}



