/*   
Theme Name:     Meiburg - Prode thema
Theme URI:      http://meiburgtuinenpark.nl/
Author:         Prode - Emma van der Linden
Author URI:     https://www.prode.nl/
*/

/* --------------------------------------------
Algemeen
-------------------------------------------- */

* {
box-sizing: border-box;
}
#content.bigger-content{
	width: 73%;
}
.add_to_cart_inline{
	position: relative;
}
.single-product .woocommerce-Price-amount.amount{
	font-size: 24px;
	font-weight: bold;
}
.single-product .entry blockquote {
	border: 4px solid #ccc;
	margin: 0;
	padding: 12px;
	text-align: right;
}
.single-product .entry blockquote p {
	margin: 0;
}
.single-product .entry blockquote a {
	background: #0A4D40;
	border-radius: 3px;
	color: #f0e033;
	display: inline-block;
	font-weight: 700;
	padding: 8px 15px;
	text-decoration: none;
}
.single-product .entry .info {
	clear: both;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
	background: #0A4D40;
	border: 1px solid transparent;
	font-size: 1em;
	padding: 0.5em
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background: #fff;
	border: 1px solid #0A4D40;
	color: #0A4D40;
}
#content .add_to_cart_inline a.button{
	background: #0A4D40;
	color: #f0e033;
	margin-top: -18px;
	position: absolute;
	right: 15px;
	top: 50%;
}
.info  .add_to_cart_inline .added_to_cart{
	background: #fff;
	border: 1px solid #0A4D40;
	color: #0A4D40;
	display: table;
	font-size: 14px;
	margin-top: 5px;
	padding: 5px 10px;
	text-decoration: none;
}
.add_to_cart_inline .added_to_cart:hover{
	background: #0A4D40;
	border: 1px solid transparent;
	color: #fff;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    font-size: 13px;
}
.woocommerce form .form-row .required{
    text-decoration: none;
    font-size: 10px;
}
body {
color: #053229;
font-family: 'Heebo';
font-size: 16px;
margin: 0;
}

.container{
margin: 0 auto;
width: 1300px;
}

a {
color: #053229;
font-weight: 400;
text-decoration: underline;
outline: 0;
}

h1, h2, h3, h4, h5, h6 {
color: #053229;
}
h1 {
font-size: 42px;
font-weight: 600;
}
h2 {
font-size: 20px;
font-weight: 400;
}
h3 {
font-size: 18px;
}

.one_half {
margin-right: 4%!important;
width: 48% !important;
}

.last_column {
margin: 0 !important;
}

img {
height: auto;
max-width: 100%;
}

img.alignleft{
float: left;
margin: 0 15px 10px 0;
}

img.alignright{
float: right;
margin: 0 0 10px 15px;
}

iframe {
max-width: 100%;
}

hr {
background: #ddd;
border: none;
height: 1px;
}

input,
textarea,
select {
border: 1px solid #09735e;
border-radius: 0;
color: #053229;
font-size: 14px;
max-height: 125px;
padding: 6px 10px;
}
input[type="submit"] {
-webkit-appearance: none;
background: #fff;
cursor: pointer;
-webkit-transition: 0.2s;
transition: 0.2s;
}

#searchform input[type="submit"] {
background: #f0e033;
background-image: url('img/Meiburg-search-icoon.png');
background-position: center;
background-repeat: no-repeat;
border-color: #f0e033;
font-size: 0;
margin-left: 5px;
padding: 16px;
}
#searchform input[type="submit"]:hover {
background-color: rgba(255, 255, 255, 0.8);
}

.btn {
background: #f0e033;
border: 1px solid #f0e033;
color: #0a4d40;
font-size: 20px;
display: inline-block;
padding: 10px 20px;
text-decoration: none;
-webkit-transition: 0.2s;
transition: 0.2s;
}
.btn:hover {
background: rgba(255,255,255,0.2);
}

/* --------------------------------------------
Header
-------------------------------------------- */

#top{
background-position: center;
background-size: cover;
padding-bottom: 25px;
}
#slogan {
-webkit-align-items: flex-end;
align-items: flex-end;
-webkit-display: flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
height: 400px;
-webkit-justify-content: center;
justify-content: center;
}
.home #slogan {
height: 525px;
}
#top p {
color: #fff;
font-size: 60px;
font-weight: 600;
margin: 0;
padding-left: 50%;
text-align: right;
}

