@font-face {
  font-family: interMedium;
  src: url(../font/Inter/static/Inter-Medium.ttf) format("truetype");
}

@font-face {
  font-family: interbold;
  src: url(../font/Inter/static/Inter-Bold.ttf) format("truetype");
}

@font-face {
  font-family: interregular;
  src: url(../font/Inter/static/Inter-Regular.ttf) format("truetype");
}

@font-face {
  font-family: poppinssemibold;
  src: url(../font/Poppins/Poppins-SemiBold.ttf) format("truetype");
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: interMedium;
}

.success {
  color: green;
}

.error {
  color: red;
}

textarea,
input,
input.text,
input[type="text"],
input[type="button"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="password"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

li {
  padding: 6px 0;
  margin-left: 20px;
}

p {
  font-size: 16px;
  font-family: interregular;
  opacity: 70%;
}

.alink {
  font-size: 16px;
  font-family: interregular;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.conditions {
  opacity: 50%;
  text-align: center;
  padding-top: 40px;
}

strong {
  font-family: poppinssemibold;
}

h1, h2, h3, h4, h5, h6 {
  color: #190F23;
}

h1, h2, h3, h4 {
  font-family: poppinssemibold;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 64px;
}

.button {
  display: inline-block;
  padding: 8px 24px;
  font-size: 16px;
  color: #190F23;
  border: 1px solid #f2786a;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  margin-top: 40px;
  cursor: pointer;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-color: #fff;
}

.wordsfooter {
  margin-bottom: -100px !important;
}

span {
  color: #7d6af2;
  font-family: poppinssemibold;
}

.dot {
  color: #f2786a !important;
  /* Kleur voor de punten */
}

.spacer {
  padding-bottom: 120px;
}

.overflow {
  width: 100%;
  overflow-x: hidden;
}

.table {
  padding: 120px 0;
  border-collapse: collapse;
}

table, h1 {
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto;
}

th, td {
  border-bottom: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  white-space: nowrap;
}

td {
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  white-space: normal;
}

th {
  background-color: #f2f2f2;
}

.online {
  font-weight: bold;
  color: green;
}

.offline {
  font-weight: bold;
  color: red;
}

.progress-bar {
  height: 20px;
  background-color: #7d6af2;
  text-align: center;
  color: white;
  line-height: 20px;
  border-radius: 4px;
}

body {
  overflow-x: hidden;
  background-color: #000;
}

.color {
  background-color: #fff;
}

hr {
  border: 1px solid #D9D9D9;
}

.content {
  margin: auto;
  max-width: 1280px;
  padding: 0 40px;
}

.lineSafeSpace {
  padding-top: 120px;
  margin-bottom: 120px;
}

.lineSafeSpace .lineneg {
  background-color: #7d6af2;
  position: absolute;
  left: 0;
  right: 0;
  height: 20px;
  -webkit-transform: skewY(4deg);
  transform: skewY(4deg);
}

.lineSafeSpace .line {
  background-color: #7d6af2;
  position: absolute;
  left: 0;
  right: 0;
  height: 20px;
  -webkit-transform: skewY(-4deg);
  transform: skewY(-4deg);
}

.lineSafeSpace .scroll-containerneg {
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
  position: relative;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px 0;
}

.lineSafeSpace .scroll-containerneg .scroll-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scroll 10s linear infinite;
          animation: scroll 10s linear infinite;
}

.lineSafeSpace .scroll-containerneg .scroll-text span {
  font-size: 100px;
  color: #190F23;
  font-weight: 700;
}

.wordsline {
  padding-top: 120px;
  margin-bottom: 120px;
  height: 180px;
}

.wordsline .bgblock {
  background-color: #7d6af2;
  height: 180px;
  position: absolute;
  left: 0;
  right: 0;
}

.wordsline .overflow {
  position: absolute;
  left: 0;
  right: 0;
  overflow-x: hidden;
  height: 180px;
  padding: 130px 0;
  margin-top: -130px;
}

.wordsline .wordbox {
  background-color: #000;
  position: absolute;
  left: -10px;
  right: -10px;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wordsline .wordbox .words {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wordsline .wordbox .words span {
  font-size: 100px;
  color: #F6F4FA;
  font-weight: 700;
}

.questions p {
  padding: 12px 0;
}

.questions summary::-webkit-details-marker {
  display: none;
}

.questions summary {
  list-style: none;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.questions summary i {
  margin-left: auto;
}

.navbar {
  background-color: #7d6af2;
  margin-top: -100px;
  position: absolute;
  left: -10px;
  right: -10px;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  height: 180px;
}

header {
  background-color: #000;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  position: relative;
}

header .headercontent {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}

header img {
  width: 200px;
}

header .container {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .message {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .message a {
  color: #F6F4FA;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 14px 10px;
  text-decoration: none;
}

header .message svg {
  stroke: #A8A8A8;
  stroke-width: 1.5;
  margin-left: 4px;
}

header nav {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav a {
  color: #F6F4FA;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 14px 10px;
  text-decoration: none;
}

header nav svg {
  stroke: #A8A8A8;
  stroke-width: 1.5;
  margin-left: 4px;
}

header nav .dropdown {
  position: relative;
}

header nav .dropdown:hover .dropdown-content {
  display: block;
}

header nav .click {
  display: block;
}

header nav .dropdown-content {
  display: none;
  background-color: #ededed;
  right: 30%;
  top: 60px;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
  z-index: 1;
  padding: 20px;
  border-radius: 4px;
  display: none;
  position: fixed;
  background-color: #ededed;
}

header nav .dropdown-content .navtext {
  font-family: interbold;
  text-align: left;
  padding-bottom: 20px;
}

header nav .dropdown-content .dropdowncontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

header nav .dropdown-content .dropdowncontainer .blok {
  background-color: #fff;
  width: 200px;
  padding: 20px;
  height: 150px;
  border-radius: 4px;
  cursor: pointer;
}

header nav .dropdown-content .dropdowncontainer .blok img {
  height: 20px;
  width: auto;
  padding: 0;
  margin-bottom: -25px;
}

header nav .dropdown-content .dropdowncontainer .blok a {
  text-align: left;
  font-size: 16px;
  font-family: interbold;
  padding-left: 44px !important;
  text-decoration: none;
  color: #190F23;
  padding: 0;
}

header nav .dropdown-content .dropdowncontainer .blok p {
  padding-top: 12px;
}

header nav .dropdown-content a {
  color: #190F23;
  padding: 10px;
  display: block;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.headercontent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-nav {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: #000000;
  position: absolute;
  top: 70px;
  left: 0;
  padding: 20px 40px;
  z-index: 1;
}

.mobile-nav a {
  margin: 10px 0;
  padding: 10px 20px;
  width: 100%;
  text-align: left;
  color: #fff;
}

.hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  width: 40px;
}

.hamburger div {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 4px 0;
  margin-right: 20px;
}

@media (max-width: 1000px) {
  .desktop-nav {
    display: none;
  }
  .mobile-nav {
    display: none;
  }
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.banner {
  padding: 120px 0 120px 0;
  margin: 0 auto;
}

.banner img {
  width: 100%;
  height: auto;
}

.timeline {
  margin-bottom: 120px;
}

.timeline .flextimeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 40px 0;
}

.timeline .flextimeline .container {
  padding: 0 10px;
  position: relative;
  cursor: pointer;
}

.timeline .flextimeline .container .circle {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #F6F4FA;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.timeline .flextimeline .container .circle img {
  height: 30px;
}

.timeline .flextimeline .container::after {
  content: '';
  position: absolute;
  top: 30px;
  width: calc(100% + 85px);
  height: 4px;
  background-color: #F6F4FA;
  z-index: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.timeline .flextimeline .container p {
  padding-top: 12px;
  width: 200px;
}

.timeline .flextimeline .container:last-child::after {
  display: none;
}

.timeline .image-container {
  position: relative;
  width: 100%;
}

.timeline .imgblock {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.timeline .overlay-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border: none;
  cursor: pointer;
}

@media (max-width: 1192px) {
  .container::after {
    width: calc(100% + 30px) !important;
  }
}

@media (max-width: 1026px) {
  .container::after {
    width: calc(100%) !important;
  }
}

.threeBlock .threeBlockContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

.threeBlock .threeBlockContainer .column {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  border-radius: 8px;
  margin-top: 40px;
}

.threeBlock .threeBlockContainer p {
  padding-top: 12px;
}

.threeBlock .threeBlockContainer h3 {
  padding-top: 12px;
}

.threeBlock .threeBlockContainerMax {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 40px;
}

.threeBlock .threeBlockContainerMax .column {
  -webkit-clip-path: none !important;
          clip-path: none !important;
}

.threeBlock .threeBlockContainerMax .column:nth-child(2) {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.threeBlock .threeBlockContainerMax .column:nth-child(3) {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.cases {
  padding-bottom: 120px;
  z-index: 2;
}

.cases .threeBlock .threeBlockContainer, .cases .threeBlock .threeBlockContainerMax {
  height: 100%;
}

.cases .threeBlock .threeBlockContainer .column, .cases .threeBlock .threeBlockContainerMax .column {
  position: relative;
  -webkit-clip-path: polygon(0% 4%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 4%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #F6F4FA;
  text-decoration: none;
  color: #000;
  border-radius: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 0;
}

.cases .threeBlock .threeBlockContainer .column img, .cases .threeBlock .threeBlockContainerMax .column img {
  height: 450px;
  width: 150%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cases .threeBlock .threeBlockContainer .column .bottomBlock, .cases .threeBlock .threeBlockContainerMax .column .bottomBlock {
  padding: 20px;
}

.cases .threeBlock .threeBlockContainer .column:nth-child(2), .cases .threeBlock .threeBlockContainerMax .column:nth-child(2) {
  padding-top: 40px;
  margin-top: 10px;
}

.cases .threeBlock .threeBlockContainer .column:nth-child(3), .cases .threeBlock .threeBlockContainerMax .column:nth-child(3) {
  padding-top: 70px;
  margin-top: -20px;
}

.circle {
  border-radius: 50%;
  background-color: #7d6af2;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.circle img {
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.circle svg {
  stroke: #F6F4FA;
  stroke-width: 2;
  font-size: 24px;
  zoom: 150%;
}

.textBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  height: auto;
  padding-bottom: 120px;
}

.textBlock .column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Flexbox gebruiken binnen elke column */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Zorg ervoor dat items binnen de column onder elkaar staan */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Verticaal centreren van de inhoud (optioneel) */
}

.textBlock .column p {
  padding-top: 12px;
}

.menudomain {
  height: 100% !important;
}

.menudomain .center {
  position: relative !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  top: 0 !important;
  /* Verplaats naar het midden van de hoogte */
  left: 0 !important;
  /* Verplaats naar het midden van de breedte */
  -webkit-transform: none !important;
          transform: none !important;
}

.menudomain .center .block {
  background-image: url("../img/png/background/look.png");
  background-size: 110%;
  background-color: #7d6af2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.menudomain .center .block p {
  color: #F6F4FA;
  text-align: center;
  z-index: 2;
  font-size: 20px;
  opacity: 100%;
  padding: 0 8px 0 8px;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
  text-align: center;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  white-space: normal;
}

.menudomain .center .block p:last-child {
  padding-bottom: 15px;
}

.menudomain .center .block h3 {
  font-size: 24px;
  display: block;
  max-width: 100%;
  padding: 15px 8px 0 8px;
  color: #fff;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
  text-align: center;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  white-space: normal;
}

.menu {
  background-image: url("../img/svg/logoBackground.svg");
  background-size: contain;
  /* Zorg ervoor dat de achtergrond volledig bedekt is */
  background-position: center;
  /* Zorg ervoor dat de achtergrond gecentreerd is */
  background-repeat: no-repeat;
  /* Voorkom dat de achtergrond herhaald wordt */
  position: relative;
  /* Nodig voor het positioneren van child-elementen */
  height: 540px;
  /* Stel een hoogte in voor de menu-div (pas aan indien nodig) */
}

.menu .low {
  margin-top: 100px;
}

.menu .center {
  position: absolute;
  /* Absolute positionering binnen de menu-div */
  top: 50%;
  /* Verplaats naar het midden van de hoogte */
  left: 50%;
  /* Verplaats naar het midden van de breedte */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* Verplaats het element terug om volledig gecentreerd te zijn */
  display: -ms-grid;
  display: grid;
  /* Gebruik grid om de blocks te positioneren */
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  /* Zet de grid in twee kolommen */
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  /* Zet de grid in twee rijen */
  gap: 40px;
  /* Stel de gap in tussen de grid items */
  width: 100%;
  height: 440px;
}

.menu .center a {
  text-decoration: none;
}

.menu .center .block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu .center .block h2 {
  color: #F6F4FA;
  text-align: center;
  z-index: 2;
}

.menu .center .block::before {
  content: "";
  position: absolute;
  top: -10px;
  /* Zet de achtergrondafbeelding 10px buiten de bovenkant van het blok */
  left: -10px;
  /* Zet de achtergrondafbeelding 10px buiten de linkerzijde van het blok */
  right: -10px;
  /* Zet de achtergrondafbeelding 10px buiten de rechterzijde van het blok */
  bottom: -10px;
  /* Zet de achtergrondafbeelding 10px buiten de onderzijde van het blok */
  background-size: cover;
  /* Zorg ervoor dat de achtergrondafbeelding volledig wordt bedekt */
  background-position: center;
  /* Centreer de achtergrondafbeelding */
  background-repeat: no-repeat;
  /* Zorg ervoor dat de achtergrondafbeelding niet herhaald wordt */
  z-index: 1;
  /* Zorg ervoor dat de achtergrondafbeelding onder de tekst staat */
  border-radius: 10px;
  /* Zorg ervoor dat de achtergrondafbeelding ook afgeronde hoeken heeft */
}

.menu .center .look::before {
  background-image: url("../img/png/background/look.png");
  background-color: #9788F5;
}

.menu .center .buy::before {
  background-image: url("../img/png/background/buy.png");
  background-color: #B1A6F7;
}

.menu .center .web::before {
  background-image: url("../img/png/background/web.png");
  background-color: #CBC3FA;
}

.menu .center .custom::before {
  background-image: url("../img/png/background/custom.png");
  background-color: #7d6af2;
}

.price {
  margin: 80px auto auto auto;
  background-color: #F2F0FE;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
}

.price p {
  margin-bottom: 40px;
}

.personCard {
  background-image: url("../img/png/Daniel.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.personCard .bottomBlock {
  position: absolute;
  bottom: 0;
  width: calc(100% - 40px);
  padding: 0 20px;
  background-color: #000;
}

.personCard .bottomBlock h2 {
  margin: 12px 0;
  color: #F6F4FA;
}

.personCard .line {
  background-color: #7d6af2;
  position: absolute;
  bottom: 34px;
  right: -10px;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  height: 40px;
  width: 100%;
}

.contact {
  padding-bottom: 1px;
}

.contact p {
  margin-top: 12px;
}

form {
  margin-top: 40px;
}

form input,
form textarea {
  margin-bottom: 15px;
  padding: 10px;
  border-bottom: 1px solid #f2786a;
  font-size: 16px;
  width: calc(100% - 20px);
}

form textarea {
  resize: vertical;
}

form .bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.footer {
  background-color: #000;
  color: white;
  padding: 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer .container {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 80px;
}

.footer a:link {
  color: #fff;
  text-decoration: none;
}

.footer .left {
  width: 35%;
}

.footer .left img {
  width: 250px;
  margin-bottom: 40px;
}

.footer .left .info {
  margin-bottom: 20px;
}

.footer .left .info p {
  opacity: 100%;
  font-size: 14px;
  margin-bottom: 8px;
  color: #fff;
  text-decoration: none;
}

.footer .left .social a {
  color: #fff;
  padding-right: 8px;
}

.footer .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin-left: auto;
  margin-top: 10px;
}

.footer .right .column ul {
  list-style: none;
  padding: 0;
}

.footer .right .column ul li {
  padding-bottom: 4px;
  line-height: 27px;
}

.footer .right .column ul li a {
  color: white;
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  .banner {
    padding: 120px 0 80px 0;
  }
  .threeBlock .threeBlockContainer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .threeBlock .threeBlockContainer .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .threeBlock .threeBlockContainer p, .threeBlock .threeBlockContainer h3 {
    padding-top: 12px;
  }
  .cases .threeBlock .threeBlockContainer .column:nth-child(3) {
    -webkit-clip-path: none;
            clip-path: none;
    margin-top: 20px;
  }
  .menu .center .block h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .menu .center .block h2 {
    font-size: 30px;
  }
  .textBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    /* Optioneel: kleinere ruimte tussen de kolommen op mobiel */
  }
  .banner {
    width: 100%;
  }
  .footer .container {
    width: 100%;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .left {
    width: 100%;
  }
  .footer .left .social {
    margin-bottom: 40px;
  }
  .footer .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }
  .footer .right .column ul {
    list-style: none;
    padding: 0;
  }
  .footer .right .column ul li {
    padding-bottom: 4px;
    line-height: 27px;
  }
  .footer .right .column ul li a {
    color: white;
    text-decoration: none;
  }
}

@media only screen and (max-width: 576px) {
  .threeBlock .threeBlockContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .threeBlock .threeBlockContainer .column {
    padding: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    border-radius: 8px;
    margin-top: 20px;
  }
  .threeBlock .threeBlockContainer p, .threeBlock .threeBlockContainer h3 {
    padding-top: 12px;
  }
  .cases .threeBlock .threeBlockContainer .column:nth-child(2) {
    -webkit-clip-path: none;
            clip-path: none;
    margin-top: 20px;
    padding-top: 0px;
  }
  .cases .threeBlock .threeBlockContainer .column:nth-child(3) {
    padding-top: 0px;
  }
  img {
    zoom: 50%;
  }
  header img {
    zoom: 75%;
  }
  .circle img {
    zoom: 100%;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 40px;
  }
  .spacer {
    padding-bottom: 60px;
  }
  .lineSafeSpace {
    padding-top: 60px;
    margin-bottom: 60px;
  }
  .wordsline {
    padding-top: 60px;
    margin-bottom: 60px;
  }
  .wordsfooter {
    margin-bottom: -40px !important;
  }
  .banner {
    padding: 60px 0 60px 0;
  }
  .timeline {
    margin-bottom: 60px;
  }
  .cases {
    padding-bottom: 60px;
  }
  .table {
    padding: 60px 0;
  }
  .textBlock {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 444px) {
  header {
    padding: 0 20px;
  }
  .content {
    padding: 0 20px;
  }
  .footer {
    padding: 40px 20px;
  }
  .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px !important;
  }
  .menu .center .block h2 {
    font-size: 24px;
  }
}

/* Media query voor schermen vanaf 933px */
@media (max-width: 933px) {
  .timeline .flextimeline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    gap: 20px;
  }
  .timeline .flextimeline .container {
    width: calc(50% - 20px);
    padding: 0;
  }
  .timeline .flextimeline .container::after {
    display: none;
  }
  .table {
    width: 100%;
    overflow-x: auto;
  }
  table, thead, tbody, th, td, tr {
    display: block;
    text-align: left;
  }
  thead {
    display: none;
    /* Verberg de kop op kleine schermen */
  }
  tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
  }
  td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    position: relative;
  }
  td::before {
    content: attr(data-label);
    font-weight: bold;
    width: 120px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 10px;
    text-align: left;
  }
}

@media (max-width: 520px) {
  .timeline .flextimeline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
  .timeline .flextimeline .container {
    width: 100%;
    margin-bottom: 30px;
  }
  .timeline .flextimeline .container p {
    width: 100%;
  }
  .timeline .flextimeline .container:last-child::after {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */