@media (max-width: 1139px) {
  #hva-du-kan-forvente,
  #kommende-messer {
    scroll-margin-top: 76px;
  }
  .cover {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  .cover .overlay-top {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.651), transparent);
    z-index: 100;
  }
  .cover img {
    display: block;
    width: 100%;
    height: 100vh;
    filter: brightness(92%);
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 9;
  }
  .cover .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
  }
  .cover .content .overlay-bottom {
    width: 100%;
    height: 55%;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
    z-index: 40;
  }
  .cover .content .text {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 100%;
    z-index: 50;
    padding: 0 20px;
    color: rgb(246, 246, 246);
  }
  .cover .content .text h1 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: -0.01em;
    max-width: 620px;
    margin-bottom: 16px;
  }
  .cover .content .text p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.85;
    max-width: 460px;
    margin-bottom: 22px;
  }
  .cover .content .text .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
  }
  .cover .content .text .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 30px;
    text-decoration: none;
    padding: 13px 28px;
    font-size: 15px;
    font-weight: 500;
    width: -moz-max-content;
    width: max-content;
  }
  .cover .content .text .button.primary {
    background: #004876;
    color: rgb(246, 246, 246);
  }
  .cover .content .text .button.secondary {
    background: transparent;
    color: rgb(246, 246, 246);
    border: 1.5px solid rgba(246, 246, 246, 0.6);
  }
  .cover .content .text .button i {
    font-size: 13px;
  }
  .cover .content .text .messe-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
  }
  .cover .content .text .messe-info .rows {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .cover .content .text .messe-info .rows .info-row {
    background: rgba(246, 246, 246, 0.95);
    color: #1F1F1F;
    border-radius: 10px;
    padding: 8px 14px;
    font-size: 13px;
    white-space: nowrap;
  }
  .cover .content .text .messe-info .rows .info-row strong {
    font-weight: 700;
  }
  .cover .content .text .messe-info .countdown {
    display: flex;
    gap: 8px;
  }
  .cover .content .text .messe-info .countdown .unit {
    background: rgb(246, 246, 246);
    color: #1F1F1F;
    border-radius: 10px;
    padding: 10px 16px;
    text-align: center;
    min-width: 64px;
    display: flex;
    flex-direction: column;
  }
  .cover .content .text .messe-info .countdown .unit .num {
    font-size: 20px;
    font-weight: 700;
    color: #004876;
    line-height: 1.2;
  }
  .cover .content .text .messe-info .countdown .unit .label {
    font-size: 10px;
    opacity: 0.65;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .about {
    position: relative;
    width: 100%;
  }
  .about .content {
    padding: 60px 20px;
  }
  .about .content .text {
    margin-bottom: 36px;
  }
  .about .content .text h2 {
    color: #1F1F1F;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 30px;
  }
  .about .content .feature-rows {
    display: flex;
    flex-direction: column;
    gap: 44px;
  }
  .about .content .feature-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .about .content .feature-row .feature-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(0, 20, 40, 0.1);
  }
  .about .content .feature-row .feature-image img {
    display: block;
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about .content .feature-row .feature-text {
    padding-left: 18px;
    border-left: 2px solid #004876;
  }
  .about .content .feature-row .feature-text h3 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    color: #1F1F1F;
    font-size: 22px;
    margin-bottom: 8px;
  }
  .about .content .feature-row .feature-text p {
    font-size: 15px;
    line-height: 1.65;
    color: #1F1F1F;
    opacity: 0.75;
  }
  .meeting-place {
    background: rgba(211, 211, 211, 0.3);
  }
  .meeting-place .content {
    padding: 60px 20px;
  }
  .meeting-place .text {
    text-align: center;
    margin-bottom: 36px;
  }
  .meeting-place .text .badge {
    display: inline-block;
    border: 1px solid #004876;
    color: #004876;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 18px;
  }
  .meeting-place .text h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    color: #1F1F1F;
    font-size: 28px;
    line-height: 1.2;
    max-width: 460px;
    margin-inline: auto;
    margin-bottom: 16px;
  }
  .meeting-place .text p {
    font-size: 15px;
    line-height: 1.65;
    color: #1F1F1F;
    opacity: 0.75;
    max-width: 440px;
    margin-inline: auto;
  }
  .meeting-place .meeting-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .meeting-place .meeting-card {
    position: relative;
    display: block;
    border-radius: 18px;
    overflow: hidden;
    height: 260px;
    text-decoration: none;
    box-shadow: 0 16px 36px rgba(0, 20, 40, 0.14);
  }
  .meeting-place .meeting-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .meeting-place .meeting-card .meeting-card-date {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    background: rgba(246, 246, 246, 0.9);
    color: #1F1F1F;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 30px;
  }
  .meeting-place .meeting-card .meeting-card-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 15, 28, 0.9) 0%, rgba(0, 15, 28, 0.2) 70%, transparent 100%);
  }
  .meeting-place .meeting-card .meeting-card-overlay h3 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    color: rgb(246, 246, 246);
    font-size: 20px;
    margin-bottom: 12px;
  }
  .meeting-place .meeting-card .meeting-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #004876;
    color: rgb(246, 246, 246);
    font-size: 13px;
    font-weight: 600;
    padding: 9px 18px;
    border-radius: 30px;
  }
  .meeting-place .meeting-card .meeting-card-cta i {
    font-size: 11px;
  }
}
@media only screen and (min-device-width: 1140px) {
  #hva-du-kan-forvente,
  #kommende-messer {
    scroll-margin-top: 95px;
  }
  .cover {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  .cover .overlay-top {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.651), transparent);
    z-index: 100;
  }
  .cover .overlay-bottom {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent);
    z-index: 40;
  }
  .cover img {
    display: block;
    width: 100%;
    height: 100vh;
    filter: brightness(95%);
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 9;
  }
  .cover .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    max-width: 1460px;
    margin-inline: auto;
    z-index: 50;
  }
  .cover .content .text {
    position: absolute;
    left: 0;
    bottom: 130px;
    width: 100%;
    z-index: 50;
    color: rgb(246, 246, 246);
    padding-inline: 35px !important;
  }
  .cover .content .text h1 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 60px;
    max-width: 900px;
    margin-bottom: 24px;
  }
  .cover .content .text p {
    font-size: 17px;
    line-height: 1.6;
    opacity: 1;
    max-width: 560px;
    margin-bottom: 28px;
  }
  .cover .content .text .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 34px;
  }
  .cover .content .text .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 30px;
    text-decoration: none;
    padding: 9px 34px;
    font-size: 16px;
    font-weight: 500;
    width: -moz-max-content;
    width: max-content;
    transition: opacity 0.25s ease;
  }
  .cover .content .text .button:hover {
    opacity: 0.85;
  }
  .cover .content .text .button.primary {
    background: #006db1;
    color: rgb(246, 246, 246);
  }
  .cover .content .text .button.secondary {
    background: rgba(20, 20, 20, 0.35);
    color: rgb(246, 246, 246);
    border: 1.5px solid rgba(246, 246, 246, 0.5);
  }
  .cover .content .text .button i {
    font-size: 13px;
  }
  .cover .content .text .messe-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
  }
  .cover .content .text .messe-info .rows {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  .cover .content .text .messe-info .rows .info-row {
    background: rgba(246, 246, 246, 0.95);
    color: #1F1F1F;
    border-radius: 4px;
    padding: 10px 16px;
    font-size: 14px;
    white-space: nowrap;
    width: 100%;
  }
  .cover .content .text .messe-info .rows .info-row strong {
    font-weight: 700;
  }
  .cover .content .text .messe-info .countdown {
    display: flex;
    gap: 10px;
  }
  .cover .content .text .messe-info .countdown .unit {
    background: rgba(246, 246, 246, 0.95);
    color: #1F1F1F;
    border-radius: 4px;
    padding: 12px 20px;
    text-align: center;
    min-width: 76px;
    display: flex;
    flex-direction: column;
  }
  .cover .content .text .messe-info .countdown .unit .num {
    font-size: 22px;
    font-weight: 500;
    color: #004876;
    line-height: 1.2;
  }
  .cover .content .text .messe-info .countdown .unit .label {
    font-size: 11px;
    opacity: 0.65;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .about {
    position: relative;
    width: 100%;
    height: auto;
  }
  .about .content {
    padding: 95px 35px;
    max-width: 1460px;
    margin-inline: auto;
    position: relative;
    width: 100%;
  }
  .about .content .text {
    margin-bottom: 60px;
    text-align: left;
  }
  .about .content .text h2 {
    color: #1F1F1F;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 53px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }
  .about .content .text h2 a {
    font-size: 18px;
    border-bottom: 1px solid #004876;
    padding-bottom: 2px;
    font-family: "Inter Tight", sans-serif;
    height: -moz-max-content;
    height: max-content;
    width: -moz-max-content;
    width: max-content;
    text-decoration: none;
    color: #1F1F1F;
  }
  .about .content .text p {
    color: #1F1F1F;
    font-size: 16px;
    max-width: 600px;
  }
  .about .content .feature-rows {
    display: flex;
    flex-direction: column;
  }
  .about .content .feature-row {
    display: flex;
    align-items: center;
    gap: 80px;
    padding: 56px 0;
    border-bottom: 1px solid rgba(31, 31, 31, 0.08);
  }
  .about .content .feature-row:first-child {
    padding-top: 0;
  }
  .about .content .feature-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .about .content .feature-row.reverse {
    flex-direction: row-reverse;
  }
  .about .content .feature-row .feature-image {
    flex: 0 0 46%;
    border-radius: 11px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 20, 40, 0.12);
  }
  .about .content .feature-row .feature-image img {
    display: block;
    width: 100%;
    height: 380px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about .content .feature-row .feature-text {
    flex: 1;
    padding-left: 32px;
  }
  .about .content .feature-row .feature-text h3 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    color: #1F1F1F;
    font-size: 36px;
    margin-bottom: 16px;
  }
  .about .content .feature-row .feature-text p {
    font-size: 16px;
    color: #1F1F1F;
    opacity: 0.88;
    max-width: 440px;
  }
  .meeting-place {
    background: rgba(211, 211, 211, 0.3);
  }
  .meeting-place .content {
    padding: 110px 60px;
    padding-inline: 35px;
    max-width: 1460px;
    margin-inline: auto;
  }
  .meeting-place .text {
    text-align: center;
    margin-bottom: 56px;
  }
  .meeting-place .text .badge {
    display: inline-block;
    border: 1px solid #004876;
    color: #004876;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 30px;
    margin-bottom: 22px;
  }
  .meeting-place .text h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    color: #1F1F1F;
    font-size: 53px;
    max-width: 640px;
    margin-inline: auto;
    margin-bottom: 20px;
  }
  .meeting-place .text p {
    font-size: 17px;
    line-height: 1.7;
    color: #1F1F1F;
    opacity: 0.75;
    max-width: 560px;
    margin-inline: auto;
  }
  .meeting-place .meeting-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .meeting-place .meeting-card {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    height: 410px;
    text-decoration: none;
    box-shadow: 0 24px 55px rgba(0, 20, 40, 0.16);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .meeting-place .meeting-card:hover img {
    transform: scale(1.06);
  }
  .meeting-place .meeting-card:hover .meeting-card-cta {
    background: #003a5e;
  }
  .meeting-place .meeting-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.4s;
    filter: brightness(88%);
  }
  .meeting-place .meeting-card .meeting-card-date {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    background: rgba(246, 246, 246, 0.92);
    color: #1F1F1F;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 30px;
  }
  .meeting-place .meeting-card .meeting-card-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 40px 28px;
    background: linear-gradient(to top, black, transparent);
  }
  .meeting-place .meeting-card .meeting-card-overlay h3 {
    font-weight: 500;
    color: rgb(246, 246, 246);
    font-size: 20px;
    margin-bottom: 16px;
  }
  .meeting-place .meeting-card .meeting-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #006db1;
    color: rgb(246, 246, 246);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 30px;
    transition: background 0.25s ease;
  }
  .meeting-place .meeting-card .meeting-card-cta i {
    font-size: 12px;
  }
}/*# sourceMappingURL=base.css.map */