.field_with_errors {
  display: inline;
}
.field_with_errors label {
  color: red;
}

#errors {
  color: red;
}
#errors ul {
  margin: 1.2em 0;
  list-style: none;
  padding: 0;
}

.works h1 {
  margin-bottom: 1em;
}
.works label {
  max-width: 280px;
}
.works .attachments {
  margin: 2em 0;
}
.works .only-performance,
.works .only-digital {
  display: none;
}
.works .cat-performance .only-performance {
  display: block;
}
.works .cat-installation .only-installation {
  display: block;
}
.works .cat-andet .only-andet {
  display: block;
}
.works .type-digital .only-digital {
  display: block;
}
.works .toggle-next + * {
  display: none;
}
.works .toggle-next.on + * {
  display: block;
}
.works .attachment {
  display: flex;
  align-items: center;
  margin: 0 0 1em 0;
}
.works .attachment img {
  display: block;
  margin-right: 0.6em;
}
.works .attachment div {
  flex-grow: 1;
  align-self: flex-start;
}
.works .attachments {
  margin-top: 1em;
}
.works .choose-posterframe {
  clear: both;
  padding-top: 0.6em;
}
.works a.delete.remove_field {
  justify-self: flex-end;
}
.works hgroup {
  margin-bottom: 1em;
}
.works hgroup span + span {
  margin-left: 0.6em;
}
.works hgroup a + a {
  margin-left: 0.6em;
}
.works .censor-result {
  margin-top: 4px;
  height: 24px;
  /*
  yellow #FFFF2D
  blue #0005C5
  red #CE1517
  */
}
.works .censor-result > div {
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ce1517;
}
.works .censor-result > div.through {
  background-color: #0005c5;
}
.works .censor-result > div.through.r_3 {
  background-color: #1c931e;
}
.works .censor-result > div.ke-dot {
  background-color: #ffff2d;
}
.works .censor-result > div + div {
  margin-left: 6px;
}
.works .jfilestyle label {
  cursor: pointer;
}
.works .focus-jfilestyle {
  outline: none;
}
.works .jfilestyle label span {
  border-bottom: 1px solid #ccc;
}
.works .count-jfilestyle {
  background: #ccc;
  border-radius: 50%;
  padding: 2px 8px;
  font-size: 0.75em;
}
.works ol {
  margin: 2em 0 0 0;
  padding: 0;
  list-style-position: inside;
  list-style: none;
}
.works ol li + li {
  margin-top: 1em;
}
.works ol li {
  padding: 0;
  margin: 0 0 0 0;
}
.works ol li img {
  display: block;
  margin: 0 0 0.4em 0;
}
.works h2 {
  display: inline;
  margin-right: 0.6em;
}

fieldset {
  margin: 1.2em 0;
  padding: 0;
  border: none;
}
fieldset .flex {
  display: flex;
  align-items: center;
}
fieldset .flex label {
  margin-left: 10px;
}
fieldset .flex:has([type=checkbox]) {
  align-items: flex-start;
  gap: 12px;
}
fieldset .flex:has([type=checkbox]) label, fieldset .flex:has([type=checkbox]) input[type=checkbox] {
  margin: 0;
}
fieldset .flex:has([type=checkbox]) label {
  margin-top: -6px;
}
fieldset > div + div {
  margin: 0.4em 0;
}
fieldset input[type=checkbox] {
  margin-right: 0.4em;
}
fieldset .chars-left {
  color: #222;
  white-space: nowrap;
}
fieldset .expl {
  color: #999;
}
fieldset .zip-city {
  display: flex;
  max-width: 400px;
  gap: 1em;
}
fieldset .zip-city > div:nth-child(2) {
  flex-basis: 85%;
}
fieldset input[type=text],
fieldset input[type=password] {
  width: 100%;
  max-width: 400px;
  border: 1px solid #ccc;
  padding: 0.4em 0.6em;
  border-radius: 2px;
  margin-top: 4px;
  box-sizing: border-box;
}
fieldset input[type=text]:disabled {
  display: none;
}
fieldset textarea {
  font-size: 1.6rem;
  width: 100%;
  max-width: 400px;
}
fieldset .file {
  position: relative;
  background: linear-gradient(to right, #fff 0%, #888 100%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 1s ease;
}
fieldset .file.done {
  background: none;
}
fieldset .file a {
  display: block;
  position: relative;
  padding: 5px;
  color: black;
  border-bottom: none;
}
fieldset .file i {
  display: block;
  width: 160px;
  height: 0;
  padding-top: 38px;
  overflow: hidden;
  background: url(/assets/insert_photo-24px-56de23090125879035a38208c5978bf2de98343e78de576eee341da82a796148.svg) no-repeat 50% 50% scroll;
}
fieldset .attachment button {
  cursor: pointer;
  apperance: none;
  background: none;
  border: none;
  padding: 0;
  font: 1.4rem/1.3571428571 "Open Sans", sans-serif;
  color: black;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
fieldset .attachment button:hover {
  border-color: #777;
}
fieldset .upload {
  background: #ccc;
  padding: 10px;
  margin: 10px 0;
}
fieldset select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  padding: 0.5em 32px 0.5em 0.6em;
  border-radius: 2px;
  margin-top: 4px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2220px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%221%22%20points%3D%227%2010%2012%2015%2017%2010%22/%3E%3C/svg%3E);
  background-repeat: no-repeat;
  background-position: 99% 50%;
}
fieldset option {
  font-size: 16px;
}
fieldset textarea {
  display: block;
  width: 100%;
  height: 80px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 2px 4px;
  margin-top: 4px;
}