#menu {
background: #fff;
}
#menu .container {
-webkit-align-items: center;
align-items: center;
-webkit-display: flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}
#logo{
max-width: 260px;
}
#navwrap {
font-size: 0;
}

#zoekbalk {
background: #0a4d40;
padding: 10px 0;
}
#zoekbalk .container {
-webkit-align-items: center;
align-items: center;
-webkit-display: flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
position: relative;
}
#zoekbalk .tekst,
#zoekbalk #searchform {
padding: 0 20px;
}
#zoekbalk .tekst {
-webkit-align-items: center;
align-items: center;
-webkit-display: flex;
display: flex;
color: #fff;
font-size: 18px;
font-weight: 400;
}
#searchform > div {
-webkit-display: flex;
display: flex;
}

#sociaal a {
margin-left: 15px;
text-decoration: none;
}
#sociaal a:before {
-webkit-transition: 0.2s;
color: #fff;
font-family: 'fontawesome';
font-size: 24px;
transition: 0.2s;
vertical-align: middle;
}
#sociaal .fb:before {
content: "\f09a";
}
#sociaal .yt:before {
content: "\f16a";
}
#sociaal a:hover:before {
	color: #f0e033;
}
#sociaal .cart {
	position: relative;
}
#sociaal .cart:before {
	border: none;
	content: "\f07a";
	font-size: 28px;
	margin-right: 10px;
	padding: 0;
}
#sociaal .cart .count {
	background: white;
	border-radius: 50%;
	box-shadow: 0 0 5px #000;
	font-size: 12px;
	font-weight: 600;
	padding: 2px;
	position: absolute;
	right: -5px;
	text-align: center;
	top: -11px;
	width: 22px;
}

/* --------------------------------------------
Wrapper / content
-------------------------------------------- */

#site-main {
margin: 100px auto;
}
.page-id-10447 #site-main { /* Page: De Groene Hand */
	margin-top: 50px;
}

/* Home */
.content-top {
font-size: 22px;
letter-spacing: 1px;
line-height: 40px;
padding: 0 14% 100px;
text-align: center;
}
.content-top h1 {
font-weight: 500;
}

#overzicht-producten {
-webkit-display: flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}
#overzicht-producten .productblok {
margin-bottom: 15px;
width: 32%;
}
#overzicht-producten .productblok a {
	text-decoration: none;
}
#overzicht-producten .productblok .categorietitel h2 {
background: #f0e033;
color: #0a4d40;
font-size: 26px;
font-weight: 500;
margin: 0;
padding: 20px 10px;
text-align: center;
-webkit-transition: 0.2s;
transition: 0.2s;
width: 100%;
}
#overzicht-producten .productblok:hover .categorietitel h2 {
background: #0a4d40;
color: #f0e033;
}
#overzicht-producten .productblok .categorieafbeelding {
-webkit-align-items: center;
align-items: center;
-webkit-display: flex;
display: flex;
max-height: 180px;
overflow: hidden;
position: relative;
width: 100%;
}
#overzicht-producten .productblok .categorieafbeelding img {
	height: auto;
	min-height: 200px;
	min-width: 100%;
	width: auto;
}
#overzicht-producten .productblok .categorieafbeelding .btn {
	background: #0a4d40;
	border-color: #0a4d40;
	bottom: 20px;
	color: #f0e033;
	left: 50%;
	min-width: 70%;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
}

/* Achterliggend */

#side-nav {
display: inline-block;
margin-right: 40px;
vertical-align: top;
width: 300px;
}
#content {
display: inline-block;
vertical-align: top;
width: 73.5%;
}
#content.breed {
width: calc(50.2% + 300px);
}
#content.fullwidth {
	width: 100%;
}
#content.fullwidth #overzicht-producten .productblok {
	margin-bottom: 60px;
	width: 30%;
}

#content .description {
	padding-top: 40px;
}

