﻿@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    border: 0;
    outline: 0;
    box-sizing: border-box;    
}

body,
html {
    height: 100%;
}

body {
    background: #fff;
    min-width: 375px;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.off {
    display: none !important;
}

h1 {
    font-weight: 700;
    font-size: 32px;
    color: #BB0039;
    line-height: 120%;
    padding-top: 35px;
    padding-bottom: 10px;
}

#hero h1 {
    color: #f8b765;
    padding-top: 40px;
    padding-bottom: 25px;
}

#hero p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}


h2 {
    font-weight: 700;
    font-size: 22px;
    color: #BB0039;
    line-height: 120%;
    padding-top: 10px;
    padding-bottom: 7px;
}

.kerstboom h2{
    font-size: 26px;
    padding-bottom: 20px;
}

.naw h2 {
    padding-bottom: 15px;
}

p {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 22px;
}

#intro-container {
	display: flex;
	flex-wrap: no-wrap;
}

div.intro {
	flex: 1 1 65%;
/*	padding-right: 44px;*/
}

div.intro p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 26px;
}

a {
/*    color: #606919;*/
    color: #1f881f;
}

a:hover {
/*    color: #1f881f;*/
	text-decoration: underline;
}

#content ul {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin-left: 16px;
    margin-bottom: 24px
}

#content li {
    padding-left: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

td,
th {
    padding: 0;
    vertical-align: top;
    text-align: left;
}

#header-container {
/*    height: 515px;*/
    margin: auto;
    margin-bottom: 40px;
    background: #fff;
}

#header-container.nohero {
    height: auto;
    margin: auto;
    margin-bottom: 0;
}

#header-container.smallhero {
    height: auto;
    margin: auto;
    margin-bottom: 40px;
}

#header {
    max-width: 1440px;
    padding: 0 70px;
    height: 80px;
    margin: auto;
    position: relative;
    text-align: center;
}

#kerst_countdown {
    position: absolute;
    left: 50%;
    width: 470px;
    height: 40px;
    margin-left: -235px;
    padding: 4px 10px 0 10px;
/*    font-family: Ubuntu, Arial;*/
    color: #1f881f;
}

#canvas {
    position: absolute;
    margin-top: -20px;
    margin-left: -25px;
    z-index: -1;
    opacity: 0.75;
/*    left: 50%;*/
/*    width: 470px;*/
/*    width: 100%;*/
/*    height: 325px;*/
/*    margin-left: -235px;
    border-radius: 0 0 25px 25px;
    background: #f7eee6;*/
}

#kerst_countdown .afteltitel {
    font-size: 17px;
}

#kerst_countdown .aftelnr {
    font-size: 24px;
    color: #ea192f;
}

#kerst_countdown .aftelwens {
    font-size: 21px;
    font-weight: 700;
    color: #ea192f;
}

#logo img {
/*    max-width: 100%;*/
    height: 52px;
    position: absolute;
    top: 25px;
    left: 55px;
/*    margin-left: -15px;*/
/*    padding-right: 320px;*/
}

#contactmenu {
	float: right;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-align: left;
	color: #333;
	font-size: 16px;
	height: 100%;
	padding-bottom: 5px;
}

#contactmenu  p{
	margin: 0;
}

#contactmenu  a{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#contactmenu  p::before{
	content: url('../images/phone-solid-green.svg');
	position: relative;
	top: 3px;
	margin-right: 10px;
}

#contactmenu .phone-divider{
	padding: 0 10px;
	color: #1F881F;
}

/* Mobiele bel knop */
#mobile-call-wrapper {
    position: relative;
    display: none; /* alleen mobiel tonen */
}

#mobile-call-btn {
    background-color: #fff;
    color: #1F881F;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 6px;
    border-radius: 8px;
    border: 1px solid #1F881F;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

#mobile-call-btn i {
    font-size: 18px;
}

/* Dropdown menu voor telefoonnummers */
#mobile-call-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #1F881F;
    border-radius: 8px;
    display: none;
    flex-direction: column;
    width: max-content;
/*    min-width: 180px;*/
    z-index: 50;
}

