.section {
  padding: 0px 130px 40px;
  background-color: #f5f5f5;
}

.section.grey {
  padding-top: 40px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #f2791f;
}

.header {
  position: relative;
  height: 450px;
  background-color: #eee;
  background-image: url('../images/banner-zonder-tekst-UGB.png');
  background-position: 0% 0%;
  background-size: cover;
}

.header.sub {
  height: 400px;
  background-image: none;
}

.header.sub.green {
  background-color: rgba(165, 200, 66, .8);
}

.header.sub.grey {
  padding-bottom: 20px;
}

.logo {
  max-width: 200%;
  margin-top: 40px;
}

.sidebar {
  position: fixed;
  z-index: 1;
  width: 10%;
  height: 100vh;
  max-width: 120px;
  float: left;
  background-color: #fff;
}

.mainbar {
  width: 100%;
  float: left;
}

.navbar {
  background-color: #fff;
}

.nav-link {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Verdana, Geneva, sans-serif;
  color: #666;
  font-size: 11px;
}

.nav-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}

.verzilverwrapper {
  height: 210px;
  padding: 15px;
  background-color: #f2791f;
}

.verzilverwrapper.bottom {
  height: auto;
  margin-top: 0px;
  background-color: #f2791f;
  box-shadow: none;
}

.heading {
  margin-top: 0px;
  color: #fff;
  font-size: 23px;
  text-align: center;
}

.text-field {
  text-align: center;
}

.body {
  background-color: #f5f5f5;
  font-family: Verdana, Geneva, sans-serif;
}

.submit-button {
  width: 100%;
  background-image: -webkit-linear-gradient(270deg, #fff, #eee 99%);
  background-image: linear-gradient(180deg, #fff, #eee 99%);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4);
  color: #d088b2;
  font-weight: 700;
  text-align: center;
}

.textdiv {
  padding: 20px;
}

.berzilverlink {
  margin-bottom: 20px;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

.container-2 {
  padding-left: 95px;
}

.image {
  width: 90%;
}

.image-2 {
  width: 90%;
  float: right;
}

.container-3 {
  margin-top: -95px;
}

.giftboximg {
  max-width: 90%;
  margin-top: 69px;
  margin-right: 12px;
  padding: 20px;
  float: right;
  background-color: #fff;
  box-shadow: 9px 9px 13px 0 rgba(0, 0, 0, .2);
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
}

.success-message {
  background-color: transparent;
}

.dank {
  margin-top: 25px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.link {
  color: #d088b2;
}

.paragraph {
  color: #fff;
}

@media (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .logo {
    width: 170px;
    max-width: none;
  }
  .sidebar {
    background-color: transparent;
  }
  .navbar {
    background-color: transparent;
  }
  .verzilverwrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .verzilverwrapper.bottom {
    padding-bottom: 30px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .brand {
    padding-left: 30px;
  }
}

@media (max-width: 479px) {
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .verzilverwrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}