@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Lora');
.image.no_float {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.contentStyle {
  width: 1150px;
  margin: 0 auto 0 auto;
  padding: 0 20px;
}
/*div-public-classes:(tvåtredjedelar, halv, tredjedel, fjärdedel), (vänsterställd, centrerad, högerställd, marginaljustera), större_text, bold_rubriker, knapp_länk, puff, luftig, till_höger, hide_mobile, hide*/
/*section-public-classes:(tvåtredjedelar, halv, tredjedel, fjärdedel), (centrerad, högerställd, marginaljustera), rubriksektion, bold_rubriker, indrag1, bakgrundsfärg, topsektion, luftig, till_höger, hide_mobile, hide*/
/*h1-public-classes:(tvåtredjedelar, halv, tredjedel, fjärdedel), (centrerad, högerställd, marginaljustera), till_höger, hide_mobile, hide, logga*/
/*h2-public-classes:(tvåtredjedelar, halv, tredjedel, fjärdedel), (centrerad, högerställd, marginaljustera), till_höger, hide_mobile, hide*/
/*h3-public-classes:(tvåtredjedelar, halv, tredjedel, fjärdedel), (centrerad, högerställd, marginaljustera), till_höger, hide_mobile,  hide*/
/*h4-public-classes:(tvåtredjedelar, halv, tredjedel, fjärdedel), (centrerad, högerställd, marginaljustera), till_höger, hide_mobile,  hide*/
/*h5-public-classes:(tvåtredjedelar, halv, tredjedel, fjärdedel), (centrerad, högerställd, marginaljustera), till_höger, hide_mobile,  hide*/
/*table-public-classes: h_gradient, h_färg, h_centrerad, rad_varannan, rad_centrerad, rad_markera, skugga, (linjer, streckade, ljusa), fullvidd, (litentext, stortext), höger */
/*loopdiv-public-classes: (tvåtredjedelar, halv, tredjedel, fjärdedel), (centrerad, högerställd, marginaljustera), text_small, boxdelar, hide_date, hide_info, till_höger, hide_mobile, hide, start_news*/
/*registration-public-classes: vanlig, vanlig_kompakt */
/*images-public-classes: (tvåtredjedelar, halv, tredjedel, fjärdedel)*/
/*shared-public-classes: (tvåtredjedelar, halv, tredjedel, fjärdedel), frimarke*/
/*menu-public-classes: tree */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/**
 * Framework starts from here ...
 * ------------------------------
 */
.tree {
  /* (indentation/2) */
}
.tree ul,
.tree ul ul {
  margin: 0 0 0 2em;
  /* indentation */
  padding: 0;
  list-style: none;
  color: #369;
  position: relative;
}
.tree ul ul {
  margin-left: 0.5em;
}
.tree ul:before,
.tree ul ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid;
}
.tree li {
  margin: 0;
  padding: 0 1em;
  /* indentation + .5em */
  line-height: 2em;
  /* default list item's `line-height` */
  font-weight: bold;
  position: relative;
}
.tree li:before {
  content: "";
  display: block;
  width: 10px;
  /* same with indentation */
  height: 0;
  border-top: 1px solid;
  margin-top: -1px;
  /* border top width */
  position: absolute;
  top: 1em;
  /* (line-height/2) */
  left: 0;
}
.tree li:last-child:before {
  background: white;
  /* same with body background */
  height: auto;
  top: 1em;
  /* (line-height/2) */
  bottom: 0;
}
.tree li a {
  text-decoration: none !important;
}
.frimarke {
  width: 20%;
  float: right;
  background-color: white;
  padding: 1em;
  border: 2px double white;
}
.frimarke.active {
  transform: scale(4) translate(-50%, 40%);
  transition: transform 0.2s ease-out;
  border: 2px double black;
}
.vanlig_kompakt {
  width: 80%;
  margin: 0 auto;
  width: 100%;
}
.vanlig_kompakt div {
  border: none !important;
}
.vanlig_kompakt legend {
  display: none;
}
.vanlig_kompakt .grid-form label {
  color: #e9f2f6 !important;
  padding-left: 0.5em;
  font-size: 0.8em !important;
}
.vanlig_kompakt input[type='text'] {
  background-color: #e9f2f6 !important;
  border-radius: 0.3em;
  padding: 4px;
}
.vanlig_kompakt textarea {
  background-color: #e9f2f6 !important;
  padding: 4px 4px;
  border: 1px solid #e5e5e5;
  resize: vertical;
}
.vanlig_kompakt textarea:focus {
  border: 1px solid #e5e5e5 !important;
}
.vanlig_kompakt input[type='radio'] {
  float: left;
  display: inline-block !important;
}
.vanlig_kompakt input::-webkit-input-placeholder {
  color: #ccc !important;
}
.vanlig_kompakt input:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc !important;
}
.vanlig_kompakt input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc !important;
}
.vanlig_kompakt input:-ms-input-placeholder {
  color: #ccc !important;
}
.vanlig_kompakt .grid-form [data-row-span] [data-field-span]:hover {
  background: inherit;
  cursor: text;
}
.vanlig_kompakt .grid-form [data-row-span] [data-field-span].focus {
  background: inherit;
}
.vanlig_kompakt .grid-form [data-row-span] [data-field-span].focus label {
  color: inherit;
}
.vanlig_kompakt form.submitting {
  background-color: lightyellow !important;
}
.vanlig_kompakt .form_button {
  width: 100%;
  text-align: center;
  padding: 0.6em;
}
.vanlig_kompakt .form_button .button_link {
  display: inline-block;
  padding: 0.2em 0.6em;
  color: #555;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #eee;
}
.vanlig_kompakt .grid-form label {
  padding-left: 0;
}
.vanlig_kompakt input[type='text'] {
  border-radius: 0;
}
.vanlig_kompakt [data-field-span] {
  padding: 0.2em 0.5em 0 0!important;
}
.vanlig_kompakt div.label label {
  padding: 0;
  margin: 0!important;
}
.vanlig_kompakt .form_button {
  text-align: left;
  padding-left: 0;
  margin-top: 0.2em;
}
.vanlig_kompakt .form_button .button_link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #156b9f;
  padding: 0.1em 1em;
}
#footer .ContactCustom0 {
  display: none !important;
}
.bold_rubriker b {
  font-size: 1.4em;
  font-weight: 300 !important;
  padding-bottom: 0.3em !important;
  padding-top: 0em !important;
  font-family: 'Lora', serif;
}
.loopdiv.boxdelar li.ll {
  border: 1px dotted #444444;
  padding: 1em;
  padding-bottom: 1em;
  margin-bottom: 2em;
  margin-right: 1em;
}
.loopdiv.hide_date li.ll .publishedTime,
.loopdiv.hide_info li.ll .al_info {
  display: none;
}
.text_small {
  font-size: 0.8em;
  line-height: 1.3em;
}
#content .part.section.rubriksektion {
  display: block;
  background-color: #e9f2f6;
}
#content .part.section.indrag1 {
  display: block;
  padding: 1em;
}
.knapp_länk {
  position: relative;
}
.knapp_länk a {
  color: #156b9f !important;
  padding: 0.7em 1.5em 0.7em 3.5em !important;
  display: inline-block !important;
  text-decoration: none !important;
  font-size: 14px;
  background: #e5e5e5;
  width: 100%;
  border-radius: 30px;
}
.knapp_länk a:hover {
  background: #d8d8d8;
  text-decoration: none;
}
.knapp_länk svg {
  fill: #156b9f;
  position: absolute;
  left: 20px;
  top: 15px;
  width: 18px;
  height: 18px;
}
.knapp_länk svg + a + svg {
  right: 20px;
  left: auto;
}
.knapp_länk p {
  padding: 0;
}
/* Wraps the user definable content. */
#wrap,
#wrap td {
  /*font: 14px LucidaGrande, Lucida, Helvetica, Arial, sans-serif;*/
  font-size: 16px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  color: #002f44;
}
body {
  background: #e9f2f6;
}
.start_page #startsidan {
  display: inline-block;
}
.start_page #page_name {
  display: none;
}
#startsidan {
  display: none;
}
/* The default header div. 
   The div id can be changed by the user. */
