﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    background-color: #fefefe;
    font-size: 1.5em;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    font-family: Georgia, Serif;
    border-top: none;
    color: #333;
    font-size: 1em;
    font-family: Georgia, Serif;
    max-width:10000px;
}

.navbar-brand {
    padding-left: 15px;
    padding-right: 15px;
}

    .rubrikrad
{

}

p{
    text-align: justify;
}

h1 {
    font-size: 3em;
    padding-bottom: 10px;


}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin-bottom: 0.1em;
    padding-bottom: 0.1em;
    line-height: 120%;
    font-weight: bold;
}

a {
    color: #333;
    outline: none;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

.content-wrapper {
    margin: 0 auto;

}

.container {
    width:100%;
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    font-size: 1.2em;
}

.featured + .main-content {
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    clear: both;
    font-size: .8em;
}


.mapprubrik {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.6em;
    margin-top: 5px;
    font-weight: bold;

}

.mapptext {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 0px;

}

.mapplänk {
    display: block;
    width: 100%;
    margin: 20px -10px;
    padding: 10px 10px;
    left:0px;
    right:0px;
}

a.mapplänk:hover{
    background-color:linen;
}

.bildraknare {
    position: absolute;
    top: 10px;
    right: 20px;
    background-color: gray;
    color: white;
    font-variant: small-caps;
    letter-spacing: 4px;
    padding: 10px 20px;
    margin: 0px 0px;
}

.addthis_default_style .addthis_separator,
.addthis_default_style .at4-icon,
.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300bs,
.addthis_default_style .at300m {
    float: left;
}




/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 760px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {

        font-size: 1.2em;
    }

    .navbar-brand {

    }
    
    
    .navbar {
        border-radius:0;
    }
}
