
/* ----- Panel overstyring bootstrap----- */

.panel-group .panel {
    /* tar bort avrundede kanter på panel */
    border-radius: 0;
}

.panel-title a {
  /* gjør hele tittelfeltet aktivt for peking med display:block; */ 
  display: block;
}
/* ----- Panel End ----- */


/* ----- Table ----- */
/* fjerne en ekstra border under tittellinje, og gjør den smalere */
.table thead > tr > th {
    border-bottom: none;
}

/* th-innhold får italic og  endret farge i tabell når skjerm er mindre en "sm" og "xs" "hidden-sm.hidden-xs" */
th.hidden-sm.hidden-xs {
    color: #B71C1C;
    font-style: italic;
}
/* td-innhold får italic og  endret farge i tabell når skjerm er mindre en "sm" og "xs" "hidden-sm.hidden-xs" */
td.hidden-sm.hidden-xs {
    color: #B71C1C;
    font-style: italic;
}

/* ----- Table End ----- */

section h2 .fa {
    font-size: 160%;
    color: lightgrey;
}

/* ======= Testfelt =======  */
/* news section */

/* .content-md {
    padding-top: 80px;
    padding-bottom: 80px;
} */

 /* extra margin-klasser laget for å stuffe litt der det trengs */
.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}



.tab {
  margin-top: 50px;
  margin-bottom: 100px;
  min-height: 300px;
}

.faq {
  margin-top: 50px;
  margin-bottom: 60px;
  min-height: 300px;
}

/* .news {
    margin-top: 40px;
} */
.news h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
}

footer  {
  /*min-height: 120px;*/
  font-size: 16px;
}

.page-header {
  border-bottom: 0;
}

:root {
  --trekkspillgroup_border_color: #eee;
};

.trekkspill-toggle {
    cursor: pointer;
}

.trekkspill {
    margin-bottom:20px;
    background: #f8f8f8;
}

.trekkspill-group {
    margin-bottom:2px;
   /* border:1px solid #e5e5e5;*/
    border:1px solid var(--trekkspillgroup_border_color);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.trekkspill-heading {
    border-bottom:0;
}

.trekkspill-heading .trekkspill-toggle  {
    display:block;
    padding:8px 15px;
}

.trekkspill-inner {
    padding: 9px 15px;
    border-top: 1px solid #eee;
    background: #eee;
}

.collapse { 
    position:relative;
    height:0;
    overflow:hidden;
    -webkit-transition:height 1.35s ease;
    -moz-transition:height 1.35s ease;
    -o-transition:height 1.35s ease;
    transition:height 1.35s ease;
}

.collapse.in {
    height:auto;
}

/*  Trekkspill end */
/* ======  Testfeltet slutt ====== */


/* ======= Base ======= */
body {
  font-family: 'Lato', arial, sans-serif;
  color: #444444;
}
a {
  color: #737fb7;
  /* color: #737f97; */
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a:hover {
  text-decoration: none;
  /* color: #5c667b; */
  color: #c72c21;
}

a:focus {
  text-decoration: none;
  color: #5c667b;
}

blockquote {
  font-size: 14px;
}

.text-highlight {
  color: #303641;
}

.note {
  font-family: 'Covered By Your Grace', cursive;
  font-size: 22px;
}

.row-end {
  margin-right: 0;
  padding-right: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
select {
  appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  text-transform: uppercase;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  text-transform: uppercase;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  text-transform: uppercase;
}
.offset-header {
  padding-top: 80px;
}

/* ======= Header ======= */
.header {
  padding: 15px 0;
  background: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.header h1.logo {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  max-height: 50px;
}
.header h1.logo a {
  color: #444444;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header h1.logo a img {
  margin-right: 5px;
  max-height: 50px;
}
.header h1.logo .logo-title {
  vertical-align: middle;
}

.header .logo-title {
  vertical-align: middle;
  margin-top: 0px;

}

.header .main-nav button {
  background: #303641;
  color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .main-nav button:focus {
  outline: none;
}
.header .main-nav button .icon-bar {
  background-color: #fff;
}
.header .main-nav .nav .nav-item {
  font-weight: normal;
  text-transform: uppercase;
  margin-right: 5px;
}
.header .main-nav .nav .nav-item.active a {
  color: #737f97;
  background: none;
}
.header .main-nav .nav .nav-item a {
  color: #444444;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  font-size: 14px;
  padding: 15px 10px;
}
.header .main-nav .nav .nav-item a:hover {
  color: #737f97;
  background: none;
}
.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item.active {
  color: #737f97;
}
.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}
/* ======= Footer ======= */
.footer {
  background: #444444;
  color: #fff;
  padding: 20px 0 600px;
}
.footer .copyright {
  color: #b3b3b3;
  margin-right: 15px;
}
.footer .links {
  margin-bottom: 0;
}
.footer .links a {
  color: #808080;
}
.footer .links a:hover {
  color: #737f97;
}


/* For å kunne fjerne "Enterprise" i Workspace (logo) ved mindre enn 480 pixel bredde */ 
@media (max-width: 480px) {
    header h2 small {
    display: none; 
  }
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .navbar-toggle {
    margin-right: 0;
  }

}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .header .main-nav .nav .nav-item a {
    padding: 15px 10px;
  }

}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .header .main-nav .nav .nav-item a {
    padding: 15px 20px;
  }

}
/* Large devices (large desktops, 1200px and up) */
