﻿/* --------------------------
 Link to PDF CSS
 ------------------------- */
a[href$=".pdf"]:after { 
	content: "";
}

@media screen and (min-width : 901px) {

  /*  
    N A V I G A T I O N
  */
  div#topnav ul.navigation li {
  }

  div#topnav ul.navigation li:last-child {
    border-right: none;
  }

  div#topnav.mega-nav,
  div#topnav.standard {
    font-family: verdana, "Open Sans", arial, sans-serif;
    font-size: .9em;
    font-weight: 400;
  }

  div.banner-title.large h1 {
    text-shadow: 5px -3px 2px #000;
  }
  div.banner-title.large h2 {
    text-shadow: 5px -3px 2px #000;
  }

  /*
    LATEST NEWS
  */
  div.latest-news div.layout-3,
  div.latest-news div.layout-3 div.page {
    background: #e1f6dd !important;
  }
  div.latest-news div.layout-3 div.page p,
  div.latest-news div.layout-3 div.page p a {
    color: #000 !important;
  }

  div.latest-news div.layout-3>h2 {
    display: none;
  }

  div.latest-news div.layout-3 h2 {
    background: #000 !important;
  }
  div.latest-news div.layout-3 h2 a {
    color: #fff !important;
  }



  /*  
    S E C T I O N S   C S S 
  */

  /* Middle column */
  section.mid-column {
    position:relative;
    float:left;
    width:95%;           /* Bredden på midterkolonnen */
    min-height: 20em;
    left:100%;
    margin-top:1em;     /* Afstand fra menu ned til teksten */
    padding-left: 2em;  /* Venstre margin */
    padding-right: 0em; /* Højre margin */
  }

  /* Left column */
  section.left-column {
    position:relative;
    float:left;
    width:20%;
    left:0%;
  }

  /* Right column */
  section.right-column {
    position:relative;
    float:left;
    width: 0;
    left:0;
  }

  p.breadcrumb {
    display: none;    /* Skjuler "Her er du" linjen */
  }

  */ Slideshow, forside /*
  div#sponsorgroup1 {
    margin-top: 1em;
    height: 240px !important;
  }

  div#sponsorgroup1 img {
    width: 1060px;
  }

}


div.cycle-slideshow:hover .sponsor-slides-overlay-wrapper .sponsor-slides-overlay {
  background: rgba(0,0,0,0.7);
}
