/* Generelle indstillinger */
body {
  margin: 0;
  background-color: #1a1a1a;
  color: white;
  text-align: center;
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

.container {
  max-width: 100%;
  overflow: hidden; /* Sikrer, at indholdet ikke kan gå udenfor */
}

img, iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Generelle billede-stylinger */
img {
  display: block;
  margin: 0 auto;
}

/* Generelle overskrift-stylinger */
h1, h2 {
  text-transform: uppercase;
}

a:hover {
  color: #d4a054;
}

/* =========================================================
   Maintenance/Under Opdatering Side
   ========================================================= */
.maintenance-container {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  background-color: #1a1a1a;
}

.maintenance-content {
  max-width: 900px;
  width: 100%;
  text-align: center;
}

.maintenance-content .logo {
  margin-bottom: 40px;
}

.maintenance-content .logo img {
  max-width: 260px;
  height: auto;
  margin: 0 auto;
}

.maintenance-content h1 {
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 30px;
  color: white;
  text-transform: uppercase;
  line-height: 1.2;
}

.main-text {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 50px;
  color: #ffffff;
}

.opening-hours {
  background-color: rgba(200, 155, 90, 0.12);
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 40px;
  border: 2px solid #c89b5a;
}

.opening-hours h2 {
  font-size: 32px;
  color: #c89b5a;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.opening-hours p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #ffffff;
}

.hours-text {
  font-size: 20px;
  font-weight: 500;
  color: #c89b5a;
  line-height: 1.8;
}

.maintenance-contact {
  background-color: rgba(255, 255, 255, 0.04);
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 40px;
  border: 2px solid rgba(200, 155, 90, 0.7);
  text-align: center;
}

.maintenance-contact h2 {
  font-size: 28px;
  color: #c89b5a;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.maintenance-contact p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 12px;
  color: #ffffff;
}

.maintenance-contact a {
  color: #c89b5a;
  text-decoration: none;
}

.maintenance-contact a:hover {
  color: #e3ba79;
}

.closing-text {
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  font-style: italic;
}

/* Responsiv design for maintenance side */
@media (max-width: 768px) {
  .maintenance-content h1 { font-size: 32px; }
  .main-text { font-size: 18px; }
  .opening-hours h2 { font-size: 26px; }
  .opening-hours p { font-size: 16px; }
  .hours-text { font-size: 18px; }
  .maintenance-contact h2 { font-size: 22px; }
  .maintenance-contact p { font-size: 16px; }
  .closing-text { font-size: 16px; }
  .maintenance-content .logo img { max-width: 200px; }
}

/* =========================================================
   Navigation
   ========================================================= */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 40px;
  background-color: #1A1A1A;
}

header img {
  min-width: 40px;
  height: auto;
  padding-left: 20px;
  padding: 20px;
}

nav ul {
  padding-right: 100px;
  list-style: none;
  display: flex;
  gap: 10px;
}

nav ul li {
  display: flex;
  color: white;
  text-decoration: none;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  max-width: 90%;
  overflow: hidden;
}

nav ul li a {
  color: white;
  text-decoration: none;
}

nav ul li a:hover {
  color: #d4a054;
}

/* =========================================================
   Hero sektion
   ========================================================= */