#mobile-call-menu a {
    padding: 8px 12px;
    text-decoration: none;
    text-align: left;
    color: #1F881F;
    font-weight: bold;
    border-bottom: 1px solid #1F881F;
}

#mobile-call-menu a:last-child {
    border-bottom: none;
}

#mobile-call-menu a:hover {
    background-color: #1F881F;
    color: #fff;
}

/* Menu toggle */
#menu-toggle {
  display: none;
}

#mainmenu {
    max-width: 1440px;
    height: 70px;
    margin: auto;
    padding: 0 70px 0 52px;
}

#mainmenu li,
#mainmenu ul {
    margin: 0;
    padding: 0;
}

#mainmenu ul {
    list-style: none;
    width: 100%
}

#mainmenu li {
    float: left;
    position: relative;
    width: auto;
}

li:hover ul.submenu {
    opacity: 1;
    top: 50px;
    visibility: visible;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#mainmenu li:hover a {
    color: #1f881f;
    border-bottom: 2px solid #1f881f;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#mainmenu li:hover a#bestellen {
/*    color: #ea192f;*/
}

#mainmenu ul.submenu a {
    color: #000;
    border-bottom: none;
}

ul.submenu {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50px;
    visibility: hidden;
    z-index: 2;
/*    background: #1f881f;*/
    background: #fff;
    column-count: 2;
    column-gap: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#mainmenu ul.submenu {
    padding: 5px 6px 15px 6px;
    width: auto;
}

#mainmenu ul.submenu li {
    float: none;
    position: relative;
    width: auto;
}

#mainmenu a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 18px 5px 18px;
    margin-top: 12px;
    display: block;
    height: 38px;
    border-bottom: 2px solid #fff;
}

#mainmenu a.active {
    color: #1f881f;
/*    border-bottom: 2px solid #1f881f;*/
}

#mainmenu a#bestellen {
/*    background: #1f881f;*/
/*	border: 0;*/
}

#mainmenu a#bestellen:hover {
/*    color: #ea192f;*/
/*	border: 0;*/
}

#mainmenu a#bestellen.active {
/*    color: #fff;*/
}

#mainmenu .submenu a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 12px 10px 12px;
    display: inline-block;
    height: auto;
}

#mainmenu .submenu a:hover {
    color: #1f881f;
    text-decoration: underline;
}

#hero {
	min-height: 325px;
	max-width: 1440px;
	margin: auto;
	background: url('../images/hero.jpg') no-repeat bottom center;
	background-size: cover;
	border-radius: 7px 7px 0 0;
	padding-bottom: 30px;
}

#header-container.smallhero #hero {
	height: 200px;
}

#hero_content {
	position: relative;
	z-index: 1;
	padding: 0 70px;
	width: 55%;
}

#hero_text_mobile {
	display: none;
}

#usps {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	max-width: 1440px;
	margin: auto;
	padding: 0 70px;
	background-color: #E6E9E2;
	border-radius: 0 0 7px 7px;
}

#usps ul{
	display: flex;
	gap: 25px;
	list-style: none;
}

#usps li{
	position: relative;
	display: flex;
	gap: 10px;
	color: #1F881F;
	font-size: 16px;
	font-weight: 600;
}


#usps li::before{
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
/*	padding-right: 15px;*/
	background: url("../images/check.svg") no-repeat center / contain;
}

.nohero #usps {
	border-radius: 7px;
}

#kerstbomen {
    position: absolute;
    right: 60px;
    padding-top: 45px;
}

#body-container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-items: stretch;
/*	gap: 45px;*/
    max-width: 1440px;
    min-height: 300px;
    margin: auto;
    padding: 0 70px 46px 70px;
}

.col {
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	margin-top: 22px;
	margin-bottom: 40px;
}

.block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 1 calc(33.333% - 26px);
	min-width: 290px;
	background: #BBDBBB;
	padding: 10px 25px 22px;
/*	height: 100px;*/
	width: 100%;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}

#actionblock {
	background: #BB0039;
	color: #fff;
}

.block h2{
	color: #BB0039;
}

#actionblock h2{
	color: #F8B765;
}

.block .img {
	float: right;
	margin: 6px 0 10px 30px;
}

.block img {
	width: 250px;
}

.block a{
	color: #1F881F;
	font-weight: bold;
}

