﻿/** {
    padding: 0;
    margin: 0;
}*/

html {
    height: 100%;
}

body {
    font-size: 0.8em;
    line-height: 1.2em;
    font-family: Domine, Verdana, Helvetica, Sans-Serif;
    text-decoration: none;
    color: black;
    text-align: left;
    width: 100%;
    min-width: 320px;
    /*max-width: 320px;*/
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    background-color: silver;
    overflow-x: hidden;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}





#steveharris {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-color: transparent;
    transition: margin-left .5s;
    position: relative;
    float: left;
}
#header {
    margin: 0;
    padding: 0;
    height: 125px;
    width: 100%;
    display: block;
    background-color: white;
    background-image: url(Images/appelblom.png);
    /*background-repeat: repeat-x;*/
    background-repeat: no-repeat;
}
#header img {
    margin: 27px 0 0 1em;
    width: 95px;
}
#maiden {
    margin: 0;
    padding: 0.1em 0 0 0;
    width: 100%;
    height: auto;
    display: block;
    background-color: #8CB7D7;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
}
#maiden a {
    margin: 0 1em 0 1em;
    padding: 0;
    display: inline-block;
}
#maiden a img {
    margin: 0;
    padding: 0;
}
#maiden span {
    font-size: 1.8em;
    margin: 0.65em 0 0 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}



#content {
    margin: 0 0 2em 0;
    padding: 1em;
    height: auto;
    width: 95%;
    max-width: 1000px;
    display: block;
    background-color: white;
    border-radius: 0 0 10px 0;
    border: 1px solid #666666;
    border-left: none;
    border-top: none;
    float: none;
    clear: none;
    position: relative;
}
#content div {
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
    display: block;
    position: relative;
    float: none;
    clear: none;
}
#content .contentflex {
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
}
#content .contentmain {
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
    display: block;
}
#content .contentright {
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
    display: block;
}
/*#content .maincontent::after {
    content: "";
    clear: both;
    display: table;
}*/
#content .inboxed {
    margin: 0 0 1em 2em;
    width: 245px;
    min-width: 245px;
    background-color: lightyellow;
    border: 1px solid black;
    border-radius: 10px;
    padding: 1em;
    vertical-align: top;
    position: relative;
}
#content .artikel {
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
}
#content .artikel div {
    width: auto;
    display: block;
}

#content img {
    margin: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    display: inline-block;
}
#content h1 {
    font-size: 1.5em;
    line-height: 1.1em;
    margin: 0 0 0.1em 0.1em;
    color: black;
    display: block;
}
#content h2 {
    font-size: 1.2em;
    line-height: 1.1em;
    margin: 0 0 1em 0;
}
#content a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: blue;
}
#content a:hover {
    text-decoration: underline;
}
#content p {
    margin: 0 0 1em 0;
    padding: 0;
    display: inline-block;
    text-wrap: normal;
}
#content hr {
    border: none;
    border-top: 1px solid #999999;
    margin: 0 0 1em 0;
    width: auto;
    clear: both;
}
#content ul {
    margin: 0 0 1em 0;
    padding: 0;
    list-style: none;
}
#content li {
    padding: 0;
    margin: 0;
}
#content li::before {
    content: "•";
    color: red;
}
#content li:hover::before  {
    color: blue;
}

#content .inboxed span {
    display: inline-block;
    width: 60%;
}
#content .tidning a {
    margin: 0 1em 1em 0;
    padding: 0;
    text-align: center;
    font-size: 1em;
    line-height: 1em;
    display: inline-block;
}
#content .tidning a img {
    display: inline-block;
    border: 1px solid #CCCCCC;
    margin: 0;
    padding: 0;
    width: auto;
    transition: 0.5s;
}
#content .tidning a img:hover {
    border: 1px solid blue;
}
#content .artikel a {
    margin: 0 1em 1em 0;
    text-align: center;
    font-size: 0.75em;
    line-height: 1.1em;
    display: inline-block;
    width: 75px;
}
#content .artikel a img {
    margin: 0;
    padding: 0;
    display: inline-block;
    border: 1px solid #CCCCCC;
    width: 75px;
}
#content .artikel a img:hover {
    border: 1px solid blue;
}
#content a.mobileonly {
    display: none;
}
#content hr.mobileonly {
    display: none;
}

@media screen and (max-width: 1024px) {
    #content {
        width: 94%;
    }
}
@media screen and (max-width: 1000px) {
    #content .tidning a img {
        width: 185px;
    }
}
@media screen and (max-width: 900px) {
    #content .tidning a img {
        width: 175px;
    }
    #content .tidning a img {
        width: 160px;
    }
}

