@charset "UTF-8";
/*
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
*/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

img {
  max-width: 100%; }

/*

  settings:
  ------------
  variables, mixins, shorcuts etc.

*/

tab {
  padding-left: 18px; }

.ram {
  border: 1px solid #000; }

.radius-default {
  border-radius: 3px; }

.padding-default {
  padding: 30px; }

.bold {
  font-weight: bold; }

.clear {
  clear: both;
  float: none;
  height: 0; }

.left {
  float: left; }

.right {
  float: right; }

.group:after {
  content: "";
  display: table;
  clear: both; }

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0; }

.gutter-20.row {
  margin-right: -10px;
  margin-left: -10px; }
  .gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
  padding-right: 10px;
  padding-left: 10px; }

/*

  typography:
  ------------
  texts, fonts, margins etc.

*/
body {
  font-family: sans-serif;
  font-size: 16px; }

h1 {
  /* color: #6a6a6a; */
  /* color: #d29935; */
  font-size: 2.25em;
  margin: 0px 0px 10px 0px;
  font-weight: bold; }

h2 {
  /* color: #6a6a6a; */
  font-size: 1.5em;
  margin: 0px 0px 4px 0px;
  font-weight: bold; }

h3 {
  /* color: #6a6a6a; */
  font-size: 1.3em;
  margin: 0px 0px 4px 0px;
  font-weight: bold; }

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  line-height: 1; }

small {
  font-size: 0.7em;
  font-weight: 400; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

/*

    global:
    ------------
    styles that are not page- or element specific.

*/
html, body {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  background-color: #fff; }

.page {
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: auto;
  position: relative; }
  .page_narrow {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

.content_container, .home_container, .foot_container {
  position: relative;
  max-width: 1000px;
  margin: auto; }

.foot {
  width: 100%;
  color: #666;
  font-size: 75%;
  background-color: transparent; }
  .foot_container {
    padding-top: 12px;
    padding-bottom: 10px;
  }

.punkter {
  list-style-type: disc;
  padding-left: 25px; }
  .punkter li {
    padding: 6px 0px 6px 0px; }

.punkter_kvadrater {
  list-style-type: square;
  padding-left: 25px; }
  .punkter_kvadrater li {
    padding: 8px 0px 8px 0px; }

.home_container {
  border: 0px solid #000;
  padding-top: 5px;
  padding-bottom: 30px;
}
.home_carousel {
  padding-top: 20px;
  display: none; }
  .slick-dots { bottom: 20px; }
  .slick-prev { left: 20px; }
  .slick-next { right: 20px; }

/*

    Läsplatta
    --------------------

*/
@media screen and (min-width: 768px) {

  .page_narrow {
    margin-left: 0px; }

  .page_nogutter {
    max-width: 1300px; }

  .content_container {
    padding-top: 10px; }

  .home_carousel {
    padding-top: 0px;
  }

}


/*

    Desktop
    --------------------

*/
@media screen and (min-width: 990px) {

  .page_nogutter {
    width: 940px; }

}

/*

    TV
    --------------------

*/
@media screen and (min-width: 1200px) {

  .page_nogutter {
    width: 970px; }

}