#actionblock a{
	color: #F8B765;
}

.block a::after{
	content: ">";
	display: inline-block;
	text-decoration: none;
	padding-left: 5px;
}

#actionblock p{
	color: #fff;
}

#content {
	flex: 1 1 65%;
/*    max-width: 100%;
    padding-right: 70px;
    padding-right: 44px;*/
}

#content.fullwidth {
/*    padding-right: 0;*/
   	flex: 0 0 100%;
}

#content td,
#content th {
    line-height: 24px;
    color: #333;
}

div.melding {
    margin-bottom: 20px;
    overflow: auto;
    float: left;
    margin-right: 20px;
    width: 100%;
    border: 1px solid #84be84;
    border-radius: 7px;
    padding: 8px 15px 10px 15px;
    background: #1f881f;
    font-style: italic;
}

div.melding * {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

div.melding strong {
    font-size: 17px;
}

div.flex_container {
	display: flex;
}

div.kerstboom {
    margin-bottom: 20px;
    overflow: auto;
/*    float: left;*/
    margin-right: 20px;
    width: 100%;
    border: 2px solid #BBDBBB;
    border-radius: 20px;
    padding: 10px 25px 25px 25px;
    background: #fff;
/*    white-space: nowrap;*/
/*    background: #EDF5ED;*/
}

div.kerstboom:nth-child(even) {
    margin-right: 0;
}

div.opties {
    background: #fff;
}

div.artikelen,
div.gezaagd {
/*    float: left;*/
/*    margin-right: 40px;*/
}

div.pot,
div.service {
    float: left;
    margin-bottom: 15px;
}

div.boom {
    float: right;
}

div.boom img {
/*    width: 150px;*/
/*    float: left;*/
    width: 100%;
/*    margin-right: 40px;*/
}

div.naw {
    margin-bottom: 25px;
    overflow: auto;
    clear: left;
}

td.maat,
th.soort {
/*    width: 105px;*/
    white-space: nowrap;
    padding-right: 44px;
}

tr + tr.soort th{
	padding-top: 30px;
}

td.maat {
    font-size: 18px;
}

.compact td.maat,
.compact th.soort {
    width: auto;
    white-space: nowrap;
    padding-right: 15px;
}

tr.line td {
	padding-top: 30px;
}

tr.soort + tr.line td {
	padding-top: 7px;
}

#content td.line {
	font-size: 20px;
/*    color: #4CA04C;*/
    color: #1F881F;
}

.kerstboom td.checkbox {
	padding-bottom: 0;
	padding-right: 10px;
}

td.prijs {
	font-size: 18px;
    padding-right: 44px;
    white-space: nowrap;
}

td.aantal {
	font-weight: bold;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
}

td .special {
/*    margin-top: -3px;*/
/*    width: max-content;*/
    font-size: 12px;
    line-height: 10px;
    font-weight: 400;
    color: #fff;
    background: #1f881f;
    padding: 1px 5px 2px 5px;
    border-radius: 4px;
}

td .specialtxt {
    display: block;
    margin-top: -3px;
    font-size: 12px;
    line-height: 10px;
}

td.aantal.uitverkocht {
/*    color: #aaa;*/
	padding-top: 1px;
	padding-bottom: 13px;
}

td.uitverkocht input {
    display: none;
}

td.uitverkocht .special {
    background: #ea192f;
}

.compact div.boom img {
    width: 60px;
}

.compact select {
    width: auto;
    min-width: 190px;
}

#content th {
    font-size: 20px;
    padding-bottom: 4px;
}

#content th.aantal {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    vertical-align: bottom;
}

input[type=date],
input[type=email],
input[type=number],
input[type=tel],
input[type=text],
select,
textarea {
    font-size: 16px;
    width: 100%;
    padding: 7px 7px;
    border: 1px solid #83a366;
    border-radius: 7px;
}

.field2 {
    display: none;
}

select {
    padding: 6px 3px;
    background-color: #fff;
}

td.aantal input {
    width: 36px;
    text-align: center;
    padding: 3px 0;
    -moz-appearance: textfield;
    border-radius: 0;
    border-color: #7E7E7E;
}

td.aantal input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

