﻿body {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  background-color: var(--pwc-ijsblauw-100);
  height: 100vh;
  width: 100vw;
}

section#main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: hidden;
}

  section#main header {
    display: flex;
    flex-direction: column;
    align-items: top;
  }

    section#main header h1 {
      margin: var(--pwc-space-24);
      word-wrap: break-word;
    }

  section#main slot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
  }

    section#main slot h3 {
      margin-bottom: var(--pwc-space-24);
    }

      section#main slot h3 pwc-icon {
        cursor: pointer;
        color: var(--pwc-politieblauw-100);
        margin-left: var(--pwc-space-8);
        vertical-align: sub;
      }

    section#main slot form {
      justify-items: center;
    }

      section#main slot form pwc-button {
        width: 263px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: var(--pwc-space-16);
      }

    section#main slot .message {
      text-align: center;
      max-width: 312px;
    }

  section#main footer {
    display: flex;
    width: 100%;
    gap: var(--pwc-space-16);
    justify-content: center;
  }

    section#main footer .logo-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin-top: var(--pwc-space-8);
      margin-bottom: var(--pwc-space-16);
    }

      section#main footer .logo-wrapper .text {
        margin-top: 1rem;
        margin-bottom: 0.5625rem;
        margin-right: var(--pwc-space-16);
        font-size: var(--pwc-font-size-12);
        line-height: 1rem;
        color: var(--pwc-politieblauw-100);
        text-wrap: nowrap;
      }

section#banner {
  display: flex;
  width: 50vw;
  background-color: var(--pwc-lichtblauw-100);
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}

  section#banner img {
    margin-bottom: var(--pwc-space-40);
    width: 25vw;
    height: 25vw;
    max-width: 400px;
    max-height: 400px;
  }

section#help {
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: start;
  width: 50vw;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  z-index: inherit;
  background-color: var(--pwc-lichtblauw-100);
  justify-content: left;
  align-items: left;
  overflow-x: hidden;
  display: none;
  background-color: var(--politie-wit);
}

  section#help h1 {
    text-align: start;
    margin-top: var(--pwc-space-12);
  }

  section#help h2 {
    margin-bottom: var(--pwc-space-24);
  }

  section#help .close {
    text-align: end;
    cursor: pointer;
    width: 100%;
  }

  section#help .content {
    margin: var(--pwc-space-24);
    justify-items: center;
  }

  section#help .blocks {
    max-width: 100%;
    text-align: left;
  }

    section#help .blocks p {
      overflow-wrap: break-word;
    }

  section#help .content h1 {
    color: var(--pwc-lichtblauw-100);
  }

  section#help .content .image-container {
    text-align: center;
    margin-top: var(--pwc-space-12);
  }

    section#help .content .image-container img {
      width: 100%;
      max-width: 400px;
    }

@media screen and (max-width: 800px) {
  section#main {
    width: 100vw;
  }

    section#main slot.empty {
      margin-top: 8.75rem;
    }

    section#main slot {
      margin-top: var(--pwc-space-16);
    }

      section#main slot img {
        margin-bottom: var(--pwc-space-8);
        width: 200px;
      }

  section#help {
    width: 100vw;
    left: 0;
  }

    section#help .content .image-container img {
    }

  footer {
    margin-top: auto;
  }

  section#banner {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  section#main {
    width: 50vw;
  }

    section#main slot img {
      display: none;
    }
}

@media screen and (min-width: 1024px) {
  section#help .blocks {
    max-width: 640px;
  }
}
