@media (max-width: 980px) {
  .site-wrapper,
  .logo-area,
  .hero,
  .subhero,
  .site-footer,
  .copyright,
  .bottom-panorama,
  .back-link-row,
  .map-section,
  .price-section,
  .legal-section,
  .contact-section,
  .gallery-section,
  .center-note-wrapper {
    width: calc(100% - 24px);
  }

  .topbar-inner,
  .footer-inner {
    width: 100%;
  }

  .content-area {
    flex-direction: column;
    gap: 24px;
    padding: 20px 0;
  }

  .sidebar,
  .main-content {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .sidebar {
    order: 2;
  }

  .main-content {
    order: 1;
  }

  .sidebar-box {
    width: 100%;
    min-height: auto;
    margin: 0 0 16px 0;
  }

  .sidebar-box:last-child {
    margin-bottom: 0;
  }

  .hero,
  .subhero {
    height: auto;
  }

  .hero img,
  .subhero img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .map-embed,
  .price-image-wrap,
  .legal-content,
  .contact-content {
    max-width: 100%;
  }

  .contact-card {
    min-width: 0;
    width: 100%;
  }

  .center-note-inner {
    width: 100%;
    margin: 0 auto;
  }

@media (max-width: 768px) {
  .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
  }

  .footer-col {
    width: 48%;
  }

  .footer-brand {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-links {
    text-align: right;
  }
}

  .footer-brand,
  .footer-address,
  .footer-info,
  .footer-contact,
  .footer-mail,
  .footer-links {
    width: 100%;
    margin: 0;
    text-align: left;
  }

  .copyright {
    text-align: left;
    padding-bottom: 16px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }

  .topbar {
    padding-top: 0;
  }

  .topbar-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 10px 0;
  }

  .main-nav {
    width: 100%;
	background: #4c6f25;       /* dunkles Grün */
    padding: 10px;
    border-radius: 6px;
	
  }

  .main-nav ul {
    display: grid;
grid-template-columns: repeat(2, 1fr);  /* 2 pro Zeile */
    gap: 6px;
  }

  .main-nav li {
    width: 100%;
  }

  .main-nav a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
  }

    .main-nav a:hover {
    background: rgba(255, 255, 255, 0.2);
  }

   .main-nav a.active {
    background: rgba(0, 0, 0, 0.3);
  }

  .quick-links {
    justify-content: center;
    gap: 6px;
  }

  .quick-links a {
    font-size: 12px;
    padding: 6px 8px;
  }

  .logo-area {
    height: auto;
    padding: 20px 0;
  }

  .logo-link img {
    max-height: 120px;
    margin: 0 auto;
  }

  .content-block {
    margin-bottom: 28px;
  }

  .content-block h2,
  .sidebar-box h3,
  .gallery-content h2,
  .contact-content h2,
  .legal-content h2,
  .map-container h2,
  .price-content h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .details-row {
    flex-direction: column;
  }

  .details-label,
  .details-value {
    width: 100%;
  }

  .image-right,
  .image-left {
    float: none;
    display: block;
    margin: 0 auto 16px auto;
    max-width: 100%;
  }

  .gallery-grid {
    column-count: 2;
    column-gap: 12px;
  }

  .gallery-item {
    margin-bottom: 12px;
  }

  .gallery-item img {
    height: auto;
  }

  .gallery-frame iframe {
    height: 650px;
  }

  .lightbox {
    padding: 20px;
  }

  .lightbox-close {
    top: 10px;
    right: 14px;
    font-size: 36px;
  }

  .bottom-note,
  .highlight-note {
    width: calc(100% - 24px);
    margin: 16px auto;
    padding: 10px 14px;
    font-size: 14px;
  }

  .back-link-row {
    margin-top: 12px;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 13px;
    line-height: 1.6;
  }

  .site-wrapper,
  .logo-area,
  .hero,
  .subhero,
  .site-footer,
  .copyright,
  .bottom-panorama,
  .back-link-row,
  .map-section,
  .price-section,
  .legal-section,
  .contact-section,
  .gallery-section,
  .center-note-wrapper {
    width: calc(100% - 16px);
  }

  .topbar-inner {
    padding: 8px 0;
  }

  .main-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }

  .main-nav li {
    width: 100%;
  }

  .main-nav a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 12px;
    font-size: 14px;
  }

  .quick-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }

  .quick-links a {
    font-size: 11px;
    padding: 5px 8px;
  }

  .logo-area {
    padding: 16px 0;
  }

  .logo-link img {
    max-height: 95px;
  }

  .content-area {
    gap: 18px;
    padding: 16px 0;
  }

  .content-block h2,
  .sidebar-box h3,
  .gallery-content h2,
  .contact-content h2,
  .legal-content h2,
  .map-container h2,
  .price-content h2 {
    font-size: 20px;
  }

  .sidebar-box,
  .contact-card,
  .gallery-frame {
    padding: 16px;
  }

  .footer-contact p,
  .footer-address p,
  .footer-links p {
    line-height: 1.7;
  }

  .footer-sep {
    display: none;
  }

  .gallery-grid {
    column-count: 1;
  }

  .gallery-frame iframe {
    height: 500px;
  }

  .lightbox {
    padding: 12px;
  }

  .lightbox-image {
    max-height: 78vh;
  }

  .map-embed iframe {
    height: 320px;
  }
}