@font-face {
  font-family: 'News Gothic MT';
  src: url('/wp-content/themes/ashe-pro/fonts/newsgothicmt.woff2') format('woff2'),
       url('/wp-content/themes/ashe-pro/fonts/newsgothicmt.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'News Gothic MT', Arial, sans-serif;
}

/* Onepager container */
.altop-onepager {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px;
}

/* Secties */
.altop-onepager section {
  margin-bottom: 140px;
}

/* Titels */
.altop-onepager h1,
.altop-onepager h2 {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.altop-onepager h1 {
  font-size: 64px;
}

.altop-onepager h2 {
  font-size: 32px;
}

/* Buttons */
.altop-onepager .btn {
  display: inline-block;
  margin-top: 24px;
  padding: 12px 32px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
}

.altop-onepager .btn:hover {
  background: #000;
  color: #fff;
}

/* Groepen */
.groep-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-top: 60px;
}

.groep {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

/* Tekstkolommen */
.teksten {
  column-count: 3;
  column-gap: 40px;
  font-size: 15px;
  line-height: 1.8;
}

/* Mobiel */
@media (max-width: 768px) {
  .altop-onepager {
    padding: 60px 20px;
  }

  .altop-onepager h1 {
    font-size: 40px;
  }

  .teksten {
    column-count: 1;
  }
}

/* Verberg specifiek de originele footer */
.page-footer, #page-footer {
    display: none !important;
}

/* Verwijder de onderste marge van de pagina-inhoud */
.entry-content, .content-area, #content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Dwing de nieuwe footer naar 100% breedte */
#altop-custom-footer {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    max-width: 100vw !important;
}
#altop-custom-footer {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
    margin-bottom: 0;
}

/* Voorkom horizontale scrolbalk door 100vw */
body, html {
    overflow-x: hidden;
}

