h1 {
  font-size: 52px;
  font-weight: 500;
  line-height: 60px; }
  @media (max-width: 768px) {
    h1 {
      font-size: 40px;
      line-height: 48px; } }

h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 32px; }
  @media (max-width: 768px) {
    h2 {
      font-size: 28px;
      line-height: 34px; } }

h3 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px; }
  @media (max-width: 768px) {
    h3 {
      font-size: 22px;
      line-height: 28px; } }

h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px; }
  @media (max-width: 768px) {
    h4 {
      font-size: 20px;
      line-height: 24px; } }

a.coverall span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.cf:after, .clearfix:after {
  content: "";
  display: table;
  clear: both; }

.edit-mode .container {
  max-width: 100%; }

.edit-mode .lees_meer_container .lees_meer .coverall {
  pointer-events: none; }

.xdebug-error {
  width: 800px;
  margin: 0 auto;
  color: #000;
  font-family: Arial, Helvetica, sans-serif; }

body {
  color: #000;
  font-family: 'Gotham', Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300; }
  @media (max-width: 768px) {
    body {
      font-size: 18px;
      font-weight: 300;
      line-height: 24px; } }

main {
  min-height: 800px; }

a {
  color: #C94B42; }
  a:hover {
    color: #C94B42; }