#content blockquote {
	margin: 0;
}
#content blockquote a {
	background: #f0e033;
	color: #0a4d40;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	padding: 20px 40px;
	text-decoration: none;
}
#content blockquote a:hover {
	background: #0a4d40;
	color: #f0e033;
}

#side-nav ul {
list-style: none;
margin: 0;
padding: 0;
}
#side-nav ul li a {
border: 1px solid #09735e;
display: block;
font-size: 18px;
font-weight: 500;
margin-top: 10px;
padding: 15px;
text-align: center;
text-decoration: none;
-webkit-transition: 0.2s;
transition: 0.2s;
}
#side-nav ul li:first-of-type a {
margin-top: 0;
}
#side-nav ul li:hover a,
#side-nav > ul li.current-cat > a,
#side-nav ul li.current-cat-ancestor > a {
background: #0a4d40;
border-color: #0a4d40;
color: #fff;
}
#side-nav ul.children {
background: #f0e033;
max-height: 0;
padding: 0 30px;
overflow: hidden;
-webkit-transition: max-height 0.75s ease-in-out;
transition: max-height 0.75s ease-in-out;
}
#side-nav li.current-cat-parent ul.children {
max-height: none;
}
#side-nav li:hover ul.children {
max-height: 1000px;
-webkit-transition: max-height 0.75s ease-in-out;
transition: max-height 0.75s ease-in-out;
}
#side-nav ul.children li:first-of-type {
padding-top: 20px;
}
#side-nav ul.children li:last-of-type {
padding-bottom: 20px;
}
#side-nav ul.children a {
border: none;
font-size: 17px;
font-weight: 400;
line-height: 30px;
margin: 0;
padding: 0;
text-align: left;
}
#side-nav li:hover ul.children a {
background: none;
color: #053229;
}
#side-nav ul.children a:hover,
#side-nav ul.children li.current-cat {
text-decoration: underline;
}

#side-nav .widget_text {
background: #325593;
color: #fff;
font-weight: 600;
margin-top: 20px;
padding: 20px;
}

#content h1 {
line-height: 40px;
margin-top: 0;
}
#content ul {
list-style: square;
}

#producten-lijst,
.search #overzicht {
-webkit-display: flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
margin-top: 60px;
}
#producten-lijst .product,
.search #overzicht .result {
margin-bottom: 40px;
padding: 20px;
text-align: center;
width: 30%;
}
#producten-lijst .product .picture {
height: 150px;
overflow: hidden;
position: relative;
}
#producten-lijst .product .picture img {
left: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
#producten-lijst .product h4 {
font-size: 18px;
font-weight: 400;
-webkit-hyphens: auto;
hyphens: auto;
}


#text{
display: inline-block;
vertical-align: top;
width: calc(100% - 324px);
}

#sidebar {
display: inline-block;
margin-left: 40px;
vertical-align: top;
width: 298px;
}

#sidebar .widget{
border: 1px solid #0a4d40;
color: #0b322a;
font-size: 16px;
margin-bottom: 20px;
text-align: center;
}

#sidebar #text-2 img {
border-radius: 100px;
height: 116px;
margin-top: 40px;
max-width: 120px;
}
#sidebar #text-4 {
padding: 24px 0 20px;
}

#sidebar .widget h3,
#sidebar .widget h2,
#sidebar .widget p {
padding: 0 50px;
}
#sidebar .widget h3 {
font-size: 22px;
font-weight: 500;
margin-bottom: 0;
padding: 0 20px;
}
#sidebar .widget a {
font-weight: 400;
text-decoration: underline;
}
#sidebar .widget h2,
#sidebar .widget h2 a {
background: #fff;
color: #0a4d40;
display: inline-block;
font-weight: 600;
margin: 40px 0 0;
padding: 15px;
text-decoration: none;
width: 100%;
}
#sidebar .widget h2 a {
margin: 0;
}

/* --------------------------------------------
Archive
-------------------------------------------- */

