@import 'https://fonts.googleapis.com/css?family=Raleway';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:700,600,500,400,300';
@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300';

html, body {

   /*
       font-family: sans-serif;
       font-family: 'Open Sans';
   */
   
       font-family: 'Raleway';

    background-image:url(/images/png/bgImg.png);
    background-repeat:repeat-x;
    background-color:#497288;


}
h1, h2, h3, h4, h5, h6 {color:#497c95; font-family: 'Open Sans';}
.AFlogo {margin:35px 0 35px 0;}
.wrapperAF { max-width: 1000px;}

h1 {font-size:32px; line-height:36px;}
h2{font-size:22px; line-height:26px;padding-bottom:12px;}
h3{font-size:18px; line-height:22px;}
h4{font-size:16px; line-height:18px;}

img {max-width:100%; height:auto !important;} 

.topNavigation {background-color:#5d7f99; color:#fff; border:1px solid #7192ab;}
.topNavigation a { color:#fff;}
.topNavigation li a { color:#fff;}
.menuDD {min-width:230px;}
.topNavigation .menuDD li a  {color:#333;}
.menuElementLevel1 {text-transform:uppercase;}
/*.topNavigation .uk-parent a:hover {background-color:#5d7f99;}*/

.searchContainer {padding-top:10px;}
.uk-dropdown-search {min-width:223px;}
.uk-dropdown-search ul li {padding-bottom:18px;}
.uk-dropdown-search ul li a {color:#444;}
.uk-dropdown-search ul li a:hover {color:#52b8df;}

.frontPageWrapper {padding-top:25px;}
.artikkelInListFront {background-color:#fff;padding-left:70px; padding-right:25px;  }
.listElementWrapper {position:relative;}
.listContent {width:75%;float:left; padding-bottom:8px;}
.lesMer {width: 20%;    float: right;    text-align: right; padding-bottom:8px;}
.dateInList {position: absolute;top:5px;left:-70px;width:55px;padding: 8px; background: #52b8df;color: #ffffff;text-align: center;line-height: 18px;}
.dateDay {font-size:11px;}
.lesMerButton {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    border: none;
    line-height: 30px;
    min-height: 30px;
    font-size: 1rem;
    padding: 0 12px;
    background: #52b8df;
    color: #ffffff;
    background-image: -webkit-linear-gradient(top, #53b9e0, #4fb1d7);
    background-image: linear-gradient(to bottom, #53b9e0, #4fb1d7);
    border-radius: 2px;
}

.artikkelInListFront h1 {margin:8px 0 8px 0; font-size:28px; color:#51b4db;border-bottom:1px solid #ccc;}

.AFartikkel {background-color:#fff; padding:25px; margin-top:35px;}

.serchFieldDiv {border:1px solid #fff; color:#fff; padding: 4px 8px 4px 8px;}
.searchFieldHeader {background: rgba(0, 0, 0, 0); border:none;}

.hideThis {visibility:hidden;}
.showThis {visibility:visible;}

.AFfooter {padding:20px 0 20px 0; text-align:center; position:relative; background-color:#5d7f99; color:#fff; margin-top:20px; margin-bottom:20px;}
.AFfooter a { color:#fff;}
.goToTop {color:#fff;text-decoration:none;  text-decoration:none;position:absolute; right:15px;z-index:2000;}
.goToTop:hover {color:#ccc;text-decoration:none;  }

.ezsearch-summary {color:#fff; padding-top:15px;}
.ezsearch-result-count {display:none;}
.ansattprofil{padding:5px;}

main img[style*="float: left"] {
  margin: 5px 15px 5px 0px;
}

main img[style*="float: right"] {
  margin: 5px 0px 5px 15px;
}


/**umb_name:Rød tekst*/
.rodTekst{color:#ff0000;}

/**umb_name:Grønn tekst*/
.GronnTekst{color: #41ad33;}

/**umb_name:Større tekst (15%)*/
.st15{font-size:115%;}

/**umb_name:Større tekst (25%)*/
.st25{font-size:125%;}

/**umb_name:Større tekst (40%)*/
.st40{font-size: 140%;}

/**umb_name:Normal*/
.normalTekst{font-size: 100%;
color :#000000;}

@media screen and (min-width: 768px) {
    .mobileMenu {display:none; }

}

@media screen and (max-width: 768px) {
    .artikkelInListFront {padding-left:20px; padding-right:20px;  }
    .listContent {width:100%;float:none; }
    .lesMer {width: auto;    float: none;  padding-top:10px; padding-bottom:15px;  text-align: left; }
    .artikkelInListFront h1 {font-size:22px; line-height:26px; padding-bottom:4px; margin-bottom:10px; }

	.AFartikkel img {
		display:block;
		float:none !important;
	}
	
}




