@charset "UTF-8";
/*
Naming convention:
{name of something}-{kind (color,size,length etc)}
*/
/* Fonts */
/* Sizes */
/* Breakpoints */
/* Colors */
/* Texts */
/* Icons */
/*
Naming convention:
{name of something}-{kind (color,size,length etc)}
*/
/************** Fonts ***************/
/************** Text ***************/
/******** Boxes / lines ***********/
/*************** Media *************/
/************** Menu **************/
/**************** TV *****************/
/************** Slogan ***************/
/************* Logo **************/
/************* Placeholder **************/
/*************** Footer *************/
/************* Links **************/
/************* Teaser **************/
/************ Icons **************/
/************ News letter *************/
/************ Web-screen **************/
/** Should match anything at about 450px and above */
/** Should match anything at about 600px and above */body {
font-family: "canada-type-gibson",
sans-serif;
  font-size: 16px;
  line-height: 1.3;
  /** Prevent iOS text size adjust after orientation change, without disabling user zoom. */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  margin: 0;
  color: #333;
  background-color: #fff;
}

body.font-main {
font-family: "canada-type-gibson",
sans-serif;
}

h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul {
  margin: 0;
  padding: 0;
}
h1 {
  margin-bottom: 15px;
}
h3 {
  color:#666;
  font-size: 24px;
  font-weight: 500;
}
ol, ul {
  list-style: none;
}

img {
  border: none;
}

/** TODO (jm) Make sure to hide this (from Drupal) */
.element-invisible {
  position: absolute !important;
  top: -1000px;
  left: -1000px;
}

.info-box {
  padding: 18px;
  background-color: rgb(247, 253, 209);
}


@font-face {
  font-family: 'TV2r';
  src: url("../../fonts/TV2r_v11/fonts/TV2r.eot");
  src: url("../../fonts/TV2r_v11/fonts/TV2r.eot?#iefix") format("embedded-opentype"), url("../../fonts/TV2r_v11/fonts/TV2r.woff") format("woff"), url("../../fonts/TV2r_v11/fonts/TV2r.ttf") format("truetype"), url("../../fonts/TV2r_v11/fonts/TV2r.svg#TV2r") format("svg");
  font-weight: normal;
  font-style: normal;
}
.control__hidden {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

.control__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0 10px;
  font-family: inherit;
  cursor: pointer;
  margin: 0;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.control__button:hover {
  background-color: #f6f6f6;
}
.context--dark .control__button {
  background: none;
  border-color: #777;
  color: #fff;
}
.context--dark .control__button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.context--dark .control__button:before {
  color: #fff;
}
.control__button.is-disabled {
  border-color: #ddd;
  color: #bbb;
  cursor: default;
}
.control__button.is-disabled:before {
  color: #bbb;
}
.control__button.is-disabled:hover {
  background-color: inherit;
}

.control__button--small {
  height: 30px;
  line-height: 28px;
  font-size: 14px;
}

.control__button--left:before {
  font-family: 'TV2r';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #73478c;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  margin-top: 11px;
  width: 1em;
  height: 1em;
}

.control__button--right:before {
  font-family: 'TV2r';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #73478c;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  margin-top: 11px;
  width: 1em;
  height: 1em;
}

.control__button--icon:before {
  margin-right: 0;
}

.control__date {
  display: inline-block;
  position: relative;
}
.control__date:before {
  font-family: 'TV2r';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  font-size: 16px;
  margin-top: -8px;
  left: 12px;
  color: #999;
}
.control__date > input {
  padding: 0 0 0 35px;
  margin: 0;
  width: 150px;
}
.context--dark .control__date:before {
  color: #fff;
}

.control__date--compact > input {
  width: 0;
}

.control__date--adaptive {
  width: 100%;
}
.control__date--adaptive > input {
  width: 100%;
}

.control__date__placeholder {
  position: absolute;
  font-weight: 300;
  color: #999;
  top: 50%;
  line-height: 20px;
  margin-top: -10px;
  left: 37px;
  font-size: 18px;
}
.control__date.is-filled .control__date__placeholder, .control__date.is-focused .control__date__placeholder {
  display: none;
}

.control__field {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
  height: 40px;
  vertical-align: middle;
  font-family: inherit;
  font-size: 16px;
  padding: 0 5px;
  margin: 0;
}
.context--dark .control__field {
  background: none;
  border-color: #777;
  color: #fff;
}
.control__field.is-invalid {
  background: #FFE4E4;
  border-color: #C5A3A3;
}
.control__field--small {
  height: 34px;
}
.control__field::-webkit-input-placeholder {
  font-weight: 300;
  color: #999;
}
.control__field:-moz-placeholder {
  font-weight: 300;
  color: #999;
}
.control__field::-moz-placeholder {
  font-weight: 300;
  color: #999;
}
.control__field:-ms-input-placeholder {
  font-weight: 300;
  color: #999;
}

.control__textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
  height: 200px;
  vertical-align: middle;
  font-family: inherit;
  font-size: 16px;
  padding: 10px;
  margin: 0;
}
.context--dark .control__textarea {
  background: none;
  border-color: #777;
  color: #fff;
}
.control__textarea.is-invalid {
  background: #FFE4E4;
  border-color: #C5A3A3;
}
.control__textarea::-webkit-input-placeholder {
  font-weight: 300;
  color: #999;
}
.control__textarea:-moz-placeholder {
  font-weight: 300;
  color: #999;
}
.control__textarea::-moz-placeholder {
  font-weight: 300;
  color: #999;
}
.control__textarea:-ms-input-placeholder {
  font-weight: 300;
  color: #999;
}

