*Definer din egen CSS her*/

/* ------
   1.   Global Styles – (body, paragraphs, buttons, links, lists, etc)
   2.  Header
   3.  Page Structure
   4.  Headings
   5.  Text Styles
   6.  Navigation
    7.  Forms
    8.  Nyhets App
    9.  Footer
    10. Extra / Animasjoner    SLIDER
    11.  Media Queries            ------ */




/* -----------------------------------*/
/* ---------->>>1.  GLOBAL     (body, paragraphs, lists, etc)<<<----------------------------------------------------------*/
/* -----------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
font-family: 'Raleway, sans-serif;
	font: inherit;
	vertical-align: baseline;
}


body, p{
	font-size: 15px;
	line-height: 1.6em;
}
body {     
    background: #f1f1f1;
 }


p, p a {

    color: #5a5a5a !important;
font-family: "Raleway", helvetica, arial;
}

p.biggerP {
    font-size: 20px;
    letter-spacing: 1px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #b2deff;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;

  cursor: pointer;
}


.whiteText { color: #fff; }


.align-center {
    text-align: center;
}


.align-left {
    text-align: left;
}




.float-right {
    float: right;
}


.inlineBlock  {   display: inline-block;}


.boks-header:after {
    display: block;
    content: "";
    background: #FFDD00;
    width: 40px;
    height: 2px;
    margin-top: 13px;
}


h2.boks-header.align-left:after {
    margin-left: 0 ;
}
h3.boks-header.align-left:after {
    margin-left: 0 ;
}
h4.boks-header.align-left:after {
    margin-left: 0 ;
}


.smallText {
    font-size: 85%;
}


.description {
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    margin-top: 34px;
    font-weight: 100;


}
.description2 {
    
    line-height: 26px;
    padding: 0;
    margin-top: 8px;
font-size: 16px;
    font-weight: lighter;


}
.margin-t-70 {
    margin-top: 70px !important;
}

.margin-b-70 {
    margin-bottom: 70px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-b-50 {
    margin-bottom: 50px;
}
.margin-t-50 {
    margin-top: 50px !important;
}


.margin-b-40 {
    margin-bottom: 40px !important;
}

.margin-t-40 {
    margin-top: 40px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}


.padding-t-50 {
    padding-top: 50px !important;
}

.padding-0 { padding: 0; }


.margin-0 { margin: 0; }


.pad-t {
    padding-top: 1em;
}


.pad-b {
    
    padding-bottom: 2em;
}


.pad-b-20 {
    
    padding-bottom: 20px;
}


.pad-b-30 {
    
    padding-bottom: 30px;
}
.pad-b-40 {
    
    padding-bottom: 40px;
}
.pad-t-40 {
    
    padding-top: 40px;
}


.marginAuto {
    margin-left: auto;
    margin-right: auto;
}


.col-sm-6.border-r {
    border-right: 1px solid #636363;
}


.fullHeight { height: 100vh; }


.justeringNed { padding-top: 8em; }


.justerKnapp {
    margin: 2em 0 0em 3em;
}
.bgDark {
    background: #703240;
}
.bgDarkLightText { background: #369CA9; color: #fff; }




.title2 {
    font-weight: 700;
    letter-spacing: 2px;
    padding: 30px 0 25px;
    font-size: 24px;
     text-transform: uppercase;
}


.titleStor2 {
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #006b79;


}


.title3 {
    font-size: 20px;
    font-weight: 600;
}


.bildeBeskrivelse { 
    text-align: center;
    margin-top: 18px;
}


.css-filters {
        filter: brightness(62%);
    -webkit-filter: brightness(62%);
-moz-filter: brightness(62%);
}


.css-filters2 {
 filter: brightness(62%) sepia(25%) ;
    -webkit-filter: sepia(25%) brightness(62%);
    -moz-filter: sepia(25%) brightness(62%);
}
.opacity {


    opacity:0.7;
}


.verticalSpace {
    width: 100%;
    height: 20px;
}
.btn-default {
    text-shadow: none;
    background: #703240;
    border: 1px solid #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
-webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-default:hover {


    color: #703240;
       background: #fff;
}


a.btn.btn-egen {
    background: #000;
    color: #fff;
    text-transform: uppercase;
font-weight: 200;
    letter-spacing: 2px;
    border: 1px solid #fff;
}
a.btn.btn-egen:hover {
    background: #fff;
    border: 1px solid #703240;
    color: #000;
}

/* -----------------------------------*/
/* ---------->>>2.  Header    <<<--------------------------------------------------------------------------------------------*/
/* -----------------------------------*/

