@font-face {
  font-family: "AktivGrotesk";
  src: url("/fonts/aktivgrotesk_rg2.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AktivGrotesk";
  src: url("/fonts/aktivgrotesk_bd2.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "TeamDanmark";
  src: url("/fonts/060816_bold_4-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
}

body {
  margin: 0;
  color: #333;
  font: 18px/1.5 "AktivGrotesk", Arial, Helvetica, sans-serif;
  height: 100%;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
}

input,
textarea,
select,
button {
  font: 100% "AktivGrotesk", Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #2d2d2d;
  -webkit-appearance: none;
  border-radius: 0;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

* {
  box-sizing: border-box;
}

a {
  color: #2d2d2d;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.red {
  color: #cc2b43;
}

.text-center {
  text-align: center;
}

.title {
  font: 24px/1.42 "AktivGrotesk", Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
}

.sub-title {
  font: bold 16px/1.5 "AktivGrotesk", Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
}

@media screen and (min-width: 500px) {
  .title {
    margin-bottom: 30px;
  }
}

.logo-holder {
  text-align: center;
  margin-bottom: 38px;
}

.logo {
  width: auto;
  text-decoration: none;
  padding: 3px 0;
  border-top: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  font: 32px/38px "TeamDanmark", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #cc2b43;
  display: inline-block;
  margin: 0;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.controls {
  padding: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.controls__links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.field-validation-error,
.term-validation--error {
  color: #cc2b43;
  display: block;
  padding-top: 15px;
}

.row {
  margin-bottom: 20px;
}

.row--back {
  margin-top: 40px;
}

.txt {
  background: #fff;
  border: 1px solid #808080;
  color: #2d2d2d;
  font: 15px/20px "AktivGrotesk", Arial, Helvetica, sans-serif;
  margin: 0;
  width: 100%;
  padding: 15px 10px;
  border-radius: 4px;
}

.btn {
  border: 2px solid #db2f48;
  border-radius: 46px;
  font: bold 16px/24px "AktivGrotesk", Arial, Helvetica, sans-serif;
  padding: 8px 8px 8px 20px;
  background: #fff;
  color: #db2f48;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

.btn--submit:after {
  content: "";
  display: inline-block;
  background: url(/images/arrow.svg) no-repeat;
  width: 26px;
  height: 26px;
  vertical-align: top;
  transform: rotate(180deg);
  margin: -2px 0 -2px 20px;
}

button.link {
  background: none;
  border: 0;
  text-decoration: underline;
  padding: 0;
  cursor: pointer;
}

button.link:hover {
  text-decoration: none;
}
