/* cmsms stylesheet: jn modified: lørdag den 6. december 2025 03.22.06 */
.overskrift { text-transform:uppercase; font-weight: bold; margin-botto}
.flyd { float: right; margin-left: 12px; margin-bottom: 12px; }
.Kapitaler { text-transform: uppercase;}

.litho {
  margin-bottom: 4rem;
}

.litho img, .event img {
  margin: 2rem 1rem;
  max-width: 100%;
}

.event {
  margin-bottom: 4rem;
}

img.float-right {
  margin-left: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}



.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 40em) {

  .float-right {
    float: right;
  }

  .event>div {
    clear: both;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

}
