.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
   
    padding-left: 0;
    padding-right: 0;    
}
.row {
    /* --bs-gutter-x: 1.5rem; */
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

#g-navigation {
 
    border-bottom: 1px solid #e0e0e0;
}

#g-navigation::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #005707;
    opacity: 0.1; /* Erittäin haalea vihreä kaistale */
}

a {
    text-decoration: none; /* Poistetaan oletusviiva */
    color: #005707;
    border-bottom: 1.5px solid #005707;
    padding-bottom: 1px; /* Säätää etäisyyttä tekstistä */
    transition: border-color 0.3s ease;
}

a:hover {
    border-bottom-color: #00a30d; /* Vaihtuu kun hiiri on päällä */
}
#g-navigation a, #g-footer a {
 
text-decoration: none;
  border-bottom: none;
  padding-bottom: none;
}


h4 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 0;
}
.ylareuna p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 1;
}
#g-mainbar {
    padding: 0 0 3rem 0;
}

h1, h2, h3, h4, h5 {
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 5px;
  margin: 0;
  font-weight: 700;
}
span.feed-link {
  font-size: 1.4rem;
  line-height: 1;
  padding-top: 10px;
    
}
ul.newsfeed {
  list-style-type: none;
  margin: 0;
}
.feed-item-description {
    padding-bottom: 20px;
  line-height: 1.5;
}
#terveydeksi h3 {
    padding-bottom: 20px;
}

