:root {
  --medium-turquoise: #79c8cb;
  --white-smoke: #ececec;
  --dark-grey-2: #b4b4b4;
  --orange: #eea616;
  --dark-grey: #b4b4b4;
}

body {
  color: #333;
  background-color: #ececec;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

h1 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  line-height: 44px;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6em;
}

li {
  position: relative;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.navbar {
  background-color: #c7f5f6;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-container {
  flex: 1;
  height: 90px;
}

.image {
  position: relative;
}

.logo {
  width: auto;
  height: 100%;
}

.nav-menu {
  font-weight: 600;
  position: relative;
}

.flex-center {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-center.container {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu-a {
  color: #303030;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 0;
  text-decoration: none;
  transition: all .2s;
}

.nav-menu-a:hover {
  color: var(--medium-turquoise);
}

.fw-slider {
  background-image: linear-gradient(to bottom, var(--medium-turquoise), #479194);
  width: 100%;
  height: 600px;
  position: relative;
}

.fw-slide {
  position: absolute;
  inset: 0%;
}

.container {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 30px;
  position: relative;
}

.fw-slide-container {
  justify-content: space-between;
  width: 100%;
  max-width: 1260px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.fw-slide-img {
  float: right;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  height: 550px;
  margin-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.fw-slide-content {
  float: left;
  flex: 1;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.fw-h1 {
  color: #fff;
  text-shadow: 0 3px #00000080;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.3em;
}

.bold {
  font-weight: 800;
}

.spacer-small {
  height: 20px;
}

.diensten-li {
  text-align: center;
  max-height: 325px;
  overflow: hidden;
}

.diensten-li.active {
  max-height: none;
}

.icon-container {
  background-color: var(--medium-turquoise);
  color: #333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.2em;
  display: flex;
}

.center {
  text-align: center;
  margin-bottom: 0;
}

.wordbreak {
  display: inline-block;
  position: relative;
}

.heading {
  font-size: 1.4em;
}

.wordbreak-end {
  background-color: #fff;
  position: relative;
}

.body {
  background-color: #333;
  font-family: Open Sans, sans-serif;
}

.list {
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  list-style-type: none;
}

.diensten-a {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.read-more-line {
  background-image: linear-gradient(270deg, #ececec00, #ececec80 25% 75%, #fff0);
  width: 100%;
  height: 2px;
}

.read-more-arrow {
  color: var(--medium-turquoise);
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  position: absolute;
}

.samenwerking {
  background-image: url('../images/samenwerking.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  position: relative;
}

.left-50 {
  width: 50%;
}

.overlay {
  background-image: linear-gradient(to right, var(--medium-turquoise), var(--medium-turquoise) 50%, #fff0);
  position: absolute;
  inset: 0%;
}

.white {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.2em;
}

.buttons {
  justify-content: center;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.buttons.text-left {
  text-align: left;
  display: block;
}

.button {
  background-color: var(--medium-turquoise);
  color: #fff;
  border-bottom: 4px solid #399da2;
  border-radius: 5px;
  margin-top: 0;
  padding: 12px 25px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.button:hover {
  border-bottom-width: 0;
  margin-top: 4px;
  display: inline-block;
  position: relative;
}

.vertical-spacer {
  width: 10px;
  display: inline-block;
}

.button-2 {
  color: #333;
  background-color: #00ff62;
  border-bottom: 4px solid #00bd4e;
  border-radius: 5px;
  margin-top: 0;
  padding: 12px 25px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.button-2:hover {
  border-bottom-width: 0;
  margin-top: 4px;
  position: relative;
}

.grey-bg {
  background-color: var(--white-smoke);
}

.container-grey {
  z-index: 1;
  text-align: center;
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  position: relative;
}

.read-more-container {
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
}

.icon {
  font-size: 1.2em;
}

.hidden-container {
  z-index: 0;
  background-color: #fff;
  width: 100%;
  max-width: 1260px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 30px 50px 25px;
  position: absolute;
  inset: 100% 0% 0%;
}

.relative {
  z-index: 0;
  background-color: #c7f5f6;
  position: relative;
}

.blue {
  color: var(--medium-turquoise);
}

.go-back {
  background-color: var(--medium-turquoise);
  color: #333;
  border-radius: 100px;
  margin-bottom: 50px;
  margin-right: -70px;
  padding: 17px 20px;
  font-size: 2.5em;
  transition: all .2s;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.go-back:hover {
  padding-top: 12px;
  padding-bottom: 22px;
}

.ec-container {
  z-index: 0;
  background-color: #fff;
  width: 100%;
  max-width: 1260px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 30px;
  position: absolute;
  inset: 100% 0% 0%;
}

.icon-content-p {
  font-size: 1em;
}

.footer {
  z-index: 1;
  background-color: #333;
  position: relative;
}

.footer-block {
  color: #fff;
  min-width: 220px;
  margin-left: 20px;
  margin-right: 20px;
}

.footer-container {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 30px;
  position: relative;
}

.footer-li {
  padding-top: 2px;
  padding-bottom: 2px;
}

.footer-li-spacer {
  height: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.footer-a {
  color: #fff;
  text-decoration: none;
  transition: all .2s;
}

.footer-a:hover {
  color: var(--medium-turquoise);
}

.flex-top {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.flex-top.container {
  padding-top: 0;
  padding-bottom: 0;
}

.form-hw {
  width: 49%;
  margin-left: 1%;
  margin-right: 1%;
  display: inline-block;
}

.form {
  width: 700px;
}

.textarea {
  min-height: 120px;
}

.list-2 {
  padding-left: 20px;
}

.under-header-p {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
}

.form-field {
  border: 2px solid var(--dark-grey-2);
}

.form-field:focus {
  border-color: var(--medium-turquoise);
}

.copyright {
  width: 100%;
}

.copyright-container {
  color: #666;
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  font-size: .8em;
  position: relative;
}

.copyright-a {
  color: #666;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.copyright-a:hover {
  color: var(--medium-turquoise);
}

.spacer-medium {
  height: 40px;
}

.relative-grey {
  z-index: 0;
  background-color: #fff;
  position: relative;
}

.divider-line {
  background-image: linear-gradient(270deg, #ececec00, #f0f0f0 25%, #f9f9f9 75%, #fff0);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-p {
  font-size: .8em;
  line-height: 1.6em;
}

.wordbreak-end-black {
  background-color: #333;
  position: relative;
}

.footer-block-form {
  color: #fff;
  margin-left: 20px;
  margin-right: 0;
}

.success-message {
  color: #333;
  background-color: #afff69;
  border-radius: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1em;
  font-weight: 600;
}

.error-message {
  background-color: #ff5252;
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 1em;
}

.text-block {
  font-weight: 600;
}

.fw-slide-img-inner {
  object-fit: contain;
  border: 8px solid #fff;
  height: 100%;
  transform: rotate(2deg);
  box-shadow: 3px 3px 3px #0003;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 1.2em;
    line-height: 1.6em;
  }

  .fw-slider, .fw-slide-container {
    height: 400px;
  }

  .fw-slide-img {
    flex: 0 auto;
    max-width: 360px;
    height: 380px;
    position: absolute;
  }

  .fw-slide-content {
    z-index: 1;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .fw-h1 {
    width: 60%;
    font-size: 2.2em;
  }

  .samenwerking {
    background-position: 100%;
    background-size: auto 100%;
  }

  .white {
    font-size: 1.1em;
  }

  .blue {
    margin-bottom: 20px;
  }

  .go-back {
    margin-top: 50px;
    margin-right: 30px;
    padding: 3px 5px;
    font-size: 1.5em;
    inset: 0% 0% auto auto;
  }

  .go-back:hover {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .icon-content-p {
    font-size: .9em;
  }

  .footer-block {
    flex: 1;
    margin-left: 20px;
    margin-right: 0;
  }

  .footer-container {
    padding-bottom: 30px;
  }

  .flex-top.container {
    flex-wrap: wrap;
  }

  .form {
    width: 100%;
  }

  .under-header-p {
    font-size: 1em;
  }

  .copyright-container {
    text-align: center;
  }

  .logo-footer {
    max-width: 240px;
    height: auto;
  }

  .footer-block-form {
    flex: 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1em;
  }

  .logo-container {
    height: 72px;
  }

  .nav-menu-a {
    font-size: 1.7em;
  }

  .fw-slider {
    height: 300px;
  }

  .fw-slide-container {
    height: 300px;
    overflow: hidden;
  }

  .fw-slide-img {
    max-width: 230px;
    height: 280px;
  }

  .fw-h1 {
    width: 65%;
    font-size: 5vw;
  }

  .icon-container {
    width: 100px;
    height: 100px;
  }

  .left-50 {
    width: 100%;
  }

  .overlay {
    background-image: linear-gradient(#79c8cbe6, #79c8cbe6);
  }

  .white, .buttons.text-left {
    text-align: center;
  }

  .icon-content-p {
    font-size: 1em;
  }

  .footer-block {
    margin-bottom: 30px;
    margin-left: 0;
  }

  .flex-top.container {
    text-align: center;
    display: block;
  }

  .form {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .under-header-p {
    font-size: 1em;
  }

  .footer-p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-footer {
    width: 100%;
    max-width: 400px;
  }

  .footer-block-form {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .logo-container {
    height: 16vw;
  }

  .logo {
    max-width: 100%;
  }

  .nav-menu-a {
    font-size: 1.5em;
  }

  .container, .fw-slide-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .fw-slide-img {
    background-position: 100% 100%;
    background-size: contain;
    max-width: 180px;
    height: 255px;
    margin-right: -50px;
  }

  .fw-slide-content {
    align-items: center;
  }

  .fw-h1 {
    width: 100%;
    max-width: 250px;
    font-size: 1.3em;
  }

  .icon-container {
    width: 120px;
    height: 120px;
  }

  .buttons {
    display: block;
  }

  .button {
    width: 100%;
    display: block;
  }

  .button:hover {
    width: 100%;
    display: inline-block;
  }

  .vertical-spacer {
    height: 10px;
    display: block;
  }

  .button-2 {
    width: 100%;
    display: inline-block;
  }

  .container-grey, .hidden-container.ec-container, .footer-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .flex-top.container {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    padding: 0;
    font-size: 2.5em;
  }
}


