/* barlow-regular - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/fonts/barlow-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/barlow-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-italic - latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('/fonts/barlow-v12-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/barlow-v12-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-700 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/fonts/barlow-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/barlow-v12-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-700italic - latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('/fonts/barlow-v12-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/barlow-v12-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* There's another global layout option in the footer
   section, that pushes the main #wrapper down */

.btn-about-us a:hover {
  color: #230638 !important;
}
.btn-about-us a:visited {
  color: #230638 !important;
}
.btn-about-us a {
  color: #230638 !important;
  border-bottom: none !important;
}

.blocksatz h6 {
  color: whitesmoke !important;
  max-width: 100%;
  text-decoration: underline;
}
.blocksatz p {
  text-align: left !important;
}

.blocksatz h2 {
 cursor: text;
}

.blocksatz a {
  text-decoration: underline !important;
}

html, body {
  font-variant: proportional-width;
  height: 100%;
  margin: 0px !important;
  min-width: 520px;
  color: #220537;
  font-family: Barlow;
  font-size: 14pt;
}


html {
  overflow-y: scroll;
}

/* These describe our vertical hierarchy elementes */
.collapsable {
  background-color: whitesmoke;
  color: #230638;
  width: 100%;
  padding: 0.4em 0 0.4em 0px;
  margin-left: 0;
  margin-right: 0;
}

.collapsable h2,
.collapsable h2,
.collapsable .hint,
.collapsable a:link,
.collapsable a:visited {
  color: #230638;
}
.collapsable .button-green {
  background-color: #230638;
  color: whitesmoke;
  text-transform: uppercase;
}
.collapsable input {
  background-color: whitesmoke;
}

.center {
  text-align: center;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}
/* This defindes our content width */
.block-header, .juice {
  overflow: hidden;
  width: 480px;
  margin: 0.5em auto 0 auto;
  padding: 0;
}

.juice {
  margin: 0.5em auto 0 auto;
  padding-right: 0px;
  padding-left: 0px;
}

ul {
  list-style-type: none;
  padding-left:0;
}

h1 {
  color: whitesmoke;
  font-family: Barlow;
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
}
h4,h3,h5 {
  color: #230638;
  font-family: Barlow;
  font-size: 24px;
  font-weight: 600;
  line-height: 31.2px;
}

h6 {
  color: #230638;
  font-family: Barlow;
  font-size: 20px;
  font-weight: 600;
  line-height: 31.2px;
  width: 600px;
  text-align: left;
}

h1 svg {
  transform: scale(1.35) translate(0px, 4px) rotate(0deg);
  margin-right: 21px;
  float: left;
  transition: transform 0.5s;
}

#wrapper.step-1 h1 svg {
  transform: scale(1.35) translate(0px, 4px) rotate(360deg);
}

.faq p {
  text-align: left;
}
.faq h2 {
  padding-top: 1em;
}

h2 {
  font-size: 24pt;
  cursor: pointer;
  color: #000000;
  font-weight: bolder;
  font-family: Barlow;
}

/* Never show links with underlines, if we need to, we make
   dotted bottom borders */
a:link,
a:visited {
  text-decoration: underline;
  color: #230638;
}

.button > a:link,
.button > a:visited,
a:has(.button):link,
a:has(.button):visited {
  text-decoration: none;
}

/* ******** Style text input boxes ******** */
input[type="text"],
input[type="tel"] {
  width: 95%;
  padding: 0.4em 0.6em 0.4em 0.6em;
  margin-bottom: 0.7em;

  border: 0px solid rgba(35, 6, 56, 0.30);
  border-radius: 6px;

  font-family: inherit;
  font-size: 13pt;
  font-weight: normal;

  transition: background-color 1s;
  background-color: rgba(35, 6, 56, 0.2);

}

input[type="text"].missing,
input[type="tel"].missing {
  background-color: #FFEC66;
}

#evidence {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;

    background-color: #230638;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
    padding: 2px;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: green;
}

#createReport-sticky {
  width: 100%;
}

#createReport {
  width: 100%;
}

/* Remove blue focus hint */
input:focus {
  outline: none !important;
}

/* Style place holder text (and repeat for each browser namespace:( */
::placeholder {
  color: #230638;
  opacity: 0.5;
}
::-moz-placeholder {
  color: #230638;
  opacity: 0.5;
}
::-ms-placeholder {
  color: #230638;
  opacity: 0.8;
}
::-webkit-input-placeholder {
  color: #230638;
  opacity: 0.8;
}

/* Placeholder text should disappear when giving input the focus */
input:focus::placeholder { opacity: 0; }
:focus::-moz-placeholder { opacity: 0; }
:focus::-ms-placeholder { opacity: 0; }
:focus::-webkit-input-placeholder { opacity: 0; }

