/**
 * AlterWeb
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the UELA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://www.alterweb.nl/license/
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@alterweb.nl so we can send you a copy immediately.
 *
 * @category    AlterWeb
 * @copyright   Copyright (c) 2009-2022 AlterWeb (https://www.alterweb.nl)
 * @license     https://www.alterweb.nl/license/
 * @author      AlterWeb (info@alterweb.nl)
 * @link        https://www.alterweb.nl
 */

/**
 * http://meyerweb.com/eric/tools/css/reset/ 
 *
 * v2.0 | 20110126
 * License: none (public domain)
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Roboto", sans-serif;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input,textarea,select {font-family:inherit; font-size:inherit; font-weight:inherit;}

button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;

    background: transparent;

    /* inherit font & color from ancestor */
    color: inherit;
    font: inherit;

    /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
    line-height: normal;

    /* Corrects font smoothing for webkit */
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;

    /* Corrects inability to style clickable `input` types in iOS */
    -webkit-appearance: none;
}

* {
    font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Averia Sans Libre';
    color: #009444;
}

h1 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1rem;
}

.p-margin {
    margin-bottom: 1rem !important;
}

html {
    min-width: 320px;
}

img {
    max-width: 100%;
}

strong {
    font-weight: bold;
}

a {
    color: #009444;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.logo-container {
    max-width: 1220px;
    margin: 1.5rem auto;
    padding: 0 1rem;
    text-align: center;
}

.logo {
    height: 4.5rem;
}

@media only screen and (min-width: 640px) {
    .logo-container {
        text-align: left;
    }
}

.main-nav {
    background: #009444;
    color: #fff;
    font: 14px/25px 'Averia Sans Libre', cursive;
    padding: 0 1rem;
    min-height: 2.5rem;
    margin-bottom: 0.5rem;
}

.main-nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

.main-nav ul li {
    border-bottom: #fff solid 1px;
    padding: 0.5rem;
}

.main-nav ul li:last-child {
    border-bottom: none;
}

.main-nav .menu-toggle {
    margin: 0.5rem 0 0 0;
    float: right;
}

.main-nav ul {
    display: none;
}

.main-nav.active ul {
    display: block;
}

@media only screen and (min-width: 720px) {
    .main-nav .menu-toggle {
        display: none;
    }

    .main-nav.active ul, .main-nav ul {
        max-width: 1220px;
        margin: 0 auto;
        display: flex;
    }

    .main-nav ul li {
        padding: 0rem 2rem;
        margin: 0.8rem 0;
        border: none;
        border-right: solid 2px #fff;
    }

    .main-nav ul li:first-child {
        padding-left: 0;
    }

    .main-nav ul li:last-child {
        padding-right: 0;
        border-right: none;
    }
}

main {
    min-height: 350px;
}

footer {
    background: #27322a;
    color: #fff;
}

footer #copyright {
    text-align: right;
}

#contact {
    padding-top: 2rem;
}

#contact h2 {
    color: #fff;
}

#contact a {
    color: #999;
}

#contact a:hover {
    color: #009444;
}

.banner .image {
    background: url('/images/banner-big.jpg') center;
    background-size: cover;
    height: 300px;
    border-radius: 0.5rem 0.5rem 0 0;
}

.banner .image img {
    width: 100%;
    max-width: 100%;
}

.banner .usps {
    background: #eeeeee;
    display: flex;
    font-family: 'Averia Sans Libre';
    align-items: center;
    justify-content: center;
    border-radius: 0 0 0.5rem 0.5rem;
}

.banner .usps .container {
    padding: 1.5rem 2rem;
}

.banner .usps ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.banner .usps ul li:last-child {
    margin-bottom: 0;
}

.banner .usps ul li .image-container {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .usps ul li .title {
    margin-left: 1rem;
    flex: 1;
}

@media only screen and (min-width: 780px) {
    .banner {
        display: flex;
    }

    .banner .image {
        width: 66%;
        border-radius: 1rem 0 0 1rem;
        height: auto;
        margin-bottom: 0;
    }

    .banner .usps {
        justify-content: left;
        width: 34%;
        border-radius: 0 1rem 1rem 0;
    }
}

@media only screen and (min-width: 1024px) {
    .banner .usps .container {
        padding: 3.5rem 2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .banner .usps .container {
        padding: 4.5rem 3rem;
    }
}

.content-container {
    max-width: 1220px;
    margin: 0rem auto;
    padding: 1rem;
}

#assortiment table {
    margin-bottom: 1.5rem;
    width: 100%;
}

#assortiment table td {
    padding: 0.5rem;
    border: 1px solid #eee;
    background: #f9f9f9;
}

.bestelling #assortiment table td:first-child {
    padding-left: 1rem;
}

#assortiment table th {
    padding: 0.5rem;
    text-align: left;
}

#assortiment table .price {
    width: 70px;
    text-align: right;
}

#assortiment table .subtotal {
    width: 100px;
    text-align: right;
}

#assortiment table .qty {
    width: 165px;
}

#assortiment table .qty .qty-field {
    text-align: center;
    display: flex;
}

#assortiment table .qty input {
    width: 50px;
    flex: 1;
    text-align: center;
    border: 1px solid #ddd;
    border-right: none;
    border-left: none;
}

#assortiment table .qty button {
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#assortiment table .frequency-title {
    margin-top: 0.9rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    color: #666;
}