.navbar-header {
    background: #703240 !important;
    position: absolute !important;
    top: 0px !important;
    padding: 7px 15px !important;
}

#head {
    min-height: 60px;
    padding-top: 60px;
}

span.menyOpener {
    color: #703240;
    position: absolute;
    z-index: 100;
    right: 6%;
    top: 18px;
}

/* -----------------------------------*/
/* ---------->>>3.  Page Structure    <<<----------------------------------------------------------------------------*/
/* -----------------------------------*/


.statment {
    padding: 41px 0;
}

.statment h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 300;

}

.statment a.btn.btn-egen {
    float: right;
    background: none;
}

.statment a.btn.btn-egen:hover {
    background: #000;
    color:#fff;
}

a.bildeFront {
    color: #fff;
    position: relative;
    top: -51px;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    padding: 13px 0 15px 30px;
    font-size: 18px;

}

.nyheterFront h2 {
    color: #703240!important;
    font-size: 24px;
}

.container.nyheterLink a {
    color: #703240;
}
.nyheterLink p {
    display: inline-block;
    color: #703240;
}

.bildePressemelding:hover img {
    opacity: 0.7;
}
.bildePressemelding {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 1;
}


.bildePressemelding a {
    color: #703240;
}

.bgImageTop {
    height: 350px;
    position: relative;
    background-position-x: 50%;
}

.nyheterTitleTop h3 {
    padding-left: 8%;
    font-size: 30px;
    font-weight: 200;
    margin-top: 18px;
}
.nyheterTitleTop {
    position: absolute;
    bottom: 0px;
    color: #fff;
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    left: 0px;
    padding-bottom: 5px;
}

.omTema1Linker a {
    color: #fff;
    padding-left: 20px;
    background: rgba(0, 0, 0, 0.43);
    display: block;
    padding: 17px 0 15px 29px;
}
.omTema1Linker {
    position: absolute;
    bottom: -10px;
    z-index: 2;
    width: 80%;
}

a i.fa.fa-envelope-o:hover {
    border: 3px solid #fff;
}

img.temaRefBilder.img-responsive {
    z-index: 1;
    position: relative;
}

.kontakt {
    padding-left: 20px;
}

.kontakt h3 {
    color: #703240;
}

.kontakt .fa {
    color: #fff;
    font-size: 21px;
    background: #703240;
    border-radius: 100%;
    padding: 7px;
    margin-right: 2px;
}

a i.fa.fa-envelope-o:hover {
    border: 3px solid #fff;
    padding: 17px !important;
}
/* -----------------------------------*/
/* ---------->>>4.  Headings    <<<----------------------------------------------------------------------------------*/
/* -----------------------------------*/


h1{

    line-height: 48px;


}


h2{

    line-height: 40px;
}


h3{

    line-height: 32px;
}


h4{

    line-height: 28px;
}


h5{
    font-size: 14px;
    line-height: 24px;
}
h2.boks-header.align-left:after {
    margin-left: 0 ;
}
h3.boks-header.align-left:after {
    margin-left: 0 ;
}


h4.boks-header.align-left:after {
    margin-left: 0 ;
}
h1.boks-header:after {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}


h2.boks-header:after {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}


h3.boks-header:after {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}


h4.boks-header:after {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}


h1,h2,h3,h4,h5{ 




}


/* -----------------------------------*/
/* ---------->>>5.  Text Styles    <<<----------------------------------------------------------------------------------------------------*/
/* -----------------------------------*/






/* -----------------------------------*/
/* ---------->>>6.  Navigation    <<<-----------------------------------------------------------------------------------------------*/
/* -----------------------------------*/


.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none !important;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 31px !important;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-inverse .navbar-nav > li.item_active > a, .navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff !important;
    background: #703240!important;
}



/* -----------------------------------*/
/* ---------->>>7.  Forms    <<<--------------------------------------------------------------------------------------------*/
/* -----------------------------------*/


#contact_name, #contact_email, #contact_phone, #contact_fax, #contact_website, #department, #contact_subject, #contact_message {
    max-width: 600px;
    width: 100%;
    margin-bottom: 8px;
    border: 1px solid #703240;
}

::-webkit-input-placeholder {
   color: #8a6100;
}

:-moz-placeholder { /* Firefox 18- */
   color: #8a6100;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #8a6100;  
}