/* ********* Style select boxes ******** */
select {
  height: 2em;

  border-radius: 4px;

  font-family: inherit;
  font-size: 13pt;
  font-weight: 300;
}

input[type="checkbox"] {
  display: none;
  opacity: 0;
}

input[type="checkbox"] + label {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}

.label-input {
  display: flex;
  margin-bottom: 0.1em;
  margin-top: 1em;
  padding-bottom: 0.1em;
}

input[type="checkbox"] + label::before {
  content: '';
  display: flex;
  width: 30px;
  height: 30px;
  background-color: rgba(35, 6, 56, 0.30);
  border: 0px solid rgba(35, 6, 56, 0.30);
  border-radius: 6px;
  font-size: 22px;
  padding: 0;
  position: absolute;
  left: 0;
  top: 2px;
  justify-content: center;
  align-items: center;
}

input[type="checkbox"]:checked + label::before {
  content: '\2713';
}

label {
  margin-bottom: 1em;
}

label:first-line {
  vertical-align: middle;
}

/* Global element definitions done.
AB3662
FE2760
FF22CA
661E5D
FFEB1A

#F79B30
Knewave
#AB3662
   Now for basic color scheme */
#unsicher    { background-color: #840020; }
#footer      { background-color: #230638; }
.block-step1 { background-color: #230638; }
.block-step2 { background-color: whitesmoke; }
.block-step3 { background-color: whitesmoke; }
/* #footer      { background-color: #F1F2E3; }
.block-step1 { background-color: whitesmoke; }
.block-step2 { background-color: #FE2760; }
.block-step3 { background-color: #FF22CA; }
*/
.block-step4 { background-color: whitesmoke; }
.block-step5 { background-color: whitesmoke; }
.block-step6 { background-color: whitesmoke; }
.block-step7 { background-color: whitesmoke; }

/* Those background definitions must match font colors of circles
   with numbers to appear as cut-outs */
.block-step1 .circle_num { color: #230638; }
.block-step2 .circle_num { color: whitesmoke; }
.block-step3 .circle_num { color: whitesmoke; }
.block-step4 .circle_num { color: whitesmoke; }
.block-step5 .circle_num { color: whitesmoke; }
.block-step6 .circle_num { color: whitesmoke; }
.block-step7 .circle_num { color: whitesmoke; }

/* Block 1 needs black font and circles for contrast */
.block-step1, .block-step1 a:link, .block-step1 a:visited, .block-step1 h1, .block-step1 h2, .block-step1 h3 , .block-step1 h4 {
  color: whitesmoke;
}
.block-step1 h1 {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
.block-step1 .button {
  color: #230638 !important;
  background-color: whitesmoke;
}
.block-step1 .button:hover {
  background-color: rgba(245, 245, 245, 0.7);
}
.block-step1 .circle_num {
  background-color: #230638;
}

#step1hook {
  text-align: center;
}

#footer {
}

/* Shadows between sections give the user a sense of depth between
   stacked cards */
.block-step2, .block-step3, .block-step4,
.block-step5, .block-step6, .block-step7, #unsicher {
  box-shadow: inset 0px 10px 6px -5px rgba(41, 7, 66, 0.5);
}
.push {
  box-shadow: inset 0px 10px 6px -5px rgba(41, 7, 66, 0.5);
}

/* Footer shadow is inverted an marks end of stacked cards */
#footer {
  box-shadow: inset 0px 12px 6px -6px rgba(0, 0, 0, 0.5);
}

/* Circles in headings guide the user through the 5 step process */
.circle_num {
  float: left;
  margin: 0 28px 0 0;

  width: 50px;
  height: 50px;

  border-radius: 50%;
  border: 0px;

  line-height: 1.5em;
  font-size: 23pt;
  text-align: center;
  horiz-align: center;

  background-color: #f5f5f5;
  font-weight: normal;
}

.circle_num.undone {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/img/badge.svg');
}

/* step1 has a h1 and the circle needs more finetuning to fit headline */
.block-step1 .circle_num {
  margin: 4px 28px 0 0;
  line-height: 1.3em;
}

/* Define rest of font styles */
.hint {
  color: #230638;
  font-style: italic;
  /*font-weight: 300; */
}

dt {
/*  font-weight: bold; */
}

dd {
  margin: 0;
}

/* Our inter-step animations rely on the section's max-height being
   transitioned from 0 to the original height.
   Initially hide all sections and only unhide them depending on the
   global state (as set with a class on the wrapper element)
*/
.juice,
.block-moreinfo,
#unsicher,
#wrapper.step-0 h2 {
  overflow: hidden;
  max-height: 0px;
  transition: max-height, height;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  transition-delay: 0s;
}

.hide-moreinfo,
.show-moreinfo {
  display: inline-block;
  margin: auto 1em 1em auto;
  cursor: pointer;
}