#assortiment table .frequency select {
    border: 1px solid #ddd;
    background: #fff;
}

.field {
    padding: 0.5rem 0;
}

.field label {
    width: 240px;
    display: inline-block;
    padding: 0.5rem 0;
}

.field input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 0.5rem;
    box-sizing: border-box;
}

@media only screen and (min-width: 720px) {
    .field input {
        max-width: 420px;
    }
}

.mt-1 {
    margin-top: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.button {
    padding: 0.5rem 5rem;
    margin-bottom: 0.5rem;
}

.button.order {
    font-family: 'Averia Sans Libre';
    background: #ea5f28;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 1rem 0;
}

.button.order:hover {
    background: #1c8241;
}

.button.order:disabled {
    background: #ccc;
}

#bezorginformatie table {
    margin-bottom: 1rem;
}

#bezorginformatie table td {
    padding: 0.5rem;
}

#bezorginformatie table td:first-child {
    padding-left: 0;
}

.float-left, .float-right {
    margin-bottom: 1rem;
}

.kraam, .groentepakket, .akker {
    border-radius: 0.5rem;
}

@media only screen and (min-width: 780px) {
    .groentepakket {
        margin-top: -2.5rem;
    }
}

@media only screen and (min-width: 1020px) {
    .groentepakket {
        margin-bottom: 1rem;
    }
}

@media only screen and (min-width: 1200px) {
    .akker {
        margin-top: -1rem;
    }
}

.clear-fix {
    clear: both;
}

.card {
    display: flex;
    flex-direction: column;
}

.card .card-image {
    flex: 1;
    border-radius: 0.5rem 0.5rem 0 0;
}


.card .card-image.background-img.delivery {
    padding: 140px;
    background: url('/images/bus.jpg');
    background-size: cover;
    background-position: center;
}

@media only screen and (min-width: 420px) {
    .card .card-image.background-img.delivery {
        padding: 160px;
    }
}

@media only screen and (min-width: 500px) {
    .card .card-image.background-img.delivery {
        padding: 180px;
    }
}

@media only screen and (min-width: 720px) {
    .card .card-image {
        border-radius: 1rem 0 0 1rem;
    }

    .card .card-image.background-img.delivery {
        padding: 0;
    }
}

.card .card-image.background-img img {
    display: none;
}

.card .card-image .image-container {
    display: flex;
}

.card .card-image img {
    width: 100%;
}

.card .card-content {
    /*background: #eee;*/
    border: solid 1px #d9d5d0;
    border-top: none;
    flex: 3;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;

    border-radius: 0 0 0.5rem 0.5rem;
}

@media only screen and (min-width: 780px) {
    .card .card-content {
        padding: 1.5rem;
    }
}

.card .card-content p:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 720px) {
    .card {
        flex-direction: row;
    }

    .card .card-content {
        border-top: solid 1px #d9d5d0;
        border-left: none;
        border-radius: 0 1rem 1rem 0;
    }
}

.columns .column:first-child {
    margin-bottom: 1rem;
}

#assortiment .columns .column.small {
    text-align: center;
}

#overons p:last-child, #recepten p:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 720px) {
    .columns {
        display: flex;
    }

    .columns .column.small {
        width: 40.5%;
    }

    .columns .column.big {
        width: 57%;
    }

    .columns .column:first-child {
        margin-right: 2.5%;
        margin-bottom: 0;
    }

    #overons .columns .column.small,
    #assortiment .columns .column.small {
        order: 2;
        margin-right: 0;
        margin-left: 3%;
    }
}

@media only screen and (min-width: 780px) {
    .columns .column.small {
        width: 34%;
    }

    .columns .column.big {
        width: 64%;
    }

    .columns .column:first-child {
        margin-right: 2%;
        margin-bottom: 0;
    }

    #overons .columns .column.small,
    #assortiment .columns .column.small {
        margin-left: 2%;
    }
}
@media only screen and (min-width: 1240px) {
    .additional-products {
        margin-top: -8rem;
    }
}

#contact {
    line-height: 1.5rem;
}

.contact-info {
    flex: 2;
}

.social {
    flex: 1;
}

.social .icons {
    display: flex;
}

.social .icons img {
    width: 30px;
    margin-right: 1rem;
}

.reviews-container {
    margin-bottom: 1.5rem;
}

.reviews-container .review {
    background: #eee;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 0.5rem;
}

@media only screen and (min-width: 780px) {
    .reviews-container {
        display: flex;
    }

    .reviews-container .review {
        flex: 1;
        margin-bottom: 0;
        margin-left: 1.5rem;
        padding: 1.5rem;
        border-radius: 1rem;
    }

    .reviews-container .review:first-child {
        margin-left: 0;
    }
}

.hide {
    display: none;
}

.order-review {
    border: solid 1px #d9d5d0;
    padding: 1rem;
    padding-bottom: 0;
    margin-bottom: 1rem;
}

.order-review .no-packages, .order-review .required-fields-error {
    color: red;
}

.order-review .no-packages a, .order-review .required-fields-error a {
    color: red;
    text-decoration: underline;
}

.error-msg {
    color: #ba3939;
    background: #ffe0e0;
    border: 1px solid #a33a3a;
    padding: 1rem;
    margin-bottom: 1rem;
}