.control__label {
  line-height: 40px;
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  font-weight: 300;
}
.context--dark .control__label {
  color: #fff;
}

.control__checkbox .control__checkbox__input:not(:checked),
.control__checkbox .control__checkbox__input:checked {
  position: absolute;
  left: -9999px;
}
.control__checkbox .control__checkbox__input:not(:checked) + .control__checkbox__label,
.control__checkbox .control__checkbox__input:checked + .control__checkbox__label {
  position: relative;
  padding-left: 26px;
  line-height: 20px;
  cursor: pointer;
}
.control__checkbox .control__checkbox__input:not(:checked) + .control__checkbox__label:before,
.control__checkbox .control__checkbox__input:checked + .control__checkbox__label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
}
.control__checkbox .control__checkbox__input:checked + .control__checkbox__label:after {
  font-family: 'TV2r';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  top: -3px;
  left: 4px;
  font-size: 18px;
  color: #73478c;
}
.control__checkbox .control__checkbox__input:disabled:not(:checked) + .control__checkbox__label:before,
.control__checkbox .control__checkbox__input:disabled:checked + .control__checkbox__label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.control__select {
  height: 25px;
  line-height: 30px;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 0 50px 0 10px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  z-index: 3;
  width: 100%;
  background-color: #fff;
  background-image: url(https://www.tvmidtvest.dk/sites/tv2rmidtvest/libraries/tv2r_theme/transfer/gfx/tv2rmidtvest/arrow-down.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.uploader {
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
  height: 1000px;
}
.uploader__actions {
  margin-top: 10px;
}
.uploader__field {
  margin: 10px 0 0;
}
.uploader__label {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.uploader__label.is-required:after {
  content: '*';
  color: red;
  margin-left: 3px;
}
.uploader__input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.uploader__file {
  padding: 10px 30px 10px 0;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.uploader__file-name {
  font-weight: bold;
}
.uploader__file-size {
  color: #999;
  margin-left: 20px;
}
.uploader__remove {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 5px;
  text-align: center;
  line-height: 18px;
  font-size: 20px;
  font-family: Arial;
  bottom: 7px;
  text-decoration: none;
  visibility: hidden;
  background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7fS5jbHMtMntjbGlwLXBhdGg6dXJsKCNjbGlwLXBhdGgpO308L3N0eWxlPjxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAyIC0wLjAwMDAxKSI+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiLz48L2NsaXBQYXRoPjwvZGVmcz48dGl0bGU+Y2xvc2U8L3RpdGxlPjxnIGNsYXNzPSJjbHMtMiI+PHBhdGggZD0iTTE1LDBBMTUsMTUsMCwxLDAsMzAsMTUsMTQuOTk5ODQsMTQuOTk5ODQsMCwwLDAsMTUsMFpNMjMuNTAwOSwyMS4yOTk5NGwtMi4yMDEsMi4xOTg2MUwxNSwxNy4xOTc2NCw4LjcwMzYsMjMuNDk4NTUsNi41MDE1NywyMS4zLDEyLjc5OSwxNSw2LjUwMTYzLDguNzAyMSw4LjcwMzYsNi41MDMsMTUsMTIuODAxODlsNi4zLTYuMjk5TDIzLjUwMDksOC43MDIsMTcuMjAwNjEsMTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAyIC0wLjAwMDAxKSIvPjwvZz48L3N2Zz4=") no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: .6;
}
.uploader__remove:hover {
  opacity: 1;
}
.uploader__file.is-complete .uploader__remove {
  visibility: visible;
}
.uploader__status {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 12px;
  line-height: 18px;
}
.uploader__file.is-complete .uploader__status {
  display: none;
}
.uploader__bar {
  margin-top: 5px;
  background: #eee;
  border: 1px solid #ddd;
  height: 10px;
}
.uploader__bar__body {
  -moz-transition: width 0.1s;
  -o-transition: width 0.1s;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
  height: 10px;
  border: 1px solid #73478c;
  background: #73478c;
  width: 0%;
  margin: -1px 0 0 -1px;
}
.uploader__page {
  display: none;
}
.uploader__page.is-visible {
  display: block;
}
.uploader__step {
  margin: 20px 0 40px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.uploader__step-title {
  position: relative;
  padding-left: 40px;
  line-height: 30px;
  margin-bottom: 10px;
}
.uploader__number {
  font-size: 18px;
  width: 30px;
  position: absolute;
  left: 0;
  height: 30px;
  border-radius: 50%;
  background: #ddd;
  text-align: center;
  line-height: 30px;
  font-family: Arial,Helvetica,sans-serif;
}
.is-finished-uploading .uploader__todo--complete {
  display: none;
}
.is-form-filled .uploader__todo--form {
  display: none;
}
.uploader__todo--error {
  color: red;
  display: none;
}
.is-error .uploader__todo--error {
  display: block;
}
.uploader__todo--ready {
  display: none;
}
.is-ready-to-send .uploader__todo--ready {
  display: block;
}
.uploader__send-button {
  opacity: .5;
}
.uploader__number--upload {
  background: #73478c;
  color: #fff;
}
.uploader.is-finished-uploading .uploader__number--upload {
  background: #11CE11;
  color: #fff;
}
.uploader.is-finished-uploading .uploader__number--form {
  background: #73478c;
  color: #fff;
}
.uploader.is-ready-to-send .uploader__send-button {
  opacity: 1;
}
.uploader.is-ready-to-send .uploader__number--form {
  background: #11CE11;
  color: #fff;
}
.uploader.is-ready-to-send .uploader__number--send {
  background: #73478c;
  color: #fff;
}
.is-sending .uploader__upload-page {
  position: relative;
}
.is-sending .uploader__upload-page:before {
  content: '';
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.is-success .uploader__upload-page {
  display: none;
}
.uploader__confirmation-page {
  display: none;
  padding-top: 20px;
}
.is-success .uploader__confirmation-page {
  display: block;
}
.uploader__terms {
  margin-top: 30px;
  font-size: 12px;
  line-height: 1.5;
}
.uploader__terms__title {
  font-size: inherit;
}

@media screen and (min-width: 340px) {
  /** x */
}

@media screen and (min-width: 400px) {
  /** x */
}

@media screen and (min-width: 420px) {
  /** x */
}

@media screen and (min-width: 450px) {
  /** x */
}

@media screen and (min-width: 500px) {
  /** x */
}

@media screen and (min-width: 550px) {
  /** x */
}

@media screen and (min-width: 570px) {
  /** x */
}

@media screen and (min-width: 600px) {
  /** x */
}

@media screen and (min-width: 650px) {
  /** x */
}

@media screen and (min-width: 700px) {
  /** x */
}

@media screen and (min-width: 768px) {
  /** x */
}

@media screen and (min-width: 769px) {
  /** x */
}

@media screen and (min-width: 800px) {
  /** x */

  .control__field {
    height: 50px;
    font-size: 18px;
  }
  .control__field--small {
    height: 34px;
    font-size: 16px;
  }

  .control__button {
    height: 50px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 48px;
  }
  .control__button:before {
    margin-top: 15px;
  }

  .control__button--small {
    height: 34px;
    line-height: 32px;
    font-size: 14px;
  }

  .control__label {
    line-height: 50px;
    font-size: 18px;
  }

  .control__select {
    height: 50px;
    line-height: 50px;
  }

  .uploader__columns {
    font-size: 0;
    margin: 0 -10px;
  }
  .uploader__columns .uploader__field {
    margin: 10px 0 0;
    display: inline-block;
    width: 33.33333333%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 825px) {
  /** x */
}

@media screen and (min-width: 860px) {
  /** x */
}

@media screen and (min-width: 890px) {
  /** x */
}

@media screen and (min-width: 900px) {
  /** x */

  .uploader__step-title {
    margin-left: -40px;
  }
}

@media screen and (min-width: 920px) {
  /** x */
}

@media screen and (min-width: 960px) {
  /** x */
}

@media screen and (min-width: 1000px) {
  /** x */
}

@media screen and (min-width: 1020px) {
  /** x */
}

@media screen and (min-width: 1100px) {
  /** x */
}

@media screen and (min-width: 1200px) {
  /** x */
}
