body {
    background: url('../bilder/Parland-tapet_04_gra bakgrund.jpg');

    /* Image is centered vertically and horizontally at all times */
    /*background-position: center center;*/

    /* Image doesn't repeat */
    background-repeat: no-repeat;

    /* Makes the image fixed in the viewport so that it doesn't move when 
        the content height is greater than the image height */
    background-attachment: fixed;

    /* This is what makes the background image rescale based on its container's size */
    background-size: cover;

    /* Pick a solid background color that will be displayed while the background image is loading */
    background-color:#464646;

    /* SHORTHAND CSS NOTATION
    * background: url(background-photo.jpg) center center cover no-repeat fixed;
    */
}

body{
    font-size: 16px;
}
@media screen and (min-width: 320px) {
    body {
        font-size: calc(12px + 6 * ((100vw - 320px) / 680));
    }
}
@media screen and (min-width: 1000px) {
    body {
        font-size: 16px;
    }
}

.lNumber{
    font-size: 14px !important;
    text-align: right !important;
    left: -24px !important;
    color: #88847c !important;
}

#help_link{
    text-align: right;
    padding-right: 4px;
}

.paragraph_number{
    font-size: 14px !important;
    text-align: right !important;
    left: -24px !important;
    color: #88847c !important;
}

a {
    color: #538494;
    font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
    font-size: 16px
}

h1,h2,h3,h4,.btn {
    font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
    font-weight: bold
}

h1,h2,h4,.btn {
    text-transform: uppercase
}

h1 small {
    text-transform: none;
    font-weight: bold
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 24px
}

p {
    line-height: 24px
}

p#locationList {
    font-size: 16px
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    padding: 10px 20px 10px 20px
}

.frontpage-logo {
    max-width: 100%;
    margin-bottom: 30px
}

.jumbotron {
    background: none;
    padding-top: 0;
	padding-bottom: 18px !important;
    margin-bottom: 18px !important;
}

.jumbotron h1 {
    font-family: Georgia,Times,"Times New Roman",serif;
    text-transform: none;
    font-size: 32px
}

.jumbotron p {
    font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif
}

.navbar-default {
    text-transform: uppercase;
    background: none;
    border: none;
    margin-top: 30px
}

.frontpage .navbar-default {
    background: #fff;
    margin-top: 0px
}

.frontpage>.container {
    padding-left: 0px;
    padding-right: 0px
}

.navbar-header .logo {
    margin-left: 15px
}

.navbar-brand {
    border-right: 1px solid #d5cfcf;
    padding: 0 15px 0 15px;
    margin: 15px 0 15px 0
}

.navbar-nav>li>a {
    line-height: 50px;
    font-weight: bold;
    font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
    font-size: 18px
}

.navbar-default .navbar-nav>li>a {
    color: #3a595b
}

.dropdown-menu>li>a {
    font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
    text-transform: none;
    font-weight: bold
}

.dropdown-menu>li>a:hover {
    background: #cfdf9b
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
    background: none
}