.group fieldset textarea {
  width: 100%;
  max-width: 400px;
}

.works input[type=text],
.works textarea {
  max-width: 100%;
}

[lang=da] header ul a.da,
[lang=en] header ul a.en {
  color: white;
}

header {
  background: #212121;
  min-height: 68px;
  color: #999;
  padding: 0;
  text-align: center;
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}
header h1 {
  text-align: start;
}
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
header ul a {
  color: #b4b5b8;
  text-decoration: none;
  text-transform: uppercase;
}
header ul li + li {
  margin-left: 12px;
}
header button {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 0;
  padding: 36px 0 0 0;
  overflow: hidden;
  outline: none;
  border: none;
  background: transparent url(/assets/ic_menu_24px-f7445564b030f51d9866c7e869a2fff53d928595163a43ceae921568c322323a.svg) no-repeat 50% 50% scroll;
}
@media only screen and (min-width: 800px) {
  header button {
    display: none;
  }
}
header h1 {
  margin: 0;
  font: bold 2.4rem/1.3 Abel, sans-serif;
}
@media (min-width: 640px) {
  header h1 {
    font-size: 3.6rem;
  }
}
header h1 a {
  color: white;
  text-decoration: none;
}
header h1 svg {
  display: block;
  height: 40px;
  fill: white;
}
header.project__BN h1 svg {
  height: 64px;
  width: auto;
}
header.open nav {
  display: block;
}
@media only screen and (min-width: 800px) {
  header.open nav {
    display: inline-block;
  }
}
header nav {
  display: none;
  padding-bottom: 8px;
}
@media only screen and (min-width: 800px) {
  header nav {
    display: inline-block;
    padding: 0;
  }
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header nav > ul {
  text-align: left;
}
header nav > ul > li {
  line-height: 1.2;
  padding: 0 10px;
}
header nav > ul > li + li {
  margin-top: 4px;
}
@media only screen and (min-width: 800px) {
  header nav > ul > li {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-left: 1.2em;
    margin-top: 0;
  }
  header nav > ul > li + li {
    margin-top: 0;
  }
}
header nav > ul > li ul {
  display: none;
  background: #aaa;
  margin: 6px -10px;
  padding: 4px 0 6px 0;
}
@media only screen and (min-width: 800px) {
  header nav > ul > li ul {
    position: absolute;
    top: 36px;
    margin: 0;
    padding-bottom: 8px;
  }
}
header nav > ul > li ul li {
  display: block;
  padding: 0 10px;
}
header nav > ul > li ul li + li {
  margin-top: 4px;
}
header nav > ul > li ul li a {
  line-height: 1em;
  font-size: 14px;
  padding: 4px 0;
  color: #000;
  text-decoration: none;
}
header nav > ul > li ul li a:hover, header nav > ul > li ul li a.current {
  color: #fff;
}
@media only screen and (min-width: 800px) {
  header nav > ul > li ul li a {
    font-size: 13px;
    padding: 4px 2px;
  }
}
header nav > ul > li.open ul {
  display: block;
}
header nav > ul > li.open > a {
  color: #fff;
}
header nav > ul > li > a {
  letter-spacing: 0.05em;
  line-height: 1em;
  font-size: 16px;
  padding: 4px 0;
  text-transform: uppercase;
  color: #aaa;
  text-decoration: none;
  font-weight: 700;
}
header nav > ul > li > a:hover {
  color: white;
}
@media only screen and (min-width: 800px) {
  header nav > ul > li > a {
    display: inline-block;
    font-size: 13px;
    line-height: 36px;
    height: 36px;
    padding: 0;
    box-sizing: border-box;
  }
}

footer {
  margin: 0;
  padding: 15px;
  text-align: left;
  font-size: 1.4rem;
}
footer a {
  color: #7b7b7b;
  text-decoration: none;
}
footer > * + * {
  margin-left: 14px;
}

body,
input,
textarea,
select,
button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}

