body {
    background: #EEEEEE;
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    /* font-weight's att välja mellan är 100,300,400,500,700,900 */
}


header {
    text-transform: none;
    width: 100%;
    max-width: 1920px;
    background: rgba(240, 240, 240, 0.8); 
    z-index: 100;
    position:fixed;
    top: 0;
}

/*----------------------------------- Logotype --------------------------------------*/

.logo a {
    padding: 10px 0px 5px 20px;
}/*Add width:100% för att ge egen "rad"*/


.logo img {
    height: 10vh;
    max-height: 10vh;
    width: auto;
    fill:#336699;
}

/*----------------------------------- Go Down / go-down / Click to begin --------------------------------------*/

.click2begin a {
    position: absolute;
    margin-top: -10vh;
    margin-left: -3vw;
    opacity: 0.5;
}

.click2begin a:hover img {

    -webkit-animation-duration: 1.5s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;

 }

.click2begin a:hover {
    opacity: 0.8;
}

/*-------------------------------------------------------------- Bildspel ------------------------------------------------------------------------*/

.slick-initialized .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.slick-slider {
    margin-top: 0px;
    position: fixed;
    width:100%; 
    height:100vh;
    top:0;
    z-index: -10; /* z-index - sätter vilken "nivå" bildspelet / "vad man vill" ska hamna på */
}



.slick-slide {
    height: 100vh;
    width:100%;
    background-size: cover;
    background-position: top center ;
}

/* färg mellan-blå mellan-bla #0b3768 - rgba(11, 55, 104, 0.3) /// mörk-blå - mokr-bla #071a30 /// gul #f8ae1d */

