.marker-yellow {
    background-color: #fdfd77;
}
@media (min-width: 1450px) {
    body{
        padding-top: 241px;
    }
}

@media (min-width: 996px) and (max-width: 1449px) {
    body{
        padding-top: 177px;
    }
}

@media (max-width: 995px) {
    body{
        padding-top: 124px;
    }
}

form{
    padding: 4px;
}

.form-navigation {
    margin-top: 1rem;
}

.form-group {
    padding: 0.5rem;
}

.expandrow {
    --bs-gutter-x: 0rem;
    width: 100%;
}

#news-container-1330 {
    max-height: unset!important;
}

#news-container-1178 {
  max-height: unset !important;
}

#news-container-1102 {
  padding-top: 5px;
  max-height: 265px;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}

.singleline {
  border-bottom: #666666 5px solid;
}

.changelocal {

    border: 1px dot-dash blue;
}


.changeextern {
    border: 1px solid black;
}