#header {
  z-index: 10;
  float: none;
  width: 100%;
  margin: 0 auto;
}
#header .logga {
  display: inline-block;
  color: #002f44;
  font-family: 'Lora', serif;
  width: 1150px;
  padding: 0 20px;
  margin: 20px auto;
  display: block;
}
#header .logga .image {
  width: 262px !important;
}
#header .logga .image .part_image {
  height: auto !important;
  background-size: contain !important;
}
#header .logga a {
  color: #002f44;
  font-family: 'Lora', serif;
  margin: 19px 0;
  text-decoration: none;
}
#header .search {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0;
  margin-left: 50px;
}
#header > .inner > .section#topbar {
  background: #002f44;
  font-family: 'Lora', serif;
  font-size: 0.8em;
  width: 100%;
  z-index: 9999;
  top: 0;
  position: fixed;
  height: 33px;
  display: inline-block;
}
#header > .inner > .section#topbar p {
  margin: 0;
  color: white;
}
#header > .inner > .section#topbar .part {
  display: inline-block;
}
#header > .inner > .section#topbar .part a {
  color: white;
  text-decoration: none;
  padding: 18px;
  font-family: 'Open Sans', sans-serif;
}
#header > .inner > .section#topbar .part a:hover {
  color: #c7e8f6;
}
#header > .inner > .section#topbar .part .aktiv a {
  background: #156b9f;
}
#header > .inner > .section#topbar .part .aktiv a:hover {
  color: white;
}
#header > .inner > .section#navigation {
  background: white;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
  width: 100%;
  z-index: 99999;
}
#header > .inner > .section#navigation > .inner {
  padding: 0;
}
/* The default menu div contained in the header div.
   The div id can be changed by the user. */
