.heiligabend_bg {
      background-color: #ffe4be;
}

@media not screen and (orientation: landscape), not screen and (min-width: 768px) {
  .heiligabend_bg_nogrid {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: #ffe4be;
  }
}

@supports (display: grid) {
  @media screen and (orientation: landscape), screen and (min-width: 768px) {
    .heiligabend_bg_grid {
      background-color: #ffe4be;
    }
  }
}

.heiligabend_bg input:focus,
.heiligabend_bg_nogrid input:focus,
.heiligabend_bg_grid input:focus,
.heiligabend_bg textarea:focus,
.heiligabend_bg_nogrid textarea:focus,
.heiligabend_bg_grid textarea:focus,
.heiligabend_bg select:focus,
.heiligabend_bg_nogrid select:focus,
.heiligabend_bg_grid select:focus
{
  border-color: #ffe4be;
}

