.widget-footer {
    background-color: #80ba27;
}

/* Create two equal columns that floats next to each other */
.footer-column-1 {
  float: left;
	width: 20%;
}
/* Create two equal columns that floats next to each other */
.footer-column-2 {
  float: left;
	width: 80%;
}

/* Create two equal columns that floats next to each other */
.footer-column-1-de {
  float: left;
	width: 50%;
	margin-right: 15px
}
/* Create two equal columns that floats next to each other */
.footer-column-20-de {
  float: left;
	width: 50%;
}

/* Clear floats after the columns */
.row {
	display: flex;
  width: 100%;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.site-footer {
  padding: 1em 0;
  background-color: #6a5a23;
  border: none;
}
@media screen and (min-width: 896px) {
.site-header {
  height: 116px;
}
}

.site-info {
    font-size: 0;
}
.site-info:after {
    display: block;
    font-size: 15px;
		content: "© Nederlandse Biologische Aardappelpool | Design by Daniël Zijlstra";
}

@media screen and (min-width: 896px) {
  .entry-hero {
      min-height: 45vh;
  }
}

/*
Create square lists and green
*/
ul {
    list-style: square;
}

li::marker {
  color: #80ba27;
  line-height: 2em;
}

/* 
make first panel on front page use the full height of the viewing area | #3734258-zen (ed) 
*/
.home.page-template-panel-page .hentry.has-post-thumbnail:first-of-type {
    height: 90vh;
}

@media screen and (min-width: 896px) {
	.main-navigation li {
  	font-size: 20px;
  }
}

.certificate-skal {
		height: 100px;
		display: block;
		margin-left: auto;
		margin-right: auto;
}

.back-top {
		visibility: hidden;
}

@media screen and (min-width: 1600px) {
		.scrolldown-arrow {
				position: absolute;
				bottom: -500px;
				left: 0;
				right: 0;
		}
}

/* Set header width to match with the content width SS-3736818-zen
@media screen and (min-width: 1000px){
#masthead {
width: 900px;
margin: 0 auto;
  }
}
*/