#berichten {
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-evenly;
	justify-content: space-evenly;
	width: 100%;
}
#berichten article {
	margin-bottom: 10px;
	width: 21%;
}
#berichten article.product {
/*
border: 1px solid #09735e;
display: inline-block;
padding: 0;
vertical-align: top;
*/
position: relative;
}
#berichten article.product a.completelink {
height: 100%;
position: absolute;
width: 100%;
z-index: 1;
}
#berichten article.product a.completelink:before {
background: #09735e;
content: "";
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
-webkit-transition: 0.2s;
transition: 0.2s;
width: 100%;
z-index: 1;
}
#berichten article.product a.completelink:hover:before {
opacity: 0.2;
}
#berichten article.product a.completelink:hover {}
#berichten article.product .inhoud {
height: 100%;
padding: 15px;
position: relative;
}
#berichten article.product .prijs a{
	background: #0A4D40;
	border: 1px solid #CEE3DF;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 500;
	margin-top: 0;
	padding: 10px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	top: -42px;
	width: 100%;
	z-index: 1;
}
#berichten article.product .prijs.active-price a{
	background: #fff;
	color: #0A4D40;
}
#berichten article .featuredimage {
-webkit-align-items: center;
align-items: center;
-webkit-display: flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
height: 125px;
-webkit-justify-content: center;
justify-content: center;
overflow: hidden;
position: relative;
width: 100%;
}
#berichten article .featuredimage img {
max-height: 100%;
width: auto;
}
#berichten article h2 {
line-height: 20px;
margin: 10px 0 0;
}
#berichten article .titel {
font-size: 16px;
font-weight: 500;
margin-bottom: 20px;
}
#berichten article .excerpt {
font-size: 14px;
text-align: left;
}
#berichten article .excerpt ul {
padding-left: 14px;
}

#content .navigation {
-webkit-align-items: center;
align-items: center;
-webkit-display: flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
margin-top: 20px;
}
#content .navigation a,
#content .navigation span {
border: 1px solid #0a4d40;
padding: 8px 20px;
text-decoration: none;
-webkit-transition: 0.2s;
transition: 0.2s;
}
#content .navigation a:hover,
#content .navigation .current {
background: #0a4d40;
color: #fff;
}

/* --------------------------------------------
Contact
-------------------------------------------- */

.wpseo-location .locality {
text-transform: uppercase;
}
.wpseo-location .wpseo-phone, 
.wpseo-location .wpseo-fax, 
.wpseo-location .wpseo-email {
font-size: 0;
}
.wpseo-location .wpseo-phone:before,
.wpseo-location .wpseo-fax:before,
.wpseo-location .wpseo-email:before {
font-size: 16px;
}
.wpseo-location .wpseo-phone:before {
content: "T: ";
}
.wpseo-location .wpseo-fax:before {
content: "F: ";
}
.wpseo-location .wpseo-email:before {
content: "E: ";
}
.wpseo-location .wpseo-phone a, 
.wpseo-location .wpseo-fax span, 
.wpseo-location .wpseo-email a {
font-size: 16px;
}

.ninja-forms-cont{
max-width: 100%;
width: 300px;
}

.ninja-forms-cont label{
margin-bottom: 2px!important;
margin-top: 10px;
}

.field-wrap{
margin-bottom: 0 !important;
}

.ninja-forms-cont input,
.ninja-forms-cont textarea{
background: #F7F7F7;
border: none;
padding: 5px 10px;
}

.field-wrap.label-left .ninja-forms-field{
margin-left: 0 !important;
}

.submit-wrap input{
background: #ddd;
margin-top: 10px;
}

.gform_body .gfield.hidden,
.gform_body .ginput_container label {
display: none !important;
}
#site-main .gform_body .gfield .ginput_container.ginput_container_radio label {
display: inline-block !important;
}
#site-main .gform_body .gfield .ginput_container input,
#site-main .gform_body .gfield .ginput_container textarea {
border: 1px solid #09735e;
border-radius: 0;
}
#site-main .gform_body .gfield .ginput_container .address_line_1 input {
	margin-bottom: 10px;
}
.privacyverklaring {
	display: flex !important;
	flex-wrap: wrap;
}

.gfield.privacyverklaring label{
	display: block !important;
	width:  100%;
}
#site-main ul.gfield_checkbox label {
	display: block !important;
	position: relative;
	top: 1px;
}
.ginput_container.ginput_container_checkbox{
	width: 100%;
}
.privacyverklaring .gfield_checkbox li{
	display: flex;
	align-items: center;
}
.privacyverklaring .gfield_checkbox li input{
	margin-right: 10px;
}
/* --------------------------------------------
Single
-------------------------------------------- */