td.aantal input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.opties table {
    width: 100%
}

.opties td.aantal {
    text-align: right;
}

.opties td.naam,
.opties th.soort {
    width: 100%;
    min-width: 200px;
}

.kerstboom td,
.naw td {
    padding-bottom: 5px;
    vertical-align: middle;
}

.kerstboom td.naam {
/*    padding-right: 10px;*/
}

.naw td.nawlabel {
    padding-right: 10px;
    width: 200px;
}

.naw td.nawinput {
    max-width: 100%
}

a.button,
input.submit {
    -webkit-appearance: none;
    background: #1f881f;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer !important;
    padding: 10px 25px 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
}

a.button:hover,
input.submit:hover {
    background: #1b771b;
    cursor: default;
}

a.button::after{
	content: ">";
	display: inline-block;
	text-decoration: none;
	padding-left: 8px;
}


input.submit.disabled {
    background: #ccc;
    cursor: default !important
}

#sidebar {
/*    width: 416px;*/
	flex: 1 1 35%;
    padding-top: 50px;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#sidebar iframe,
#sidebar_top img {
    display: inline-block;
    width: 100%;
    border: 1px solid #4ca04c;
}

#actie-container {
	flex: 1 1 35%;
	align-self: center;
	text-align: center;
	padding-left: 40px;
}

.actie {
    display: inline-block;
    background: #BB0039;
    text-align: center;
    padding: 15px 30px 18px 30px;
    margin-top: 30px;
    margin-bottom: 35px;
    border-radius: 60px;
}

.actie p {
/*    display: inline-block;*/
    color: #fff;
    font-size: 16px;
    line-height: 22px;
/*    font-weight: 700;*/
    margin: 0;
}

#sidebar_top .fotos {
/*    width: 260px;*/
}

#goededoel {
    border-top: 1px solid #4ca04c;
    border-bottom: 1px solid #4ca04c;
    padding: 15px 0 20px 0;
    margin: 30px 0;
    overflow: auto;
}

#goededoel p {
    font-size: 14px;
    margin-bottom: 0;
}

#goededoel img {
    float: left;
    width: 100px;
    margin-right: 20px;
    margin-bottom: 10px;
    border: 0;
}

#kassabon_container {
    margin-top: -50px;
    position: sticky;
    top: 40px;
/*    display: block;*/
}

#kassabon {
    background: #BBDBBB;
    border-radius: 20px;
    padding: 10px 25px 25px 25px;
/*    width: 416px;*/
    display: block;
}

#artikelen {
    width: 100%
}

#artikelen th {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-weight: 400;
    border-bottom: 1px solid #6CB16C;
    padding: 5px 15px 5px 0;
}

#artikelen th.prijsth {
    text-align: right;
    padding-right: 0;
    white-space: nowrap;
}

#artikelen td {
    font-size: 16px;
    padding: 8px 15px 10px 0;
}

#artikelen tr.artikel {
    border-bottom: 1px solid #a5cfa5;
}

#artikelen .naam {
    width: 100%
}

#artikelen .aantal {
    white-space: nowrap;
    text-align: center;
}

#artikelen .prijs {
    font-weight: 700;
    padding-right: 0;
    text-align: right;
    white-space: nowrap;
}

#artikelen .totaal td {
    font-size: 18px;
    color: #000;
}

#artikelen .totaal td {
    border-top: 1px solid #6CB16C;
    border-bottom: none;
    padding-top: 6px;
}

#onder_kassabon{
	padding: 20px;
}

.facebook-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.facebook-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

#sidebar_bottom {
/*    width: 260px;*/
/*    vertical-align: bottom;*/
    padding-top: 40px;
    padding-bottom: 22px;
/*    position: relative;*/
}

#sidebar_bottom p {
    font-size: 14px;
    line-height: 20px;
}

#sponsoren img {
    padding-right: 15px;
    padding-bottom: 5px;
}

#sponsoren a:last-of-type img {
    padding-right: 0px;
}

#footer-container {
	padding-bottom: 20px;
}

#footer {
/*    min-height: 190px;*/
/*    border-bottom: 30px solid #606919;*/
    max-width: 1440px;
    margin: auto;
    padding: 20px 70px;
    background: #EA192F;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
