body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.myheader {
  padding: 15px;
}
.mobilemenu {
  display: none;
}
.mobilenav {
  display: none;
}
.togglenav {
  display: none;
}
.heroimg img {
  width: 100%;
}
.introtext {
  margin-top: 60px;
}
.container-fluid .introtext .row,
.container-fluid .introheading .row {
  margin-left: 0;
  margin-right: 0;
}
.table-costum {
  margin-top: 30px;
  width: 100%;
}
.main-wrapper {
  width: 100%;
}
.table-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.col1 {
  display: flex;
  flex-direction: column;
  width: 30%;
  padding: 10px;
  height: auto;
  text-align: end;
}
.col2 {
  display: flex;
  flex-direction: column;
  width: 70%;
  padding: 10px;
  height: auto;
  text-align: start;
}
.upload-input {
  border: 0;
  padding-bottom: 25px;
  margin: 0;
  background: transparent;
  font: 13px sans-serif;
}
.upload-label {
  color: #9f9d9d;
  font: 12px sans-serif;
}
.upload-field {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.input-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  background: #fff;
  border-radius: 5px;
  font-family: sans-serif;
  margin-top: 7px;
}
.input-box:focus-within {
  border-color: #777;
}
.user-input {
  display: block;
  margin-right: 0;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-top: 7px;
  margin-bottom: 7px;
  color: black;
}
.user-input::before {
  content: 'XXXX-XXXX-XXXX';
  color: black;
}
.form-card {
  font-family: 'FF Kievit', sans-serif;
  font-size: 13px;
  font-weight: 100;
  color: #9f9d9d;
  width: 100%;
}
@media (max-width: 580px) {
  /* Break to flex-column of hero occurs at 580px, so reset the added padding and margins via that media query */
  .TeaserFullWidthWrapper .TeaserFullWidth {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .bottomzone .container {
    flex-direction: column;
  }
}
/* Changed from Form - Table to Form-Layout using Divs to make BSI Elements as form lines possible, not possible via <tr> / too complicated workaround for this context */
.form-content .container {
  display: flex;
  padding: 0;
}
/* Better spacing control for introtext + introheading elements */
.introtext {
  margin-top: 10px;
}
/* removed margin-top: 40px in .TeaserFullWidth, under @media nothing has been changed yet */
.bottomzone .container {
  display: flex;
}
.bottomzone > .container {
  max-width: unset;
}
.bottomzone > .container > div:first-of-type {
  width: 50%;
  margin-left: 10%;
}
.bottomzone > .container > div:nth-of-type(2) {
  width: 30%;
  margin-right: 10%;
}
.bottomzone > .container > div:nth-of-type(2) > .container {
  justify-content: flex-end;
}
/* @media (max-width: 1200px) {
  .TeaserFullWidth {
    margin-top: 40px;
  }
} */
@media (min-width: 320px) and (max-width: 480px) {
  .hero-card {
    top: 0 !important;
    left: 50px !important;
  }
  .hardbg {
    width: 120px !important;
    height: 150px !important;
    padding: 10px !important;
  }
  .cardtext1 h2 {
    margin: 0 !important;
  }
  .cardtext2 h1 {
    margin: 0 !important;
    font-size: 13px !important;
  }
  .introheading {
    width: 100% !important;
  }
  .introtext {
    width: 100% !important;
  }
  .columns {
    width: 100% !important;
    display: block !important;
    padding: 5px 0px 5px 0px !important;
  }
  .bottom-link li {
    display: block !important;
    line-height: 1.5 !important;
    margin-left: 10px !important;
    float: left !important;
  }
  .bottomzone {
    padding: 0px 15px 0px 15px !important;
  }
  .desktopnav {
    display: none !important;
  }
  .mobilenav {
    position: absolute;
    z-index: 999;
    background: #fff;
    padding: 5px 20px;
    right: 0;
    box-shadow: 5px 5px 25px #ccc;
    border-radius: 10px;
    top: 60px;
  }
  .copy {
    padding-top: 8px !important;
  }
  .togglenav {
    display: block !important;
  }
  .togglenav img {
    float: right;
    cursor: pointer;
  }
  .mobilemenu {
    display: block !important;
    width: 5% !important;
  }
  .logo {
    width: 10% !important;
  }
  .topbt {
    width: 85% !important;
  }
  .myheader {
    padding: 15px 0px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .hero-card {
    top: 30px !important;
    left: 100px !important;
  }
  .desktopnav {
    display: none !important;
  }
  .mobilenav {
    position: absolute;
    z-index: 999;
    background: #fff;
    padding: 5px 20px;
    right: 0;
    box-shadow: 5px 5px 25px #ccc;
    border-radius: 10px;
    top: 60px;
  }
  .topnavbt a {
    float: right;
    text-align: center;
  }
  .bottom-link li {
    display: block !important;
    line-height: 1.5 !important;
    margin-left: 10px !important;
    float: left !important;
  }
  .copy {
    padding-top: 8px !important;
  }
  .language {
    padding-top: 8px !important;
  }
  .togglenav {
    display: block !important;
  }
  .togglenav img {
    float: right;
    cursor: pointer;
  }
  .mobilemenu {
    display: block !important;
    width: 5% !important;
  }
  .logo {
    width: 57% !important;
  }
  .topbt {
    width: 38% !important;
  }
}
/* Use pre-existing breakpoint which makes most sense to extend footer content to avoid ugly content breaks */
@media (max-width: 768px) {
  .bottomzone > .container > div:first-of-type {
    width: 55%;
    margin-left: 5%;
  }
  .bottomzone > .container > div:nth-of-type(2) {
    width: 35%;
    margin-right: 5%;
  }
}
@media (max-width: 700px) {
  .bottomzone > .container {
    flex-direction: column;
    padding: 0;
  }
  .bottomzone > .container > div:first-of-type {
    width: 100%;
    margin: 0;
    padding-bottom: 0 !important;
  }
  .bottomzone > .container > div:first-of-type > div {
    padding: 0;
  }
  .bottomzone > .container > div:nth-of-type(2) {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0 !important;
  }
  .bottomzone > .container > div:nth-of-type(2) > div {
    padding: 0;
  }
  .footer__icon-link {
    padding-left: 0 !important;
  }
  .bottomzone > .container > div:nth-of-type(2) > .container {
    justify-content: flex-start;
  }
  .bottomzone > .container > div:first-of-type li:first-of-type,
  .bottomzone > .container > div:first-of-type li:nth-of-type(2) {
    margin-left: 0 !important;
  }
  .bottomzone {
    padding: 35px 15px !important;
  }
}
p em,
em,
i {
  font-style: italic;
}