#postdate {
-webkit-display: flex;
display: flex;
}
#postdate .post-categories {
list-style: none;
margin: 0;
padding-left: 5px;
}

#featuredimagegroot {
float: right;
margin: 0 0 20px 20px;
max-width: 50%;
}

.product .info .prijs {
font-size: 18px;
font-weight: 600;
}

/* --------------------------------------------
Footer
-------------------------------------------- */

#site-footer {
border-top: 1px solid #0a4d40;
}
#footer {
padding-top: 40px;
}
#navfooter {
width: 100%;
}
#navfooter ul {
list-style: none;
margin: 0;
padding: 0;
}
#navfooter ul.fixed {
-webkit-display: flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}
#navfooter ul li {
margin-right: 30px;
width: calc(100% / 6);
}
#navfooter ul li:last-of-type {
margin-right: 0;
}
#navfooter li a {
color: #0b322a;
display: block;
font-size: 22px;
font-weight: 600;
margin-bottom: 20px;
text-decoration: none;
text-transform: lowercase;
}
#navfooter li a:before {
content: "ontdek onze";
display: block;
font-size: 14px;
font-weight: 400;
letter-spacing: 1px;
text-transform: uppercase;
}
#navfooter .sub-menu li {
margin-right: 0;
width: 100%;
}
#navfooter .sub-menu li a {
font-size: 15px;
font-weight: 400;
margin-bottom: 0;
text-transform: none;
}
#navfooter .sub-menu li a:hover {
text-decoration: underline;
}
#navfooter .sub-menu li a:before {
display: none;
}

#copy {
background: #0b322a;
margin-top: 139px;
padding: 30px 0;
position: relative;
text-align: center;
}
#copy:before {
background-image: url("img/Meiburg-Gras.png");
content: "";
height: 139px;
left: 0;
position: absolute;
top: -139px;
width: 100%;
}
#copy p,
#copy a {
color: #fff;
font-size: 18px;
margin: 0;
text-decoration: none;
}


/* --------------------------------------------
Menu
-------------------------------------------- */

/* Top level Unordered list */
#menu ul.dropdown {
list-style: none;
margin: 0;
padding: 0;
}
 
#menu ul.dropdown li {
display: inline-block;
}

#menu ul.dropdown li#menu-item-9714 {
	display: none;
}
.logged-in #menu ul.dropdown li#menu-item-9714 {
	display: inline-block;
}
 
#menu ul.dropdown a,
#menu ul.ubermenu-nav > li.ubermenu-item > a {
color: #000;
display: block;
font-size: 18px;
font-weight: 400;
line-height: 28px;
padding: 40px 17px;
text-align: left;
text-decoration: none;
}

#menu ul.ubermenu-nav > li.ubermenu-has-submenu-drop > a:after {
	position: relative;
	right: -5px;
}
 
/* Style the link hover */
#menu ul.dropdown li:hover a,
#menu ul.dropdown li:hover a:after,
#menu ul.dropdown li.current-menu-item a,
#menu ul.dropdown li.current-menu-item > a:after,
#menu ul.dropdown li.current_page_parent a,
#menu ul.dropdown li.current_page_parent > a:after,
#menu ul.dropdown li ul.sub-menu li.menu-item-has-children:hover > a:after,
#menu ul.ubermenu-nav > li.ubermenu-item:hover > a,
#menu ul.ubermenu-nav > li.ubermenu-current-menu-item > a,
#menu ul.ubermenu-nav ul.ubermenu-submenu ul.ubermenu-submenu li.ubermenu-item-has-children > a:hover,
#menu ul.ubermenu-nav ul.ubermenu-submenu ul.ubermenu-submenu ul.ubermenu-submenu > li.ubermenu-item:hover > a {
background: #0a4d40;
color: #f0e033;
}

/* Displays the link as blocks. */
#menu ul.dropdown li ul a {
display: block;
width: 180px;
}
 
/* sub menus!!  */

