@charset "UTF-8";
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  background: #fff;
  color: #000;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

/**
 * The usual...
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * HTML5 Doctor taken
 */
body {
  line-height: 1;
}

nav 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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title], dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
u, ins {
  text-decoration: none;
}

/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}

/**
 * So that `alt` text is visually offset if images don’t load.
 */
img {
  font-style: italic;
}

/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer;
}

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none;
}

/* $font-family-heading: Arial, "Helvetica Neue", Helvetica, sans-serif;
$font-family-copy: Arial, "Helvetica Neue", Helvetica, sans-serif; */
/* $font-family-copy-wide: "tablet-gothic-wide", Verdana, Geneva, sans-serif;
$font-family-copy-regular: "tablet-gothic", Arial, "Helvetica Neue", Helvetica, sans-serif; */
/* $L: 61.25em; */
/**
 * Mixins for each font.
 *
 * We have to combine 2 font-face methods:
 * 1) Linking Styles, used by the stylesheets served by Google. Incompatible with IE.
 * 2) Independent Styles, used by local styles and fonts. Compatible with IE.
 *
 * Appart from the fallback fonts (from Arial onwards), we use several font names:
 * a) The independent names from method 2 come first. They will be valid if no google or no connection, and IE compatible.
 * b) The google names come afterwards.
 */
/* This mixin is meant to help enable/disable OpenType features in your web pages with web fonts that support them 
** Taken from Jason Pamental < *cool dude*!
** https://github.com/jpamental/otfeatures
*/
/*
OpenType Features Key
@mixin otfeatures($c2sc: 0, $calt: 0, $clig: 0, $dlig: 0, $frac: 0, $hist: 0, $hlig: 0, $kern: 0, $liga: 0, $nalt: 0, $ncase: 0, $nspace: 0, $salt: 0, $ss01: 0, $ss02: 0, $ss03: 0, $ss04: 0, $ss05: 0, $swsh: 0, $zero: 0)

// Ligatures 
"liga" : common ligatures 
"dlig" : discretionary ligatures 
"clig" : contextual ligatures 
"hlig" : historical ligatures 

// Alternate Characters
"swsh" : swashes 
"calt" : contextual alternates 
"hist" : historical character alternatives 
"salt" : stylistic alternatives 

// Kerning
"kern" : enable use of embedded kerning table 

// Letter Case
"smcp" : small caps 
"c2sc" : small caps from caps 

// Stylistic Alternates
"ss01" : alternate stylistic set 1 
"ss02" : alternate stylistic set 2  
"ss03" : alternate stylistic set 3 
"ss04" : alternate stylistic set 4 
"ss05" : alternate stylistic set 5 

// Numeric Extras
"zero" : slashed-zero 
"nalt" : alternate annotation 

The following OT Features are either/or rather than single choices, so require some 'if/else' logic
// Number Case
"ncase" : number case
    0: default
    lnum: lining figures
    onum: old style figures

// Number Spacing
"nspace": number spacing
    0: default
    pnum: proportional spacing
    tnum: tabuplar spacing

"frac"  : fractions
    0: off
    frac: normal fractions
    afrc: alternate fractions
*/
/**
 * Helper functions
 */
.js .collapsible__panel:before, .contact_data > .contact_data__main:before, .contact_data .open_hours:before, .contact_data .contact_data__sub_item:before, .contact_data .contact_data__head:before, .contact_data:before, .manufactured:before, [id=page_footer] > .layout__wrap:before, .prices_layout_wrap .prices__list:before, .prices_layout_wrap .prices_container:before, .prices_layout_wrap:before, .content_unit__unit_wrap:before, .content_unit:before,
.content_unit__lead_content:before, .navigation--main:before, .breaking-news .overlay__header:before, .breaking-news:before, .jump-off .jump-off__panel:before, .jump-off:before, .page_header__banner h1:before, .layout-header:before, .brand:before, .horizontal-list:before, ul:before, .clearfix:before, .js .collapsible__panel:after, .contact_data > .contact_data__main:after, .contact_data .open_hours:after, .contact_data .contact_data__sub_item:after, .contact_data .contact_data__head:after, .contact_data:after, .manufactured:after, [id=page_footer] > .layout__wrap:after, .prices_layout_wrap .prices__list:after, .prices_layout_wrap .prices_container:after, .prices_layout_wrap:after, .content_unit__unit_wrap:after, .content_unit:after,
.content_unit__lead_content:after, .navigation--main:after, .breaking-news .overlay__header:after, .breaking-news:after, .jump-off .jump-off__panel:after, .jump-off:after, .page_header__banner h1:after, .layout-header:after, .brand:after, .horizontal-list:after, ul:after, .clearfix:after {
  content: " ";
  display: table;
}
.js .collapsible__panel:after, .contact_data > .contact_data__main:after, .contact_data .open_hours:after, .contact_data .contact_data__sub_item:after, .contact_data .contact_data__head:after, .contact_data:after, .manufactured:after, [id=page_footer] > .layout__wrap:after, .prices_layout_wrap .prices__list:after, .prices_layout_wrap .prices_container:after, .prices_layout_wrap:after, .content_unit__unit_wrap:after, .content_unit:after,
.content_unit__lead_content:after, .navigation--main:after, .breaking-news .overlay__header:after, .breaking-news:after, .jump-off .jump-off__panel:after, .jump-off:after, .page_header__banner h1:after, .layout-header:after, .brand:after, .horizontal-list:after, ul:after, .clearfix:after {
  clear: both;
}