/*    position: relative;*/
/*    overflow: auto;*/
    display: flex;
    justify-content: space-between;
    border-radius: 7px;
}

#footer p {
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 0;
}

#footer h4 {
    font-size: 17px;
/*    padding-top: 18px;*/
    padding-bottom: 2px;
}

#footer h4 a {
    text-decoration: none;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #BBDBBB;
}

#footer-bestellen {
    float: left;
    margin-right: 30px;
}

#footer-bestellen ul {
    list-style: none;
    float: left;
    margin-right: 20px;
}

#footer-contact,
#footer-goededoelen {
    float: left;
    margin-right: 50px;
}

#footer-contact .phone-divider{
	font-weight: normal;
	padding: 0 5px;
}


#social {
    float: right;
/*    width: 260px;*/
    margin-bottom: 20px;
}

#follow {
    float: left;
/*    width: 150px;*/
}

#like {
    float: left;
    width: 110px;
    text-align: right;
}

#social a {
    display: inline-block;
    width: 61px;
    height: 60px;
}

#social a+a {
    margin-left: 5px;
}

#social a:hover {
    transition: all .25s ease;
}

#facebook {
    background: url(../images/social/facebook.png) no-repeat center;
}

#facebook:hover {
    background-image: url(../images/social/facebook-hover.png);
}

#twitter {
    background: url(../images/social/twitter.png) no-repeat center;
}

#twitter:hover {
    background-image: url(../images/social/twitter-hover.png);
}

#youtube {
    background: url(../images/social/youtube.png) no-repeat center;
}

#youtube:hover {
    background-image: url(../images/social/youtube-hover.png);
}

#instagram {
    background: url(../images/social/instagram.png) no-repeat center;
}

#instagram:hover {
    background-image: url(../images/social/instagram-hover.png);
}

#disclaimer {
    max-width: 1440px;
    margin: auto;
/*    margin: -27px auto -27px auto;*/
    padding: 30px 70px;
    font-size: 14px;
    text-align: center;
/*    position: relative;*/
}

#logo_bottom {
    margin-bottom: 15px;
}

#logo_bottom img {
    height: 52px;
}

#disclaimer p {
    font-size: 14px;
    margin: 0;
    color: #333;
}

#disclaimer a {
    color: #1F881F;
}

#disclaimer a:hover {
    color: #acc299;
}

#disclaimer .copyright {
    padding-left: 38px;
}

@media screen and (max-width:1200px) {

	#header {
	    padding: 0 40px;
	}

	#logo img {
	    left: 25px;
	}

	#mainmenu {
	    padding: 0 40px 0 22px;
	}

	#body-container {
		padding: 0 40px 46px;
	}
	
	#hero_content {
	    padding: 0 0 0 40px;
	    width: 55%;
	}

	#usps {
	    padding: 0 40px;
	}

	#usps ul {
		gap: 10px 16px;
	}
	
	#usps li {
		font-size: 14px;
		gap: 6px;
	}
	
	#usps li::before {
		width: 18px;
		height: 18px;
	}

	#footer {
	    padding: 20px 40px;
	}

}



@media screen and (max-width:1000px) {
    #kerstbomen {
        right: 30px;
    }
    #mainmenu {
        padding: 0 22px;
    }
    #mainmenu a {
        font-size: 19px;
        padding: 12px 18px 13px 18px;
    }
    #body {
        padding: 0 40px 46px 40px;
    }
    #content {
        padding-right: 0;
    }
    h1 {
/*        padding-right: 300px;*/
    }
    div.boom img {
        margin-right: 40px;
    }
    .naw td,
    td#content,
    td#sidebar_bottom,
    td#sidebar_top {
        display: block;
        width: 100%
    }
    .naw td.nawinput {
        padding-bottom: 15px;
    }
    tr {
/*        display: block;*/
    }
    .actie,
    .bestelform .fotos {
 /*       display: none;*/
    }
    #kassabon .off {
        display: none;
    }
    #kassabon tr {
        display: table-row;
    }
    #kassabon {
        margin-bottom: 40px;
        position: relative;
        margin: 0 0 9px 0;
        width: 100%
    }
    
    #sidebar {
		padding-left: 20px; 
	}
    
    #sidebar_top {
        padding-top: 35px;
        padding-bottom: 35px;
        width: 100%;
        height: auto !important;
    }
    .bestelform #sidebar_top {
        padding-top: 0;
        padding-bottom: 5px;
        width: 100%
    }
    #sponsoren img {
        padding-right: 20px;
        padding-bottom: 10px;
    }
    #footer {
        padding: 0 40px;
    }
    #disclaimer {