:-ms-input-placeholder {  
   color: #8a6100;  
}

/* ---------->>> Låse Kart     <<<-----------*/

#map_canvas {pointer-events:none;
    max-width: 100% !important;
    width: 100% !important;}




/* -----------------------------------*/
/* ---------->>>8.  Nyhets App    <<<-----------*/
/* -----------------------------------*/

.NewsThumb img {
    border: none;
    padding-right: 20px !important;
}





/* -----------------------------------*/
/* ---------->>>9.  Footer    <<<--------------------------------------------------------------------------------------------*/
/* -----------------------------------*/


.top-space {
    margin-top: 0px !important;
}

.footer1 .fa {
    color: #fff;
background:#703240;
    font-size: 21px;
    padding: 4px;
    width: 28px;
    margin-right: 10px;
}
.footer1 .fa:hover {
    color:#703240;
    background: #fff;
}

.footer1 {
    padding-top: 50px;
}

.footer1.widget p {
    color: #F2A391 !important;
}

/* -----------------------------------*/
/* ---------->>>10.  Extra    <<<----------------------------------------------------------------------------------------------------------*/
/* -----------------------------------*/

.nivo-slice {
    filter: brightness(66%) !important;
    -webkit-filter: brightness(66%) !important;
}
img.nivo-main-image {
    filter: brightness(66%) !important;
    -webkit-filter: brightness(66%) !important;
}

.nivo-caption {
    opacity: 1 !important;
    background: none !important;
    height: 100%;
}

.slide {
    height: 50%;
    width: 80%;
    margin: 0 auto;
    margin-top: 12%;
}

.slide h1 {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 3px;
}


.slide a.btn.btn-egen {
    background: none !important;
    display: inline-block !important;
    margin-top: 40px;
}
.slide a.btn.btn-egen:hover {
    background: #000 !important;
   color:#fff;
}

.animated2 {
    -webkit-animation: lightSpeedIn 1s ease-in 400ms both;
    animation: lightSpeedIn 1s ease-in 400ms both;
}


.animated4 {
    -webkit-animation: flipInX 2s ease-in 800ms both;
    animation: flipInX 2s ease-in 800ms both;
}
.animated3 {
    -webkit-animation: bounceInLeft 2s ease-in-out 800ms both;
    animation: bounceInLeft 1.5s ease-in-out 800ms both;
}


.animated5 {
    -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
    animation: bounceInLeft 1s ease-in-out 100ms both;
}
.animated6 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
}


.animated7 {
    -webkit-animation: bounceInRight 1s ease-in-out 800ms both;
    animation: bounceInRight 1s ease-in-out 800ms both;
}
.animated8 {
    -webkit-animation: bounceInUp 2s ease-in-out 800ms both !important;
    animation: bounceInUp 2s ease-in-out 800ms both !important;
}






/* -----------------------------------*/
/* ---------->>>11.  Media Queries    <<<----------------------------------------------------------------------------------------*/
/* -----------------------------------*/


    /*========== -------------------- Mobile First Method  ===-----------------------------=======*/


    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }


    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {


    }


    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {


    }


    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {


    }


    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {


    }






    /*==========  Non-Mobile First Method  ==========*/


    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {


    }


    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {


.slide h1 {
    font-size: 200%;
    line-height: 33px;
    }

.slide a.btn.btn-egen {
    margin-top: 20px;
}
}


    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -30px;
    margin-left: -15px;
}

.navbar-collapse ul {
    text-align: left !important;
  }

.navbar-toggle {
    display: none !important;
}

.mobilTitleImgFront h3 {
    padding: 14px 0;
}
.mobilTitleImgFront {
    position: relative;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    bottom: 11em;
}

.container.statment {
    max-width: 90%;
}

.container.nyheterLink {
    max-width: 90%;
}
section.mobilBildeFront {
    height: auto;
}

    }




    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {


    }


    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }

div#mySidenav li:first-child {
    color: #703240;
}

.navbar-collapse {
    max-height: 100vh !important;

}

.sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background: #703240;  
  overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.nav>li {
    position: relative;
    display: block;
    width: 100%;
}

.sidenav li a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav li a:hover, .offcanvas a:focus{
    color: #000;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    z-index: 1000;

}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.dropdown-menu {
    position: relative;
    top: -5px;
    z-index: 1000;
    width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #333;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

ul.dropdown-menu li a {
    padding-left: 3px;
    text-align: center;
}