.caret {
    color: #cfdf9b;
    border-top: 12px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.navbar-toggle {
    margin-top: 24px
}

@media (min-width: 768px) {
    .caret {
        display:block;
        margin-left: auto;
        margin-right: auto;
        margin-top: -12px
    }
}

@media (min-width: 992px) {
    .navbar-form {
        margin-top:24px;
        max-width: 240px
    }
}

@media (hover: none) { 
    .navbar-form {
        margin-top:24px;
        max-width: 240px
    }
}

.input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group:last-child>.btn {
    margin-left: -1px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.main-container,.navbar .container {
    background: #fff;
    border-radius: 4px;
    padding-left: 15px!important;
    padding-right: 15px!important
}

.frontpage .main-container a {
    color: #444b53
}

.frontpage .main-container a:hover {
    text-decoration: none;
    color: #000
}

.panel-default {
    border: 0;
    background: none
}

.panel-default>.panel-heading {
    background: none;
    border: 0
}

.page-header {
    border-bottom: 0;
    padding-left: 15px
}

a.navigation-links {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #a6ad9c;
    background-color: #e7efcd;
    position: relative;
    top: 20px;
    left: -20px;
    padding: 8px 14px 8px 20px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

a.navigation-links .glyphicon {
    font-size: 12px
}

p.pull-right {
    margin-right: -20px
}

.pull-right a.navigation-links {
    left: -0px;
    padding: 8px 0px 8px 14px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pull-right a.navigation-links span.glyphicon {
    padding-right: 20px
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none
}

h3.panel-title {
    display: inline-block;
    border-bottom: 1px solid #cfdf9b;
    padding-bottom: 8px;
    font-size: 30px
}

.btn-primary {
    background: #cfdf9b;
    border-color: #c4d393
}

.btn-primary:hover {
    background: #bfcf8a;
    border-color: #c4d393
}

.name-label .label-primary {
    background: #cfdf9b;
    color: #444b53;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px
}

.name-label .label-primary:hover {
    background: #bfcf8a
}

a.name-label:hover {
    text-decoration: none
}

.nav-pills>li>a {
    color: #444b53;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    padding: 10px 0px;
    font-size: 16px
}

.nav-pills>li>a:hover {
    background: none;
    border-bottom: 1px solid #cfdf9b
}

.nav-pills>li.active>a {
    font-weight: bold;
    font-size: 18px;
    background: none;
    color: #444b53
}

.nav-pills>li.active>a:hover {
    background: none;
    color: #444b53
}

.affix {
    top: 20px;
    position: fixed!important
}

#accordion h3.panel-title {
    border-bottom: 0;
    font-size: 18px;
    padding: 0
}

#accordion h3 a {
    background: #cfdf9b;
    display: block;
    border-radius: 4px;
    line-height: 20px;
    padding: 6px 12px
}

#accordion .panel {
    border: 1px solid #ddd
}

#accordion .panel-default>.panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd
}

#accordion .panel-heading .pull-right label {
    background: #cfdf9b;
    display: block;
    border-radius: 4px;
    padding: 6px 20px;
    font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    cursor: pointer
}

#accordion .panel-heading .pull-right input:checked+label {
    background: #dfb89b
}

#accordion .panel-heading .pull-right label:hover {
    background: #bfcf8a
}

#accordion .panel-heading .pull-right input {
    display: none
}

.gm-style h3 a {
    color: #444b53;
    text-transform: uppercase;
    font-size: 24px
}

.gm-style-iw>div {
}

#footer {
    margin-left: auto;
    margin-right: auto
}

#footer a {
    cursor: pointer;
}

#footer p.text-muted {
    color: #eee;
    font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif
}

#sidenav {
    display: none
}

@media (min-width: 580px) {
    .jumbotron h1 {
        font-size:42px
    }

    .container .jumbotron {
        padding-left: 90px
    }

    .frontpage-logo {
        margin-top: 30px;
        margin-bottom: 0px
    }
}

@media (min-width: 768px) {
    #footer {
        width:750px
    }
}

@media (max-width: 991px) {
    #map-canvas {
        position:relative
    }
}

@media (min-width: 992px) {
    #footer {
        width:970px
    }

    #sidenav .affix ul.nav-stacked {
        width: 283px
    }

    #sidenav {
        display: block
    }

    #map-canvas {
        width: 364px
    }
}

@media (min-width: 1200px) {
    #footer {
        width:1200px
    }

    #sidenav .affix ul.nav-stacked {
        width: 350px
    }

    #map-canvas {
        width: 448px
    }
}


/* custom */

body {
    background-color: #757575;
}

.contentbox {
    background-color: white;
    margin: -3px;
    position: relative;
}

@media (min-width: 768px) {
    .contentbox {
        border-radius: 4px;
    }
}


.contentbox.purple {
    background: #7e569c;
    color: white;
}

.contentbox.light-green {
    background: #ccdd97;
    color: #333;
}

.contentbox.green {
    background: #538493;
    color: white;
}

.contentbox.transparent {
    background: transparent;
    color: white;
}

.contentbox.semi-transparent {
    background: rgba(255,255,255,0.9);
    color: #333;
}

p.l.l {
    padding-bottom: 0;
}


@media (min-width: 1024px) {
    body.texts .container {
        max-width: 98%;
    }
}

@media (min-width: 1200px) {
    body.texts .container {
        width: 1670px;
    }
}

.romanNumeral{
    font-size: 1.1em;
    text-indent: 1em;
}

.arabicNumeral{
    font-size: 1.1em;
    text-indent: 1em;
}

.com_quote{
    padding-left: 30px;
}

.carousel.slide.expandedCarousel img{
    height: 75em;
}

.input-group .form-control{
    z-index: 0 !important;
}

.input-group-btn{
    z-index: 0 !important;
}