@charset "UTF-8";

 @import url('https://fonts.googleapis.com/css?family=Roboto');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: black;
  /*background-color: rgb(78, 90, 80);*/
  background-color: FFF;
  background-image: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0) ), url('/images/10mila_2020/Logotyper/Map.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*font-family: Verdana, Arial, Helvetica;*/
  /*font-family: Arial, Helvetica, Times;*/
  font-family: 'Roboto', sans-serif;
  /*font-size: 10px;*/
  font-size: 1em;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse:collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
abbr,acronym {
  border:0;
}

/* Below are the CSS styles that aren't included with Blueprint. It's a good idea to keep them whether or not you use it unless you know what you're doing. */

/* Text styles */
div {
  border-width: 0px;
  border-color: red;
  border-style: solid;
}

.blog-featured h2 {
  font-size: 1.5em;
  margin-bottom: 0.2em; /*0em;*/
}

p.readmore {
  text-indent:0;
  font-size: .9em;
  margin-bottom: 0.4em;
  text-decoration: underline;
}

.footer {
  font-size: .9em;
  /*margin-bottom: 30px;*/
  text-align: center;
  color: white;
  background-color: green;
  padding-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.footer hr {
    display: none;
}

/* Article functions */
ul.actions {
  clear:both;
  margin-top: -50px;
  float:right;
}
ul.actions li {
  list-style-type: none;
  float:right;
  margin-left: 10px;
}

/* Login styles */
p#form-login-username label,
p#form-login-password label {
  width: 160px;
  display:block;
}
p#form-login-remember label {
  font-size: .9em;
  font-weight: normal;
  line-height: 25px;
}
p#form-login-remember input {
  float:left;
  margin-right: 5px;
}
form#form-login ul {
  margin: 0;
  padding: 0;
}
form#form-login ul li {
  list-style-type: none;
  margin-left: 20px;
  font-size: .9em;
}

/* Image float styles */
.img-fulltext-left {
  float:left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.img-intro-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.img-fulltext-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.img-intro-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

a:link,a:visited
{
  /*color: #175621;*/
  color: black;
  text-decoration: none;
  /*text-decoration: underline;*/
}

a:hover,a:active
{
  /*color: #399449;*/
  color: #CE3027;
  text-decoration: underline;
}

.container {
  /*width: 900px;*/
  max-width: 1140px;/*900px;/*Martin added*/
  margin: 0px auto -1px auto;
  background-color: white;
  margin-top: 28px; /* Add a top margin to avoid content overlay *//*Martin Added!*/
}

.header {
  position: relative;
  /*height: 110px;*/
  /*width: 100%;*/
  /*height: 50px;*/
  overflow: hidden;
}

.header-img {
  width: 1140px;

  /*height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);*/
}

.header-fixed {
  position: absolute;
  top: 10px;
  right: 10px;
}

.latestnews h4 {
    margin-bottom: 0;
    margin-top: 1.7em;
}

.latestnews li {
    margin-bottom: 1.8em;
    line-height: normal;
    font-size: 95%;
}

.latestnews li br {
    height: 1px;
}

.mobilemenu {
  display: none;
}

.topmenu {
  /*background-image: url('/templates/10mila/images/navigation_bg.gif');
  background-repeat: repeat-x;*/
  /*overflow: hidden; /*Martin added*/
  /*background-color: black;*/
  background-color: white;
  border-bottom: 1px solid #008E56;
  position: fixed; /* Set the navbar to fixed position *//*Martin added*/
  top: 0; /* Position the navbar at the top of the page *//*Martin added*/
  width: 1140px;/*900px;/*100%; /* Full width *//*Martin added*/
  z-index: 999; /*Martin added*/
}

.breadcrumb {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: .8em;
  font-weight: normal;
  font-style: italic;
  /*display: inline-block;*/
  display: inline-flex;
}

.showHere {
  font-size: .9em;
  font-weight: normal;
  font-style: normal;
}

.main {
  margin-top: 5px;
  /*For flexbox behaviour*//*Martin added*/
  display: -webkit-flex;/*Martin added*/
  display: flex;  /*Martin added*/
  -webkit-flex-flow: row wrap;/*Martin added*/
  flex-flow: row wrap;/*Martin added*/
}

/*Martin added for flexbox behaviour*/
.main > * {
    padding: 10px;
    flex: 1 100%;
}

.left {
  width: 20%;
  float: left;
  overflow: hidden;
}

.right {
  width: 20%;
  float: right;
  overflow: hidden;
}

.right h3 {
    margin-bottom: 0;
}

.center {
  width: 60%;
  float: left;
  overflow: hidden;
}

.center img {
    max-width: 100%;
    height: auto;
}

.topcontent {
  padding-left: 10px;
  padding-right: 20px;
}

.content {
  padding-left: 10px;
  padding-right: 20px;
}

.bottomcontent {
  padding-left: 10px;
  padding-right: 20px;
}

.clear {
  clear: both;
}

.joomla-footer {
}

ul.joomla-nav {
  overflow: hidden;
  font-weight:bold;
  font-size: 16px;
  font-family: arial,helvetica,sans-serif;
}

ul.joomla-nav li {
  float: left;
  width: 7em;
}

ul.joomla-nav li#current a:link,ul.joomla-nav li#current a:visited {
    color: #008E56;
}

