@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.otf") format("opentype");
}

.linkedin {
  position: relative;
  bottom: 3px;
}

.half-color {
  background: repeating-linear-gradient(
    #fff,
    #fff 90%,
    #f1f1f1 25%,
    #f1f1f1 100%
  );
}

.medlem {
  background-color: #164c70;
}

@media only screen and (min-width: 1200px) {
  form {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  #nf-form-2-cont .nf-form-content {
    min-width: 800px;
  }
}

@media only screen and (max-width: 1200px) {
  .hero h1 {
    font-size: 24px;
    text-align: right;
  }

  .hero .uk-h4 {
    font-size: 16px;
    text-align: right;
    margin-top: 10px !important;
    padding-left: 30%;
    width: 100%;
  }
  .uk-h1,
  h1 {
    font-size: 24px;
  }

  .uk-h2,
  h2 {
    font-size: 20px;
  }
}

.signup input[type="text"],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border-radius: 5px;
  background-color: #b4965d;
  border: solid 1px #fff;
  border-radius: 4px;
  box-sizing: border-box;
  margin-right: 20px;
}

.signup input[type="email"],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border-radius: 5px;
  background-color: #b4965d;
  border: solid 1px #fff;
  border-radius: 4px;
  box-sizing: border-box;
  margin-right: 20px;
}

.signup input[type="submit"] {
  width: 100%;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.signup input[type="submit"]:hover {
  background-color: #ebebeb;
}
.signup input::placeholder {
  color: #fff;
}

#nf-field-9,
#nf-field-7,
#nf-field-6,
#nf-field-5 {
  background: transparent;
  border-radius: 5px;
  font-family: "Roboto";
}

.nf-form-fields-required {
  display: none;
}

#nf-label-field-9,
#nf-label-field-7,
#nf-label-field-6,
#nf-label-field-5 {
  display: none;
}

#nf-field-8 {
  min-width: 100%;
  border-radius: 5px;
  background-color: #b4965d;
  font-family: "Roboto";
}

#nf-field-8:hover {
  color: #fff;
  background-color: #bb9c63;
  font-family: "Roboto";
}

@media only screen and (max-width: 414px) {
  .img-2,
  .img-4 {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .img-5 {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }

  .img-3 {
    margin-top: 50px;
  }

  .half-color {
    background: none;
  }
  .uk-h1 h1 {
    font-size: 30px;
  }
  .tm-grid-expand .politik {
    text-align: left !important;
  }
}

@media only screen and (min-width: 960px) {
  .uk-section-large {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