.bildspel_titel{
/*    transition: transform 0.1s ease;*/
    color: rgba(11, 55, 104, 1.0);
    font-size: 1.6em;
    font-weight: 300;
    text-transform: uppercase;
    background: rgba(240, 240, 240, 0.6); 
    letter-spacing: 3px;
    width: 100%;
    margin-top:70vh;
    text-align: center;
    padding: 10px;
    border: 0px solid rgba(11, 55, 104, 0.5);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.bildspel_titel h1 {
    color: rgba(11, 55, 104, 1.0);
    font-size: 1.0em;
    font-weight: 300;
    text-transform: uppercase;
}


/*-------------------------------------------------------------- Toppbild / Topbild ------------------------------------------------------------------------*/

.topbild {
    margin-top: 0px;
    position: fixed;
    width:100%; 
    height:100vh;
    top:0;
    z-index: -10; 
    background-size: cover;
    background-position: top center ;
}

.startsidatext {
    position: relative;
    margin-top: 100vh;
    z-index: 15;
    background: rgba(250, 250, 250, 1.0);
}


/* ---------------------------------- Rubrikerna h1 h2 h3 h4 h5 h6 --------------------------- */

h1 {
    font-size: 2.2em;
    margin: 0px;
    font-weight: 300;
    color: #666666;
}

h2 {
    font-size: 1.8em;
    margin: 0px;
    font-weight: 300;
    color: #666666;
}

h3 {
    font-size: 1.6em;
    margin-bottom: 1vh;
    font-weight: 300;
    color: #666666;
}

h4 {
    font-size: 1.4em;
    margin: 0px;
    font-weight: 300;
    color: #666666;
}

h5 {
    font-size: 1.3em;
    margin: 0px;
    font-weight: 300;
    color: #666666;
}

h6 {
    font-size: 1.2em;
    margin: 0px;
    font-weight: 300;
    color: #666666;
}




/*------------------------------------------------------------------ Sida / Sidor ------------------------------------------------------------*/

.sida-text h1 {
margin-top: 2vh
}

.sida-text h3 {
margin-top: 3vh
}

.sida-text {
    background: #EEEEEE;
    color: #666666;
    position: relative;
    margin-top: 79vh;
    z-index: 15;
    background: rgba(250, 250, 250, 1.0);
}

.bodykolumn2 p {
    font-size: 0.9em;
    font-weight: 300;
    line-height: 160%
}

.kontakt-sida {
    background: #EEEEEE;
    color: #666666;
    position: relative;
    margin-top: 85vh;
    z-index: 15;
    background: rgba(250, 250, 250, 1.0);
}

.kontakt-sida h1 {
    margin-top: 6vh;
}

p  {
    font-size: 1.2em;
    font-weight: 300;
}


.bodytext ul {
    line-height: 180%;    
    font-size: 1.2em;
    font-weight: 300;
    margin-top:0;
}


.sida-top {
    margin-top: 15vh;
    margin-bottom: 5vh;
} 

.bildlista-bg {
background: #EEEEEE;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

.bildlista-lank {
    min-height: 60vh;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
}

a.bildlista-lank{
    display:block;
}


/*----------------------------------- Länkarna --------------------------------------*/

a {
    font-size:1.0em;
    color: #406471;
    text-decoration: none;
}

a:active, a:hover {
    font-size:1.0em;
    text-decoration: underline;

}

/*----------------------------------- Meny / Menu --------------------------------------*/

/* färg mellan-blå mellan-bla #0b3768 /// mörk-blå - mokr-bla #071a30 /// gul #f8ae1d */

.languagemenu {
    text-align:right;
    display: block;
    list-style-type: disc;
    font-size:0.75em;
    color:#0b3768;
    float:right;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.1em;
}


.languagemenu li, .languagemenu li a {
    display: inline-block;
}



.languagemenu li, .languagemenu ul, .languagemenu.languagemenu {
    margin: 10px 7px 0px 6px;
    padding: 0px 0px 0px 0px;
}


.languagemenu li a
{
    color: #0b3768;
    text-decoration: none;
    padding: 10px 2px 10px 2px;

}

.languagemenu .active a
{
    color: #F7AD1C;
    text-decoration: none;
    padding: 10px 2px 10px 2px;

}

.languagemenu li a:hover
{
    color: #F7AD1C;
    text-decoration: none;
    padding: 10px 2px 10px 2px;

}






nav {
    font-size:0.9em;
    color:#0b3768;
    float:right;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.1em;
}

.menu li a
{
    color: #0b3768;
    text-decoration: none;
    padding: 0px 2px 10px 2px;
    border-style: solid;
    border-width: 1px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: rgba(255, 255, 255, 0.0); /* osynlig / transparent för att ta samma utrymme som active*/
}

nav ul.menu .active > a, nav ul.menu .current a
{
    color: #0b3768;
    text-decoration: none;
    padding: 0px 2px 10px 2px;
    border-style: solid;
    border-width: 1px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: #0b3768;
}

.menu li a:hover
{
    color: #0b3768;
    text-decoration: none;
    padding: 0px 2px 10px 2px;
    border-style: solid;
    border-width: 1px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: #0b3768;
}

/* ------------------------------------------------ DropDownMenyn / Drop Down Menu -------------------------------------------- */

.menu .dropdown ul {
    top: 100%;
    left: 0px;
    background: rgba(53, 54, 75, 0.5);
    border-bottom:none;
    border-width: 0px;
}

.menu .dropdown li a {
    min-width: 100px;
    padding: 10px 10px 10px 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-style: solid;
    border-width: 1px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: rgba(255, 255, 255, 0.0); /* osynlig / transparent för att ta samma utrymme som active*/
}

.menu .dropdown li ul.menu .active a  {
    background: rgba(53, 54, 75, 0.95);
    min-width: 100px;
    border-style: solid;
    border-width: 1px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: rgba(255, 255, 255, 0.8);
}

.menu .dropdown li a:hover {
    background: rgba(53, 54, 75, 0.95);
    min-width: 100px;
    border-style: solid;
    border-width: 1px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: rgba(255, 255, 255, 0.8);
}

/*-------------------------------------------------------------- Länkboxar ------------------------------------------------------------------------*/

.lankboxbild {
    min-height: 50vh;
    position: relative;
    background-size: cover;
    background-position: center top;
}

.lankboxbild span{
    font-weight: 300;
    font-size: 2.2em;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.5em;
    position:absolute; 
    height:100%;
    width: 100%;
    padding-top:25vh;
    color: #FFFFFF;
    background: rgba(64, 100, 113, 0.4);
    text-align: center;
}

a.lankboxbild{
    display:block;
}

.lankboxbild span{
    color: #FFFFFF;
    background: rgba(64, 100, 113, 0.4);
    -webkit-transition: color 1.5s ease, background 2.2s ease;
    transition: color 1.8s ease, background 2.2s ease;
}

.lankboxbild:hover span{
    color: rgba(64, 100, 113, 1.0);
    background: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

/* --------------------------------------------------------- Kontaktformulär / Kontaktbanner ----------------------------------------- */

.boltforms-row label {
    font-weight: 400;
    margin-bottom: 0;
}

.boltforms-row input {
    width: 100%;
    color: #606060;
}

.boltforms-row textarea {
    width: 100%;
    color: #606060;
    height: 13vh;
}

.boltforms-row button {
    display: block;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0;
    border: none;
    border-radius: 2px;
    height: auto;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.1em;
}

/*--------------------- Kontaktbanner-texten ----------------------*/
.kontaktbanner {
    background: rgb(86, 130, 157);
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 10px;

}

.kontaktbanner a {
    color: #ffffff;
}

.kontaktbanner h5 {
    color: #ffffff;
    font-size: 1.5em;
    margin-top: 0px;
    margin-bottom: 2vh;
}

.kontaktbanner h2 {
    padding: 0px 0 10px;
}

.kontaktbanner p {
    font-size: 1.2em;
    margin-bottom: 0px;
}

.kontaktsocialamedier .fa{
    margin-top: -10px;
    text-align: left;
    font-size: 1.8em;
    margin-left: 47%;
}

.kontaktinfoutrymme{
    margin-top: -10px;
    text-align: center;
}

.kontaktbanner .boltforms-row {
    float: left;
    width: 33.3%;
    padding-right: 10px;
}

.kontaktbanner .boltforms-row:nth-child(n+4) {
    width: 100%;
}

button[type=submit]:hover, input[type=submit]:hover {
    background: rgba(0,0,0,0.4);
    color: #bfbfbf;
}

/*------------------Give map a height and it's images no max-width----------*/
    .map-canvas {
    height: 36vh;
}

.map-canvas img {
    max-width: none;
}

/*--------------------------Make FB widget responsive------------------------*/
    .fb_iframe_widget,
    .fb_iframe_widget span,
    .fb_iframe_widget iframe[style],
    .twitter-timeline {
        width: 100% !important;
    }

/*Allt under M-nivå + */
@media (max-width: 1150px) {
    
    
    
    .menu.show {
    overflow-y: auto;
    max-height: 100vh;
    background: rgba(240, 240, 240, 0.8); 
    }
.menu li a {
    margin-top: 10px;
    }
    
    
    
        .slick-slider {
        margin-top: 0px;
        position: fixed;
        width:100%; 
        height:75vh;
        top:0;
        z-index: -10; /* z-index - sätter vilken "nivå" bildspelet / "vad man vill" ska hamna på */
    }
    .slick-slide {
        height: 75vh;
        width:100%;
        background-size: cover;
        background-position: top center ;
    } 

    .startsidatext {
        position: relative;
        margin-top: 75vh;
        background: #EEEEEE; 
   }

    .bildspel_titel {
    font-size: 1.6em;
    margin-top: 18vh;
}
    
    
} /* SLUT - Allt under M-nivå*/ 

/*Allt under S-nivå*/
@media (max-width: 799px) {

}  

/*Allt under XS-nivå*/
@media (max-width: 549px) {

}

@media screen and (orientation: landscape) and (max-width: 800px) {

    .bildlista-lank {
        min-height: 100vh;
        width: 60%;
        position: relative;
        background-size: cover;
        background-position: top center;
    }

    a.bildlista-lank{
        display:block;
        margin-left: 20%;
    }

}
