body {
    font-family: 'Noto Sans Display', sans-serif;
}

.icon-station {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #C0101B;
    color: white;
}

.icon-round-buses {
    font-family: 'Noto Sans Display', sans-serif;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #C0101B;
    color: white;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition-duration: 300ms;
}

.icon-round-tram {
    font-family: 'Noto Sans Display', sans-serif;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #1047C0;
    color: white;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition-duration: 300ms;
}

.icon-round-trol {
    font-family: 'Noto Sans Display', sans-serif;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #18C010;
    color: white;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition-duration: 300ms;
}

.tooltip-buses {
    font-family: 'Noto Sans Display', sans-serif;
    background-color: #970D14;
    color: white;
    position: absolute;
    font-size: .7rem;
    padding: 0 .1rem 0 .1rem;
    border-radius: 5px;
    bottom: -1rem;
    display:flex;
    flex-direction: row;
    overflow: hidden;
}

.tooltip-tram {
    font-family: 'Noto Sans Display', sans-serif;
    background-color: #0D3697;
    color: white;
    position: absolute;
    font-size: .7rem;
    padding: 0 .1rem 0 .1rem;
    border-radius: 5px;
    bottom: -1rem;
    display:flex;
    flex-direction: row;
    overflow: hidden;
}

.tooltip-trol {
    font-family: 'Noto Sans Display', sans-serif;
    background-color: #12970D;
    color: white;
    position: absolute;
    font-size: .7rem;
    padding: 0 .1rem 0 .1rem;
    border-radius: 5px;
    bottom: -1rem;
    display:flex;
    flex-direction: row;
    overflow: hidden;
}

p.icon {
    font-family: 'Noto Sans Display', sans-serif;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.font-special {
    font-family: 'Noto Sans Display', sans-serif;
}

.leaflet-popup-content-wrapper, .leaflet-popup.tip {
    font-family: 'Noto Sans Display', sans-serif;
    background-color: rgba(255, 255, 255, 0.75) !important;
}

.leaflet-popup-tip-container {
    color: rgba(255, 255, 255, 0.75) !important;
}

.accessability {
    background-color: #497EC4;
    color: white;
    font-weight: bold;
    border: none;
    padding: 1px;
    margin-left:2px;
    font-size:0.6rem;
    text-align: center;
    height:auto;
    vertical-align: middle;
    position: relative;
    right:0;
}

.searcher {
    z-index: 500;
    position: absolute;
    top: .75rem;
    left: .75rem;
    max-width: 75vw;
    width: 20rem;
}

.gas-station {
    font-family: 'Noto Sans Display', sans-serif;
    background-color: white;
    color: black;
    padding:3px;
    border-radius: 5px;
    width: fit-content;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.fbih-tooltip {
    font-family: 'Noto Sans Display', sans-serif;
}