/*
Theme Name: Automatische Poort
Theme URI: http://example.com/automatische-poort
Author: Your Name
Author URI: http://example.com
Description: Een eenvoudig, volledig breedte en mobielvriendelijk WordPress thema voor de automatische poort.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: automatische-poort
Tags: full-width, responsive, custom-background, custom-menu, featured-images, translation-ready
*/

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: #f5f5f5;
  color: #333;
}

.site-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

header.site-header {
  background-color: #004080;
  color: white;
  padding: 20px;
  text-align: center;
}

header.site-header h1 {
  margin: 0;
  font-size: 2em;
}

main.site-main {
  background: white;
  padding: 20px;
  box-sizing: border-box;
  min-height: 60vh;
}

footer.site-footer {
  background-color: #004080;
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 0.9em;
  margin-top: 20px;
}

/* Responsive for mobile */
@media (max-width: 600px) {
  header.site-header h1 {
    font-size: 1.5em;
  }

  main.site-main {
    padding: 15px;
  }
}