/*!
 * Start Bootstrap - Agency v5.0.5 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

body {
  overflow-x: hidden;
  /*font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';*/
  font-family: "Droid", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}

p {
  line-height: 1.75;
}

a {
  color: white;
}

a:hover {
  color: white;
}

a[href^="tel"] {
  color: #fff;
  text-decoration: none;
}

.black-link {
  color: black;
}

.black-link:hover {
  color: #007ac0;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 450;
}

section {
  padding: 50px 0;
}

section h2.section-heading {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 50px;
  /*color: #007ac0;*/
}

section h3.section-subheading {
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 75px;
  text-transform: none;
}

section p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}

/* Introduksjon */

.intro {
  display: flex;
  padding: 60px 30px 40px;
  margin-top: 0px;
}

.intro-main {
  background-color: #e0e0e0;
}

.intro h2 {
  text-align: left;
  padding-bottom: 0px;
  line-height: 50px;
}

.intro p {
  text-align: left;
  margin-bottom: 20px;
}

.infobox {
  margin: 0 30px 0 120px;
  padding-right: 20px;
  /*box-shadow: 5px 5px 8px #ccc;*/
  /*border-right: 3px solid #007ac0;*/
  border-radius: 4px;
  color: white;
}

.infobox h2 {
  /*color: #094c72;*/
  color: #007ac0;
  line-height: 50px;
}

.infobox-text {
  color: white;
}

.infobox-text p {
  margin-bottom: 20px;
}

.go-pink:hover {
  color: #f81894;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.go-green:hover {
  color: #0f9d58;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.go-yellow:hover {
  color: #f48400;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.go-purple:hover {
  color: #800080;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1200px) {
  .infobox {
    margin: 0 30px 0 0px;
  }
}

@media (max-width: 768px) {
  .intro {
    padding: 0 0 30px 30px;
    margin-top: 0px;
  }
}

@media all and (max-width: 600px) {
  .intro {
    padding: 0 40px;
    margin-top: 0px;
  }

  .intro h2 {
    font-size: 25px;
  }
}

/*Produkter og tjenester*/

.produkter {
  /*background-color: #007ac0;*/
  background-color: white;
  /*
  border-top: 2px solid #007ac0;
  border-bottom: 2px solid #007ac0;
  */
}

.produkter-text {
  padding-bottom: 40px;
}

.prod-logo {
  color: #007ac0;
  /*color: white;*/
}

.prod-logo:hover {
  color: #007ac0;
  /*color: white;*/
  opacity: 0.6;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.logo-katalog-4x {
  width: 78px;
  height: auto;
  margin: -8px 0 -7px 0;
}

.logo-katalog-3x {
  width: 65px;
  height: auto;
  margin: -8px 0 -7px 0;
}

/* Farger */
.bg-prod-blue {
  /*background-color: #608ec6;*/
  background-color: #007ac0;
}

.text-prod-blue {
  color: #007ac0;
}

.text-red {
  /*background-color: #608ec6;*/
  color: #c30000;
}
.bg-light-grey {
  background-color: #e0e0e0;
}

/* Referanser*/

.referanser {
  text-align: center;
  bottom: 0;
  padding: 3% 10% 0;
  color: #333;
}

.referanser-overskrift {
  margin: 0 6%;
  padding: 0 0 60px;
  text-align: center;
}

.flex-grid-ref {
  display: flex;
  justify-content: space-between;
  padding: 0 0 3% 0;
}

.ref {
  flex: 1;
  justify-content: space-between;
  padding: 20px 10px;
  margin: 3%;
  /*
  box-shadow: 5px 5px 8px #ccc;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  */
  background-color: #fff;
  border-radius: 8px;
}

.ref > h3 {
  font-size: 1.2em;
}

.ref > h4 {
  font-size: 1.1em;
}

.ref > p {
  font-size: 1em;
  font-style: italic;
}

.ref > img {
  max-width: 120px;
}

@media all and (max-width: 600px) {
  .flex-grid-ref {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .ref {
    margin: 5% auto;
  }
}

.ref-cust {
  flex: 1;
  justify-content: space-between;
  /*box-shadow: 5px 5px 8px #ccc;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: #ff;
  */
}

.ref-cust > img {
  max-width: 130px;
}

@media (min-width: 1200px) {
  .ref-cust {
    flex-wrap: wrap;
  }
}

@media all and (max-width: 600px) {
  .ref-cust {
    margin: 5% auto;
  }
}

/* Om oss og kontakt*/

.om-oss p {
  margin-bottom: 25px;
}

.phonenr a {
  color: white;
}

@media all and (max-width: 600px) {
  .bottom {
    padding: 10% 5%;
  }

  .kontakt-heading {
    padding-top: 15%;
  }
}

.btn {
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
  margin: 5%;
}

.btn-blank {
  border-color: #fff;
  border-width: 3px;
  color: #fff;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #fec810 !important;
  border-color: #fec810 !important;
  color: white;
}

.btn-primary:active,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

/*
::selection {
  background: #fed136;
  text-shadow: none;
}
*/

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}


#mainNav {
  background-color: #fbfbfb;
}


#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: #212529;
  border: 0;
  /*background-color: #ffc107;*/
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 600;
  /*text-shadow: 1px 2px 5px #333;*/
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: #212529;
}

/*#mainNav .navbar-nav .nav-item .nav-link.active,*/
#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #db4437;
  font-weight: bold;
  text-shadow: none;
  border-bottom: 2px solid #212529;
}

@media (max-width: 991px) {
  #mainNav {
    background-color: #fbfbfb;
    border-bottom: 1px solid #212529;
  }
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 1px;
    padding-bottom: 1px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    /*background-color: transparent;
    background-color: #212529;*/
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 0.2em 1em !important;
  }

  /* Farge lenkene på sticky navbar
  #mainNav.navbar-shrink .nav-item .nav-link {
    color: black;
  }
  */

  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fbfbfb;
    border-bottom: 1px solid #212529;
  }

  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../gfx/system-3699542_1920.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-color: #212529;
}

header.masthead .top-text {
  padding-top: 100px;
  padding-bottom: 10px;
}

header.masthead .top-text .top-lead-in {
  font-size: 22px;
  /*font-weight: 700;*/
  line-height: 22px;
  margin-bottom: 25px;
  text-shadow: 2px 2px 10px #000;
}

header.masthead .top-text .top-heading {
  font-size: 35px;
  /*font-weight: 700;*/
  line-height: 35px;
  margin-bottom: 25px;
  text-shadow: 2px 2px 10px #000;
}

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

@media (min-width: 768px) {
  header.masthead .top-text {
    padding-top: 100px;
    padding-bottom: 10px;
  }
  header.masthead .top-text .top-lead-in {
    font-size: 40px;
    /*font-weight: 700;*/
    line-height: 40px;
    margin-bottom: 25px;
  }

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

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

.purple {
  color: #6f42c1;
}

section#contact {
  background-color: #212529;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .label-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 7px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 150px;
}

section#contact .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
}

section#contact img {
  padding-bottom: 30px;
}

footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
  /*background-color: #ffc107;*/
  background-color: #007ac0;
}