.hide-moreinfo { display: none; }
#wrapper.moreinfo-shown .hide-moreinfo { display: inline-block; }
#wrapper.moreinfo-shown .show-moreinfo { display: none; }

.hidden {
  overflow: hidden;
  max-height: 0px;
  transition: max-height, height, background-color;
  transition-duration: 0.5s;
}

.warnmiss {
  width: 100%;
  max-height: 5em;
  background-color: #FFEC66;
  border-radius: 6px;
  text-align: center;
  margin: 1em 0;
  padding: 0.4em 0.6em 0.4em 0.6em;
  transition: max-height, height, background-color;
  transition-duration: 0.5s;
}

.help-wanted {
  width: 95%;
  max-height: 15em;
  background-color: #FFEC66;
  border-radius: 6px;
  text-align: center;

  margin: 1em;
  padding: 0.4em 0.6em 0.4em 0.6em;
  transition: max-height, height, background-color;
  transition-duration: 0.5s;
}
.hero {
  transition: opacity;
  transition-delay: 0.1s;
  transition-duration: 1s;
  position: absolute;
  left: 0;
}

.sticky-down {
  position: fixed;
  padding: 1em;
  background-color: whitesmoke;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1em;
  color: white;
  text-align: center;
}
/* These are the heights of the expanded sections, only shown if the
   wrapper has the appropriate class */

#wrapper.step-1 .block-step1 .juice { max-height: 650px; }
#wrapper.step-2 .block-step2 .juice { max-height: 950px; }
#wrapper.step-3 .block-step3 .juice { max-height: 1050px; }
#wrapper.step-4 .block-step4 .juice { max-height: 1200px; }
#wrapper.step-5 .block-step5 .juice { max-height: 2500px; }
#wrapper.step-6 .block-step6 .juice { max-height: 1200px; }
#wrapper.step-7 .block-step7 .juice { max-height: 750px; }
#wrapper.moreinfo-shown .block-moreinfo   { max-height: 3700px; }
#wrapper.step-1.moreinfo-shown .block-step1 .juice { max-height: 4500px;}

/* The unsicher section does not have a headline initially visible,
   so the sections padding must be hidden and everything must be unhidden together */
#unsicher {
  padding-top: 0;
  padding-bottom: 0;
}
#wrapper.step-0 .block-step0 .juice,
#wrapper.step-0 #unsicher {
  max-height:700px;
}

/* If the user did not yet confirm that he's sure, disallow expanding blocks */
.block-header { pointer-events: none; }
#wrapper.stepdone-0 #head1 { pointer-events: auto; }
#wrapper.stepdone-1 #head2 { pointer-events: auto; }
#wrapper.stepdone-2 #head3 { pointer-events: auto; }
#wrapper.stepdone-3 #head4 { pointer-events: auto; }
#wrapper.stepdone-4 #head5 { pointer-events: auto; }
#wrapper.stepdone-5 #head6 { pointer-events: auto; }
#wrapper.stepdone-6 #head7 { pointer-events: auto; }

/* Our navigational buttons have a consistent height defined by its wrapper box */
.two-buttons,
.one-button {
  height: 4em;
  margin: 2.5em 0 1.5em 0;
}

/* Style our buttons */
.button {
  width: 45%;
  height: 2em;

  padding-top: 0.7em;
  padding-bottom: 0;

  border-radius: 20px;


/*  font-weight: bold; */
  text-align: center;
  text-transform: uppercase;

  transition-duration: 0.2s;

  cursor: pointer;
}