#menu {
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  z-index: 5;
  position: relative;
  display: inline-block;
  width: 100%;
  background: #156b9f;
}
#menu:before {
  top: 0;
  left: calc(50% - 50vw);
  content: " ";
  height: 1px;
  width: 100vw;
  position: absolute;
  background: #e2e2e2;
}
#menu a {
  color: white;
  text-decoration: none;
  white-space: nowrap;
  margin: 0 0.3em;
  padding: 1.9em 0.5em;
  display: inline-block;
  border-bottom: 4px solid #156b9f;
}
#menu a.current,
#menu a.current:hover,
#menu a.current_group {
  border-bottom: 4px solid white;
}
#menu a:hover {
  border-bottom: 4px solid white;
}
#menu ul {
  display: inline;
  margin-left: 0px;
  padding-left: 0px;
}
#menu ul li {
  display: inline;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  margin: 0;
}
#menu ul li ul {
  display: inline;
  margin-left: 0px;
  padding-left: 0px;
}
#menu ul li ul li {
  margin: 0;
  margin-left: 10px;
  padding-left: 0px;
  padding-bottom: 5px;
}
#submenu {
  width: 100%;
}
#sidebar {
  display: none;
}
#content #sidebar {
  display: inline-block;
}
.vertical a {
  text-decoration: none;
}
.vertical a:hover {
  text-decoration: underline;
  color: gray;
}
.vertical ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Wraps the page specific content. */
#content_admin {
  text-align: left;
  position: relative;
  z-index: 99;
}
#content {
  line-height: 1.8em;
  color: #002f44;
  display: inline-block;
  text-align: left;
  position: relative;
  padding: 60px 0;
  width: 80%;
  background: white;
  margin: 0 10% 0 10%;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-collapse: collapse !important;
}
#content .text ul {
  border-radius: 8px;
  margin-bottom: 1em;
  position: relative;
}
#content .text ul li {
  margin-left: 1em;
}
#content .text ul li:before {
  content: "•";
  color: #002f44;
  position: absolute;
  left: 0;
}
#content > .inner {
  width: 1150px;
  margin: 0 auto 0 auto;
}
#content > .inner > .section {
  margin: auto;
  padding: 0 20px;
  float: none !important;
}
#content > .inner > .text,
#content > .inner > p,
#content > .inner > .heading,
#content > .inner > .contact,
#content > .inner > table,
#content > .inner > .loopdiv {
  padding: 0 20px;
  width: 1150px;
  margin: auto;
}
#content > .inner > .html {
  width: 1150px;
  margin: auto;
}
#content > .inner > table {
  display: block;
  padding-bottom: 1em;
  margin: 1em auto;
}
#content > .inner > table td {
  padding: 0.5em;
}
#content .part {
  clear: none;
}
#content .part.section {
  margin-bottom: 0;
  display: inline-block;
}
#content table {
  width: 100%;
}
#content table td {
  padding: 5px;
}
#content a {
  text-decoration: underline;
  color: #002f44;
}
#content a:hover {
  text-decoration: underline;
}
#content > .inner .text ul {
  border-radius: 8px;
  margin-bottom: 1em;
  position: relative;
}
#content > .inner .text ul li {
  margin-left: 1em;
}
#content > .inner .text ul li:before {
  content: "•";
  color: #002f44;
  position: absolute;
  left: 0;
}
#content hr {
  border: none;
  height: 2px;
  background: #e9f2f6;
  margin: 0;
}
#content .bakgrundsfärg {
  background: #f4f4f4;
}
#content .bakgrundsfärg h3 {
  margin-top: 1em;
}
#content .start_news > .inner > .repetition_text > ul > li {
  margin-bottom: 25px;
}
#content .start_news .al_info,
#content .start_news .publishedTime {
  display: none;
}
#content .start_news h3 {
  font-size: 1.2em;
  margin-bottom: 0;
  margin-top: 0;
}
#content .start_news p {
  margin: 0;
  padding-bottom: 0;
}
#content .puff a {
  background: #156b9f;
  text-decoration: none;
  color: white;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 20px;
  font-size: 22px;
  padding: 1em 0;
}
#content .puff a:hover {
  background: #125c88;
}
.has_sidebar #sidebar {
  width: calc(100% / 3 - 5px);
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  padding-bottom: 6em;
  padding-right: 20px;
  padding-left: 20px;
}
.has_sidebar #sidebar #submenu {
  background: #e9f2f6;
  font-family: 'Lora', serif;
  padding: 0.5em 1em 0.5em 0;
  line-height: 1em;
}
.has_sidebar #sidebar #submenu a {
  text-decoration: none;
  margin: 0.2em 0;
  display: inline-block;
  padding: 0.2em 0 0.4em 1em;
  border-left: 4px solid #e9f2f6;
  line-height: 1.4em;
}
.has_sidebar #sidebar #submenu a:hover {
  border-left: 4px solid #718d8e;
}
.has_sidebar #sidebar #submenu a.current,
.has_sidebar #sidebar #submenu a.current_group {
  border-left: 4px solid #718d8e;
}
.has_sidebar #sidebar #submenu ul ul a {
  padding-left: 1.8em;
}
.has_sidebar #sidebar #submenu ul ul ul a {
  padding-left: 2.6em;
}
.has_sidebar #sidebar #submenu ul ul ul ul a {
  padding-left: 3.4em;
}
.has_sidebar #content > .inner_content {
  width: 1150px;
  margin: 0 auto 0 auto;
}
.has_sidebar #content > .inner_content > .inner {
  width: calc(100% / 3 * 2);
  display: inline-block;
  float: right;
}
.has_sidebar #content > .inner_content > .inner > .section,
.has_sidebar #content > .inner_content > .inner > .text,
.has_sidebar #content > .inner_content > .inner > .heading {
  width: 100%;
  display: inline-block;
}
.has_sidebar #content > .inner_content > .inner > .section > .inner,
.has_sidebar #content > .inner_content > .inner > .text > .inner,
.has_sidebar #content > .inner_content > .inner > .heading > .inner {
  width: 100%;
}
.has_sidebar #content > .inner_content > .inner > .section > .inner > .heading,
.has_sidebar #content > .inner_content > .inner > .text > .inner > .heading,
.has_sidebar #content > .inner_content > .inner > .heading > .inner > .heading {
  margin-top: 16px;
}
#content #nyheter {
  background: #e9f2f6;
  font-size: 14px;
  line-height: 1.6em;
  padding: 4.2em 1em 1em 1em;
  position: relative;
}
#content #nyheter:before {
  content: "Nyheter";
  position: absolute;
  background: #718d8e;
  color: white;
  top: 0;
  left: 0;
  width: calc(100% - 2em);
  padding: 0.6em 1em;
  font-family: 'Lora', serif;
  font-size: 1.2em;
}
#content #nyheter .ll_template_newsitem {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 1em;
}
#content #nyheter .ll_template_newsitem:last-of-type {
  border-bottom: 0;
}
#content #nyheter .ll_template_newsitem .image {
  width: 100% !important;
}
#content #nyheter .ll_template_newsitem .image .part_image {
  height: auto !important;
}
#content #nyheter .al_info {
  display: none;
}
#content #nyheter h3 {
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold !important;
  margin: 0;
}
#content #nyheter p {
  margin-top: 0;
  margin-bottom: 0;
}
.ll_display_template_hela {
  margin-bottom: 40px;
}
.ll_display_template_hela .publishedTime,
.ll_display_template_hela .al_info {
  display: none;
}
#content #aktuellt {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
#content #aktuellt .knapp_länk a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#content #aktuellt .knapp_länk p {
  margin-bottom: 0;
  padding-bottom: 0;
}
#content .ll_display_template_startkalender {
  background: #f4f4f4;
  font-size: 0.9em;
  padding: 20px 20px 0 20px;
  width: 100%;
  position: relative;
}
#content .ll_display_template_startkalender:last-of-type h6 {
  border-bottom: 0;
}
#content .ll_display_template_startkalender .publishedTime {
  display: none;
}
#content .ll_display_template_startkalender .al_info {
  font-size: 0;
}
#content .ll_display_template_startkalender .al_info a {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  position: absolute;
  left: 0;
}
#content .ll_display_template_startkalender h6 {
  margin: 0;
  font-size: 1em;
  padding-bottom: 1em;
  margin-bottom: 0;
  border-bottom: #e5e5e5 solid 1px;
}
.html iframe {
  width: 100%;
}
#content p {
  padding-right: 0.5em;
  padding-bottom: 1em;
}
.orange {
  color: #002f44;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
  margin: 0;
  line-height: normal;
  font-weight: 300 !important;
  padding-bottom: 0.3em !important;
  padding-top: 0em !important;
  font-family: 'Lora', serif;
}
#content h1 {
  font-size: 2.4em;
  margin-bottom: 0em;
  margin-top: 0;
}
#content h1 p {
  display: inline-block;
  padding-bottom: 0.3em;
  margin: 0;
}
#content h2 {
  font-size: 1.6em;
}
#content h2.centrerad {
  margin-top: 2em !important;
}
#content h3 {
  font-size: 1.4em;
}
#content h3.centrerad {
  margin-top: 1.5em;
}
#content h4 {
  font-size: 1.2em;
}
#content h5 {
  font-size: 0.9em;
  letter-spacing: 1px;
}
#content h6 {
  font-size: 1.2em;
}
.större_text {
  font-size: 1.4em;
}
.ll_template_regioner {
  display: inline-block;
  position: relative;
}
.ll_template_regioner .publishedTime,
.ll_template_regioner .edit_link {
  display: none;
}
.ll_template_regioner a {
  font-size: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
/* The default footer div. 
   The div id can be changed by the user. */
#footer {
  clear: both;
  font-size: 0.8em;
  line-height: 1.8em;
  width: 100%;
  margin: 0 auto 0 auto;
  color: white !important;
  z-index: 10;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  background: #002f44;
}
#footer:after {
  height: 100px;
  background: url('/css.samverkan/image/samverkan_fot.png') center center no-repeat, #e9f2f6;
  background-size: 1150px;
  content: " ";
  width: calc(100% + 40px);
  margin-left: -20px;
  display: block;
}
#footer .fjärdedel {
  vertical-align: top;
  display: inline-block;
}
#footer .fjärdedel:first-line {
  font-size: 1.1em;
  vertical-align: top;
  display: inline-block;
}
#footer .fjärdedel .image {
  width: 100% !important;
}
#footer .fjärdedel .image .part_image {
  height: auto !important;
}
#footer a {
  color: white !important;
}
#footer > .inner {
  width: 1150px;
  padding: 2em 0 2em 0;
  margin: auto;
}
#footer p {
  margin-top: 0;
}
#footer h6 {
  margin: 0 0 0.5em 0;
  border-bottom: 1px solid white;
  font-size: 1em;
  text-transform: uppercase;
}
#footer > .inner > .text.last {
  color: #002f44;
  position: absolute;
  bottom: -35px;
  width: 100%;
  left: 0;
}
/* The login link. */
#login {
  position: fixed;
  top: 6px;
  right: 2px;
  font: 10px verdana, sans-serif;
  z-index: 9999999;
}
#login a {
  color: white;
  background-color: gray;
  text-decoration: none;
  border: 2px outset;
  margin: 0;
  padding: 0.1em;
}
#login a:hover {
  background-color: lightgray;
}
body {
  margin: 0;
  padding: 0;
}
.luftig {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}
.image.size_newsimage {
  width: 100% !important;
}
.image.size_newsimage .part_image {
  height: auto !important;
}
.image.size_bakgrundsbild {
  position: absolute;
  top: 0;
  left: 3vw;
  margin: 0;
  max-width: 100% !important;
  width: 94vw !important;
  height: 100% !important;
  z-index: -1;
}
.image.size_bakgrundsbild .part_image {
  height: 100% !important;
}
.image.size_regionlogga {
  margin: 10px 15px;
}
.ll_display_template_baraloggan {
  width: calc(100% / 7 - 4px);
  display: inline-block;
  margin-top: 1.5em;
}
.ll_display_template_baraloggan:hover .image.size_regionlogga .part_image {
  background-position: center bottom -4px !important;
}
.ll_display_template_baraloggan .image.size_regionlogga {
  margin: 0;
  width: 80% !important;
}
.ll_display_template_baraloggan .image.size_regionlogga .part_image {
  height: auto !important;
  background-position: center top !important;
}
.image.size_fjardedelsbild {
  width: 24% !important;
}
.image.size_fjardedelsbild .part_image {
  height: auto !important;
}
.image.size_tredjedelsbild {
  width: 33% !important;
}
.image.size_tredjedelsbild .part_image {
  height: auto !important;
}
.image.size_tvatredjedelsbild {
  width: 66% !important;
}
.image.size_tvatredjedelsbild .part_image {
  height: auto !important;
}
.image.size_halvbild {
  width: 50% !important;
  padding-left: 20px;
  max-width: 100% !important;
}
.image.size_halvbild .part_image {
  height: auto !important;
}
.image.size_fullviddsbild {
  width: 100% !important;
  max-width: 100% !important;
}
.image.size_fullviddsbild:hover .part_caption {
  background: #003046;
}
.image.size_fullviddsbild .part_image {
  height: auto !important;
  text-align: center;
}
.image.size_fullviddsbild .part_caption {
  background: rgba(114, 142, 143, 0.9);
  font-family: 'Lora', serif;
  font-size: 2em;
  line-height: 1.2em;
  margin: 0 auto;
  padding: 0.4em 0.7em;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  left: 50%;
  white-space: nowrap;
}
.start_page #header > .inner > .topsektion h1 {
  font-size: 1.5em;
}
#header > .inner > .topsektion {
  color: white;
  width: 100%;
  margin: 94px 0 0 0;
  position: relative;
}
#header > .inner > .topsektion h1 {
  font-family: 'Lora', serif;
  margin: 0 !important;
  line-height: 1.2em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  font-size: 3.5em;
  padding-bottom: 0 !important;
  letter-spacing: 1px;
  font-weight: 100;
  width: 100%;
}
#header > .inner > .topsektion h5 {
  font-family: 'Open Sans', sans-serif;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  font-size: 4em;
  margin: 0 0 0.5em 0;
  font-weight: 100;
  width: 100%;
}
#header > .inner > .topsektion > .inner {
  width: 1150px;
  margin: 0 auto 0 auto;
  padding: 8vw 20px 13vw 20px;
}
.start_page .image.size_topbild .part_image {
  height: 29vw !important;
}
.image.size_topbild {
  position: absolute;
  top: 0;
  left: 3vw;
  z-index: 0;
  width: 94vw !important;
  max-width: 100% !important;
  z-index: -1;
  margin: 0 !important;
}
.image.size_topbild .part_image {
  height: 24.3vw !important;
}
.edit_mode .image.size_topbild {
  position: relative;
  left: auto;
  top: auto;
  z-index: 1;
}
.edit_mode #content {
  margin-top: 0;
}
.edit_mode .image.size_bakgrundsbild,
.edit_mode .image.size_halvbild,
.edit_mode .image.size_topbild {
  position: relative;
}
.edit_mode #content .bakgrundsfärg .image.size_halvbild {
  position: relative;
  transform: translateY(0);
  top: 0;
}
.edit_mode .choices {
  color: buttontext !important;
}
.edit_mode .content_part_header {
  color: #002f44 !important;
}
.edit_mode .nklt_checked_items ul.main,
.edit_mode .content_part_header {
  text-align: left !important;
}
.edit_mode .section {
  width: 100% !important;
}
.edit_mode #header .topsektion,
.edit_mode #sidebar {
  display: none;
}
.edit_mode #header > .inner > .section#topbar,
.edit_mode #header > .inner > .section#navigation {
  position: relative;
  top: 0;
}
.tvåkolumner {
  column-gap: 38px;
  -moz-column-gap: 38px;
  /* Firefox */
  -webkit-column-gap: 38px;
  /* Safari and Chrome */
  -webkit-column-count: 2 !important;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2 !important;
  /* Firefox */
  column-count: 2 !important;
}
.trekolumner {
  column-gap: 38px;
  -moz-column-gap: 38px;
  /* Firefox */
  -webkit-column-gap: 38px;
  /* Safari and Chrome */
  -webkit-column-count: 3 !important;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3 !important;
  /* Firefox */
  column-count: 3 !important;
}
.fyrakolumner {
  column-gap: 38px;
  -moz-column-gap: 38px;
  /* Firefox */
  -webkit-column-gap: 38px;
  /* Safari and Chrome */
  -webkit-column-count: 4 !important;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4 !important;
  /* Firefox */
  column-count: 4 !important;
}
/* ---------------------- */
/*  Mobile burger menu    */
/* ---------------------- */
#nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  display: none;
}
#nav-toggle {
  cursor: pointer;
  padding: 12px 24px 12px 0px;
  padding-right: 2.5em;
  padding-top: 1.5em;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 2px;
  height: 4px;
  width: 24px;
  background: #002f44;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -8px;
}
#nav-toggle span:after {
  bottom: -8px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  transition: all 100ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#nav-toggle.active span:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.vanlig {
  width: 80%;
  margin: 0 auto;
}
.vanlig div {
  border: none !important;
}
.vanlig legend {
  display: none;
}
.vanlig .grid-form label {
  color: #e9f2f6 !important;
  padding-left: 0.5em;
  font-size: 0.8em !important;
}
.vanlig input[type='text'] {
  background-color: #e9f2f6 !important;
  border-radius: 0.3em;
  padding: 4px;
}
.vanlig textarea {
  background-color: #e9f2f6 !important;
  padding: 4px 4px;
  border: 1px solid #e5e5e5;
  resize: vertical;
}
.vanlig textarea:focus {
  border: 1px solid #e5e5e5 !important;
}
.vanlig input[type='radio'] {
  float: left;
  display: inline-block !important;
}
.vanlig input::-webkit-input-placeholder {
  color: #ccc !important;
}
.vanlig input:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc !important;
}
.vanlig input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc !important;
}
.vanlig input:-ms-input-placeholder {
  color: #ccc !important;
}
.vanlig .grid-form [data-row-span] [data-field-span]:hover {
  background: inherit;
  cursor: text;
}
.vanlig .grid-form [data-row-span] [data-field-span].focus {
  background: inherit;
}
.vanlig .grid-form [data-row-span] [data-field-span].focus label {
  color: inherit;
}
.vanlig form.submitting {
  background-color: lightyellow !important;
}
.vanlig .form_button {
  width: 100%;
  text-align: center;
  padding: 0.6em;
}
.vanlig .form_button .button_link {
  display: inline-block;
  padding: 0.2em 0.6em;
  color: #555;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #eee;
}
.centrerad {
  text-align: center;
}
.högerställd {
  text-align: right;
}
.vänsterställd {
  text-align: left;
}
.till_höger {
  float: right !important;
  padding-right: 0 !important;
}
/*Standardpaket public-classes*/
.halv {
  width: 50% !important;
  padding-right: 20px;
  display: inline-block;
  vertical-align: top;
}
.halv p {
  padding-right: 0 !important;
}
.halv + .halv {
  padding-right: 0;
  padding-left: 20px;
  float: right;
}
.tvåtredjedelar {
  width: 72%;
  padding-right: 1em;
  display: inline-block;
  vertical-align: top;
}
.tvåtredjedelar + .tredjedel {
  padding-right: 0;
  padding-left: 1em;
  width: 28%;
}
#content > .inner > .section > .inner > .section.tredjedel,
.tredjedel {
  width: calc(100% / 3);
  padding-right: 1em;
  display: inline-block;
  vertical-align: top;
}
#content > .inner > .section > .inner > .section.tredjedel p,
.tredjedel p {
  padding-right: 0 !important;
}
#content > .inner > .section > .inner > .section.tredjedel + .tredjedel,
.tredjedel + .tredjedel {
  padding-right: 0.5em;
  padding-left: 0.5em;
}
#content > .inner > .section > .inner > .section.tredjedel + .tredjedel p,
.tredjedel + .tredjedel p {
  padding-right: 0 !important;
}
#content > .inner > .section > .inner > .section.tredjedel + .tredjedel + .tredjedel,
.tredjedel + .tredjedel + .tredjedel {
  padding-right: 0;
  padding-left: 1em;
}
.fjärdedel {
  display: inline-block;
  width: 25%;
  padding-right: 1em;
  vertical-align: top;
}
.part.table {
  border-collapse: collapse;
}
.part.table td {
  background: white !important;
}
.part.table tr {
  background-color: #002f44;
}
.part.table.fullvidd {
  width: 100%;
}
.part.table.linjer td {
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
}
.part.table.streckade td {
  border-width: 1px;
  border-style: dotted;
  border-color: #666666;
}
.part.table.ljusa td {
  border-width: 1px;
  border-style: solid;
  border-color: #999999;
}
.part.table.h_färg tr:first-child {
  background-color: #000c11;
}
.part.table.h_gradient tr:first-child {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
  /* W3C */
}
.part.table.h_centrerad tr:first-child td {
  text-align: center;
}
.part.table.rad_markera tr:nth-child(n+2):hover {
  background-color: lightgray!important;
}
.part.table.höger {
  float: right;
  margin: 0 0 0 1em;
  margin-top: 0.4em;
}
.rad_varannan tr:nth-child(2n+3) {
  background-color: transparent;
}
.rad_varannan tr:nth-child(2n+3) td {
  color: #4f4f4f !important;
}
.rad_varannan tr:nth-child(even) {
  background-color: #002f44;
}
.rad_centrerad tr:nth-child(n+2) td {
  text-align: center;
}
.h_centrerad {
  text-align: center;
}
.litentext {
  font-size: 0.8em;
  line-height: normal;
}
.stortext {
  font-size: 1.1em;
  line-height: normal;
}
/************************/
/* jquery.sidr.dark.css */
/************************/
.sidr {
  display: none;
  position: fixed;
  top: 48px;
  height: 100vh;
  z-index: 999;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: 18px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  background: rgba(245, 245, 245, 0.9);
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  transform: translateY(-100vh);
  right: 0 !important;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}