/*        padding: 0 40px;*/
    }

    #kerst_countdown .afteltitel {
        font-size: 15px;
        font-weight: 400;
    }

    #kerst_countdown .aftelnr {
        font-size: 15px;
        font-weight: bold;
    }

    #kerst_countdown .aftelwens {
        font-size: 16px;
    }

	#header-container {
	    margin-bottom: 25px;
	}

	#header {
	    padding: 0 25px;
	}

	#logo img {
	    left: 25px;
	}

	#mainmenu {
	    padding: 0 25px 0 7px;
	}

	#hero_content {
	    padding: 0 0 0 25px;
	    width: 55%;
	}

	#body-container {
		padding: 0 25px 46px;
	}

	.col {
	    gap: 25px;
	    margin-bottom: 25px;
	}

	#usps ul {
	    gap: 3px 15px;
	}

	#usps li::before {
	    width: 15px;
	    height: 15px;
	}

	#usps li {
	    font-size: 12px;
	    font-weight: normal;
	}
	
	#footer {
	    padding: 20px 25px;
	}

}

@media screen and (max-width:915px) {

/* Toon knop alleen op mobiel */
    #mobile-call-wrapper {
        display: block;
        margin-right: 18px;
        position: absolute;
        top: 34px;
        right: 0;
    }

    #contactmenu p {
        display: none; /* verberg de originele telefoonnummers */
    }

    #sidebar {
		padding-top: 0;
		padding-left: 0px;
		flex: 1 1 100%; 
	}

	#kassabon_container {
	    margin-top: 0;
	    position: relative;
	    top: 0;
	    display: block;
	}

}

@media screen and (max-width:770px) {
    #header-container {
    	margin-bottom: 0;
	}
	

    #kerst_countdown .afteltitel {
        font-size: 13px;
        font-weight: 400;
    }

    #kerst_countdown .aftelnr {
        font-size: 13px;
        font-weight: bold;
    }

    #kerst_countdown .aftelwens {
        font-size: 15px;
    }

    #header {
        height: 95px;
        position: fixed;
		z-index: 10;
	    padding: 0;
	    width: 100%;
	    background: #fff;
	    top: 0;
	    border-bottom: 2px solid #E6E9E2;
    }

    #hero {
    	min-height: 150px;
    	margin-top: 95px;
    	border-radius: 0;
    }
    #hero_content {
    	display: none;
    }

	.nohero #usps {
	    border-radius: 0px;
	    margin-top: 95px;
	}

    #hero_text_mobile {
    	display: block;
    }
    #logo img {
        position: relative;
        padding:: 0px;
        left: auto;
    }
    #mainmenu a {
        padding: 12px 10px 13px 10px;
    }
    #mainmenu ul.submenu {
        padding: 5px 0 15px 0;
    }
    #body-container {
        padding: 0 18px 46px 18px;
    }
	#content,
	#sidebar {
		flex: 0 0 100%;
	}
	#sidebar {
		padding: 0;
	}

    h1 {
        padding-top: 20px;
        padding-right: 0;
        font-size: 26px;
    }

	#intro-container {
		display: flex;
		flex-wrap: wrap;
	}

	div.intro {
	    flex: 1 1 100%;
	}

	#actie-container {
	    padding-left: 0; 
	}

	.block .img {
		float: none;
		text-align: center;
		margin: 6px 0 10px;
	}

	.actie {
	    padding: 10px 30px 13px 30px;
	    margin-top: 0;
	    margin-bottom: 25px;
	}

    div.boom {
		display: none;
	}

	div.flex_container {
		display: block;
	}

    div.artikelen {
        margin-right: 0;
    }

    #footer {
        padding: 15px 18px;
    }

    #like,
    #social {
		float: none;
		text-align: center;
    }
    
    #logo_bottom {
	    margin-top: 15px;
	}
	
	#logo_bottom img {
	    height: 33px;
	}

    #disclaimer {
        padding: 0 18px;
    }

}