:root {
  font: 10px/1.3 "Open Sans", sans-serif;
}

.flash {
  position: fixed;
  z-index: 100;
  right: 0;
  font: 700 1.6rem/1 "Open Sans", sans-serif;
  height: 88px;
  line-height: 88px;
  padding: 0 15px 0 30px;
  color: #fff;
  display: none;
  background: #dd3333;
}

input[type=submit],
a.btn,
button[type=submit] {
  color: #3c3c3c;
  apperance: none;
  font-size: 1.6rem;
  background: #ccc;
  border: none;
  border-radius: 2px;
  padding: 6px 10px;
  cursor: pointer;
  text-decoration: none;
}
input[type=submit]:active,
a.btn:active,
button[type=submit]:active {
  background: #bfbfbf;
}

button[type=submit].with-span span:nth-child(2) {
  display: none;
}
button[type=submit].with-span:disabled {
  color: #888;
  background: #ddd;
}
button[type=submit].with-span:disabled span:nth-child(1) {
  display: none;
}
button[type=submit].with-span:disabled span:nth-child(2) {
  display: inline;
}

body {
  background: #fcfcfc;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #222;
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
}

html {
  height: 100%;
}

#logo {
  display: block;
  background: white;
  text-align: center;
  padding: 20px 0;
}
@media only screen and (ax-width: 799px) {
  #logo {
    padding: 20px 20px;
  }
  #logo img {
    width: 60%;
    height: auto;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 800px) {
  #logo {
    position: absolute;
    right: 40px;
    top: 60px;
    background: none;
    display: block;
    padding: 0;
  }
  #logo img {
    width: 195px;
  }
}

em {
  font-style: italic;
}

.tmpl-index {
  text-align: right;
  background-color: #494949;
}
@media only screen and (min-width: 800px) {
  .tmpl-index {
    background-color: #fff;
  }
}
.tmpl-index .caption {
  background: white;
  text-align: left;
  padding: 0.2em 10px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 800px) {
  .tmpl-index .caption {
    position: fixed;
    bottom: 0;
    left: 0;
  }
}
.tmpl-index article {
  max-width: 100%;
  font-size: 1em;
  font-weight: 600;
  margin: 0;
}
@media only screen and (min-width: 800px) {
  .tmpl-index article {
    margin: 77px 18px 20px 18px;
  }
}
.tmpl-index article ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tmpl-index article ul li {
  line-height: 1.6em;
  margin: 0 -20px;
  padding: 0.6em 20px;
}
.tmpl-index article ul li + li {
  border-top: 1px solid white;
}
@media only screen and (min-width: 800px) {
  .tmpl-index article ul li + li {
    border: none;
  }
}
.tmpl-index article ul li a {
  border: none;
  color: white;
}
@media only screen and (min-width: 800px) {
  .tmpl-index article ul li a {
    background: #494949;
    padding: 0.4em 0.6em;
    background-color: #494949;
  }
  .tmpl-index article ul li a:hover {
    background: white;
    color: black;
  }
}

main {
  min-height: calc(100vh - 68px - 46px);
  padding: 40px 0 40px 0;
  box-sizing: border-box;
}

article {
  text-align: left;
  margin: 0 auto;
  max-width: 640px;
  font-size: 1.6rem;
  line-height: 1.4;
}
article > div {
  margin: 0 20px;
}
article > div + div {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 40px;
}
article p {
  margin: 1em 0;
}
article figure {
  margin: 1em 0;
}
article figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
article figure figcaption {
  margin: 0.4em 0 0 0;
  color: #999;
  font-size: 0.875em;
}
article blockquote {
  margin: 0 0 0 1em;
}
article h2 + p {
  margin-top: 0.2em;
}
article h1 {
  font-size: 2.8rem;
  font-weight: 700;
  text-transform: none;
  margin: 0;
  color: #626262;
}
article h2 {
  font-size: 1em;
  margin: 0;
  fon-weight: 700;
}
article a {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
article a:hover {
  border-color: #777;
}

input[type=text],
input[type=password] {
  font-size: 1.6rem;
}

input[type=submit] {
  font-size: 1.6rem;
  cursor: pointer;
}

.faq {
  margin-top: 40px;
}
.faq p + p {
  margin-top: 1em;
}
.faq ul {
  margin-top: 0;
  padding: 0 0 0 1.2em;
}
.faq h2 + * {
  margin-top: 0.2em;
}

.applicant-type {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.applicant-type > * {
  flex-grow: 1;
  text-align: center;
}