ul.joomla-nav li#current ul li a:link,ul.joomla-nav li#current ul li a:visited {
    color: black;
}

ul.joomla-nav li#current ul li a:hover,ul.joomla-nav li#current ul li a:active {
    color: #008E56;
}

ul.joomla-nav a:link,ul.joomla-nav a:visited
{
  /*color:#FFFFFF;*/
  color:black;
  /*text-align:center;*/
  text-align:center;
  padding-top:6px;
  padding-bottom:6px;
  text-decoration:none;
  display: block;
  width: 7em;
  /*border-left: 1px solid white;
  border-top: 1px solid white;
  border-right: 1px solid white;*/
}

ul.joomla-nav a:hover,ul.joomla-nav a:active
{
  /*background-image: url('/templates/10mila/images/navigation_bg_selected.gif');
  background-repeat: repeat-x;*/
  /*background-color: #CE3027;*/
  background-color: white;/*#D4D8DB;*/
  /*border-left: 1px solid white;/*#008E56;*/
  /*border-top: 1px solid white;
  border-right: 1px solid white;*/
  color: #008E56;
}

ul.joomla-nav li ul {
  position: absolute;
  width: 7em;
  left: -999em;
  z-index: 20;
  border-left: 1px solid #008E56;
  border-bottom: 1px solid #008E56;
  border-right: 1px solid #008E56;
}

ul.joomla-nav li:hover ul {
  left: auto;
}

ul.joomla-nav li ul li {
  /*background-image: url('/templates/10mila/images/navigation_bg2.gif');
  background-repeat: repeat;
  opacity:0.9;
  filter:alpha(opacity=90); /* For IE8 and earlier */
  /*background-color: black;
  color: white;*/
  background-color: white;
  color: black;
}

#sites {
  position: absolute;
  width: 5em;
  right: 0px;
  overflow: hidden;
  font-weight: normal;
  font-size: 12px;
  font-family: arial,helvetica,sans-serif;
  padding-top: 6px;
}

#sites li {
  float: right;
  width: 5em;
  text-align:center;
  /*background-color: black;*/
}

#sites a:link,#sites a:visited
{
  color:black;
  text-align:center;
  padding-top:3px;
  padding-bottom:3px;
  text-decoration:none;
  display: block;
  width: auto;
}

#sites a:hover,#sites a:active
{
  background-image: none;
  /*font-weight: bold;*/
  background-repeat: repeat;
  background-color: #FFFFFF;
  color: #008E56;
}

strong {
  font-weight: bold;
}

p {
  margin-bottom: 0.8em;
  font-size: 1.2em;
  letter-spacing: 0.1px;
}

h1 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0.8em;
  margin-top: 0.8em;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.7em;
  margin-top: 1em; /*0.7em;*/
}

h3 {
  font-size: 1.0em;
  font-weight: bold;
  margin-bottom: 0.6em;
  margin-top: 0.6em;
}

