

html {  
}
body {
  background-color: #d7d6d2;
  background-image: linear-gradient(to bottom, #f9ffff 0%, #d7d6d2 100%); 
  background-image: -webkit-linear-gradient(top, #f9ffff, #d7d6d2);
  background-image: -ms-linear-gradient(top, #f9ffff, #d7d6d2);
  background-repeat: no-repeat;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}
a {
  color:#BD3119;
}
a:hover {
  color:#000;
  text-decoration: none;
}
ul {
  list-style: none;
  padding-left: 0;
}
.top-header-container { 
  padding-bottom:79px;
}

.top-header { 
  background: #00BDB6;
  height: 80px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border-bottom: 1px solid #fff;
}
.forside-intro-tekst { 
  font-size: 40px;
  text-align: center;
  margin: 0 auto;
  border: 1px #fefefe; 
  display: inline-block;
  margin: 20px 15px 20px;
}
.main-nav-button {  
  background: none transparent;
  border: 0;
  position: absolute;
  top: 26px;
  left: 140px;
  font-size: 12px;
  border: 1px solid;
  padding: 5px;
}
.logo {  
  font-size: 11px;
  position: absolute;
  top: -14px;
  left: 21px;
  width: 104px;
  overflow: hidden;
  height: 93px;
}
.logo img {

  height: 140px;
  top: -16px;
  position: absolute;
  left: -7px;
}
.divider {
  width: 100%;
  text-align: center;
  margin-top: 24px;
}

.divider hr {
  margin-left: auto;
  margin-right: auto;
  width: 44%;
  position: relative;
  top: -10px;
}

.left {
    float:left;
}

.right {
    float:right;
}
.container {
  position:relative;
}
.content-column, .main-content{
  background: #fff; 
  min-height: 700px; 
  color:rgb(60,60,60); /* #BD3119 is red */  
  background-clip: padding-box;
  border: 10px solid transparent;
  padding:6px;
  /* 
    Turkis bakgrunnsfarge: cmyc 85-0-36-0, RGB 84-165-172, pantone DS250-2U
    Rød logofarge: cmyk 0-91-100-23, RGB 196-0-0, pantone DS81-1U
    Oransje logofarge: cmyk 15-70-82-0, RGB 192-100-59, pantone DS56-2 U
*/
}
.content-column ul{
  padding-left: 18px;
}
.content-column h3 i {
  font-size: 16px;
}
.article-column {
  padding: 0 30px;
}
.article-column ul {
  list-style: disc;
}
.social-feed-element .pull-left {
  display: none;
}
.social-feed-element p.social-feed-text { 
  word-wrap: break-word;
  /*max-width: 335px;*/
  width: 100%;
}
.content-body {
  color: #222;
}
.frontpage-list-item.pic-title-summary .news-link img,
.frontpage-list-item.title-pic-summary .news-link img{
  width: 100%;
  height: auto;
}
.frontpage-list-item[class*='overlay']{
  position: relative;
}
.frontpage-list-item[class*='overlay'] a[title="Slett"],
.frontpage-list-item[class*='overlay'] a[title="Endre"]{
  position: absolute;
  top:0;
  z-index: 1;
  background:#fff;
  padding: 7px;
  left:0;
}
.frontpage-list-item[class*='overlay'] a[title="Slett"]{
  left: 30px;
}
.frontpage-list-item[class*='overlay'] .news-link{
  position: relative;
  display: block; 
}
.frontpage-list-item[class*='overlay'] .news-link img{
  height: auto;
  width: 100%;
  float: none;
  padding:0;
}
.frontpage-list-item[class*='overlay'] .news-link h5{ 
  position: absolute;
  top: 40%;
  left: 0;
  color: #fff;
  z-index: 2;
  font-size: 20px;
  width: 100%;
  padding: 0;
  line-height: 1.5;
  text-align: center;
}
.frontpage-list-item[class*='overlay'] time {
  display: none;
}
.frontpage-list-item[class*='overlay'] .image-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  top:0;
  left: 0;
}
.frontpage-toppsak {
  position: absolute;
  top: 0;
  min-height: 300px;
  height: 300px;
  overflow: hidden;
}
.frontpage-toppsak .news-link img{
  height: 250px;
}
.frontpage-toppsak + div {
  margin-top: 300px;
}
.frontpage-toppsak + div + div + div{
  margin-top: 300px;
}

@media only screen and (max-width : 769px) { 
  .frontpage-toppsak + div {
    margin-top: 500px;
  }
  .frontpage-toppsak + div + div + div{
    margin-top: 0px;
  }
  .frontpage-toppsak {
    position: absolute;
    top: 0;
    min-height: 500px;
    height: 500px;
  }
  .frontpage-toppsak h5{
    clear:left;
    margin-top: 280px;
  }
}
.frontpage-list-item i {
  color: #999;
}
.frontpage-list-item em {
  color: #999; 
  font-size: 11px;
}
.frontpage-list {
  padding:3px;
}
.frontpage-list-item {
  list-style: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 7px;
  padding-bottom: 5px;
  min-height: 136px;
}
.events-column .frontpage-list-item {
  min-height: 50px;
}
.frontpage-column .news-link {
  display: block;
}
.frontpage-column li img {
  height: 100px;
  vertical-align: bottom;
  float: left;
  padding: 0 5px 0 0;
}
.frontpage-column li img[title="Endre"],
.frontpage-column li img[title='Slett'] {
  height: auto;
  display: inline;
}
.frontpage-column time{
  font-size: 11px;
  color: #222;
  display: block;
  height: 17px;
}
.frontpage-column h5 {
  display: inline;
  color: #222;
  font-size: 16px;
  line-height: 1;
}
.instagram-item img{
  height: auto;
  width: 100%;
  display: block;
}
.frontpage-social-media h5 {
  display: block;
  margin:0;
}
/* 
mer padding rundt boksene
mer padding innenfor boksene
sos media ikoner i hvit / lysegrått
equal height på boksene

*/
*,
*:after,
*::before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.st-container {
  position: relative;
}
html,
body,
.st-container,
.st-pusher,
.st-content {
  height: 100%;
}

.st-content {
  overflow-y: scroll;
  background: rgba(255,255,255,0.9); 
}

.st-content,
.st-content-inner {
  position: relative;
}

.st-container {
  position: relative;
}

.st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.st-menu {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */

.st-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.st-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0,0,0,0.4);
  text-shadow: 0 0 1px rgba(0,0,0,0.1);
  font-weight: 300;
  font-size: 2em;
}

.st-menu ul li a {
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  box-shadow: inset 0 -1px rgba(0,0,0,0.2);
  color:#BD3119;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255,255,255,0.1);
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}

.st-menu ul li:first-child a {
  box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}

.st-menu ul li a:hover {
  background: rgba(0,0,0,0.9);
  box-shadow: inset 0 -1px rgba(0,0,0,0);
  color: #fff;
}
.st-effect-13.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

.st-effect-13.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.st-effect-13.st-menu {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.st-effect-13.st-menu-open .st-effect-13.st-menu {
  visibility: visible;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-speed: 0.2s;
  transition-speed: 0.2s;
}

/* frontpage */
.frontpage-splash-container
{
  position:relative;
  width:100%;
  max-height:500px;
  overflow:hidden;
  color:#fff;
}

.frontpage-splash
{
  position:relative;
  left:0;
  height:100%;
  width:100%;
  white-space:nowrap;
  font-size:0;
  padding:0;
}
.frontpage-splash *[title="Endre"] { 
  position: absolute;
  left: 48%;
  top: 0;
  z-index: 1;
}
.frontpage-splash-item
{
  position:relative;
  display:inline-block;
  vertical-align:top;
  max-height:500px;
  height:100%;
  width:100%;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}
.frontpage-splash-item img {
    width: 100%;
    height: auto;
}

.frontpage-splash-txt-container {
    margin-left: -315px;
    margin-top: -100px;
    text-align: center;
    max-width: 100%;
    width: 630px;
    height: 200px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    padding: 20px 20px 30px 20px;
    color: #fff;
    font-size: 49px;
    font-weight: lighter;
    white-space: normal;
    background-color: rgba(0,0,0,0.4);
}

.banner-eksempel {
  width: 100%;
}
.frontpage-toppsak h5 {
  font-size: 20px;
  margin-bottom: 14px;
  display: block;
}
.social-feed-element .media-body{
  width: auto !important;
}
.social-feed-element img {
  max-width: 130px !important;
}
.social-feed-element .cover-picture {
  width: 92%;
  position: relative;
  top: 38px; 
}
.social-feed-element .facebook-post .multiple-images .attachment{
  position: relative;
  top: -104px;
  border: 1px solid #ccc;
  width: 60px;
  left: 7px;
}
#ikbPopup {
  color: #000;
}
.footer-container img {
  width: 100%;
}
.footer-container img[title="Endre"] {
  width: auto;
}

ul li ul li {
  font-size: 10px;
}