@media screen and (max-width: 800px) {
    #content {
        width: 93%;
    }
    #content .tidning a img {
        width: 140px;
    }
}
@media screen and (max-width: 700px) {
    #content {
        width: 92%;
    }
    #content .tidning a img {
        width: 125px;
    }
}
@media screen and (max-width: 650px) {
    #content {
        width: 91%;
    }
    #content .contentflex {
        display: block;
    }
    #content .contentmain {
        width: auto;
        margin: 0 0 0 0;
    }
    #content .contentright {
        width: 100%;
    }
    #content .inboxed {
        margin: 2em 0 1em 0;
        width: auto;
    }
    #content .tidning a img {
        width: 100px;
    }
    #content a.mobileonly {
        margin: 0 0 1em 0;
        padding: 0;
        text-align: right;
        width: 100%;
        height: auto;
        display: block;
    }
    #content hr.mobileonly {
        display: block;
    }
}
@media screen and (max-width: 550px) {
    #content {
        width: 89%;
    }
    #content .tidning a img {
        width: 200px;
    }
}
@media screen and (max-width: 500px) {
    #content .tidning a img {
        width: 150px;
    }
}
@media screen and (max-width: 400px) {
    #content {
        width: 85%;
    }
    #content .tidning a img {
        width: 125px;
    }
}
@media screen and (max-width: 350px) {
    #content .tidning a img {
        width: 100px;
    }
}
/* --------------------------------------------------------------------------------------------------- */
/* masters masters masters masters masters masters masters masters masters masters masters masters masters */

/* --------------------------------------------------------------------------------------------------- */
/* event menuopen  event menuopen   event menuopen   event menuopen   event menuopen   event menuopen    */
/*body.menuopen {
        background-color: #666666;
}*/
.menuopen #steveharris {
    transition: margin-left .5s;
    padding: 0;
    margin-left: 250px;
}
/*body.menuopen #content {
    background-color: #CCCCCC;
    color: #666666;
}*/


/* --------------------------------------------------------------------------------------------------- */
/* content contentcontentcontentcontentcontentcontentcontentcontentcontentcontentcontentcontentcontent    */

/* --------------------------------------------------------------------------------------------------- */
/*viewport
{
    width: device-width;
    initial-scale: 1.0;
    user-scalable: no;
}*/
@-ms-viewport {
    width: device-width;
    /*initial-scale: 1.0;
    user-scalable: no;*/
}



/* --------------------------------------------------------------------------------------------------- */
/* navigation navigation navigation navigation navigation navigation navigation navigation navigation  */



#navigation {
    font-size: 1.2em;
    line-height: 1.4em;
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #333333; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding: 0; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    visibility: hidden;
    margin: 0;
}
#navigation.open {
    visibility: visible;
    width: 250px;
}

#navigation img {
    padding: 0;
    margin: 0;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
}
#navigation a:hover, .offcanvas a:focus {
    color: #000000;
}

#navigation ul {
    border-bottom: 1px solid #999999;
    margin: 0;
    padding: 0;
}
#navigation ul li {
    background-color: #CCCCCC;
    border-top: 1px solid #999999;
    vertical-align: middle;
    padding: 0.5em 0 0.5em 1em;
}
#navigation ul li:hover {
    background-color: #999999;
}

#navigation ul li a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 0.9em;
    color: #CCCCCC;
    display: block;
    transition: 0.3s;
}
#navigation ul li:hover a {
    color: #000000;
}
#navigation ul li.lihome {
    background-color: #666666;
    padding-right: 1em;
}

#navigation ul li.lisub {
    padding: 0.5em 0 0.5em 1em;
    /*border-top: 1px dashed #999999;*/
    background-color: #333333;
}
#navigation ul li.lisub:hover {
    background-color: #999999;
}
#navigation ul li.liutskick {
    padding: 0.5em 0 0.5em 1em;
    background-color: #8CB7D7;
}
#navigation ul li.liutskick:hover {
    background-color: blue;
}
#navigation ul li.liutskick:hover a {
    color: white;
}
#navigation ul li.liutskick a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 0.9em;
    color: black;
    display: block;
    transition: 0.3s;
}
#navigation ul li.lihome a {
    display: inline-block;
}
#navigation ul li.lihome a.X {
    font-size: 3.5em;
    float: right;
}
#navigation ul li.lihome a.X:hover {
    color: red;
}
#navigation ul li.lihome:hover a {
    color: #CCCCCC;
}
#navigation ul li.lisub a::before {
    content: "•";
    color: red;
    margin-right: 0.3em;
}

/* klartextonline.se klartextonline.se klartextonline.se klartextonline.se klartextonline.se klartextonline.se */


/* storlek storlek storlek storlek storlek storlek storlek storlek storlek storlek storlek storlek storlek */
/*
    (min-device-width: 1200px)
    (max-device-width: 1600px)
    (orientation: portrait)
    (orientation: landscape)

    iphone4     320     480
    iphone5     320     586
    iphone6     375     667
    iphone6+    414     736
    galaxyS3    320     640
    galaxyS4    320     640
    galaxyS5    360     640
    htc         360     640

    ipad        768     1024
    galaxy      800     1280
    asus        601     906
    kindlefire  800     1280
    kindlefire  1200    1600
*/