.button-gray       {
  color: whitesmoke;
  background-color: #230638
}
.button-gay:hover   { background-color: rgba(35, 6, 56, 0.7); }
.button-green       { background-color: #7D9936; }
.button-green:hover { background-color:  rgba(35, 6, 56, 0.7); }
.button-red         { background-color: #E65946; }
.button-red:hover   { background-color: #FF1E00; }
.one-button .button-green {

/* Place buttons, single green is centered, two buttons float */
  margin-right: auto;
  margin-left: auto;
}


.button {
  width: 100%;
  text-align: center;
  vertical-align: center;
  height: 3em;
  padding-top: 0.6em;
  margin-top: 1em;
}
.button-red {
  float: right;
}
.display-none {
  display: none;
}
/* Smaller buttons are for non-navigational purposes */
.button-small {
  display: inline-block;
  padding: 0.2em 0.4em 0.2em 0.4em;
  margin: 0 0.4em 1em 0;

  border-radius: 4px;

  background-color: #230638;
  color: whitesmoke;

  font-weight: normal;
  font-size: 13pt;

  cursor: pointer;
  transition-duration: 0.2s;
}
.button-small-active {
  background-color: rgba(35, 6, 56, 0.7);

}
.button-small:hover {
  background-color: rgba(35, 6, 56, 0.7);

}

/* Style things that depend on the progress.
   Example: circles turn squares when a step is finished */
.circle_num.done {
  position: relative;
  margin-right: -68px;
  left: -68px;
  visibility: hidden;
  transition: transform 0.5s, visibility 0.5s;
  transform: rotate3d(45, 45, 1, 90deg);
  background-color: #7D9936;;

}

#wrapper.stepdone-2 .block-step2 .circle_num.undone,
#wrapper.stepdone-3 .block-step3 .circle_num.undone,
#wrapper.stepdone-4 .block-step4 .circle_num.undone,
#wrapper.stepdone-5 .block-step5 .circle_num.undone,
#wrapper.stepdone-6 .block-step6 .circle_num.undone {
  transform: rotate3d(45, 45, 1, 90deg);
  transition: transform 0.5s, visibility 0.5s;
  visibility: hidden;
}

#wrapper.stepdone-2 .block-step2 .circle_num.done,
#wrapper.stepdone-3 .block-step3 .circle_num.done,
#wrapper.stepdone-4 .block-step4 .circle_num.done,
#wrapper.stepdone-5 .block-step5 .circle_num.done,
#wrapper.stepdone-6 .block-step6 .circle_num.done {
  visibility: visible;
  transform: rotate3d(0,0,0,0deg);
  transition: transform 0.5s 0.5s, visibility 0.5s 0.5s;
}

/* Make shift date selector */
select.tag {
  width: 15%;
  margin-right: 3%;
}
select.monat {
  width: 25%;
  margin-right: 3%;
}
select.jahr {
  width: 15%;
  margin-right: 3%;
}
select.zeit {
  min-width: 20%;
  width: 25%;
}

/* ******** FOOTER ******** */

/* This ensures there's always enough space to push
   footer to the bottom of the screen */
#wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -300px;
}

.push {
  height: 300px;
  border: none;
}
#footer {
  height: 650px;
}

#footer a:link, #footer a:visited, #footer a:hover {
  color: whitesmoke ;
}
#footer {
  width: 100%;
  min-width: 520px;
  margin: 0;
  padding: 50px 0px 0 0px;

  font-size: 11pt;
  /* font-weight: 300; */

  overflow: hidden;
  text-align: center;
}



/* Footer links have a softer color than in block 1 */
#footer a:link,
#footer a:visited {
  text-decoration: underline;
}

#footer .partner a:link,
#footer .implementor a:link,
#footer .partner a:visited,
#footer .implementor a:visited,
#footer .show-impressum span,
#footer .back {
  text-decoration: underline;
}

#footer .show-impressum {
  cursor: pointer;
  margin-bottom: 1em;
}

.partners {
  width: 480px;
  padding: 0;
  margin: 0 auto 24px auto;
  border: none;
}

.partner {
  display: inline-block;
  vertical-align: bottom;
  width: 200px;
  height: 120px;
  margin: 0px 0px 0px 0px;
}

.partner > img {
  opacity: 0.5;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
  transform: rotate(0deg);
  transition: transform 1s;
}

#footer.impressum-shown .partner > img {
  transform: rotate(720deg);
}

.partner#ccc > img {
  padding: 10px 0 0 0;
  margin: 0;
}

.implementor {
  margin-bottom: 0.3em;
}

/* ******** Horizontal footer slide magic ******** */

.scrollcontainer {
  width: 200%;
}

.block-impressum {
  float: right;
  width: 50%;
  height: 260px;
  position: relative;
  transition: left 1s;
  top: 0;
  left: 0%;
}

.block-impressum p {
  margin: 0 0 .1em 0;
}

#footer.impressum-shown .block-impressum {
  left: -50%;
  top: 0;
}

.block-credits-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-credits-wrapper p {
  max-width: 350px;
}

.block-credits {
  color: whitesmoke;
  width: 50%;
  float: left;
  position: relative;
  left: 0;
  transition: left 1s;
  margin: 0;
}

.block-credits p {
  margin-bottom: 0.5em;
}
#footer.impressum-shown .block-credits {
  left: -50%;
}
#footer  {
  color: whitesmoke;
}

#received_when {
  background-color: whitesmoke;
  border-color: #230638;
}

.info{
  width: 480px;
  display: inline-block;
}

.info > h2 {
  padding-top: 1em;
}

.visdp,
.datenschutz {
  vertical-align: top;
  display: inline-block;
  width: 188px;
  margin: 2em 0 0 32px;
  text-align: left;
  padding: 0 0 0 0;
}

.visdp {
  text-align: right;
}

.back {
  display: inline-block;
  cursor: pointer;
  margin: 0 0 1em 0;
  fill: #787970;
}

.back:hover {
  fill: #230638;
}

.video-copyright {
    font-size: 8pt;
}

.faq-link-section {
  margin-bottom: 1.5em;
  margin-top: -1.5em;
  text-align: center;
}
