<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
==  THEME DETAILS  ============================================================
    Theme Name: LunchMaatjes
    Theme URI: https://www.lunchmaatjes.nl/
    Description: Thema voor LunchMaatjes
    Version: 1.1.8
    Author: MMC IT Solutions
    Author URI: https://mmc-itsolutions.nl
===============================================================================
*/
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&amp;display=swap");
/* global vars */
:root {
  --dark-green-1: #00341a;
  --dark-green-2: #07311c;
  --dark-green-3: #006633;
  --light-green-1: #cde0a2;
  --light-green-2: #5fab42;
  --purple: #662483;
  --white: #ffffff;
  --dark-pink: #770031;
  --light-pink: #eb3754;
  --default-font-heading: "Lora", sans-serif;
  --default-font-text: "Karla", sans-serif;
}

* {
  box-sizing: border-box;
  font-family: var(--default-font-text);
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--default-font-heading);
  font-weight: 400;
  letter-spacing: -0.25px;
}

p {
  font-weight: 300;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: unset;
}

ol {
  padding-left: 15px;
}

ol &gt; li::marker {
  font-weight: bold;
}

.cta-section {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin: 2rem auto;
}

.cta-section__image {
  height: 300px;
  background-size: cover;
  background-position: center;
}

.cta-section__text {
  padding: 30px 36px;
  width: 100%;
  min-height: max-content;
  background-color: var(--dark-green-1);
  color: var(--light-green-1);
}

.cta-section__title {
  font-size: 35px;
}

.cta-section__description {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 27px;
}

.cta-section__button {
  display: block;
  padding: 7px 32px;
  border-radius: 40px;
  background-color: var(--white);
  color: var(--dark-green-2);
  text-align: center;
  line-height: 30px;
  letter-spacing: 0.52px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.cta-section__button:hover {
  background-color: var(--light-green-2);
  color: var(--dark-green-1);
}

.cta-section__clip {
  display: none;
}

@media screen and (min-width: 1024px) {
  .cta-section {
    flex-direction: row;
  }

  .home .cta-section {
    border-radius: 15px 15px 0 0;
  }

  .cta-section__image {
    width: 55%;
    height: inherit;
    background-size: cover;
    background-position: bottom;
  }

  .home .cta-section {
    min-height: 429px;
  }

  .cta-section__text {
    padding: 50px 90px 100px 70px;
    width: 45%;
  }

  .cta-section__title {
    font-size: 45px;
  }

  .cta-section__button {
    display: inline;
    padding: 13px 32px;
  }

  .cta-section__clip {
    display: inline;
    position: absolute;
    width: 100%;
    bottom: -25px;
  }
}

@media screen and (min-width: 1240px) {
  .cta-section__text {
    padding: 50px 90px 50px 70px;
  }
}

/* 
Responsive (0 (default), 768, 1024, 1240)
*/
</pre></body></html>