﻿
.giella {
    background-color: lightgray !important;
}

.giellaD {
    background-color: lightcoral !important;
}

.giellaJ {
    background-color: lightgreen !important;
}

.giellaÅ {
    background-color: lightblue !important; 
}


.mappruta {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
}

.mapprutaStor {
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
}

a.mapp {
    display: inline-block;
    padding: 5px 5px;
    margin: -5px -5px;
    text-align: left;
}


    a.mapp:hover, a.mapp:active {
        color: inherit;
        text-decoration: none;
        background-color: #f0f0f9;
    }

.mappbild {
    width: 100%;
    border-style: none;
    border-width: 0px;
    margin-bottom: 5px;
}

.mappfot {
    white-space: nowrap;
    color: darkgray;
    text-align: right;
    display: block;
}

.mappfotny {
    white-space: nowrap;
    text-align: right;
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: #f6f6f6;
    opacity: 0.95;
    color: black;
    font-size: 0.8em;
    padding: 2px 5px;
    margin: 1px 1px;
    border-radius: 5px;
}

.mappetikettny {
    display: block;
    margin-bottom: 5px;
    position: absolute;
    top: 6px;
    left: 7px;
    background-color: white;
    color: black;
    opacity: 0.85;
}

.mappetikett {
    display: block;
    margin-bottom: 5px;
    position: absolute;
    top: 16px;
    left: 22px;
    background-color: white;
    color: black;
    opacity: 0.85;
}

.mappetikettbr {
    display: block;
    margin-bottom: 5px;
    position: absolute;
    bottom: 16px;
    right: 22px;
    background-color: white;
    color: darkgray;
    opacity: 0.85;
    font-size: 0.8em;
    padding: 2px 5px;
    border-radius: 5px;
    border: 1px solid darkgray;
}

.mappetikettfri {
    border: 1px solid darkgray;
    border-radius: 5px;
    color: darkgray;
    font-size: 0.8em;
    padding: 2px 5px;
}

.mappetikettfriny {
    background-color: #eeeeee;
    color: black;
    font-size: 0.8em;
    padding: 2px 5px;
    margin: 1px 1px;
}

.mappbildny {
    width: 100%;
    border-style: none;
    border-width: 0px;
}

.mappbildbox {
    position: relative;
    display: block;
    background-color: #f6f6f6;
}

.mapptextbox {
    position: relative;
    display: block;
    background-color: #f6f6f6;
    padding: 10px 10px;

}


a {
    color: inherit;
}

    a:hover, a:active {
        text-decoration: none;
        color: inherit;
    } 



@font-face {
    font-family: 'linux_biolinum_gregular';
    src: url('../fonts/LinBiolinum_R_G.ttf');
    font-weight: normal;
    font-style: normal;
}







@font-face {
    font-family: 'linux_biolinum_gbold';
    src: url('../fonts/LinBiolinum_RB_G.ttf');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'linux_biolinum_gitalic';
    src: url('../fonts/LinBiolinum_RI_G.ttf');
    font-weight: normal;
    font-style: normal;
}




h1, h2, h3, h4, h5, h6 {

    font-family: 'linux_biolinum_gbold', sans-serif;
}


label{

    font-weight: normal;
    margin: 0 0 0 10px;
}

.knapp {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    background-color: beige;
    font-size: 1.5em;
    padding: 30px 0px;
    text-decoration: none;
}

.knapp:hover {

    text-decoration: none;
}



.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
    font-family: 'linux_biolinum_gbold', sans-serif;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 0px;
    padding-bottom: 20px;
    font-family: 'linux_biolinum_gregular', sans-serif;

    font-size:2em;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }


    .knapp {
        display: inline-block;
        width: 100%;
        margin: 10px 0;
        background-color: beige;
        font-size: 3em;
        padding: 80px 0px;
        text-decoration: none;
    }

}


@media screen and (max-width: 767px) {

    .klasslista {
        font-size:0.7em;
    }

}