@media screen and (max-width:550px) {
    #header-container {
/*        height: 140px;*/
/*        border-bottom: 40px solid #ea192f;*/
    }
    #header {
        height: 80px;
    }
    #hero {
    	margin-top: 80px;
    }

    .nohero #usps {
        border-radius: 0px;
        margin-top: 80px;
    }

    #kerst_countdown {
        width: 100%;
        margin-left: 0;
        left: 0;
        height: 35px;
        padding: 5px 10px;
    }
    #canvas {
        width: 100%;
        margin-left: 0;
        left: 0;
        border-radius: 0;
    }
    #kerst_countdown .afteltitel {
        font-size: 13px;
        font-weight: 400;
    }
    #kerst_countdown .aftelnr {
        font-size: 13px;
        font-weight: bold;
    }
    #kerst_countdown .aftelwens {
        font-size: 15px;
    }
    button {
        top: 0;
        left: 0;
        transform: translate(0, 0);
        opacity: 1;
    }
    #logo img {
        padding: 0;
        left: auto;
        top: 31px;
        height: 35px;
    }
    #mainmenu {
        height: 40px;
    }
    #tips {
/*        display: none;*/
    }
    #mainmenu a {
        font-size: 17px;
        height: 40px;
        padding: 10px 10px 13px 10px;
    }
    li:hover ul.submenu {
        top: 40px;
    }
    ul.submenu {
        top: 40px;
    }
    div.kerstboom {
        margin-right: 0;
        padding: 2px 15px 15px 15px;
    }
    div.boom img {
        width: 100px;
        margin-right: 30px;
    }

	div.intro p {
	    font-size: 16px;
	    line-height: 22px;
	    margin-bottom: 22px;
	}

	.actie {
	    padding: 10px 30px 13px 30px;
	    margin-top: 0;
	    margin-bottom: 25px;
	    border-radius: 60px;
	}

    h1 {
        font-size: 24px;
    }

    .kerstboom h2 {
        font-size: 22px;
    }

    #goededoel img {
        width: 88px;
        margin-bottom: 0;
    }

	#content th,
	#content td.line {
        font-size: 18px;
    }

	td.maat,
	th.soort,
	td.prijs {
	    padding-right: 15px;
	}
	
	td.maat,
	td.prijs,
	td.naam {
	    font-size: 15px;
	}

	td.prijs {
	    width: 1%;
	}

	td.aantal {
	    font-size: 13px;
	    width: 1%;
	}

    input.submit {
        width: 100%;
    }
    div.pot.nordmann {
        clear: left;
        padding-top: 15px;
    }
    div.boom {
        display: none;
    }

	div.naw {
	    margin-bottom: 15px;
	}

    #footer {
        flex-wrap: wrap;
        font-size: 14px;
        line-height: 29px;
    }
    #footer p {
        line-height: 29px;
        font-size: 14px;
    }
    #footer-bestellen {
        margin-right: 0;
    }
    #disclaimer,
    #disclaimer p {
        font-size: 14px;
    }
	#footer-contact{
		margin: 15px 0;
		width: 100%;
		text-align: center;
	}
	#footer-contact br{
		display: none;
	}
	.phone-divider{
		display: none;
	}
	#footer-contact a{
		background: #1f881f;
		padding: 10px 20px;
		border-radius: 7px;
		width: 100%;
		display: block;
		text-align: center;
		font-size: 17px;
		text-decoration: none;
		font-weight: bold;
		margin-bottom: 20px;
		box-shadow: 0 3px 6px rgba(0,0,0,.4);
	}
	#footer-contact h4{
		padding-bottom: 0;
	}
	#footer-contact h4 a::before{
		content: url('../images/phone-solid.svg');
		position: relative;
		top: 3px;
		margin-right: 10px;
	}
	#footer-contact a.footer-mail::before{
		content: url('../images/envelope-solid.svg');
		position: relative;
		top: 2px;
		margin-right: 10px;
	}
	#footer-contact a.footer-location{
		margin-bottom: 10px;
	}

    #like,
    #social {
		margin: auto;
    }

	#facebook {
	    background: url(../images/social/facebook-hover.png) no-repeat center;
	}
	
	#instagram {
	    background: url(../images/social/instagram-hover.png) no-repeat center;
	}

}