#menu ul.ubermenu-nav li ul.ubermenu-submenu {
	background: #fff;
}
#menu ul.ubermenu-nav li > ul.ubermenu-submenu > li.ubermenu-item > a.ubermenu-target {
	font-weight: 700;
}
#menu ul.ubermenu-nav li > ul.ubermenu-submenu > li.ubermenu-item > ul.ubermenu-submenu ul.ubermenu-submenu a.ubermenu-target {
	font-weight: 400;
	padding: 5px 20px;
}

#menu ul.ubermenu-nav li > ul.ubermenu-tab-content-panel > li.ubermenu-item {
	width: 33%;
}
#menu ul.ubermenu-nav li > ul.ubermenu-tab-content-panel ul.ubermenu-submenu > li.ubermenu-item {
	width: 100%;
}
 
#menu ul.dropdown ul {
list-style: none;
margin: 0; 
padding: 0;
position: absolute; 
width: auto;
z-index: 500;
}
 
/* Drop Down! */
 
/* Hide all the dropdowns (submenus) */
#menu ul.dropdown ul,
#menu ul.dropdown li:hover ul ul,
#menu ul.dropdown ul li:hover ul ul { 
display: none; 
width: 180px;
}

#menu ul.dropdown li li {
margin: 0 !important;
}
 
#menu ul.dropdown li li a {
background: #b7b7b7 !important;
border: none;
border: 0;
color: #fff !important;
display: block;
font-size: 13px;
padding: 8px 15px;
text-align: left;
text-decoration: none;
text-transform: none;
font-weight: 400;
}

/* Display the submenus only when li are hovered */
#menu ul.dropdown li:hover ul,
#menu ul.dropdown ul li:hover ul ,
#menu ul.dropdown ul li ul li:hover ul {
display: none;
}
 
#menu ul.dropdown li * a:hover,
#menu ul.dropdown li li:hover a,
#menu ul.dropdown li li.current-menu-item a,
#menu ul.dropdown li li.current-product-ancestor a {
/* Change color of links when hovered */
background: #fff !important;
color: #000 !important;
text-decoration: none;
}

#menu .dropdown li > a:after {
color: #000;
content: '▾';
margin-left: 2px;
}

#menu .dropdown li > a:only-child:after,
#menu ul.dropdown li li:hover a:after {
content: '';
}

#menu ul.dropdown ul.sub-menu ul.sub-menu {
margin-left: 210px;
margin-top: -46px;
padding-top: 0;
}

#menu ul.dropdown ul.sub-menu ul.sub-menu li a {
background: #ff9915 !important;
}

#menu ul.dropdown ul.sub-menu ul.sub-menu li a:hover {
background: #fff !important;
}

#menu .dropdown li ul.sub-menu li.menu-item-has-children > a:after {
color: #fff;
content: '►';
font-size: 7px;
margin-left: 5px;
vertical-align: middle;
}





















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

.container {
width: 90%;
}
    
#content.breed,
#sidebar {
flex: auto;
width: 100%;
}
    
#navwrap,
#zoekbalk,
#side-nav {
display: none;
}
    
h1 {
font-size: 24px;
}
    
/* --------------------------------------------
Header
-------------------------------------------- */

#top {
height: 22vh !important;
text-align: center;
}
#slogan {
-webkit-align-items: center;
align-items: center;
-webkit-display: flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-around;
justify-content: space-around;
height: 22vh !important;
padding: 0;
}
.home #top,
.home #slogan {
height: 60vh;
}
#top p {
font-size: 28px;
margin-bottom: 0;
padding-left: 0;
}
#top .btn {
display: none !important;
}
.home #top .btn {
display: inline-block;
margin-top: -80px;
}

#menu {
border-bottom: 1px solid #0a4d40;
margin: 10px 0;
padding-bottom: 5px;
}
    
#logo {
margin: 0 auto;
}

/* --------------------------------------------
Wrapper / content
-------------------------------------------- */

#site-main {
margin: 110px auto 30px;
}

.content-top {
font-size: 16px;
line-height: normal;
padding: 0 0 20px;
}

#content,
#content.bigger-content {
width: 100%;
}
    
#overzicht-producten .productblok,
#content.fullwidth #overzicht-producten .productblok {
width: 100%;
}
#overzicht-producten .productblok .categorietitel h2 {
font-size: 20px;
padding: 12px;
}

