@media (max-width: 1139px) {
  .page-banner.messer-banner {
    position: relative;
    width: 100%;
    padding: 120px 20px 40px;
  }
  .page-banner.messer-banner .content .text {
    color: rgb(246, 246, 246);
  }
  .page-banner.messer-banner .content .text h1 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.15;
    margin-bottom: 14px;
  }
  .page-banner.messer-banner .content .text p {
    font-size: 15px;
    opacity: 0.9;
    max-width: 520px;
  }
  .messer-list-section {
    background: rgb(246, 246, 246);
  }
  .messer-list-section .content {
    padding: 40px 20px 64px;
  }
  .messer-list {
    display: flex;
    flex-direction: column;
  }
  .messer-row {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(31, 31, 31, 0.1);
  }
  .messer-row:first-child {
    padding-top: 0;
  }
  .messer-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .messer-date {
    display: flex;
    align-items: baseline;
    gap: 6px;
  }
  .messer-date .messer-date-day {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 30px;
    color: #004876;
    line-height: 1;
  }
  .messer-date .messer-date-month {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #1F1F1F;
  }
  .messer-date .messer-date-year {
    font-size: 12px;
    color: #1F1F1F;
    opacity: 0.5;
  }
  .messer-image {
    border-radius: 10px;
    overflow: hidden;
  }
  .messer-image img {
    display: block;
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .messer-body h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 24px;
    color: #1F1F1F;
    margin-bottom: 8px;
  }
  .messer-body h2 a {
    color: inherit;
    text-decoration: none;
  }
  .messer-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 16px;
    margin-bottom: 8px;
  }
  .messer-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #1F1F1F;
    opacity: 0.75;
  }
  .messer-meta i {
    color: #004876;
    font-size: 12px;
    opacity: 1;
  }
  .messer-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #1F1F1F;
    opacity: 0.8;
  }
  .messer-cta {
    margin-top: 4px;
  }
  .button.subtle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 30px;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 13.5px;
    font-weight: 500;
    color: #004876;
    background: transparent;
    border: 1.5px solid rgba(0, 72, 118, 0.28);
    width: -moz-max-content;
    width: max-content;
    transition: background 0.2s ease, border-color 0.2s ease;
  }
  .button.subtle i {
    font-size: 11px;
  }
  .messer-empty {
    text-align: center;
    padding: 50px 20px;
  }
  .messer-empty i {
    font-size: 30px;
    color: #004876;
    opacity: 0.6;
    margin-bottom: 14px;
  }
  .messer-empty h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 22px;
    color: #1F1F1F;
    margin-bottom: 8px;
  }
  .messer-empty p {
    font-size: 14px;
    color: #1F1F1F;
    opacity: 0.7;
    max-width: 380px;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 1140px) {
  .page-banner.messer-banner {
    position: relative;
    width: 100%;
  }
  .page-banner.messer-banner .content {
    max-width: 1460px;
    margin-inline: auto;
    padding: 160px 35px 60px;
  }
  .page-banner.messer-banner .content .text {
    color: rgb(246, 246, 246);
  }
  .page-banner.messer-banner .content .text h1 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 60px;
    margin-bottom: 16px;
  }
  .page-banner.messer-banner .content .text p {
    font-size: 16px;
    opacity: 0.92;
    max-width: 620px;
  }
  .messer-list-section {
    background: rgb(246, 246, 246);
  }
  .messer-list-section .content {
    padding: 64px 35px 110px;
    max-width: 1460px;
    margin-inline: auto;
  }
  .messer-list {
    display: flex;
    flex-direction: column;
  }
  .messer-row {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 32px 4px;
    border-bottom: 1px solid rgba(31, 31, 31, 0.1);
  }
  .messer-row:first-child {
    padding-top: 0;
  }
  .messer-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .messer-date {
    flex: 0 0 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 72, 118, 0.06);
    border-radius: 14px;
    padding: 14px 8px;
  }
  .messer-date .messer-date-day {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 36px;
    color: #004876;
    line-height: 1;
  }
  .messer-date .messer-date-month {
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #1F1F1F;
    margin-top: 4px;
  }
  .messer-date .messer-date-year {
    font-size: 11.5px;
    color: #1F1F1F;
    opacity: 0.5;
    margin-top: 2px;
  }
  .messer-image {
    flex: 0 0 190px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 14px 32px rgba(0, 20, 40, 0.1);
  }
  .messer-image img {
    display: block;
    width: 100%;
    height: 130px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .messer-body {
    flex: 1;
    min-width: 0;
  }
  .messer-body h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 28px;
    color: #1F1F1F;
    margin-bottom: 8px;
  }
  .messer-body h2 a {
    color: inherit;
    text-decoration: none;
  }
  .messer-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
  }
  .messer-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    color: #1F1F1F;
    opacity: 0.75;
  }
  .messer-meta i {
    color: #004876;
    font-size: 13px;
    opacity: 1;
  }
  .messer-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #1F1F1F;
    opacity: 0.8;
    max-width: 560px;
  }
  .messer-cta {
    flex: 0 0 auto;
    margin-left: auto;
  }
  .button.subtle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 30px;
    text-decoration: none;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #004876;
    background: transparent;
    border: 1.5px solid rgba(0, 72, 118, 0.28);
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  }
  .button.subtle:hover {
    background: rgba(0, 72, 118, 0.08);
    border-color: #004876;
  }
  .button.subtle i {
    font-size: 12px;
  }
  .messer-empty {
    text-align: center;
    padding: 90px 20px;
  }
  .messer-empty i {
    font-size: 38px;
    color: #004876;
    opacity: 0.6;
    margin-bottom: 18px;
  }
  .messer-empty h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 28px;
    color: #1F1F1F;
    margin-bottom: 10px;
  }
  .messer-empty p {
    font-size: 15px;
    color: #1F1F1F;
    opacity: 0.7;
    max-width: 420px;
    margin-inline: auto;
  }
}/*# sourceMappingURL=kommende-messer.css.map */