* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #3b07aa;
}

.site-wrapper {
  padding: 0 40px 0 40px;
}

.section-wrapper {
  width: 100%;
  /* max-width: 1400px; */
  margin: 40px auto;
  padding: 30px;
  background: rgb(234, 205, 247);
  border-radius: 50px 0 50px 0;
}

.header-wrapper {
  max-width: 1600px;
  margin: 0 auto;
}

.header {
  /* background-color: rgb(63, 43, 177); */
  background-color: #3b07aa;
  display: flex;
  justify-content: space-between;
  padding: 30px 0 0;
}

.main {
  width: 100%;
  max-width: 1600px;
  margin: 0px auto;
  min-height: 70vh;
}

.headline {
  /* background-color: aquamarine; */
  padding-top: 20px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.headline h2 {
  color: #ddba9e;
  font-family: "Roboto", sans-serif;
  margin-left: 6px;
  font-size: 20px;
}

.logo img {
  width: 100%;
  max-width: 350px;
}

.navbar {
  display: flex;
  align-items: center;
}

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

.nav {
  padding-top: 20px;
}

.nav-list {
  list-style: none;
}

.nav-list li a {
  margin-right: 20px;
  color: #ddba9e;
  /* color: #ffffff; */
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

/* .nav-list li a:hover {
  transform: rotate(3deg);
  text-decoration: underline;
} */

@media screen and (max-width: 1100px) {
  .nav-list li a {
    font-size: 16px;
  }
  .logo img {
    width: 90%;
    max-width: 300px;
  }
  .headline h2 {
    color: #ddba9e;
    font-family: "Roboto", sans-serif;
    margin-left: 6px;
    font-size: 18px;
  }
}

@media screen and (max-width: 970px) {
  .nav-list li a {
    font-size: 14px;
  }
  .logo img {
    width: 50%;
    /* max-width: 300px; */
  }
  .headline h2 {
    color: #ddba9e;
    font-family: "Roboto", sans-serif;
    margin-left: 6px;
    font-size: 16px;
  }
  .header {
    display: grid;
  }
}

.footer-nav-list li a {
  font-size: 16px;
}

.nav-list a:hover {

}

.nav-list ul {
}

.service {
  display: flex;
  /* margin-top: 30px; */
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  font-size: 18px;
}

.service-list {
  margin-top: 40px;
  text-align: left;
  padding: 0 40px 40px 80px;
  /* background-color: #3b07aaa6; */
  color: #190041;
  border: 3px solid #3b07aa;
  border-radius: 50px 0 50px 0;
}

.service-list h2 {
  margin-top: 40px;
}

.service-list ul {
  margin-top: 10px;
  list-style: square;
}

@media screen and (max-width: 900px) {
  .service {
    display: grid;
  }
  .footer-nav-list li a {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .nav-list li a {
    font-size: 12px;
    text-transform: lowercase;
  }
  .site-wrapper {
    padding: 0 10px 0 10px;
  }
}

.text-align-right {
  text-align: right;
}

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

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

.right-wrapper {
  display: flex;
  flex-direction: column;
}

.over-mij-contact {
  padding: 60px 20px 0 0px;
  color: #190041;
  font-size: 18px;
}

.image-wrapper {
  height: 100%;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}

img {
  max-width: 90%;
  height: auto;
  object-fit: contain;
  opacity: 1;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.img-style {
  max-width: 80%;
  height: auto;
  object-fit: contain;
}

.img-full-width {
  max-width: 100%;
  margin-top: 40px;
}

.lightbox-image img {
  max-width: 80%;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.centered-img-text {
  position: absolute;
  top: 50%;
  left: 50%;
}

.text p {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
}

.text-zwart p {
  color: #190041;
}

.caption {
  font-size: 18px;
}

.caption-small {
  font-size: 14px;
}

.image-wrapper:hover img {
  opacity: 0.8;
}

.image-wrapper:hover .middle {
  opacity: 1;
}

aside p {
  color: #190041;
}

aside h3 {
  color: #190041;
  padding-top: 40px;
}

.item-title {
  margin-bottom: 10px;
  color: #190041;
  font-size: 24px;
}

.item-text {
  margin-bottom: 20px;
  max-width: 2600px;
  padding-right: 20px;
  font-size: 18px;
}

@media screen and (max-width: 1100px) {
  .item-text {
    font-size: 16px;
  }
  .text p {
    font-size: 20px;
  }
  .caption {
    font-size: 16px;
  }
}

footer {
  display: flex;
  justify-content: space-between;
}

.footer {
  max-width: 1600px;
  margin: 0 auto;
  padding: 30px 0 60px 0;
}

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

@media screen and (max-width: 970px) {
  .logo-footer img {
    width: 50%;
    max-width: 200px;
  }
  .caption {
    font-size: 14px;
  }
}

.info {
  display: flex;
  flex-direction: column;
}

.contact {
  margin-top: 10px;
}

.contact p {
  color: #eacdf7;
  letter-spacing: 1px;
  font-size: 16px;
}

.contact a {
  color: #eacdf7;
  letter-spacing: 1px;
  font-size: 16px;
  text-decoration: none;
}

.contact a:hover {
  text-decoration: underline;
}

.item-text a {
  color: #190041;
  text-decoration: none;
}

.item-text a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 970px) {
  .contact p {
    color: #eacdf7;
    letter-spacing: 1px;
    font-size: 14px;
  }
}
