.mwd-banner-privacyverklaring {
  background: #fee4bf;
  background-image: url("../images/banner-001-001.jpg");
  background-repeat: no-repeat; 
  background-position: center center;
  height: 40vh;
}

.mwd-privacy-section {
 padding: 2rem 1rem 0 1rem;
 background: radial-gradient(circle at 10% 20%, rgba(216, 241, 230, 0.46) 0.1%, rgba(233, 226, 226, 0.28) 90.1%);
}

.mwd-privacy-container {
  position: relative;
  padding: 0 !important;
  top: -70px;
  margin-bottom: -40px;
}

.mwd-privacy-container .card {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background: linear-gradient(to top, #dfe9f3 0%, #ffffff 100%);
}

.mwd-privacy-content h1 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0 0 2px 0;
  border-bottom: 1px dotted rgba(111, 111, 111, 0.64);
}

.mwd-privacy-content {
  padding: 1.4rem;
}

.mwd-privacy-content ul {
  list-style: square;
}

.mwd-privacy-content ul li {
  list-style: square;
  margin-bottom: 10px;
}

.mwd-privacy-link {
  position: relative;
  padding-bottom: 20px;
}
	
.mwd-privacy-link a {
  text-decoration: none;
  color: rgba(30, 34, 40, 0.69);
  position: absolute;
  display: block;
  width: 100%;
  padding: 6px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.mwd-privacy-link a:hover {
  color: #D36900;
  border-color: #D36900;
}

.mwd-privacy-link a:after {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 1.2rem;
  content: "\f0a9";
  color: rgba(0, 0, 0, 0.60);
  top: 4px;
  right: 0;
}
	
.mwd-privacy-link a:hover:after {
  color: #D36900;
}