.hero {
  height: 75vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero h1 {
  font-size: 60px;
  font-weight: bold;
}

.hero p {
  font-size: 20px;
  font-style: italic;
  color: #d4a054;
}

@media screen and (max-width: 768px) {
  .hero {
    background-image: url('images/vognen.png');
    background-size: cover !important;
    background-position: center !important;
    background-attachment: scroll !important;
  }
}

/* CTA-knap */
.cta {
  background-color: #d4a054;
  color: #1A1A1A;
  padding: 15px 30px;
  text-decoration: none;
  text-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 40px;
}

.cta:hover {
  background-color: #b28342;
}

/* =========================================================
   Specialiteter
   ========================================================= */
.specialiteter { padding: 50px; }

.specialiteter h2 { font-size: 45px; }

.specialiteter h3 {
  color: #d4a054;
  font-size: 25px;
  text-align: center;
  font-family: "Great Vibes", serif;
  font-weight: 400;
  font-style: normal;
}

.specialiteter .grid {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.specialiteter .grid .item {
  width: 300px;
  text-align: center;
}

.specialiteter .grid img {
  width: 100%;
  max-width: 300px;
  height: 230px;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .specialiteter .grid {
    flex-direction: column;
    align-items: center;
  }

  .specialiteter .grid .item {
    width: 90%;
    max-width: 400px;
  }

  .specialiteter .grid img {
    max-width: 100%;
  }
}

/* =========================================================
   Deluxe
   ========================================================= */
.deluxe {
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .deluxe h2 {
    width: 100%;
    font-size: 45px;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .deluxe h2 {
    width: 90%;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    margin: 10px;
    padding-right: 20px;
  }
}

.deluxe .content-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 1000px;
  width: 100%;
  justify-content: center;
}

.deluxe .content-wrapper img {
  width: 55%;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.deluxe .text-content {
  width: 45%;
  max-width: 500px;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.deluxe .text-content h3 {
  color: #d4a054;
  font-size: 25px;
  font-family: "Great Vibes", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.deluxe .text-content p {
  color: #ffffff;
  text-align: center;
  max-width: 500px;
}

.deluxe .text-content .grid {
  text-align: center;
  padding-top: 20px;
}

@media (max-width: 900px) {
  .deluxe .content-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .deluxe .content-wrapper img {
    width: 100%;
    max-width: 500px;
  }

  .deluxe .text-content {
    width: 100%;
    max-width: 600px;
    text-align: center;
  }
}

/* =========================================================
   Klassikere
   ========================================================= */
.klassikere { padding: 50px; }

.klassikere h2 { font-size: 45px; }

.klassikere h3 {
  color: #d4a054;
  font-size: 25px;
  text-align: center;
  font-family: "Great Vibes", serif;
  font-weight: 400;
  font-style: normal;
}

.klassikere .grid {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.klassikere .grid .item {
  width: 300px;
  text-align: center;
}

.klassikere .grid img {
  width: 100%;
  max-width: 300px;
  height: 230px;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .klassikere .grid {
    flex-direction: column;
    align-items: center;
  }

  .klassikere .grid .item {
    width: 90%;
    max-width: 400px;
  }

  .klassikere .grid img {
    max-width: 100%;
  }
}

/* =========================================================
   Menu (billeder - hvis I stadig bruger dem nogle steder)
   ========================================================= */
.menu h2 {
  font-size: 45px;
  text-align: center;
}

.menu, .sigmenu, .menu2 {
  padding: 10px;
  max-width: 1200px;
  margin: 0 auto;
}

.sigmenu {
  width: 100vw;
  max-width: none;
  padding: 20px 0;
}

.menu .grid, .menu2 .grid {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.menu .grid img,
.menu2 .grid img {
  max-width: 280px;
  height: auto;
  object-fit: contain;
}

/* =========================================================
   Hero2
   ========================================================= */
.hero2 {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero2 h2 {
  font-size: 45px;
  font-weight: bold;
}

.hero2 p {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  color: #ffffff;
  padding: 40px;
  padding-bottom: 35px;
}

.hero2 div { max-width: 800px; }

@media screen and (max-width: 768px) {
  .hero2 {
    background-image: url('images/vognen.png');
    background-size: cover !important;
    background-position: center !important;
    background-attachment: scroll !important;
  }
}

/* =========================================================
   Testimonials
   ========================================================= */
.testimonials h2 { font-size: 45px; }

.stars {
  color: gold;
  font-size: 18px;
  margin-bottom: 10px;
}

button.prev, button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.493);
  color: white;
  border: none;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 5px;
}

.testimonial-container {
  position: relative;
  max-width: 600px;
  margin: auto;
}

@media (min-width: 780px) {
  .testimonials {
    margin-bottom: 50px;
    text-align: center;
    padding: 50px;
    background-color: #1a1a1a;
    color: white;
    position: relative;
  }

  .testimonial-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }

  .testimonial-slide {
    display: none;
    background-color: white;
    color: #1a1a1a;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
  }

  .testimonial-slide.active { display: block; }
}

@media (max-width: 779px) {
  .testimonials {
    text-align: center;
    padding: 30px;
    background-color: #1a1a1a;
    color: white;
    position: relative;
  }

  .testimonial-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }

  .testimonial-slide {
    display: none;
    background-color: white;
    color: #1a1a1a;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
  }

  .testimonial-slide.active { display: block; }

  .stars { font-size: 16px; }

  button.prev, button.next {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 8px 12px;
    font-size: 16px;
  }
}

/* =========================================================
   Mageriet
   ========================================================= */
.mageriet {
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .mageriet h2 {
    width: 100%;
    font-size: 45px;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .mageriet h2 {
    width: 90%;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    margin: 10px;
    padding-right: 20px;
  }
}

.mageriet .content-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 1000px;
  width: 100%;
  justify-content: center;
}

.mageriet .content-wrapper img {
  width: 55%;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.mageriet .text-content {
  width: 45%;
  max-width: 500px;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mageriet .text-content h3 {
  color: #d4a054;
  font-size: 25px;
  font-family: "Great Vibes", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.mageriet .text-content p {
  color: #ffffff;
  text-align: center;
  max-width: 500px;
}

.mageriet .text-content .grid {
  text-align: center;
  padding-top: 20px;
}

@media (max-width: 900px) {
  .mageriet .content-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .mageriet .content-wrapper img {
    width: 100%;
    max-width: 500px;
  }

  .mageriet .text-content {
    width: 100%;
    max-width: 600px;
    text-align: center;
  }
}

/* =========================================================
   Kontakt
   ========================================================= */
.kontakt {
  width: 100%;
  background: white;
  color: black;
  padding: 50px 0;
  display: flex;
  justify-content: center;
}

.kontakt .info p { color: #1A1A1A; }

.kontakt .container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}

.kontakt .info-map-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.kontakt .info {
  flex: 1;
  max-width: 500px;
  text-align: left;
}

.kontakt .info a {
  color: #1a1a1a;
  text-decoration: none;
}

.kontakt .info a:hover { color: #d4a054; }

.kontakt .map {
  flex: 1;
  max-width: 500px;
  display: flex;
  justify-content: flex-start;
}

.gmap_canvas {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
}

.gmap_iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

@media screen and (max-width: 900px) {
  .kontakt .info-map-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .kontakt .info {
    max-width: 100%;
    text-align: center;
    padding-left: 0;
  }

  .kontakt .map {
    max-width: 100%;
    justify-content: center;
  }

  .gmap_canvas { max-width: 100%; }
}

/* =========================================================
   Footer
   ========================================================= */
footer {
  background-color: #1a1a1a;
  color: white;
  text-align: center;
  padding: 20px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.socials {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-end;
  align-items: center;
}

.socials a { display: inline-block; }

.socials a img {
  width: 40px;
  height: auto;
  display: block;
}

.logo img {
  width: 180px;
  height: auto;
}

footer p {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}

footer .socials img {
  width: 30px;
  height: auto;
  margin: 10px;
}

/* =========================================================
   MENU (dynamisk renderet)
   ========================================================= */
.menu-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px 40px;
}

.menu-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.menu-col {
  display: grid;
  gap: 20px;
}

/* Kort */
.menu-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(212, 160, 84, 0.35);
  border-radius: 14px;
  padding: 18px 18px 14px;
  text-align: left;
}

.menu-card__title {
  margin: 0 0 10px;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
}

.menu-card__title--xl {
  font-size: 26px;
  text-align: center;
}

.menu-card__note {
  margin: 0 0 12px;
  color: #d4a054;
  font-size: 14px;
}

.menu-card__meta {
  margin: 12px 0 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.85);
  font-size: 13px;
}

/* Liste */
.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-item {
  padding: 10px 0;
  border-bottom: 1px dashed rgba(255,255,255,0.10);
}

.menu-item:last-child { border-bottom: none; }

.menu-item__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: baseline;
}

.menu-item__name {
  font-size: 16px;
  color: #ffffff;
}

.menu-item__price {
  font-size: 16px;
  color: #d4a054;
  white-space: nowrap;
}

.menu-item__desc {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255,255,255,0.80);
}

/* Signatur (wide) */
.menu-card--wide {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

/* Store items */
.menu-item--xl .menu-item__name,
.menu-item--xl .menu-item__price {
  font-size: 18px;
}

.menu-item__desc--xl { font-size: 14px; }

/* Responsive */
@media (max-width: 1100px) {
  .menu-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  .menu-cards { grid-template-columns: 1fr; }
  .menu-card { text-align: left; }
}
