body #application-closed {
  display: none !important;
}

strong {
  font-weight: bold;
  letter-spacing: 0.1em;
}

html {
  font-size: 18px;
  line-height: 1.25em;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}

body {
  background: #eee;
  padding: 0rem;
  margin: 0;
  overflow-x: hidden;
  position: relative;
}
body header {
  display: flex;
  justify-content: space-between;
}
body header a {
  display: block;
  padding: 2rem;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
body header #language {
  text-align: right;
}
html header #en {
  display: none;
}
html[lang=de] header #en, html[lang=de] header #de {
  text-align: right;
}
html[lang=de] header #en {
  display: block;
}
html[lang=de] header #de {
  display: none;
}

body main form {
  padding: 4rem 0;
}
body main form .form--wrapper {
  max-width: 850px;
  margin: 0 auto;
  box-sizing: border-box;
}
body main form .notice {
  background: lightcoral !important;
  color: white;
}
body main form#files {
  margin-top: 0rem;
}
body a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p {
  margin: 0.5rem 0;
  padding: 0;
  line-height: 1.25em;
}
body h1, body h2 {
  font-size: 1rem;
  margin: 0.5rem;
  padding: 0 0.25rem;
  text-align: left;
  border-bottom: 2px solid #000;
  font-weight: bold;
  letter-spacing: 0.1em;
}
body h3 {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
body h4, body h5 {
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}
body p {
  margin: 0 0 0.5rem 0;
}
body p + h1, body p + h2 {
  margin-top: 1.5rem;
}
body h1 + h6 {
  text-align: center;
}
body form {
  width: 100%;
  overflow-x: hidden;
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
}
body form input[type=text], body form input[type=email], body form input[type=number], body form input[type=tel] {
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 1rem;
  margin: 1.25rem 0 0 0;
  padding: 0rem 0.25rem 0 0.25rem;
  height: 1.5rem;
  box-sizing: border-box;
}
body form input[type=text][required], body form input[type=email][required], body form input[type=number][required], body form input[type=tel][required] {
  border: 0;
  border-bottom: 1px solid #000;
  background: transparent;
  border-bottom: 1px solid #000;
}
body form select, body form textarea {
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 1rem;
  margin: 1.25rem 0 0 0;
  padding: 0 0 0 0;
  height: 1.5rem;
  box-sizing: border-box;
}
body form p + select {
  margin-top: 0;
}
body form textarea {
  border: 1px solid #000;
  height: 8rem;
  resize: vertical;
  padding: 0.25rem;
  margin-top: 1.5rem;
}
body form label:not(.inline) {
  position: absolute;
  margin: 0 0 0 0;
  padding: 0.25rem 0.25rem 0 0.25rem;
  font-size: 0.75rem;
}
body form label.inline {
  display: inline-block;
}
body form label.inline.after {
  padding-right: 1rem;
  padding-left: 0.25rem;
}
body form label.inline.before {
  padding-right: 0.5rem;
}
body form .form--item {
  display: flex;
  flex-direction: column;
}
body form input[type=number] {
  -moz-appearance: textfield;
}
body form input::-webkit-outer-spin-button,
body form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
body form select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
body form select::-ms-expand {
  display: none;
}
body form select option[value=""] {
  color: rgb(191.25, 191.25, 191.25);
}
body form input, body form select, body form textarea, body form label {
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}
body form label {
  top: 0.25rem;
  left: 0.25rem;
}
body form .form--wrapper:not(.mrrobot) {
  margin: 0px auto 0 auto;
  padding: 2rem 2rem;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
body form .form--wrapper:not(.mrrobot).inlinecard {
  border-bottom: 0;
  padding-bottom: 0;
}
body form .form--wrapper:not(.mrrobot).inlinecard.inlinetitle {
  padding-bottom: 0.5rem;
}
body form .form--wrapper:not(.mrrobot).inlinecard.inlinetitle h1 {
  margin-bottom: 0;
}
body form .form--wrapper:not(.mrrobot).inlinecard + .form--wrapper {
  padding-top: 0;
}
body form .form--wrapper.title {
  padding: 1rem;
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
  margin-top: -2px;
  position: relative;
}
body form .form--wrapper.title:after {
  content: url("../svg/baseline-arrow_drop_down-24px.svg");
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  height: 24px;
  width: 24px;
}
body form .form--wrapper.title h1 {
  text-align: center;
  border: 0;
  margin: 0;
}
body form .form--wrapper.title p {
  margin-top: 1.5rem;
  text-align: center;
}
body form .form--wrapper.mrrobot + .form--wrapper.title {
  border-top: 0;
}
body form .form--wrapper.maintitle {
  padding: 1rem;
  border: 0;
}
body form .form--wrapper.maintitle h1 {
  text-align: center;
  border: 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
body form .form--wrapper.maintitle p {
  margin-top: 1.5rem;
  text-align: center;
}
body form div.inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  align-self: flex-start;
}
body form div.inline .form--item {
  flex: 1 1 auto;
}
body form div.inline .form--item.production_year {
  max-width: 12rem;
}
body form .form--item {
  padding: 0.5rem;
  position: relative;
}
body form .form--item p {
  padding: 0 0.25rem;
}
body form .form--item.inputisrequired::after {
  content: url("../svg/baseline-edit_location-24px.svg");
  position: absolute;
  bottom: 0.5rem;
  right: 0;
  height: 24px;
  width: 24px;
}
body form .form--item.inputisrequired input, body form .form--item.inputisrequired select {
  padding-right: 1.25rem;
}
body form .form--item.checkbox.inputisrequired::after {
  position: relative;
  bottom: 1rem;
  right: 1.3rem;
  z-index: 100;
}
body form .form--item.checkbox input {
  margin: 0.25rem;
}
body form .form--item.checkbox label {
  padding-left: 0.25rem;
}
body form .form--item.textarea::after {
  bottom: auto;
  top: 0.5rem;
}
body form .form--item.select + .form--item.select p:first-child {
  margin-top: 1rem;
}
body form h1 + .form--item p {
  margin-top: -0.5rem;
}
body form .form--item.runningtime {
  width: 100%;
  margin-right: 0;
}
body form .form--item.runningtime.inputisrequired::after {
  bottom: 0.5rem;
  right: 1.5rem;
  position: relative;
}
body form .form--item.runningtime input {
  padding-right: 0.25rem;
  text-align: right;
}
body form #add_address {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
body form #add_address img {
  padding-right: 0.25rem;
}
body form textarea {
  display: block;
  width: 100%;
}
body form .runningtime input {
  max-width: 3rem;
}
body form .zip {
  max-width: 8rem;
}
body form .mediainfos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
body form .mediainfos > * {
  flex: 0 1 33.33%;
  box-sizing: border-box;
  min-width: 12rem;
}
body form .mediainfos .inline .form--item {
  flex: 0 1 auto;
}
body form .mediainfos select {
  max-width: 12rem;
  min-width: 8rem;
}
body form .form--wrapper.submit {
  padding: 0;
  border: 0;
}
body form .form--wrapper.submit .form--item.submit {
  padding: 0;
}
body form .form--wrapper.submit input[type=submit] {
  background: transparent;
  border: 1px solid #000;
  padding: 1rem;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-size: 1rem;
  background: #000;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  cursor: pointer;
}
body form .form--wrapper.submit input[type=submit]:hover {
  text-decoration: underline;
}
body form .deactivated {
  display: none !important;
  pointer-events: none;
}
body form.deactivated {
  pointer-events: none;
}
body .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(2px);
  z-index: 1000;
  align-items: flex-end;
  justify-content: center;
}
body .overlay > div {
  background: #fff;
  text-align: center;
  padding: 1.5rem 2rem;
  margin: 4rem 2rem;
  max-width: 640px;
}
body .overlay > div h1 {
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 0;
}
body form#files .form--item.file {
  padding: 0;
  border: 1px dashed #000;
  height: 8rem;
}
body form#files .form--item.file input {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  outline: 0;
}
body form#files .form--item.file label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 90%;
  text-align: center;
}
body form#files .form--item.file label span.amount, body form#files .form--item.file label span.amounttext {
  display: none;
}
body form#files .form--item.file label.filesselected span.filehere {
  display: none;
}
body form#files .form--item.file label.filesselected span.amount, body form#files .form--item.file label.filesselected span.amounttext {
  display: inline;
}
body form#files #ul_notes {
  margin-top: 1.25rem;
}
body form#files #file-upload.disabled .form--item, body form#files #download-link.disabled .form--item {
  opacity: 0.25;
  pointer-events: none;
}
body form#files .form--item.submit.active::after {
  content: url("../svg/baseline-arrow_downward-24px.svg");
  position: absolute;
  transform: translate(-50%, -100%);
  left: 50%;
  top: 0;
  height: 42px;
  width: 48px;
  animation: blink-animation 1s steps(3, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
body form#files .form--item.requirements ul {
  margin: 0;
  padding: 0;
  padding-left: 1.25rem;
  list-style-type: square;
}
body form#files .form--item.requirements ul li {
  padding: 0.25rem 0;
  margin: 0;
}
body form#files #files-success {
  display: none;
}
body form#files #files-success .album {
  padding: 0.75rem;
  text-align: left;
}
body form#files #files-success .album h5 {
  margin: 0;
}
body form#files #files-success .newfile {
  border-top: 2px solid #000;
}
body form#files #files-success h1, body form#files #files-success h2, body form#files #files-success h4 {
  text-align: center;
  margin: 0;
}
body form#files #files-success h2 {
  padding-bottom: 1.25rem;
  border: 0;
}
body form#files #files-success h4 {
  border-bottom: 2px solid #000;
  margin-bottom: 2.5rem;
  padding-bottom: 1.75rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}
