header.integrasjon {
  /*background-color: #18a89a;*/
  background-color: #212529;
  background-image: url("../gfx/steampunk-1787830_1920-2.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  text-align: center;
}

header.integrasjon .top-text {
  padding-top: 100px;
  padding-bottom: 20px;
}

header.integrasjon .top-text .top-lead-in {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}

header.integrasjon .top-text .top-heading {
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 25px;
}

header.integrasjon h1 {
  font-size: 55px;
}

@media only screen and (max-width: 600px) {
  .integrasjon {
    padding: 0 20px;
  }

  header.integrasjon h1 {
    font-size: 38px;
  }
}

/* Form sps test */
#sps-test {
  border-radius: 5px;
  background-color: #007ac0;
  padding: 30px;
  margin: 0 20px;
  color: white;
}

input[type="text"],
select,
textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #007ac0;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

#sps-test > h3 {
  font-size: 20px;
}

@media (min-width: 768px) {
  header.integrasjon .top-text {
    padding-top: 100px;
    padding-bottom: 20px;
  }
  header.integrasjon .top-text .top-lead-in {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 25px;
  }

  header.integrasjon .top-text .top-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    /*margin-bottom: 75px;*/
  }
}

.integrasjon {
  /*margin-bottom: 50px;*/
  text-align: left;
  /*background-color: pink;*/
}

.integrasjon img {
  width: 225px;
  height: 225px;
  /*border: 7px solid #373838;*/
  margin-bottom: 5%;
}

/* Mer info*/
.mer-info {
  padding-left: 100px;
}

.mer-info a:hover {
  /*color: red;*/
  color: #007ac0;
  text-decoration: none;
  font-weight: bold;
}

.fa-file-pdf:hover {
  /*color: red;*/
  color: #007ac0;
}

@media (max-width: 992px) {
  .mer-info {
    padding-left: 30px;
  }
}
