ul {
  list-style-type: none;
  padding: 0;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: auto;
  margin-left: auto;
  margin-bottom: auto;
  position: relative;
  font-size: 22px;
  font-family: montserrat;
  color: #122700;
}
li {
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
}
li:last-child {
  margin-right: 30px;
}
a {
  text-decoration: none;
  color: #122700;
}
.logo {
  height: 70px;
  margin-left: 50px;
  top: 5px;
  position: relative;
  image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering:   -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
nav {
  height: 80px;
  width: 100%;
  position: sticky;
  background-color: whitesmoke;
  top: 0;
  left: 0;
  display: flex;
  z-index: 100;
}

.menu {
  display: none !important;
}

.banner {
  height: 380px;
  width: 100%;
  margin: 0;
  top: 70px;
  position: relative;
}

.header-image {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: inherit;
  background-color: darkgreen;
}
.title {
  background: url(../images/logo-banner.jpg) no-repeat center center fixed;
  background-size: cover;
  top: 70px;
  width: 100%;
  margin: auto;
  color: white;
  text-align: center;
  font-size: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
}

h2.content {
  font-size: 60px;
  color: #122700;
  padding-top: 20px;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 5%;
  margin-right: 5%;
}
a.content {
  display: block;
  font-size: 20px;
  position: relative;
  text-decoration: underline;
  color: #122700;
  font-family: montserrat;
  margin-right: 10%;
  margin-left: auto;
  width: fit-content;
  margin-top: 30px;
}
p.content {
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
  font-size: 20px;
  color: #122700;
  font-family: montserrat;
  font-weight: 400;
}

.intro {
  font-weight: 600;
  color: #122700;
  margin-left: 15% !important;
  margin-right: 15% !important;
  text-align: center;
  font-size: 30px !important;
  margin-bottom: 80px !important;
  margin-top: 50px !important;
  border-top: #96714b solid 3px;
  padding-top: 30px;
}

div.content::after {
  content: "";
  background: url(../images/spiraal.jpg);
  background-size: cover;
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  filter: grayscale(100%);
  background-position: 50%;
}

img.banner-image {
  position: relative;
  display: block;
  margin-left: 0;
  margin-right: 0;
  height: 500px;
  object-fit: cover;
  width: 100%;
}

.new-line {
  display: inline-block;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-left: 15% !important;
}
div.content {
  position: relative;
  display: block;
  padding-top: 1px;
  display: inherit;
}

.first_image {
  float: left;
  margin-right: 2%;
  margin-bottom: 0.5em;
  width: 50%;
  margin-left: 5%;
}

h4 {
  font-size: 35px;
  color: #122700;
  margin-left: 5%;
  margin-right: 5%;
  display: inline;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.body {
  background-color: rgba(209, 209, 209, 0.4);
  position: relative;
  padding-bottom: 70px;
  padding-top: 1px;
}
.text-block {
  margin-left: 15%;
  width: 70%;
  margin-right: 15%;

  font-size: 20px;
  color: #122700;

  font-family: montserrat;
  font-weight: 400;
}

.text-block:last-child {
  margin-bottom: 50px;
}

.contact {
  text-align: center;
  position: relative;
  margin: 0;
  color: #122700;
}
h2.contact {
  font-size: 35px;
  margin-top: 70px;
  font-family: montserrat;
}
h3.contact {
  font-size: 21px;
  margin-bottom: 70px;
  font-family: montserrat;
}
@media only screen and (max-width: 1300px) {
  ul {
    top: 70px;
    position: absolute;
    display: none;
    height: fit-content;
    background-color: whitesmoke;
    border-bottom-left-radius: 10px;
    margin: 0 !important;
    padding: 10px;
    padding-top: 0px !important;
  }
  .menu {
    display: inline-block !important;
    float: right;
    top: 0;
    bottom: 0;
    right: 20px;
    margin-top: auto;
    margin-left: auto;
    margin-bottom: auto;
    position: relative;
    font-size: 38px !important;
  }

  .menu:hover {
    cursor: pointer;
  }
  li {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }

  li:hover {
    background-color: rgba(211, 211, 211, 0.4);
  }
}

.first_image {
  display: inline-block !important;
  float: inherit !important;
  width: 70% !important;
  margin-left: 15% !important;
}

.content p {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
}

body {
  margin: 0;
}

@media only screen and (max-width: 1113px) {
  h1 {
    font-size: 45px !important;
  }

  h2 {
    font-size: 30px !important;
  }
}
