@media (min-width: 1081px) {
  body {
    margin: 0;
    height: 100%;
    background-color: #f3f5f5;
    font-family: Georgia, "Times New Roman", Times, serif;
    max-width: 1920px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }

  .Content{
    width: 100%;
  }

  .Header {
    height: 100px;
  }

  .HeaderText {
    padding-left: 250px;
    color: #6699cc;
    font-size: 24;
    padding-top: 20px;
    font-weight: bold;
  }

  .Image {
    background-color: aqua;
    height: 60vh;
    width: 100%;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .TextBoxes {
    margin-top: -200px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    position: relative;
    overflow: visible;
  }

  .TextBox {
    word-break: break-all;
    background-color: #c4ddf4;
    width: 550px;
    height: 350px;
    display: flex;
    flex-direction: column;
  }

  .TextBoxHeader {
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .TextBoxContent {
      word-break: normal;
    font-size: 18px;
    padding: 15px;
    text-align: center;

  }

  .TextBoxContent p {
    font-size: 18px;
    padding: 15px;
    text-align: center;
  }

  .Footer {
    background-color: #6699cc;
    height: 50px;
    width: 100%;
    max-width: 1920px;
    position: absolute;
    bottom: 0;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
  }

  .Copyright {
    font-size: 20px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 100px;
  }

  .Kvk {
    display: flex;
    font-size: 20px;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 100px;
  }
}

@media (max-width: 1080px) {
  html body {
    display: flex;
    width: 100vw;
    height: 100vh;
    background-origin: rgb(192, 93, 93);
    height: 100vh;
    padding: 0;
    margin: 0;
    background-color: #f3f5f5;
    font-family: "Inter", sans-serif;
  }

  .content {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
  }

  .Header {
    height: 100px;
    position: absolute;
    background-color: white;
    width: 100vw;
    z-index: 100000;
  }

  .HeaderText {
    padding-left: 25px;
    color: #6699cc;
    font-size: 24;
    padding-top: 20px;
    font-weight: bold;
  }

  .HeaderWrapper {
    /* position: fixed; */
    width: 100vw;
  }

  .Image {
    position: fixed;
    background-size: cover; /* Cover the entire container */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    height: 100vh; /* Full viewport height */
    display: flex; /* Flexbox for centering content */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    color: white; /* Text color */
    text-align: center; /* Center text */
    filter: grayscale(100%); /* Apply greyscale filter */
  }

  .Container {
    top: 150px;
    flex-direction: column;
    width: 100vw;
    position: absolute;
    display: flex;
    justify-content: space-around;
    flex-wrap: 1;
  }

  .TextBox {
    background-color: #c4ddf4;
    width: 90vw;
    height: auto;
    margin: auto;
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .TextBoxHeader {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .TextBoxContent {
          word-break: normal;
    font-size: 22px;
    padding: 25px;
    text-align: center;
  }

  .Footer {
    background-color: #6699cc;
    height: 50px;
    width: 100vw;
    display: flex;
    color: white;
    margin-top: 15px;
  }

  .Copyright {
    font-size: 13px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
    margin-right: 10px;
  }

  .Kvk {
    display: flex;
    font-size: 12px;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 15px;
  }

  .HeaderWrapper {
    flex: 1;
  }
}