body {
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

.visuallyhidden, .visuallyhidden_focusable {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden_focusable:active, .visuallyhidden_focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.nav ul,
.nav ol {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.invisible {
  visibility: hidden;
}

.disnone {
  display: none;
}

.align_right {
  text-align: right;
}

/* *** =========================================== ***
** Beloved Apple Produx ...
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  html,
  body {
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
  }
  html .abo-property,
  body .abo-property {
    overflow-x: hidden;
  }
  html .abo-property .item-desc,
  body .abo-property .item-desc {
    width: 508%;
    font-size: 16px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  html,
  body {
    overflow-x: hidden;
  }
  html .abo-property,
  body .abo-property {
    overflow-x: hidden;
  }
  html .abo-property .item-desc,
  body .abo-property .item-desc {
    width: 508%;
    font-size: 16px;
  }
}
/* *** =========================================== ***
** Font Awesome Iconfont
*/
@font-face {
  font-family: "FontAwesome";
  src: url("assets/vendor/fontawesome_403/fontawesome-webfont.eot?v=4.0.3");
  src: url("assets/vendor/fontawesome_403/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("assets/vendor/fontawesome_403/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("assets/vendor/fontawesome_403/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("assets/vendor/fontawesome_403/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 100%; /* Sets GENERAL font-size to 16 pixel! */
  font-family: "museo-sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  color: hsl(192, 100%, 20%);
  background: hsl(183, 30%, 37%);
}
@media only screen and (min-width: 60em) {
  html {
    font-size: 112.5%; /* Sets GENERAL font-size to 18 pixel! */
  }
  html.no-touch {
    overflow-y: scroll;
  }
}

body {
  font-size: 1rem;
  -webkit-font-feature-settings: "c2sc" 0, "calt" 0, "clig" 1, "dlig" 0, "frac" 0, "hist" 0, "hlig" 0, "kern" 1, "liga" 1, "nalt" 0, "salt" 0, "smcp" 0, "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 0, "ss05" 0, "swsh" 0, "zero" 0, "snum" 0;
  -ms-font-feature-settings: "c2sc=0", "calt=0", "clig=1", "dlig=0", "frac=0", "hist=0", "hlig=0", "kern= 1", "liga=1", "nalt=0", "salt=0", "smcp=0", "ss01=0", "ss02=0", "ss03=0", "ss04=0", "ss05=0", "swsh=0", "zero=0", "snum=0";
  -o-font-feature-settings: "c2sc" 0, "calt" 0, "clig" 1, "dlig" 0, "frac" 0, "hist" 0, "hlig" 0, "kern" 1, "liga" 1, "nalt" 0, "salt" 0, "smcp" 0, "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 0, "ss05" 0, "swsh" 0, "zero" 0, "snum" 0;
  font-feature-settings: "c2sc" 0, "calt" 0, "clig" 1, "dlig" 0, "frac" 0, "hist" 0, "hlig" 0, "kern" 1, "liga" 1, "nalt" 0, "salt" 0, "smcp" 0, "ss01" 0, "ss02" 0, "ss03" 0, "ss04" 0, "ss05" 0, "swsh" 0, "zero" 0, "snum" 0;
}

h1,
h2,
h3 {
  line-height: 1.25;
  text-rendering: optimizeLegibility;
  font-family: "museo-sans-condensed", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  clear: both;
}

h1 {
  font-size: 1.618034rem;
  font-weight: normal;
}
@media only screen and (min-width: 43.125em) {
  h1 {
    font-size: 2.0225425rem;
  }
}

h2 {
  font-size: 1.25rem;
  font-weight: normal;
}
@media only screen and (min-width: 43.125em) {
  h2 {
    font-size: 1.618034rem;
  }
}

h3 {
  font-size: 1.25rem;
}
@media only screen and (min-width: 43.125em) {
  h3 {
    font-size: 1.25rem;
  }
}

p + h2,
p + h3,
ul + h2,
ul + h3,
ol + h2,
ol + h3,
dl + h2,
dl + h3 {
  margin: 1.618034rem 0 0;
}

p,
li {
  margin-top: 1.25rem;
  margin-bottom: 0;
  line-height: 1.5;
}
p.subline,
li.subline {
  margin: 0.5rem 0 0;
  font-size: 1.25rem;
  font-weight: bold;
}

p {
  max-width: 28em; /* TBW! */
}

ul,
ol {
  margin: 1rem 0 0;
}

li {
  margin-top: 1rem;
  margin-left: 20px;
}

a {
  color: hsl(2, 60%, 49%);
}
a:visited {
  color: #b4312d;
}
a:hover, a:focus, a:active {
  color: #d04843;
  text-decoration: none;
}

img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

a.undercover {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: default;
}

@media only screen and (min-width: 80em) {
  [id=page_header] > .layout__wrap,
  main > .layout__wrap,
  [id=page_footer] > .layout__wrap {
    margin: 0 auto;
    max-width: 80em;
  }
}

main[role=main] {
  color: hsl(192, 100%, 20%);
  background: hsl(154, 47%, 91%);
  -webkit-transition: padding-bottom 0.5s ease, -webkit-transform 0.5s ease;
  transition: padding-bottom 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, padding-bottom 0.5s ease;
  transition: transform 0.5s ease, padding-bottom 0.5s ease, -webkit-transform 0.5s ease;
}

/* *** =========================================== ***
** Sticky Footer -- ALL rules *HERE* @ 1 place
*/
@media only screen and (min-width: 60em) {
  html.no-touch {
    height: 100%;
    overflow-y: scroll;
  }
  html.no-touch .sticky_footer {
    height: 100%;
  }
  html.no-touch .sticky_footer__canvas {
    min-height: 100%;
    height: auto !important;
    height: 100%;
  }
  html.no-touch .sticky_footer__padding {
    padding-bottom: 340px;
    padding-bottom: 21.25em;
  }
  html.no-touch .sticky_footer__footer {
    margin: -340px 0 0;
    margin: -21.25em 0 0;
    height: 340px;
    height: 21.25em;
  }
}
@media only screen and (min-width: 64em) {
  html.no-touch .sticky_footer__padding {
    padding-bottom: 370px;
    padding-bottom: 23.125em;
  }
  html.no-touch .sticky_footer__footer {
    margin: -370px 0 0;
    margin: -23.125em 0 0;
    height: 370px;
    height: 23.125em;
  }
}
@media only screen and (min-width: 80em) {
  html.no-touch .sticky_footer__padding {
    padding-bottom: 464px;
    padding-bottom: 25.778em;
  }
  html.no-touch .sticky_footer__footer {
    margin: -464px 0 0;
    margin: -25.778em 0 0;
    height: 464px;
    height: 25.778em;
  }
}
/* *** =========================================== ***
** Lists NOT being displayed as lists, eg. navigations 
*/
.bare-list {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bare-list li {
  margin-left: 0;
}

.horizontal-list li {
  float: left;
  margin: 0;
  line-height: 1;
}

.lead {
  font-size: 1.125rem;
  line-height: 1.3;
}

@media only screen and (min-width: 43.125em) {
  .col_pair {
    float: left;
    padding-right: 10%;
    width: 50%;
    max-width: 50%;
  }
  .col_pair__left {
    clear: left;
  }
  li.col_pair {
    width: calc(50% - 20px);
    padding-left: 0;
  }
}
/* *** =========================================== ***
** Brand Heading
*/
.brand {
  /* 							OK! It's not an object ONLY */
}
.brand > strong,
.brand > em {
  float: left;
  clear: left;
  font-weight: normal;
}
.brand > strong:first-letter {
  font-size: 125%;
}
.brand > em {
  padding: 0.25em 0 0.125em;
  font-size: 75%;
  font-style: normal;
  color: hsl(154, 47%, 91%);
}
.brand + dl {
  clear: both;
}
.brand.org > strong,
.brand.org > em {
  clear: none;
}
.brand.org > em {
  padding: 0.5em 8px 0;
}
.prices_container .brand > em {
  color: hsl(183, 30%, 37%);
}
@media only screen and (min-width: 30em) {
  .brand {
    /* 							OK! It's not an object ONLY */
  }
  .brand > strong {
    font-size: 125%;
  }
  .brand em {
    clear: none;
    padding: 0.75em 8px 0;
  }
  .brand.org > em {
    padding-top: 1em;
  }
}
@media only screen and (min-width: 43.125em) {
  .brand > strong,
  .brand > em {
    clear: none;
  }
  .brand em {
    padding: 0.75em 12px 0.5em;
  }
}

header[id=page_header] {
  color: hsl(173, 80%, 90%);
  background: hsl(183, 30%, 37%);
}
header[id=page_header] a {
  color: hsl(173, 80%, 90%);
  text-decoration: none;
}
header[id=page_header] a:visited {
  color: hsl(173, 60%, 70%);
}
header[id=page_header] a:hover, header[id=page_header] a:focus, header[id=page_header] a:active {
  color: hsl(173, 80%, 90%);
}
header[id=page_header] > .layout__wrap {
  position: relative;
}
@media only screen and (min-width: 80em) {
  header[id=page_header] > .layout__wrap {
    border-right: 1px solid hsl(154, 47%, 91%);
    border-left: 1px solid hsl(154, 47%, 91%);
  }
}

/* *** =========================================== ***
** Layout
*/
.layout-header {
  /* END .layout-header.uno  */
  /* END .layout-header.due  */
  /* END .layout-header.tre  */
}
.layout-header.uno { /* BEGIN .layout-header.uno  */
  padding-right: 32%;
  min-height: 13.125em;
}
.layout-header.uno .uno__uno {
  margin-right: 10px;
  margin-left: 10px;
}
.layout-header.uno .uno__tre {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.layout-header.due { /* BEGIN .layout-header.due  */
  padding: 0 10px 10px;
}
.layout-header.tre { /* BEGIN .layout-header.tre  */ }
.layout-header.tre .tre__uno,
.layout-header.tre .tre__due {
  border-top: 1px solid hsl(154, 47%, 91%);
}
@media only screen and (min-width: 30em) {
  .layout-header.uno {
    padding-right: 25%;
  }
}
@media only screen and (min-width: 43.125em) {
  .layout-header.uno {
    padding-bottom: 10px;
    min-height: 10em;
  }
}
@media only screen and (min-width: 60em) {
  .layout-header.uno {
    padding-top: 1.618034rem;
    min-height: 10em;
  }
}
@media only screen and (min-width: 43.125em) {
  .news_on .layout-header.uno, .news_on .layout-header.due {
    float: left;
  }
  .news_on .layout-header.uno {
    padding-right: 0;
    width: 50%;
  }
  .news_on .layout-header.uno .page_header__banner {
    padding-left: 38.25%;
  }
  .news_on .layout-header.uno .page_header__banner h1 {
    line-height: 0.875;
  }
  .news_on .layout-header.uno .page_header__banner h1 + dl {
    margin-right: -10%;
  }
  .news_on .layout-header.due {
    width: 35%;
    margin: 0;
    padding: 10px 10px 1rem;
  }
  .news_on .layout-header.tre {
    clear: both;
  }
}
@media only screen and (min-width: 60em) {
  .news_on .layout-header.uno .page_header__banner h1 {
    line-height: 1;
  }
  .news_on .layout-header.uno .page_header__banner h1 + dl {
    margin-right: 0;
    margin-right: -75%;
  }
}
@media only screen and (min-width: 64em) {
  .news_on .layout-header.uno {
    width: 61.8%;
  }
  .news_on .layout-header.uno .page_header__banner {
    padding-left: 22.9%;
  }
  .news_on .layout-header.uno .page_header__banner h1 + dl {
    margin-right: 0;
  }
  .news_on .layout-header.due {
    margin: 0;
    padding: 10px 10px 1rem;
    width: 25%;
    min-height: 160px;
  }
}
@media only screen and (min-width: 80em) {
  .news_on .layout-header.due {
    padding: 10px 0 1rem 26px;
    width: 27%;
  }
}

.page_header__banner {
  padding: 10px 0 0;
  background-image: url(assets/media/logo_05.png);
  background-repeat: no-repeat;
  background-position: 0 1em;
  background-size: 50px;
}
.page_header__banner h1 {
  margin: 0;
  padding-left: 60px;
  line-height: 1;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
.page_header__banner h1 + dl {
  margin: 1.25rem 0 0.75rem;
  min-height: 5.625rem;
}
.page_header__banner h1 + dl dd {
  padding: 0.5rem 0 0;
}
.page_header__banner h1 + dl dd a:after {
  position: absolute;
  top: 110px;
  right: 10px;
  width: 5.625rem;
  height: 5.625rem;
  background-color: hsl(173, 80%, 90%);
  background-image: url(assets/media/akupunkturforbundet.png);
  background-size: 90%;
  background-position: center 16px;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  content: "";
}
@media only screen and (min-width: 30em) {
  .page_header__banner {
    background-position: 0 0.75em;
    background-size: 60px;
  }
  .page_header__banner h1 {
    padding-left: 22%;
  }
  .page_header__banner h1 + dl {
    min-height: 3.5rem;
  }
}
@media only screen and (min-width: 43.125em) {
  .page_header__banner {
    padding-left: 25%;
    background-position: 1rem 2rem;
    background-size: 80px;
  }
  .page_header__banner h1 {
    padding-left: 0;
    max-width: 100%;
  }
  .page_header__banner h1 + dl dd {
    padding-right: 0;
  }
  .page_header__banner h1 + dl dd a:after {
    top: 3.75em;
    right: 10px;
  }
}
@media only screen and (min-width: 60em) {
  .page_header__banner {
    padding-left: 18.75%;
    background-position: 1rem 1.25rem;
    background-size: 100px;
  }
  .page_header__banner h1 + dl dd a:after {
    right: 30px;
  }
}

@media only screen and (min-width: 43.125em) {
  .news_on .page_header__banner h1 + dl dd {
    padding-right: 0;
  }
  .news_on .page_header__banner h1 + dl dd a:after {
    top: 3.75em;
    right: 10px;
  }
}
@media only screen and (min-width: 60em) {
  .news_on .page_header__banner h1 + dl dd a:after {
    top: 4.25em;
    right: 30px;
  }
}

/* *** =========================================== ***
** Service Navigation
*/
.navigation--service {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 27.5%;
}
.navigation--service li {
  float: right;
}
.navigation--service li a {
  display: block;
  padding: 0 0 0 10px;
  width: 5.625rem;
  font-size: 1rem;
  line-height: 40px;
  color: hsl(173, 80%, 90%);
  background: transparent;
  border: 1px solid hsl(173, 80%, 90%);
  border-radius: 0.5rem;
  text-decoration: none;
}
.navigation--service li a:hover, .navigation--service li a:focus, .navigation--service li a:active {
  color: hsl(2, 60%, 49%);
  background: hsl(154, 47%, 91%);
  border-color: hsl(2, 60%, 49%);
}
.show .navigation--service {
  display: none;
}
@media only screen and (min-width: 60em) {
  .navigation--service {
    right: 30px;
  }
}

.jump-off {
  margin: 0 0 0;
}
.jump-off .jump-off__heading {
  padding: 0.5rem 10px;
  line-height: 40px;
}
.jump-off .jump-off__heading h2 {
  margin: 0;
  padding: 0 56px 0 0;
  font-size: 1.125rem;
  line-height: 40px;
  text-align: right;
}
.jump-off .jump-off__heading.collapsible__header {
  border-bottom: none;
}
.jump-off .jump-off__item {
  float: left;
  width: 50%;
  font-family: "museo-sans-condensed", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  font-size: 1.25rem;
}
.jump-off .jump-off__item a {
  display: block;
  padding: 0 0 0 10px;
  text-align: left;
  text-decoration: none;
  line-height: 2.5;
  line-height: 1.875;
  color: hsl(173, 80%, 90%);
}
.jump-off .jump-off__item a:hover, .jump-off .jump-off__item a:focus, .jump-off .jump-off__item a:active {
  color: hsl(2, 60%, 49%);
  background: hsl(154, 47%, 91%);
}
@media only screen and (min-width: 30em) {
  .jump-off .jump-off__item {
    width: 33.333%;
  }
}
@media only screen and (min-width: 43.125em) {
  .jump-off .jump-off__heading {
    line-height: 1;
  }
  .jump-off .jump-off__heading h2 {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 1.618034rem;
    line-height: 1;
    text-align: left;
  }
  .jump-off .jump-off__panel {
    margin: 0;
  }
  .jump-off .jump-off__item {
    width: 25%;
    height: auto;
  }
  .jump-off .jump-off__item a {
    padding: 0 0 0 20px;
  }
}
@media only screen and (min-width: 60em) {
  .jump-off .jump-off__heading h2 {
    padding: 0 0 0 20px;
  }
  .jump-off .jump-off__item a {
    padding: 0 0 0 30px;
  }
}
@media only screen and (min-width: 80em) {
  .jump-off .jump-off__item {
    width: 14.2857%;
  }
}

.breaking-news {
  margin: 0 0 0.5rem;
  -ms-hyphens: none;
      hyphens: none;
}
.breaking-news .overlay__header h1 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  clear: none;
}
.breaking-news .overlay__header h1 em {
  color: hsl(2, 60%, 49%);
}
.breaking-news .overlay__header h1 + h2 {
  margin: 0.5rem 0 0;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 700;
  font-style: italic;
}
.breaking-news .overlay__header h1 + p {
  margin-top: 0.75rem;
  line-height: 1.3;
}
.breaking-news .overlay__header a,
.breaking-news .overlay_main a {
  color: hsl(2, 60%, 49%);
  text-decoration: underline;
}
.breaking-news .overlay__header a:visited,
.breaking-news .overlay_main a:visited {
  color: #b4312d;
}
.breaking-news .overlay__header a:hover, .breaking-news .overlay__header a:focus, .breaking-news .overlay__header a:active,
.breaking-news .overlay_main a:hover,
.breaking-news .overlay_main a:focus,
.breaking-news .overlay_main a:active {
  color: #d04843;
  text-decoration: none;
}
@media only screen and (min-width: 43.125em) {
  .breaking-news .overlay__header {
    min-height: 80px;
    min-height: 5rem;
  }
  .breaking-news.overlay__box--disabled .overlay__header {
    min-height: 120px;
    min-height: 7.5rem;
  }
}
@media only screen and (min-width: 60em) {
  .breaking-news .overlay__header {
    min-height: 99px;
    min-height: 5.5rem;
  }
  .breaking-news.overlay__box--disabled .overlay__header {
    min-height: 140px;
    min-height: 7.78rem;
  }
}
.show .breaking-news .overlay__header {
  margin: 0;
  min-height: 2rem;
}
.show .breaking-news .overlay__header h1 {
  margin: 1rem 0 0;
  font-size: 1.618034rem;
}
.show .breaking-news .overlay__header h1 + p {
  margin-top: 1.25rem;
  line-height: 1.5;
}
@media only screen and (min-width: 43.125em) {
  .show .breaking-news .overlay_main p:last-child {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 60em) {
  .show .breaking-news .overlay_main p:last-child {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 30em) {
  .breaking-news {
    float: right;
    width: 61.2%;
  }
}
@media only screen and (min-width: 43.125em) {
  .breaking-news {
    float: none;
    width: auto;
  }
}
@media only screen and (min-width: 60em) {
  .breaking-news .overlay__header h2,
  .breaking-news .lead {
    display: block;
  }
}

.navigation--main li {
  position: relative;
  float: left;
  width: 50%;
}
.navigation--main li a {
  display: block;
  width: 100%;
  font-size: 1.25rem;
  text-align: center;
  font-family: "museo-sans-condensed", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  line-height: 2.5;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: hsl(173, 80%, 90%);
  background: rgba(0, 82, 102, 0.5);
}
.navigation--main li a:visited {
  color: hsl(173, 80%, 90%);
}
.navigation--main li a:hover, .navigation--main li a:focus, .navigation--main li a:active {
  color: hsl(2, 60%, 49%);
  background: hsl(154, 47%, 91%);
}
.navigation--main li.current a, .navigation--main li.current:hover, .navigation--main li.current:focus, .navigation--main li.current:active {
  font-weight: 700;
  color: hsl(192, 100%, 20%);
  background: hsl(154, 47%, 91%);
  cursor: default;
}
.navigation--main li.boka_direkt a {
  color: hsl(173, 80%, 90%);
  background: #389a2f url(assets/media/bokadirekt_calendar.se.png) 10px center no-repeat;
}
.navigation--main li.boka_direkt a:visited {
  color: #fff;
}
.navigation--main li.boka_direkt a:hover, .navigation--main li.boka_direkt a:focus, .navigation--main li.boka_direkt a:active {
  background-color: #3fae35;
}
@media only screen and (min-width: 43.125em) {
  .navigation--main li {
    width: 25%;
  }
}
@media only screen and (min-width: 60em) {
  .navigation--main li a,
  .navigation--main li strong {
    font-size: 1.618034rem;
    line-height: 1.769;
  }
  .navigation--main li a {
    font-weight: normal;
  }
}
@media only screen and (min-width: 30em) {
  .content_unit > header,
  .content_unit__lead_content > header {
    padding-right: 0;
    padding-left: 60px;
  }
}
.content_unit__unit_wrap {
  clear: both;
}
@media only screen and (min-width: 30em) {
  .content_unit__unit_wrap {
    margin: 2.6180340252rem -10px 0;
    margin: 2.6180340252rem 0 0;
  }
}
@media only screen and (min-width: 30em) {
  .content_unit--full_width {
    padding-right: 0;
  }
}
@media only screen and (min-width: 43.125em) {
  .content_unit--full_width {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    clear: left;
  }
}

@media only screen and (min-width: 43.125em) {
  .content_unit--half_width {
    float: left;
    width: 50%;
  }
  .content_unit--half_width:nth-of-type(even) {
    clear: left;
  }
}

.content_unit__mediabox:first-child {
  float: right;
  margin-bottom: 1.618034rem;
  margin-left: 20px;
  width: 48%;
  width: calc(50% - 20px);
}

.content_unit__mediabox {
  margin-top: 0.5rem;
}
.content_unit__mediabox figure {
  position: relative;
  width: 100%; /* desired width */
  overflow: hidden;
}
.content_unit__mediabox figure:before {
  content: "";
  display: block;
  padding-top: 75%; /* initial ratio */
}
.content_unit__mediabox figure img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 30em) {
  .content_unit__mediabox {
    padding-right: 0;
    padding-left: 9%;
    width: 79.9%;
  }
}
@media only screen and (min-width: 43.125em) {
  .content_unit__mediabox {
    padding-left: 0;
  }
  .content_unit__mediabox figure {
    position: relative;
    width: 100%;
  }
  .content_unit__mediabox figure:before {
    padding-top: 85%;
  }
}
@media only screen and (min-width: 43.125em) {
  .content_unit__mediabox--landscape figure:before {
    padding-top: 75%;
  }
  [id=service_akupunktur] .content_unit__mediabox--landscape {
    width: 38.2%;
  }
}
@media only screen and (min-width: 64em) {
  [id=service_akupunktur] .content_unit__mediabox--landscape {
    padding-left: 20px;
  }
}

/* &[id="service_akupunktur"]  */
/* *** =========================================== ***
** Content Unit Level One = Home, About, Services < oberste Ebene
*/
.content_unit--level_01 {
  padding: 1.25rem 0 2.6180340252rem;
}
.content_unit--level_01 > header {
  margin: 1rem 10px 0;
}
.content_unit--level_01 > main {
  margin: 0 10px;
}
@media only screen and (min-width: 30em) {
  .content_unit--level_01 > .content_unit__lead_header,
  .content_unit--level_01 > main > .content_unit__lead_content {
    padding-left: 9%;
  }
  .content_unit--level_01 > .content_unit__lead_content {
    width: 79.9%;
  }
}
@media only screen and (min-width: 43.125em) {
  .content_unit--level_01 > header {
    margin: 1.25rem 0 0;
  }
  .content_unit--level_01 > .content_unit__lead_header,
  .content_unit--level_01 > main > .content_unit__lead_content {
    padding-left: 0;
  }
  .content_unit--level_01.float {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content_unit--level_01.no_float > .content_unit__lead_header {
    padding-left: 20px;
  }
  .content_unit--level_01 main.float,
  .content_unit--level_01 .content_unit__lead_content.float {
    float: left;
    margin: 0;
    padding: 0 9% 0 0;
    width: 61.8%;
    width: 50%;
  }
  .content_unit--level_01 .content_unit__lead_content.float {
    padding-left: 10px;
  }
  .content_unit--level_01 .content_unit__lead_content.float + .content_unit__mediabox {
    padding-right: 10px;
  }
  .content_unit--level_01 aside.float {
    float: right;
    width: 38.2%;
    width: 50%;
  }
}
@media only screen and (min-width: 60em) {
  .content_unit--level_01 > main > .content_unit__lead_content {
    width: 50%;
  }
  .content_unit--level_01 > main > .content_unit__lead_content {
    width: 100%;
  }
  .content_unit--level_01.float {
    padding: 1.25rem 31px 2.6180340252rem;
  }
  .content_unit--level_01.float > header {
    margin-right: 0;
    margin-left: 0;
    width: 50%;
  }
  .content_unit--level_01.no_float > .content_unit__lead_header {
    padding: 0 30px;
  }
  .content_unit--level_01.no_float .content_unit__lead_content.float {
    padding-left: 20px;
  }
  .content_unit--level_01.no_float .content_unit__lead_content.float + .content_unit__mediabox {
    padding-right: 20px;
  }
}

/* *** =========================================== ***
** Content Unit Level Two = Main Sections on Services
*/
.content_unit--level_02 {
  margin: 1.25rem -10px 1.618034rem;
  margin: 0 -10px 0;
  padding: 1rem 10px 0;
  /* *** =========================================== ***
  ** Media Queries
  */
}
.content_unit--level_02 > header {
  padding-right: 50px;
  padding-bottom: 16px;
  min-height: 40px;
}
.content_unit--level_02 > header h1 {
  padding-top: 3px;
}
.content_unit--level_02 > header h2 {
  padding-top: 8px;
  padding-bottom: 3px;
}
.content_unit--level_02 > main {
  padding-bottom: 2.0225425rem;
}
.content_unit--level_02[id=service_akupunktur] > main {
  padding-bottom: 0;
}
.content_unit--level_02 header + main p:first-of-type {
  margin-top: 0;
}
@media only screen and (min-width: 30em) {
  .content_unit--level_02 > header {
    padding-left: 60px;
  }
  .content_unit--level_02 > main {
    padding-right: 40px;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 43.125em) {
  .content_unit--level_02 {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .content_unit--level_02 > header h1 {
    padding-top: 0;
  }
  .content_unit--level_02 > header h2 {
    padding-top: 3px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 60em) {
  .content_unit--level_02 {
    margin: 0;
  }
}

/* *** =========================================== ***
** Content Unit Level Three = Items of Akupunktur
*/
.content_unit--level_03 {
  margin: 0;
  padding: 1rem 0 0;
}
.content_unit--level_03 > header {
  padding-right: 50px;
  padding-bottom: 16px;
  min-height: 40px;
}
.content_unit--level_03 > header h1 {
  padding-top: 6px;
}
.content_unit--level_03 > header h2 {
  padding-top: 8px;
  padding-bottom: 3px;
}
.content_unit__lead_content + .content_unit--level_03 {
  clear: both;
}
@media only screen and (min-width: 30em) {
  .content_unit--level_03 > header {
    padding-right: 20px;
  }
  .content_unit--level_03 > main {
    padding-right: 40px;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 43.125em) {
  .content_unit--level_03 > header h2 {
    padding-top: 3px;
    padding-bottom: 0;
  }
  .content_unit--level_03 > header + main p:first-of-type + .col_pair__right {
    margin-top: 0;
  }
  .content_unit--level_03 > main {
    padding-right: 20px;
    width: 100%;
  }
}
.content_unit--level_04 {
  margin: 0;
  padding: 1rem 0 0;
}
.content_unit--level_04 .content_unit__header {
  padding-top: 6px;
  padding-right: 50px;
  padding-bottom: 22px;
  min-height: 40px;
  font-style: italic;
}
.content_unit--level_04 .content_unit__main {
  padding-right: 60px;
  padding-bottom: 1.618034rem;
}

/* *** =========================================== ***
** Media Queries
*/
@media only screen and (min-width: 30em) {
  .content_unit--level_04 .content_unit__header {
    padding-right: 0;
    padding-left: 60px;
    font-size: 1rem;
  }
  .content_unit--level_04 .content_unit__main {
    padding-right: 0;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 43.125em) {
  .content_unit--level_04 .content_unit__header {
    padding-right: 20px;
  }
  .content_unit--level_04.content_unit--half_width {
    margin: 0;
  }
  .content_unit--level_04.content_unit--half_width:nth-of-type(even) {
    clear: none;
  }
  .content_unit--level_04.content_unit--half_width:nth-of-type(odd) {
    clear: left;
  }
  .content_unit--level_04 .content_unit__main {
    padding-right: 0;
  }
}
@media only screen and (min-width: 60em) {
  .content_unit--level_04 .content_unit__main {
    padding-right: 40px;
  }
}

.prices_layout_wrap {
  padding-top: 2.0225425rem;
  clear: both;
}
.prices_layout_wrap .prices__header {
  float: left;
  width: 50%;
}
.prices_layout_wrap .prices__header h1 {
  font-size: 1.618034rem;
}
.prices_layout_wrap .prices_container {
  clear: both;
}
.prices_layout_wrap .prices_container > h2 {
  padding-right: 25%;
  padding-right: 5%;
  font-size: 1.618034rem;
}
.prices_layout_wrap .prices_container strong em {
  color: hsl(2, 60%, 49%);
}
.prices_layout_wrap .prices__list {
  padding-bottom: 0;
  border-bottom: 1px solid hsl(154, 47%, 91%);
}
@media only screen and (min-width: 43.125em) {
  .prices_layout_wrap .prices__list {
    padding-bottom: 1.618034rem;
  }
}
@media only screen and (min-width: 60em) {
  .prices_layout_wrap .prices__list {
    padding-bottom: 2.0225425rem;
  }
}
.prices_layout_wrap .prices__item {
  margin-top: 1.25rem;
}
.prices_layout_wrap .prices__item h2 {
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: bold;
}
.prices_layout_wrap .prices__item h2 + p,
.prices_layout_wrap .prices__item h2 + p + p,
.prices_layout_wrap .prices__item h2 + .col_pair p {
  margin: 0;
}
@media only screen and (min-width: 43.125em) {
  .prices_layout_wrap .prices__item h2 + .col_pair + .col_pair p {
    margin: 0;
  }
}
.prices_layout_wrap .prices__item .prices__item__price {
  font-size: 1.25rem;
}
.prices_layout_wrap .prices__item .prices__item__price + h2 {
  margin-top: 0;
  background: lime;
}
.prices_layout_wrap .prices__item .prices__item__price + .prices__item__hint {
  margin: 0;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
}
.prices_layout_wrap .prices__kuponger {
  padding: 0 0 120px;
  background: transparent url(assets/media/6_fvkbanner250x100.gif) bottom center no-repeat;
}
.prices_layout_wrap.show .prices__header h1 {
  font-size: 2.0225425rem;
  color: hsl(2, 60%, 49%);
}
.prices_layout_wrap.show .prices_container {
  position: relative;
}
.prices_layout_wrap.show .prices_container:after {
  position: absolute;
  top: -30px;
  right: 0;
  padding-top: 20%;
  width: 24%;
  max-width: 8.75em;
  background-image: url(assets/media/akupunkturforbundet.png);
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
}
@media only screen and (min-width: 30em) {
  .prices_layout_wrap.show .prices_container:after {
    top: -36px;
    right: 0;
    width: 22%;
  }
}
@media only screen and (min-width: 43.125em) {
  .prices_layout_wrap.show .prices_container:after {
    top: -48px;
    right: -6px;
    width: 20%;
  }
}
@media only screen and (min-width: 60em) {
  .prices_layout_wrap.show .prices_container:after {
    top: -60px;
    width: 18%;
  }
}
@media only screen and (min-width: 30em) {
  .prices_layout_wrap {
    float: right;
    padding-right: 10px;
    width: 61.8%;
  }
}
@media only screen and (min-width: 43.125em) {
  .prices_layout_wrap {
    width: 50%;
  }
  .prices_layout_wrap .col_pair {
    padding-right: 0;
    width: 50%;
  }
  .prices_layout_wrap .col_pair__left {
    padding-right: 20px;
  }
  .prices_layout_wrap .col_pair__right {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 60em) {
  .prices_layout_wrap {
    padding-right: 20px;
    padding-left: 30px;
    width: 38.2%;
  }
  .prices_layout_wrap .prices__kuponger {
    padding: 0 0 80px;
    background: transparent url(assets/media/3_fvkbanner468x60.gif) bottom center no-repeat;
  }
}

[id=page_footer] {
  color: hsl(173, 80%, 90%);
  background: hsl(183, 30%, 37%);
}
[id=page_footer] > .layout__wrap {
  height: 100%;
}
[id=page_footer] section > h1 {
  font-size: 1rem;
  font-weight: bold;
}
[id=page_footer] a {
  color: hsl(173, 80%, 90%);
  text-decoration: none;
}
[id=page_footer] a:visited {
  color: hsl(173, 60%, 70%);
}
[id=page_footer] a:hover, [id=page_footer] a:focus, [id=page_footer] a:active {
  color: hsl(173, 80%, 90%);
}

/* *** =========================================== ***
** 									BEGIN media queries!
*/
@media only screen and (min-width: 80em) {
  [id=page_footer] > .layout__wrap {
    border-right: 1px solid hsl(154, 47%, 91%);
    border-left: 1px solid hsl(154, 47%, 91%);
  }
}

/* *** =========================================== ***
** Layout Things
*/
[id=page_footer] .uno {
  padding: 1rem 10px;
}
[id=page_footer] .due {
  padding: 1rem 30px;
}
@media only screen and (min-width: 43.125em) {
  [id=page_footer] .uno {
    padding: 1.25rem 20px;
  }
  [id=page_footer] .due {
    padding: 1.25rem 12.5%;
  }
}
@media only screen and (min-width: 60em) {
  [id=page_footer] > .layout__wrap .uno,
  [id=page_footer] > .layout__wrap .due {
    float: left;
    padding: 1.618034rem 30px;
    width: 50%;
  }
  [id=page_footer] > .layout__wrap .uno {
    padding-right: 0;
  }
  [id=page_footer] > .layout__wrap .due {
    padding-left: 0;
  }
}
/* *** =========================================== ***
** Google Map Modul
*/
.map_box {
  position: relative;
  width: 100%; /* desired width */
}
.map_box:before {
  content: "";
  display: block;
  padding-top: 75%; /* initial ratio */
}
.map_box .map_box__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.map_box .map_box__caption {
  position: absolute;
  top: 100%;
}

.manufactured {
  margin: 1rem 10px 0;
  padding: 8px 0;
  border-top: 1px solid #ddf3e9;
}
.manufactured dt {
  float: left;
  width: 65%;
  text-align: right;
}
.manufactured dd {
  float: right;
  width: 80px;
}
.manufactured dd a {
  display: block;
  width: 80px;
  text-indent: -9999px;
  background: transparent url(assets/media/px-netzbrausen-03.png) left center no-repeat;
}

/* *** =========================================== ***
** Layout on media queries
*/
@media only screen and (min-width: 30em) {
  .map_box:before {
    padding-top: 56.25%;
  }
  .manufactured dt {
    width: 75%;
  }
}
@media only screen and (min-width: 43.125em) {
  .map_box:before {
    padding-top: 33.333%;
  }
  .manufactured {
    padding: 0.75rem 20px;
  }
  .manufactured dt {
    width: 80%;
  }
}
@media only screen and (min-width: 60em) {
  .map_box:before {
    padding-top: 75%;
  }
  .manufactured {
    clear: both;
    float: right;
    margin: 1.25rem 30px 0;
    padding: 0.75rem 0;
    width: 38.2%;
    width: calc(38.2% - 60px);
    border-top: none;
  }
  .manufactured dt {
    width: 70%;
  }
}
@media only screen and (min-width: 80em) {
  .manufactured dt {
    width: 80%;
  }
}
.contact_data {
  margin: 0;
}
.contact_data .org {
  font-size: 1rem;
}
.contact_data .contact_data__sub_item .fn {
  margin: 0.75rem 0 0;
  font-size: 1.618034rem;
  font-family: "museo-sans-condensed", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
}
.contact_data .contact_data__sub_item .title {
  margin: 0.75rem 0;
}
.contact_data .open_hours {
  padding: 0.75rem 0 0;
  border-top: 1px solid hsl(154, 47%, 91%);
}
.contact_data .open_hours .open_hours__item {
  clear: both;
}
.contact_data .open_hours .open_hours__item span,
.contact_data .open_hours .open_hours__item strong {
  display: block;
}
.contact_data .open_hours .open_hours__item span {
  float: left;
  padding-right: 10px;
  width: 32.8%;
  text-align: right;
}
.contact_data .open_hours .open_hours__item span + strong {
  float: left;
  width: 61.2%;
}
.contact_data > .contact_data__main {
  margin: 0;
}
.contact_data .contact_data__sub_item dd {
  line-height: 1.618;
}
.contact_data .contact_data__sub_item.communication dd.tel {
  font-size: 1.25rem;
}
.contact_data .contact_data__sub_item.communication dd.mail {
  padding: 0.438rem 0 0.563rem;
}
.contact_data .contact_data__sub_item.address {
  padding: 0.75rem 0 0;
}
.contact_data .contact_data__sub_item.address .extended-address,
.contact_data .contact_data__sub_item.address .street-address {
  display: block;
}
.contact_data .contact_data__sub_item.address .org {
  font-family: "museo-sans-condensed", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  font-size: 1.25rem;
}
.contact_data .contact_data__sub_item.address .org strong {
  font-weight: normal;
}
.contact_data .contact_data__sub_item.address .explanation {
  margin-top: 0;
  padding: 0.438rem 0 0.563rem;
}
.contact_data .contact_data__sub_item.address .explanation li {
  margin-top: 0;
}

/* *** =========================================== ***
** Layout on media queries
*/
@media only screen and (min-width: 30em) {
  .contact_data .contact_data__sub_item.open_hours {
    float: left;
  }
  .contact_data .contact_data__sub_item.open_hours {
    margin-top: 1.75rem;
    border-top: none;
  }
  .contact_data .contact_data__sub_item.communication {
    margin: 0.75rem 0 0;
    padding: 0;
  }
}
@media only screen and (min-width: 43.125em) {
  .contact_data .contact_data__sub_item.communication, .contact_data .contact_data__sub_item.address {
    float: left;
  }
  .contact_data .contact_data__sub_item.address {
    padding: 0 1rem 0 0;
  }
}
.js .collapsible {
  position: relative;
}
.js .collapsible__trigger {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 20%;
  height: 40px;
}
.js .collapsible__trigger:after {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 12px 0 0 12px;
  padding: 0.688rem 0 0 0.688rem;
  width: 40px;
  height: 40px;
  font-family: FontAwesome;
  font-size: 1rem;
  color: hsl(192, 100%, 20%);
  background: hsl(173, 80%, 90%);
  border: 1px solid #99ebff;
  border-radius: 0.5rem;
  content: "\f078";
}
.js .collapsible__trigger.collapsible__trigger--bottom {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.js .collapsible__header {
  border-bottom: 1px solid #cbecde;
}
.js .collapsible__panel {
  padding-bottom: 0;
  height: 0;
  overflow: hidden;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: padding-bottom 0.5s ease, -webkit-transform 0.5s ease;
  transition: padding-bottom 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, padding-bottom 0.5s ease;
  transition: transform 0.5s ease, padding-bottom 0.5s ease, -webkit-transform 0.5s ease;
}
.js .collapsible__panel .collapsible__trigger {
  right: -10px;
}

.js .collapsible.show {
  background: hsl(173, 80%, 90%);
}
.js .collapsible.show > .collapsible__trigger:after {
  color: hsl(2, 60%, 49%);
  background: hsl(154, 47%, 91%);
  content: "\f077";
}
.js .collapsible.show > .collapsible__trigger.collapsible__trigger--bottom {
  display: block;
  top: calc(100% - 50px);
  height: auto;
  overflow: visible;
  text-decoration: none;
}
.js .collapsible.show > .collapsible__trigger.collapsible__trigger--bottom span {
  display: block;
  position: absolute;
  top: 0;
  right: 60px;
  min-width: 15em; /* 320px - 60px right - 10px left = 240px at 320px wide display */
  height: 40px;
  padding: 12px 0 0 10px;
  text-align: right;
  color: hsl(2, 60%, 49%);
}
.js .collapsible.show > .collapsible__header {
  border-bottom: none;
}
.js .collapsible.show > .collapsible__panel {
  display: block;
  height: auto;
  overflow: visible;
  padding-bottom: 60px;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
      transform: scaleY(1);
}
.js .collapsible.show .collapsible.show {
  background: hsla(0, 100%, 100%, 0.2);
}
.js .collapsible.show.questions_answers main {
  padding-bottom: 0;
}

/* *** =========================================== ***
** Media Queries
*/
@media only screen and (min-width: 30em) {
  .js .collapsible__trigger {
    right: 100%;
    width: auto;
  }
  .js .collapsible__trigger:after {
    right: -50px;
  }
  .js .collapsible__panel .collapsible__trigger {
    right: 100%;
  }
  .js .collapsible__panel .collapsible__trigger:after {
    right: -40px;
  }
  .js .collapsible.show .collapsible__trigger.collapsible__trigger--bottom {
    right: 0;
  }
  .js .collapsible.show .collapsible__trigger.collapsible__trigger--bottom:after {
    right: 10px;
  }
  .js .collapsible.show .collapsible__trigger.collapsible__trigger--bottom span {
    min-width: 20em; /* 320px seem to work good */
  }
}
@media only screen and (min-width: 30em) {
  .js .collapsible__trigger:after {
    padding: 0.611rem 0 0 0.611rem;
  }
}

.js {
  /* sig:rbu, : END Navigation */
}
.js .collapsible.nav_container {
  position: static;
}
.js .collapsible.nav_container > .collapsible__trigger {
  top: 60px;
  right: 10px;
  padding: 0 0 0 10px;
  width: 5.625rem;
  font-size: 1.125rem;
  line-height: 40px;
  text-transform: uppercase;
  color: hsl(192, 100%, 20%);
  background: hsl(173, 80%, 90%);
  border-radius: 0.5rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.js .collapsible.nav_container > .collapsible__trigger:after {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 0;
  width: auto;
  height: auto;
  font-family: FontAwesome;
  font-size: 1.125rem;
  color: hsl(192, 100%, 20%);
  background: transparent;
  border: none;
  content: "\f0c9";
  -webkit-transition: content 1.5s ease, color 0.5s ease;
  transition: content 1.5s ease, color 0.5s ease;
}
.js .collapsible.nav_container.show {
  display: block;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  padding: 110px 0 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 82, 102, 0.75);
}
.js .collapsible.nav_container.show > .collapsible__trigger:after {
  color: hsl(2, 60%, 49%);
  content: "\f00d";
}
.js .collapsible.nav_container.show > .collapsible__panel {
  padding-bottom: 0;
  background: hsl(192, 100%, 20%);
}
@media only screen and (min-width: 43.125em) {
  .js .collapsible.nav_container {
    position: static;
  }
  .js .collapsible.nav_container .collapsible__trigger {
    display: none;
  }
  .js .collapsible.nav_container .collapsible__panel {
    display: block;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    height: auto;
  }
}

.js .overlay__canvas.show {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 82, 102, 0.75);
}
.js .overlay__box {
  padding: 10px;
  color: hsl(192, 100%, 20%);
  background-color: hsl(173, 80%, 90%);
  border-radius: 0.5em;
}
.js .overlay__box .lead,
.js .overlay__box .overlay_main {
  display: none;
}
.js .overlay__box h2:last-child {
  display: block;
}
.js .overlay__box .overlay__date {
  float: right;
  margin: 0 0 0.5rem 20px;
  padding: 0 10px;
  background: #f0faf5;
  border-radius: 0.5rem;
}
.js .overlay__box .overlay__trigger {
  position: relative;
  height: 40px;
  cursor: pointer;
}
.js .overlay__box .overlay__trigger:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 50px 0 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: right;
  color: hsl(192, 100%, 20%);
  content: "läs hela texten ";
}
.js .overlay__box .overlay__trigger span:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-family: FontAwesome;
  font-size: 1rem;
  line-height: 40px;
  text-align: center;
  color: hsl(192, 100%, 20%);
  background-color: hsl(173, 80%, 90%);
  border: 1px solid hsl(192, 100%, 20%);
  border-radius: 0.5rem;
  content: "\f078";
}
.js .overlay__box.overlay__box--disabled h2 {
  display: block;
}
.js .overlay__box.overlay__box--disabled footer {
  display: none;
}
.js .show .overlay__box {
  float: none;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 90%;
  max-width: calc(100% - 20px);
  max-height: 90%;
  overflow: auto;
}
.touch .js .show .overlay__box {
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.js .show .overlay__box h2,
.js .show .overlay__box .lead,
.js .show .overlay__box .overlay_main {
  display: block;
}
.js .show .overlay__box .overlay_main {
  padding-bottom: 1.25rem;
}
.js .show .overlay__box .overlay__trigger {
  margin: 10px 0;
}
.js .show .overlay__box .overlay__trigger:after {
  color: hsl(2, 60%, 49%);
  content: "stäng fönstret";
}
.js .show .overlay__box .overlay__trigger span:after {
  color: hsl(173, 80%, 90%);
  background: hsl(2, 60%, 49%);
  border-color: hsl(2, 60%, 49%);
  content: "\f00d";
}
@media only screen and (min-width: 43.125em) {
  .js .show .overlay__box {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px;
  }
  .js .show .overlay__box .overlay__trigger {
    float: right;
    margin: -40px 0 0;
    width: 33.333%;
  }
}
@media only screen and (min-width: 60em) {
  .js .show .overlay__box {
    padding: 30px;
  }
  .js .show .overlay__box .overlay_main {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 30em) {
  .js .show .breaking-news {
    width: 80%;
  }
}
@media only screen and (min-width: 60em) {
  .js .show .breaking-news {
    width: 70%;
  }
}
@media only screen and (min-width: 64em) {
  .js .show .breaking-news {
    width: 60%;
    max-width: 40em;
  }
}
@media only screen and (min-width: 43.125em) {
  .js .show .prices__box {
    width: 90%;
  }
}
@media only screen and (min-width: 80em) {
  .js .show .prices__box {
    max-width: 63.75em;
  }
}

/* sig:rbu, : END .js */
#scroll_up {
  bottom: 0;
  right: 50%;
  right: calc(50% - 50px);
  display: block;
  padding-left: 10px;
  width: 100px;
  height: 40px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 40px;
  text-decoration: none;
  color: hsl(173, 80%, 90%);
  background: rgba(200, 55, 50, 0.875);
  background: rgba(66, 120, 123, 0.75);
  border: 2px solid hsl(173, 80%, 90%);
  border-bottom: none;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
#scroll_up:after {
  position: absolute;
  top: 0;
  right: 10px;
  font-family: FontAwesome;
  font-size: 1rem;
  line-height: 40px;
  content: "\f077";
}

.js {
  /* sig:rbu, : END Jump Off Component */
}
.js .collapsible.jump-off .collapsible__trigger {
  position: absolute;
  top: 0.5rem;
  left: 80%;
  width: 20%;
  height: 40px;
}
.js .collapsible.jump-off .collapsible__trigger:after {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 12px 0 0 12px;
  width: 40px;
  height: 40px;
  font-family: FontAwesome;
  font-size: 1rem;
  color: hsl(192, 100%, 20%);
  background: hsl(173, 80%, 90%);
  border-radius: 0.5rem;
  content: "\f078";
}
.js .collapsible.jump-off .collapsible__trigger span:after {
  content: "";
}
.js .collapsible.jump-off.show {
  background: hsl(192, 100%, 20%);
}
.js .collapsible.jump-off.show .collapsible__panel {
  padding-bottom: 0;
}
.js .collapsible.jump-off.show .collapsible__trigger:after {
  content: "\f077";
}
.js .collapsible.jump-off.show .collapsible__trigger span:after {
  content: "";
}
@media only screen and (min-width: 43.125em) {
  .js .collapsible.jump-off .collapsible__trigger {
    display: none;
  }
  .js .collapsible.jump-off .collapsible__panel {
    display: block;
    height: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

/* sig:rbu, : END .js */
.js.no-touch .collapsible__trigger {
  cursor: pointer;
}
.js.no-touch .collapsible__trigger.collapsible__trigger--bottom {
  cursor: pointer;
}
.js.no-touch .collapsible__trigger:after {
  cursor: pointer;
}