#producten-lijst .product {
padding: 10px;
width: 48%;
}
#producten-lijst .product h4,
#producten-lijst .product a {
font-size: 15px;
}
    
#text{
display: block;
width: 100%;
}

#sidebar {
margin: 0;
margin-top: 30px;
}
#sidebar .widget {
padding: 25px 7%;
}
#sidebar .widget h3,
#sidebar .widget p {
padding: 0 20px;
}
#sidebar .widget h2 {
margin-top: 20px;
padding: 10px 20px;
}
#sidebar #text-2 img {
margin-top: 20px;
}
    
#producten-lijst .product, .search #overzicht .result {
    border: 1px solid #0a4d40;
    margin-bottom: 40px;
    padding: 20px;
    text-align: left;
    width: 48%;
}
    
#content ul {
    list-style: square;
    margin-left: -30px;
}
    
/* --------------------------------------------
Nieuws
-------------------------------------------- */

#berichten article {
width: 48%;
}
#berichten article.product a {
padding: 10px;
}
#berichten article .featuredimage {
height: auto;
}

#featuredimagegroot {
float: none;
margin: 10px 0 0;
max-width: 100%;
}

#featuredimagegroot img {
height: auto;
width: 100%;
}

/* --------------------------------------------
Footer
-------------------------------------------- */

#navfooter ul.fixed {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#navfooter ul li {
margin: 0 0 40px;
width: 48%;
}
#navfooter li a {
font-size: 18px;
}
#navfooter li a:before {
font-size: 12px;
}
#navfooter ul.sub-menu li {
margin: 0;
}
#navfooter .sub-menu li a {
font-size: 15px;
}

#copy p, 
#copy a {
font-size: 13px;
}

}




























@media only screen and (min-width: 501px) and (max-width: 800px) {

.container {
width: 90%;
}
    
#content.breed,
#sidebar {
flex: auto;
width: 100%;
}
    
#navwrap,
#zoekbalk,
#side-nav {
display: none;
}
    
h1 {
font-size: 24px;
}

.ubermenu-responsive-toggle {
    display: none !important; 
}
    
/* --------------------------------------------
Header
-------------------------------------------- */

#top {
height: 40vh;
text-align: center;
}
.home #top {
height: 75vh;
}
#slogan {
-webkit-align-items: center;
align-items: center;
-webkit-display: flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-around;
justify-content: space-around;
height: 40vh;
padding: 0;
}
.home #slogan {
height: 75vh;
}
#top p {
font-size: 32px;
margin-bottom: 0;
padding-left: 0;
}
#top .btn {
margin-top: -80px;
}

#menu {
border-bottom: 1px solid #0a4d40;
margin: 10px 0;
padding-bottom: 5px;
}
    
#logo {
margin: 0 auto;
}

/* --------------------------------------------
Wrapper / content
-------------------------------------------- */

#site-main {
margin: 110px auto 30px;
}

.content-top {
font-size: 16px;
line-height: normal;
padding: 0 0 20px;
}

#content,
#content.bigger-content {
width: 100%;
}
    
#overzicht-producten .productblok,
#content.fullwidth #overzicht-producten .productblok {
margin-bottom: 30px;
width: 48%;
}
#overzicht-producten .productblok .categorietitel h2 {
font-size: 18px;
padding: 12px;
}

#producten-lijst .product {
width: 30%;
}
#producten-lijst .product h4,
#producten-lijst .product a {
font-size: 17px;
}
    
#text{
display: block;
width: 100%;
}

#sidebar {
margin: 0;
margin-top: 30px;
}
#sidebar .widget {
padding: 25px 7%;
}
#sidebar .widget h3,
#sidebar .widget p {
padding: 0 20px;
}
#sidebar .widget h2 {
margin-top: 20px;
padding: 10px 20px;
}
#sidebar .widget img {
margin-top: 20px;
}
    
/* --------------------------------------------
Nieuws
-------------------------------------------- */

#berichten article {
width: 48%;
}
#berichten article.product a {
padding: 10px;
}
#berichten article .featuredimage {
height: auto;
}

#featuredimagegroot img {
height: auto;
width: 100%;
}

/* --------------------------------------------
Footer
-------------------------------------------- */