.sidr ul li {
  margin: 1.5em 0;
  line-height: 1.4em;
}
.sidr ul li a,
.sidr ul li span {
  text-decoration: none;
  color: #002f44;
  font-weight: bold;
}
.sidr ul li a ul span,
.sidr ul li span ul span {
  color: white;
}
.sidr-class-current span {
  display: inline-block !important;
  color: #718d8e !important;
}
.sidr form {
  margin: 0 15px;
}
.content_fields_part a {
  color: black !important;
}
.sidr-open .sidr.right {
  transform: translateY(50px);
}
.sidr-open,
.sidr-animating {
  right: 0 !important;
  width: 100% !important;
}
.sidr-open .sidr.right,
.sidr-animating .sidr.right {
  top: 0;
}
.sidr .back-button {
  display: block;
  cursor: pointer;
  color: white;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 29px 8px 0px 8px;
}
.sidr .sidr-class-inner .sidr-class-group + ul > a.sidr-class-group:first-of-type span:before {
  content: "Gå till ";
}
.sidr .sidr-class-inner a.show-menu + ul {
  transform: translateX(0);
  display: block;
}
.sidr .sidr-class-inner ul {
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 100px;
}
.sidr .sidr-class-inner ul ul span {
  color: white !important;
}
.sidr .sidr-class-inner ul > li > a.sidr-class-group span:after {
  content: "›";
  margin-left: 0.5em;
  font-size: 1em;
}
.sidr .sidr-class-inner ul > li ul {
  transform: translateX(100vw);
  transition: ease-in-out 0.3s transform;
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
  padding-top: 85px;
  background: #002f44;
}
.EditButton {
  position: relative;
  z-index: 99;
}
.content_fields_part a {
  color: black !important;
}
#mobile_menu {
  display: none;
}
@media screen and (max-width: 1500px) {
  #content > .inner > .section > .inner,
  #header > .inner > .section > .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .has_sidebar #content > .inner {
    width: 100%;
  }
  #content {
    width: 1150px;
    margin: 0 auto;
    display: block;
    height: 100%;
  }
  .has_sidebar #content > .inner_content > .inner {
    float: none;
  }
}
@media screen and (max-width: 1370px) {
  #menu a {
    margin: 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 1290px) {
  .image.size_bakgrundsbild {
    width: 100% !important;
    left: 0;
  }
  .image.size_topbild {
    width: 100% !important;
    left: 0;
  }
  .display_template_hela .gallery {
    left: 0;
  }
  .display_template_hela .gallery .image {
    max-width: 100vw !important;
  }
  .display_template_hela .image_gallery_swiper .swiper-main-container {
    width: 100vw !important;
  }
  .display_template_hela .image_gallery_swiper .swiper-main-container .part_image,
  .display_template_hela .image_gallery_swiper .pagination {
    width: 100vw !important;
  }
  .display_template_hela .topsektion {
    overflow: hidden;
  }
}
@media screen and (max-width: 1190px) {
  #content > .inner > .text,
  #content > .inner > p,
  #content > .inner > .heading,
  #content > .inner > .contact,
  #content > .inner > table,
  #content > .inner > .html,
  #content > .inner > .loopdiv {
    width: 100%;
  }
  #content > .inner > .html {
    padding: 0 20px;
  }
  #footer > .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1152px) {
  #header > .inner {
    width: 100%;
  }
  #header > .inner > .section.i1 {
    width: 100%;
  }
  #header > .inner > .section.i2 > .inner {
    width: 100%;
  }
  #content,
  .has_sidebar #content > .inner_content,
  #content > .inner {
    width: 100%;
  }
  #footer:after {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1000px) {
  #login {
    display: none;
  }
  .logga {
    display: inline-block !important;
  }
  .has_sidebar #content > .inner_content > .inner {
    width: 100%;
  }
  #content {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
  #content > background-color_content {
    width: 100%;
    padding: 0 20px;
  }
  #content > background-color_content > .inner {
    width: 100%;
  }
  #content > .inner h1,
  #content > .inner_content h1 {
    font-size: 5vw;
  }
  #content > .inner > .topsektion > .inner,
  #content > .inner_content > .topsektion > .inner {
    padding: 11vw 0;
  }
  #content > .inner > .topsektion > .inner h1,
  #content > .inner_content > .topsektion > .inner h1 {
    font-size: 6.5vw;
  }
  .has_sidebar #content > .inner > .section,
  .has_sidebar #content > .inner > .text,
  .has_sidebar #content > .inner > .heading {
    width: 100%;
  }
  .has_sidebar #sidebar {
    display: none;
  }
  #content #sidebar {
    display: none;
  }
  #menu {
    display: none;
  }
  #nav-toggle {
    display: inline-block;
  }
  #header > .inner > .topsektion {
    margin-top: 0;
  }
  #header {
    border-top: none;
    margin-top: 53px;
  }
  #header > .inner > .section.i1 .text.i2 {
    display: none;
  }
  #header #navigation {
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0 !important;
    margin-top: 0 !important;
  }
  #header .logga {
    margin: 2px 0;
  }
  #header .logga .image {
    width: 255px !important;
  }
  #header .logga .image .part_image {
    height: auto !important;
  }
  #header #topbar {
    display: none;
  }
  #header .search {
    display: none;
  }
  #header > .inner > .topsektion h1 {
    font-size: 8vw;
  }
  #header > .inner > .topsektion h5 {
    font-size: 8vw;
  }
  .start_page #header > .inner > .topsektion h1 {
    font-size: 4vw;
  }
  #footer .tredjedel {
    width: 100% !important;
  }
  #content .tredjedel,
  .halv,
  .fjärdedel,
  .tvåtredjedelar {
    width: 100% !important;
    padding: 0 !important;
  }
  #content .tredjedel + .halv,
  .halv + .halv,
  .fjärdedel + .halv,
  .tvåtredjedelar + .halv {
    padding: 0 !important;
  }
  .start_page .luftig {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .luftig {
    padding-bottom: 2em !important;
    padding-top: 2em !important;
  }
  table {
    width: 100%;
    overflow: auto;
  }
  .image.size_halvbild {
    padding-left: 0;
    width: 100% !important;
  }
  #content .bakgrundsfärg .image.size_halvbild {
    position: relative;
    top: 0;
    transform: translateY(0%);
    width: 100% !important;
  }
  .image.size_tvatredjedelsbild {
    width: 100% !important;
  }
  .image.size_tvatredjedelsbild .part_image {
    height: auto !important;
  }
  .ll_display_template_baraloggan {
    width: calc(100% / 4 - 4px);
  }
  .start_page .image.size_topbild .part_image {
    height: 38.4vw !important;
  }
  .image.size_topbild .part_image {
    height: 30.5vw !important;
  }
  #header > .inner > .topsektion > .inner {
    padding: 8vw 20px 8vw 20px;
  }
  .display_template_hela .image_gallery_swiper .swiper-main-container {
    height: 30.5vw !important;
  }
  .display_template_hela .gallery .image .part_image {
    height: 25.6vw !important;
  }
}
@media screen and (max-width: 500px) {
  .ll_display_template_baraloggan {
    width: calc(100% / 2 - 4px);
  }
}
@media screen and (max-width: 350px) {
  #header .logga .image {
    width: 226px !important;
  }
  #header {
    margin-top: 48px;
  }
  .sidr-open .sidr.right {
    transform: translateY(48px);
  }
}
a[href^="tel:"] {
  color: white !important;
  text-decoration: none;
}
