.freeprivacypolicy-com---nb-simple {
    max-width:100% !important;
    left:0 !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container {
    max-width:800px;
    margin:0 auto;
}
.hide{
    display:none !important;
}

* {
    letter-spacing: 0;
}
.godjul {
    font-size: 26px;
    text-align: center;
}

html {
    height: 100%;
    font-size: 16px;
    line-height: 1.5;
}

body {
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 0rem;
    margin-bottom: 2rem;
    background: #0A7F99;
    color: #656565;
}

.maincontainer{
    max-width: 100vw;
    padding:0.5em !important;
}

.site .container {
    max-width: 100vw;
    align-items: center;
}

.text-content {
    max-width:1600px !important;
}

.form-container {
 
    max-width: 500px;
}
.boltforms-row label {
    display:none;
}
.boltforms-row .six {
    max-width: 50%;
    float: left;
}
.boltforms-row .twelve{
    max-width:100%;
    display:block;
    float:none;
}
.boltforms-row.six input{
    width:100%;
}
textarea {
    display: block;
    width: 100%;
    height: 150px;
}

.christmas-banner {
background: #9FE0D2;  /* fallback for old browsers */


color:   white;
    text-align: center;
    padding: 1em;
}

.christmas-banner p {
 font-weight: 500;
    font-size: 1.4rem;
}

.img-responsive img {
    float: none;
    padding-bottom: 40px;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

h1, h2, h3, .logo a, .slidertext {
    font-family: 'Arvo', serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
}

.logo a {
 text-transform: none !important;
   
}
h1 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    letter-spacing: -1px;
}

.startsida h1 {
    font-size: 1.17rem;
}

h2 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    letter-spacing: -1px;
}

.logo-slogan span{
    font-size:1.4rem:
}


aside h2 {
    margin-top: 3rem;
}

aside h2:first-of-type {
    margin-top: 2rem;
}

h3 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.17rem;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.logo a {
    font-size: 2rem;
    color: #fff;
}

a.nodecoration {
    text-decoration: none;
}

strong {
    color: #000;
}

article img {
    float: left;
    margin: 0 1.2rem 1.2rem 0;
}

/* .startsida article img {

   float: none;
    margin: 0;
}
*/

hr {
    height: 1px;
    background: #d1d1d1;
    border: none;
    margin: 0.5rem 0;
}
/*--------------------------------------------------------------
General
--------------------------------------------------------------*/

header {
    background: #0A7F99;
    color: #fff;
}

footer.container {
    text-align: center;
    margin-top: 2rem;
    background: transparent;
    color: #fff;
}

header a {
    text-decoration: none;
}



/*--------------------------------------------------------------
Slick slider
--------------------------------------------------------------*/

.slick-slider {
    margin: 0;
}

.slick-track {
    height: 300px;
}

.slick-track > div {
    background-size: cover;
}

.slick-initialized .slick-slide {
    display: flex;
}

.slidertext {
    display: inline-block;
    background: rgba(0,0,0,0.7);
    padding: 2rem;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2.1rem;
}

/*--------------------------------------------------------------
Flexbox sticky footer by MW (add height:100% to html)
--------------------------------------------------------------*/

.site {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.content {
    flex: 1 0 auto;
    background: #fff;
}

header, footer {
    flex: none;
}

.container {
    max-width: 1200px;
    padding: 0.5em;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    outline: 0 !important;
}

.extrainfomarker {
    background: #222;
    color: #fff;
    padding: .4rem .6rem;
    font-size: .75rem;
    display: inline-block;
    margin-right: 0.4rem;
}



/*--------------------------------------------------------------
Menu
--------------------------------------------------------------*/
.menu.menu {
    background: #014461;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    font-size: 0.8rem;
}

.menu li {
    background: none;
    padding: .5rem 0;
}

.container {
    padding: 0;
}



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

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


/*--------------------------------------------------------------
Menu
--------------------------------------------------------------*/
.rss-aggregator ul { list-style:none; margin:0; padding:0; }
.rss-aggregator ul li { padding: 8px 0 8px 0;
    border-top: solid 1px #d1d1d1; }


@media print {
    .menu.menu, #menu-icon, aside, .content section:first-of-type, footer {
    display:none !important;
    }
    header {box-shadow: none;}
    body.site {background: #fff !important;}
   
}





@media (max-width: 800px) {
    .logo a { font-size:1.3rem;  color: #fff; }
    aside.three { order: 2;}
    .boltforms-row .six {
        max-width: 100%;
        float: none;
    }
    .menu.show {
        overflow-y: auto;
        min-height: 100vh;
        max-height: calc(100vh - 180px);
    }
}
@media (max-width: 550px) {
.logo { font-size:1.1rem;  color: #fff; align-items:center;}
    
    .logo-slogan span{
    font-size:1rem !important;
        text-align:center;
}
    .header-wrapper{
        align-items:center;
    }
    
.s-show {
    display: flex !important;
    flex-direction: column;
} 
    .logotype img{
        height:80px;
        width:auto;
    }

.godJul{
    font-size:2.0rem;
    font-weight:600;
    color:#fff;
    font-family: 'Dancing Script', serif;
    text-align:center;
}

.jultext{
    color:#a50000;
    font-size:1.4rem;
}

.red-text {
    color: #FD2153;
    font-weight: bold;
}

.newsitem p {
    word-break: break-word;
}
}