#navfooter ul.fixed {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#navfooter ul li {
margin: 0 0 20px;
width: 48%;
}
#navfooter li a {
font-size: 18px;
}
#navfooter li a:before {
font-size: 12px;
}
#navfooter ul.sub-menu li {
margin: 0;
}
#navfooter .sub-menu li a {
font-size: 15px;
}

#copy p, 
#copy a {
font-size: 15px;
}

}
























@media only screen and (min-width: 801px) and (max-width: 1050px) {

.container {
width: 90%;
}
h1 {
font-size: 32px;
}
.ubermenu-responsive-toggle {
    display: none !important; 
}
/* --------------------------------------------
Header
-------------------------------------------- */

#slogan {
height: 300px;
}
#top p {
font-size: 50px;
}
#logo {
max-width: 160px;
padding: 15px 0 10px;
}
#menu ul.dropdown a,
#menu ul.ubermenu-nav > li.ubermenu-item > a {
font-size: 14px;
line-height: 16px;
padding: 40px 7px;
}
#zoekbalk .tekst, 
#zoekbalk #searchform {
padding: 0 3px;
}
#zoekbalk .tekst {
font-size: 15px;
max-width: 75%;
}
#searchform input {
font-size: 13px;
padding: 8px 10px;
}
#searchform input[type="submit"] {
padding: 14px;
}
#sociaal {
position: relative;
top: 0;
transform: none;
}
#sociaal .fb:before {
padding: 8px 13px;
}
#sociaal .yt:before {
padding: 8px 9px 8px 10px;
}

/* --------------------------------------------
Wrapper / content
-------------------------------------------- */

#side-nav {
margin-right: 25px;
width: 175px;
}
#side-nav ul li a {
font-size: 16px;
}

#content {
width: 70.5%;
}

#content.breed,
#content.bigger-content {
width: 70.5%;
}

#overzicht-producten .productblok .categorietitel h2 {
font-size: 17px;
}
#overzicht-producten .productblok .categorieafbeelding {
max-height: 150px;
}
#overzicht-producten .productblok .categorieafbeelding .btn {
font-size: 16px;
}
    
#producten-lijst .product, .search #overzicht .result {
width: 48%;
}

#sidebar {
margin-left: 23px;
width: 25%;
}
#sidebar .widget h3, 
#sidebar .widget p {
padding: 0 20px;
}

#berichten article.product {
width: 48%;
}

/* --------------------------------------------
Footer
-------------------------------------------- */

#navfooter ul.fixed {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#navfooter ul li {
margin-bottom: 20px;
margin-right: 0;
width: 33%;
}
#navfooter ul.sub-menu li {
margin-bottom: 0;
width: 100%;
}

}
























@media only screen and (min-width: 1051px) and (max-width: 1360px) {

.container {
width: 1000px;
}

h1 {
font-size: 38px;
}

/* --------------------------------------------
Header
-------------------------------------------- */

#slogan {
height: 350px;
}

#logo {
max-width: 210px;
}
#menu ul.dropdown a,
#menu ul.ubermenu-nav > li.ubermenu-item > a {
font-size: 15px;
line-height: 24px;
padding: 40px 9px;
}

/* --------------------------------------------
Content
-------------------------------------------- */

#content.breed {
width: calc(43% + 300px);
}

#overzicht-producten .productblok .categorietitel h2 {
font-size: 21px;
}

#side-nav, #sidebar {
width: 220px;
}

#sidebar .widget h3, 
#sidebar .widget p {
padding: 0 20px;
}
    
/* --------------------------------------------
Footer
-------------------------------------------- */

#navfooter li a {
font-size: 19px;
}
#navfooter .sub-menu li a {
font-size: 14px;
}

}


@media (max-width: 960px) {
	#menu .container {
		position: relative;
	}
	#menu .ubermenu {
		background: #fff;
		box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
		left: 0;
		position: absolute;
		right: 0;
		top: 54px;
		width: 100%;
	}
	#menu ul.ubermenu-nav > li.ubermenu-item > a {
		font-size: 16px;
		padding: 14px 16px;
	}
}

@media (max-width: 800px) {
	#menu .ubermenu {
		top: 86px;
	}
}