body form#files #files-success .links {
  padding: 0.75rem 0.5rem 0.5rem 0.5rem;
}
body form#files #files-success .links span > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body form#files #files-success .links span > a img {
  padding-right: 0.25rem;
}
body form#files #files-success h1 {
  text-align: center;
}
body form#files #files-success h1 + h1 {
  border-top: 1px solid #000;
}
body form#files #files-uploading {
  display: none;
}
body form#files #files-filloutinfo {
  display: none;
}
body form#files.deactivated #files-filloutinfo {
  display: flex;
  align-items: flex-start;
}
body form#files.uploading #files-uploading {
  display: flex;
}
body form#files.uploading .progress {
  margin: 2rem 0 1rem 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
body form#files.uploading .progress .progress-bar {
  background: #000;
  height: 0.25rem;
}
body form#files.success #files-success {
  display: flex;
}
body form#files.success #files-success .success {
  display: block;
}
body form#files.success #files-success .error {
  display: none;
}
body form#files.error #files-success {
  display: flex;
}
body form#files.error #files-success .success {
  display: none;
}
body form#files.error #files-success .error {
  display: block;
}
body form#files.uploadonly .form--wrapper.uploadinfo {
  display: block !important;
  pointer-events: all;
}
body form#files.uploadonly .form--wrapper.uploadinfo #ul_sumbission_mid input {
  width: 100%;
}
body .spacer {
  position: absolute;
  height: 8rem;
  width: 100%;
  margin-top: -4rem;
}
body .spacer > div {
  background: #fff;
  width: 100%;
  height: 100%;
  max-width: 850px;
  margin: auto;
}
body footer {
  padding: 4rem 2rem;
  background: #fff;
}
body footer div {
  max-width: 850px;
  margin: 0 auto 4rem auto;
}
body footer div p, body footer div h5 {
  padding: 0 0.75rem;
}
body footer div h2 {
  display: inline-block;
  margin-top: 0;
}
body #application-closed, body #browser-too-old, body #no-js {
  z-index: 1000;
  position: fixed;
}
body #application-closed > div, body #browser-too-old > div, body #no-js > div {
  z-index: 9001;
  position: fixed;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body #browser-too-old {
  display: none;
}
body .mrrobot {
  opacity: 1;
  padding: 0px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  background: white;
}
body .mrrobot label {
  position: relative !important;
}