html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

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

.flex-jc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-ai {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.ff-cc {
  display: block;
  width: 100%;
  padding: 12px 18px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.ff-cc:focus {
  color: #212529;
  background-color: white;
  border-color: #42B0E2;
  outline: 0;
}

.ff-cc::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}

.ff-cc::-moz-placeholder {
  color: #737373;
  opacity: 1;
}

.ff-cc:-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}

.ff-cc::-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}

.ff-cc::placeholder {
  color: #737373;
  opacity: 1;
}

.ffcc-group {
  margin-bottom: 1rem;
}

.frm-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}

.frm-check-input[type=checkbox] {
  border-radius: .25em;
}

.frm-check .frm-check-input {
  float: left;
  margin-left: -1.5em;
}

.frm-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.frm-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.frm-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.frm-check-label {
  display: inline-block;
}

a {
  color: #0000ee;
}

a:hover {
  text-decoration: underline;
}

.submit-btn {
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffa300;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 25px;
  font-size: 20px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.submit-btn:focus, .submit-btn:hover {
  -webkit-box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.22), 0 233px 233px 0 rgba(255, 255, 255, 0.12) inset;
  box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.22), 0 233px 233px 0 rgba(255, 255, 255, 0.12) inset;
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(https://derdatenschutzprofi.imgix.net/background-blue.jpg?w=1440&fit=crop&dpr=1&fp-x=.&fp-y=.&auto=compress,format);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.header__brand {
  padding: 0 15px;
}

.header__brand img {
  max-width: 250px;
  height: auto;
}

.page-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 1200px) {
  .page-container {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page-main-heading {
  margin: 0;
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3em;
  padding: 20px 10px;
}

@media (min-width: 768px) {
  .page-main-heading {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .page-main-heading {
    font-size: 48px;
  }
}

.page-hero {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 20px;
}

.page-hero__left, .page-hero__right {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.page-hero__image img {
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
}

.page-hero__inputs {
  padding-top: 45px;
}

.page-hero__title {
  margin: 0;
  font-size: 22px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.page-hero__list {
  padding: 0;
  margin-top: 0;
  list-style-type: none;
  margin-bottom: 10px;
}

.page-hero__list b {
  font-weight: 700;
}

.page-hero__list > li {
  font-size: 16px;
  padding-bottom: 6px;
  margin-bottom: 6px;
  padding-left: 2em;
}

.page-hero__list > li svg {
  margin-left: -2em;
  margin-right: 0.71428571em;
  width: 22px;
  overflow: hidden;
  vertical-align: middle;
}

.page-hero__alert {
  padding: 10px 0 20px 0;
}

.page-hero__alert__mobile, .page-hero__alert {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #e43b2c;
}

.page-hero__alert, .page-hero__alert_image {
  display: none;
}

.page-hero__alert__mobile {
  padding-top: 45px;
}

@media (min-width: 480px) {
  .page-hero__image img {
    max-width: 330px;
  }
}

@media (min-width: 768px) {
  .page-hero__list > li {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .page-hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page-hero__title {
    padding-top: 0;
  }
  .page-hero__alert__mobile {
    display: none;
  }
  .page-hero__alert, .page-hero__alert_image {
    display: block;
  }
  .page-hero__left, .page-hero__right {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .page-hero__left {
    padding-right: 24px;
  }
  .page-hero__right {
    padding-left: 24px;
  }
}

.page-main {
  margin-bottom: 30px;
}

.page-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(96, 96, 96, 0.68);
}

.page-footer__link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-footer__link a {
  font-size: 15px;
  font-weight: 400;
}

.page-footer__link > div {
  text-align: center;
}

.page-footer__content {
  padding: 20px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-footer__content p {
  font-size: 14px;
  color: white;
  font-weight: 400;
  margin: 0;
}

@media (min-width: 768px) {
  .page-footer__link {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .page-footer__link > div {
    width: 500px;
  }
}