h4 {
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

h5 {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}

h6 {
  font-size: 0.6em;
  font-weight: bold;
  margin-bottom: 0.3em;
  margin-top: 0.3em;
}

dl.article-info {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}

table.category th
{
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 10px;
}

table.category td
{
  font-size: 1.3em;
  padding-bottom: 5px;
}

table.category
{
  width: 100%;
}

ul.pagenav
{
  width: 100%;
  font-weight:bold;
  font-family: arial,helvetica,sans-serif;
}

ul.pagenav li.pagenav-prev
{
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}

ul.pagenav li.pagenav-next
{
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}

body.contentpane {
  background-image: none; /* Eric Roller: No image in the print preview */
  background-color: white;
}

body.contentpane ul.actions {
  clear:both;
  margin-top: -30px;
  float:right;
}

p {
  line-height: 1.4em;
}

.article-info-term {
  display: none;
}

em {
  font-style: italic;
}

/* For the mobile menu! */
 /* Add a black background color to the top navigation */
/*.topmenu{
    background-color: #333;
    overflow: hidden;
}*/

/* Style the links inside the navigation bar */
/*.topmenu a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
}*/

/* Change the color of links on hover */
/*.topmenu a:hover {
    background-color: #ddd;
    color: black;
}*/

/* Hide the link that should open and close the topnav on small screens */
.mobileIcon{
    display: none;
}



/*Media queries*/
/*Martin added ALL media queries!*/

@media all and (max-width: 683px) {
    /*center    */
    /*right     */
    /*left    OK*/
    /*.main   { flex: 1 0px; }
    .aside1 { flex: 1 0px; }
    .aside2 { flex: 1 0px; }*/
    .left{ order: 3; }
    .center    { order: 1; }
    .right { order: 2; }

    /* Colors */
    .left{ background-color: #008E56; }
    .right{ background-color: #D4D8DB; }
}

@media all and (min-width: 684px) and (max-width: 911px) {
    /*center */
    /*left right*/
    .left{ flex: 1 0px; }
    .right { flex: 1 0px; }

    .left{ order: 2; }
    .center{ order: 1; }
    .right{ order: 3; }
    /*.center{ background: red; }*/

    /*.main { max-width: 684px; }*/
    .main { max-width: 911px; }

    /* Colors */
    .left{ background-color: #008E56; }
    .right{ background-color: #008E56; }
    /*.left{
        background-color: #D4D8DB;
        border-right: 1px solid grey;
    }
    .right{ background-color: #D4D8DB; }*/
}

@media all and (max-width: 900px) {
    .container {
        margin-top: 0;
        max-width: 900px;
    }

    .footer {
        color: white;
        background-color: blue;
        padding-top: 10px;
        margin-bottom: 0;
        padding-bottom: 30px;
    }

    .footer hr {
        display: none;
    }

    .header-img {
        /*max-width: 900px;*/
        width: 900px;
    }

    .mobileDiv {
        width: 100%;
        /*background-color: black;*/
        background-color: white;
    }

    .mobileDiv a:link, .mobileDiv a:visited {
        color: white;
        text-decoration: none;
    }

    .mobileDiv a:hover, .mobileDiv a:active {
        color: white;
        text-decoration: none;
    }

    .mobileIcon {
    /*float: left;*/
      display: block;
      font-size: 2em;
      font-weight: bold;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-top: 10px;
      padding-right: 30px;
      text-align: right;
      /*color: white;*/
      color: black;
      text-decoration: none;
      /*height: 70px;*/
      /*position: absolute;
      top: 8px;*/
      /*width: 70px;*/
      border-bottom: 1px solid #008E56;
    }

    .topmenu { display: none; }

    .topmenu.responsive {position: relative;}
    /*.topmenu.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }*/

    .topmenu.responsive {
      /*float: none;*/
      display: block;
      text-align: left;
      width: 100%;
    }

    .topmenu { max-width: 900px; }

    ul.joomla-nav a:hover,ul.joomla-nav a:active
      {
        background-image: none;/*url('/templates/10mila/images/navigation_bg_selected.gif');*/
        background-repeat: none;/*repeat-x;*/
        /*background-color: darkred;*/
        /*background-color: #CE3027;*/
        /*color: #008E56;*/
        width: 100%;
      }

    ul.joomla-nav a:link,ul.joomla-nav a:visited
      {
        color: black;/*#FFFFFF;*/
        /*text-align:center;*/
        text-align:left;
        padding-top:6px;
        padding-bottom:6px;
        text-decoration:none;
        display: block;
        width: 100%;
      }

    ul.joomla-nav li {
      float: none;
      background-color: white;/*black;*/
      /*border-bottom: 1px solid grey;*/
      width: 100%;
      padding-left: 5px;
    }

    ul.joomla-nav li a:hover,ul.joomla-nav li a:active
      {
        background-image: none;/*url('/templates/10mila/images/navigation_bg_selected.gif');*/
        background-repeat: none;/*repeat-x;*/
        /*background-color: darkred;*/
        /*background-color: #CE3027;*/
        color: #008E56;
        width: 100%;
      }

    ul.joomla-nav li ul {
      position: relative;
      width: 100%;/*7em;*/
      left: 0;
      z-index: 20;
      border-left: none;
      border-bottom: none;
      border-right: none;
    }

    ul.joomla-nav li ul li {
      background-image: none; /*url('/templates/10mila/images/navigation_bg2.gif');*/
      background-repeat: none;/*repeat;*/
      /*opacity:0.9;*/
      /*filter:alpha(opacity=90); /* For IE8 and earlier */
      background-color: white;/*black;*/
      padding-left: 30px;
    }
}

@media all and (min-width: 912px) and (max-width: 1139px) {
    /*center right*/
    /*left      */
    .center{ flex: 3 0px; }
    /*.aside1 { flex: 1 0px; }*/
    .right{ flex: 1 0px; }

    .left{ order: 3; }
    .center{ order: 1; }
    .right{ order: 2; }
    /*.center{ background: green; }*/
    /*.center { width: 684px; }
    .right { width: 228px; }*/
    /*.main { max-width: 912px; }*/
    .topmenu { max-width: 1139px; }
    /*.center{ max-width: 639px; }
    .right{ max-width: 213px; }*/
    .center{ max-width: 700px; }
    .right{ max-width: 438px; }

    /* Colors */
    .left{ background-color: #008E56; }
    /*.right{ background-color: #D4D8DB; }*/

    .footer {
        color: white;
        background-color: black;
        padding-top: 10px;
        margin-bottom: 0;
        padding-bottom: 30px;
    }

    .footer hr {
        display: none;
    }
}

@media all and (min-width: 1140px) {
    /*left center right*/
    /*      OK          */
    .center{ flex: 3 0px; }
    .left{ flex: 1 0px; }
    .right{ flex: 1 0px; }

    .left{ order: 1; }
    .center{ order: 2; }
    .right{ order: 3; }
}