@media screen and (max-width:450px) {
    #mainmenu a {
        font-size: 14px;
    }
    div.gezaagd.pure {
        float: left;
        margin-right: 0;
    }
    div.artikelen {
/*        margin-right: 0;*/
/*        margin-bottom: 20px;*/
    }
    
	.actie {
	    padding: 7px 20px 10px 20px;
	}

	.actie p {
	    font-size: 14px;
	    line-height: 18px;
	}

	#onder_kassabon {
	    padding: 20px 0;
	}

}




/* ===== Mobiel menu gedrag ===== */
@media (max-width: 770px) {


  /* Call button */
  #call-button {
    display: flex;
    align-items: center;
  }

/* Menu toggle */
#menu-toggle {
  display: flex;
  position: fixed;
  top: 34px;
  left: 20px;
  z-index: 10001; /* boven menu */
  flex-direction: column;
  justify-content: space-between;
  width: 29px;
  height: 34px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* De drie lijnen */
#menu-toggle span {
  display: block;
  height: 4px;
  width: 100%;
  background: #1f881f;
  border-radius: 2px;
  transition: all 0.3s ease;
}

#menu-toggle span.menutxt {
  display: block;
  height: auto;
  width: 100%;
  background: none;
  border-radius: 0;
  transition: none;
	font-size: 10px;
	line-height: 10px;
}


/* Actieve staat: kruis */
#menu-toggle.active span:nth-child(1) {
  transform: rotate(35deg) translate(2px, -2px); /* geen translate nodig */
  transform-origin: left;
}

#menu-toggle.active span:nth-child(2) {
  opacity: 0; /* middelste lijn verdwijnt */
}

#menu-toggle.active span:nth-child(3) {
  transform: rotate(-35deg) translate(2px, 2px); /* geen translate nodig */
  transform-origin: left;
}

  /* Main menu */
  #mainmenu {
    position: fixed;
    z-index: 2;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    background: #fff;
    padding: 100px 25px 25px;
    flex-direction: column;
    gap: 15px;
    transition: left 0.3s ease;
    overflow-y: auto;
    box-shadow: 4px 0 15px rgba(0,0,0,0.15);
  }

  #mainmenu.active {
    left: 0;
  }

  #mainmenu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #mainmenu li {
    width: 100%;
  }

  #mainmenu a {
    font-weight: bold;
    font-size: 18px;
/*    color: #000 !important; /* eerste item altijd zwart */*/
    border: none;
    padding: 10px 0;
    display: block;
  }

  #mainmenu a:first-child {
/*    font-weight: bold;*/
/*    color: #000 !important;*/
  }

  /* Submenu mobiel */
  #mainmenu .submenu {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    column-count: 2;
    background: none;
    padding: 0;
  }

  #mainmenu li.open .submenu {
    display: block;
/*    margin-left: 10px;*/
  }

  #mainmenu li.open .submenu a {
    font-weight: normal;
    text-decoration: underline;
    padding: 10px 0;
    color: #248F2A;
  }

  #mainmenu li > a#bestellen::after {
    content: "▾";
    float: right;
    transition: transform 0.3s;
  }

  #mainmenu li.open > a#bestellen::after {
    transform: rotate(180deg);
  }

  #usps {
    flex-direction: column;
    height: auto;
    padding: 10px 20px;
    gap: 8px;
  }


  #usps ul {
    flex-wrap: wrap;
    gap: 10px 16px;
    justify-content: center;
  }

  #usps li {
/*    font-size: 14px;*/
/*    gap: 6px;*/
  }

  #usps li::before {
/*    width: 18px;*/
/*    height: 18px;*/
  }

}


@media screen and (max-width:550px) {

  #usps ul {
    gap: 3px 15px;
  }

  #usps li {
    font-size: 12px;
    gap: 6px;
  }

  #usps li::before {
    width: 15px;
    height: 15px;
  }

}
