@charset "UTF-8";
@font-face {
  font-family: 'Nexa_Free_Bold';
  src: url("../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.woff2") format("woff2"), url("../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.woff") format("woff"), url("../fonts/nexa_boldfree_macroman/NexaBold.ttf") format("truetype"), url("../fonts/nexa_boldfree_macroman/NexaBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nexa_Free_Light';
  src: url("../fonts/nexa_lightfree_macroman/Nexa_Free_Light-webfont.woff2") format("woff2"), url("../fonts/nexa_lightfree_macroman/Nexa_Free_Light-webfont.woff") format("woff"), url("../fonts/nexa_lightfree_macroman/NexaLight.ttf") format("truetype"), url("../fonts/nexa_lightfree_macroman/NexaLight.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open_Sans_Regular';
  src: url("../fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("../fonts/Open_Sans/OpenSans-Regular.woff") format("woff"), url("../fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype"), url("../fonts/Open_Sans/OpenSans-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open_Sans_Light';
  src: url("../fonts/Open_Sans/OpenSans-Light.woff2") format("woff2"), url("../fonts/Open_Sans/OpenSans-Light.woff") format("woff"), url("../fonts/Open_Sans/OpenSans-Light.ttf") format("truetype"), url("../fonts/Open_Sans/OpenSans-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open_Sans_SemiBold';
  src: url("../fonts/Open_Sans/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/Open_Sans/OpenSans-SemiBold.woff") format("woff"), url("../fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype"), url("../fonts/Open_Sans/OpenSans-SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open_Sans_Bold';
  src: url("../fonts/Open_Sans/OpenSans-Bold.woff2") format("woff2"), url("../fonts/Open_Sans/OpenSans-Bold.woff") format("woff"), url("../fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype"), url("../fonts/Open_Sans/OpenSans-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**Headings*/
/*!
 * # Semantic UI 2.2.7 - Reset
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
             Reset
*******************************/
/* Border-Box */
/* line 18, ../sass/globals/_reset.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 23, ../sass/globals/_reset.scss */
html {
  box-sizing: border-box;
}

/* iPad Input Shadows */
/* line 28, ../sass/globals/_reset.scss */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* mobile firefox too! */
}

/*******************************
         Theme Overrides
*******************************/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 53, ../sass/globals/_reset.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 67, ../sass/globals/_reset.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 78, ../sass/globals/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 96, ../sass/globals/_reset.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 111, ../sass/globals/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 119, ../sass/globals/_reset.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 129, ../sass/globals/_reset.scss */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 135, ../sass/globals/_reset.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 145, ../sass/globals/_reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 151, ../sass/globals/_reset.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 158, ../sass/globals/_reset.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 165, ../sass/globals/_reset.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 172, ../sass/globals/_reset.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 179, ../sass/globals/_reset.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 185, ../sass/globals/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 192, ../sass/globals/_reset.scss */
sup {
  top: -0.5em;
}

/* line 195, ../sass/globals/_reset.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 204, ../sass/globals/_reset.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 210, ../sass/globals/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 219, ../sass/globals/_reset.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 225, ../sass/globals/_reset.scss */
hr {
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 231, ../sass/globals/_reset.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 237, ../sass/globals/_reset.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 257, ../sass/globals/_reset.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 275, ../sass/globals/_reset.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 284, ../sass/globals/_reset.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 295, ../sass/globals/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 309, ../sass/globals/_reset.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 316, ../sass/globals/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 325, ../sass/globals/_reset.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 335, ../sass/globals/_reset.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 349, ../sass/globals/_reset.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 358, ../sass/globals/_reset.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, ../sass/globals/_reset.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 375, ../sass/globals/_reset.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 384, ../sass/globals/_reset.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 395, ../sass/globals/_reset.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 402, ../sass/globals/_reset.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 411, ../sass/globals/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 415, ../sass/globals/_reset.scss */
td,
th {
  padding: 0;
}

/*******************************
         Site Overrides
*******************************/
/* line 1, ../sass/globals/_grid.scss */
.container, .nav-wrapper, .c-main-container {
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  /* line 5, ../sass/globals/_grid.scss */
  .container {
    width: 90%;
  }
}
@media (min-width: 601px) and (max-width: 1160px) {
  /* line 10, ../sass/globals/_grid.scss */
  .container, .nav-wrapper, .c-main-container {
    width: 87%;
  }
}
@media (min-width: 1160px) and (max-width: 1200px) {
  /* line 15, ../sass/globals/_grid.scss */
  .container, .nav-wrapper, .c-main-container {
    width: 90%;
  }
}
@media (min-width: 1201px) and (max-width: 1300px) {
  /* line 20, ../sass/globals/_grid.scss */
  .container, .nav-wrapper, .c-main-container {
    width: 1000px;
  }

  /* line 23, ../sass/globals/_grid.scss */
  .page-template-page-guides .container.guide-page-container {
    width: 1000px;
  }
}
@media only screen and (min-width: 1301px) {
  /* line 28, ../sass/globals/_grid.scss */
  .c-main-container, .container, .nav-wrapper, .page-template-page-guides .container.guide-page-container {
    width: 1000px;
  }
}
/* line 32, ../sass/globals/_grid.scss */
.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

/* line 36, ../sass/globals/_grid.scss */
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/* line 39, ../sass/globals/_grid.scss */
.section.no-pad {
  padding: 0;
}
/* line 42, ../sass/globals/_grid.scss */
.section.no-pad-bot {
  padding-bottom: 0;
}
/* line 45, ../sass/globals/_grid.scss */
.section.no-pad-top {
  padding-top: 0;
}

/* line 49, ../sass/globals/_grid.scss */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
/* line 55, ../sass/globals/_grid.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* line 60, ../sass/globals/_grid.scss */
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}
/* line 66, ../sass/globals/_grid.scss */
.row .col[class*="push-"], .row .col[class*="pull-"] {
  position: relative;
}
/* line 74, ../sass/globals/_grid.scss */
.row .col.s1 {
  width: 8.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 74, ../sass/globals/_grid.scss */
.row .col.s2 {
  width: 16.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 74, ../sass/globals/_grid.scss */
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 74, ../sass/globals/_grid.scss */
.row .col.s4 {
  width: 33.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 74, ../sass/globals/_grid.scss */
.row .col.s5 {
  width: 41.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 74, ../sass/globals/_grid.scss */
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 74, ../sass/globals/_grid.scss */
.row .col.s7 {
  width: 58.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 74, ../sass/globals/_grid.scss */
.row .col.s8 {
  width: 66.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 74, ../sass/globals/_grid.scss */
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 74, ../sass/globals/_grid.scss */
.row .col.s10 {
  width: 83.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 74, ../sass/globals/_grid.scss */
.row .col.s11 {
  width: 91.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 74, ../sass/globals/_grid.scss */
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 86, ../sass/globals/_grid.scss */
.row .col.offset-s1 {
  margin-left: 8.33333%;
}
/* line 89, ../sass/globals/_grid.scss */
.row .col.pull-s1 {
  right: 8.33333%;
}
/* line 92, ../sass/globals/_grid.scss */
.row .col.push-s1 {
  left: 8.33333%;
}
/* line 86, ../sass/globals/_grid.scss */
.row .col.offset-s2 {
  margin-left: 16.66667%;
}
/* line 89, ../sass/globals/_grid.scss */
.row .col.pull-s2 {
  right: 16.66667%;
}
/* line 92, ../sass/globals/_grid.scss */
.row .col.push-s2 {
  left: 16.66667%;
}
/* line 86, ../sass/globals/_grid.scss */
.row .col.offset-s3 {
  margin-left: 25%;
}
/* line 89, ../sass/globals/_grid.scss */
.row .col.pull-s3 {
  right: 25%;
}
/* line 92, ../sass/globals/_grid.scss */
.row .col.push-s3 {
  left: 25%;
}
/* line 86, ../sass/globals/_grid.scss */
.row .col.offset-s4 {
  margin-left: 33.33333%;
}
/* line 89, ../sass/globals/_grid.scss */
.row .col.pull-s4 {
  right: 33.33333%;
}
/* line 92, ../sass/globals/_grid.scss */
.row .col.push-s4 {
  left: 33.33333%;
}
/* line 86, ../sass/globals/_grid.scss */
.row .col.offset-s5 {
  margin-left: 41.66667%;
}
/* line 89, ../sass/globals/_grid.scss */
.row .col.pull-s5 {
  right: 41.66667%;
}
/* line 92, ../sass/globals/_grid.scss */
.row .col.push-s5 {
  left: 41.66667%;
}
/* line 86, ../sass/globals/_grid.scss */
.row .col.offset-s6 {
  margin-left: 50%;
}
/* line 89, ../sass/globals/_grid.scss */
.row .col.pull-s6 {
  right: 50%;
}
/* line 92, ../sass/globals/_grid.scss */
.row .col.push-s6 {
  left: 50%;
}
/* line 86, ../sass/globals/_grid.scss */
.row .col.offset-s7 {
  margin-left: 58.33333%;
}
/* line 89, ../sass/globals/_grid.scss */
.row .col.pull-s7 {
  right: 58.33333%;
}
/* line 92, ../sass/globals/_grid.scss */
.row .col.push-s7 {
  left: 58.33333%;
}
/* line 86, ../sass/globals/_grid.scss */
.row .col.offset-s8 {
  margin-left: 66.66667%;
}
/* line 89, ../sass/globals/_grid.scss */
.row .col.pull-s8 {
  right: 66.66667%;
}
/* line 92, ../sass/globals/_grid.scss */
.row .col.push-s8 {
  left: 66.66667%;
}
/* line 86, ../sass/globals/_grid.scss */
.row .col.offset-s9 {
  margin-left: 75%;
}
/* line 89, ../sass/globals/_grid.scss */
.row .col.pull-s9 {
  right: 75%;
}
/* line 92, ../sass/globals/_grid.scss */
.row .col.push-s9 {
  left: 75%;
}
/* line 86, ../sass/globals/_grid.scss */
.row .col.offset-s10 {
  margin-left: 83.33333%;
}
/* line 89, ../sass/globals/_grid.scss */
.row .col.pull-s10 {
  right: 83.33333%;
}
/* line 92, ../sass/globals/_grid.scss */
.row .col.push-s10 {
  left: 83.33333%;
}
/* line 86, ../sass/globals/_grid.scss */
.row .col.offset-s11 {
  margin-left: 91.66667%;
}
/* line 89, ../sass/globals/_grid.scss */
.row .col.pull-s11 {
  right: 91.66667%;
}
/* line 92, ../sass/globals/_grid.scss */
.row .col.push-s11 {
  left: 91.66667%;
}
/* line 86, ../sass/globals/_grid.scss */
.row .col.offset-s12 {
  margin-left: 100%;
}
/* line 89, ../sass/globals/_grid.scss */
.row .col.pull-s12 {
  right: 100%;
}
/* line 92, ../sass/globals/_grid.scss */
.row .col.push-s12 {
  left: 100%;
}
@media only screen and (min-width: 601px) {
  /* line 101, ../sass/globals/_grid.scss */
  .row .col.m1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../sass/globals/_grid.scss */
  .row .col.m2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../sass/globals/_grid.scss */
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../sass/globals/_grid.scss */
  .row .col.m4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../sass/globals/_grid.scss */
  .row .col.m5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../sass/globals/_grid.scss */
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../sass/globals/_grid.scss */
  .row .col.m7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../sass/globals/_grid.scss */
  .row .col.m8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../sass/globals/_grid.scss */
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../sass/globals/_grid.scss */
  .row .col.m10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../sass/globals/_grid.scss */
  .row .col.m11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../sass/globals/_grid.scss */
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 112, ../sass/globals/_grid.scss */
  .row .col.offset-m1 {
    margin-left: 8.33333%;
  }
  /* line 115, ../sass/globals/_grid.scss */
  .row .col.pull-m1 {
    right: 8.33333%;
  }
  /* line 118, ../sass/globals/_grid.scss */
  .row .col.push-m1 {
    left: 8.33333%;
  }
  /* line 112, ../sass/globals/_grid.scss */
  .row .col.offset-m2 {
    margin-left: 16.66667%;
  }
  /* line 115, ../sass/globals/_grid.scss */
  .row .col.pull-m2 {
    right: 16.66667%;
  }
  /* line 118, ../sass/globals/_grid.scss */
  .row .col.push-m2 {
    left: 16.66667%;
  }
  /* line 112, ../sass/globals/_grid.scss */
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  /* line 115, ../sass/globals/_grid.scss */
  .row .col.pull-m3 {
    right: 25%;
  }
  /* line 118, ../sass/globals/_grid.scss */
  .row .col.push-m3 {
    left: 25%;
  }
  /* line 112, ../sass/globals/_grid.scss */
  .row .col.offset-m4 {
    margin-left: 33.33333%;
  }
  /* line 115, ../sass/globals/_grid.scss */
  .row .col.pull-m4 {
    right: 33.33333%;
  }
  /* line 118, ../sass/globals/_grid.scss */
  .row .col.push-m4 {
    left: 33.33333%;
  }
  /* line 112, ../sass/globals/_grid.scss */
  .row .col.offset-m5 {
    margin-left: 41.66667%;
  }
  /* line 115, ../sass/globals/_grid.scss */
  .row .col.pull-m5 {
    right: 41.66667%;
  }
  /* line 118, ../sass/globals/_grid.scss */
  .row .col.push-m5 {
    left: 41.66667%;
  }
  /* line 112, ../sass/globals/_grid.scss */
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  /* line 115, ../sass/globals/_grid.scss */
  .row .col.pull-m6 {
    right: 50%;
  }
  /* line 118, ../sass/globals/_grid.scss */
  .row .col.push-m6 {
    left: 50%;
  }
  /* line 112, ../sass/globals/_grid.scss */
  .row .col.offset-m7 {
    margin-left: 58.33333%;
  }
  /* line 115, ../sass/globals/_grid.scss */
  .row .col.pull-m7 {
    right: 58.33333%;
  }
  /* line 118, ../sass/globals/_grid.scss */
  .row .col.push-m7 {
    left: 58.33333%;
  }
  /* line 112, ../sass/globals/_grid.scss */
  .row .col.offset-m8 {
    margin-left: 66.66667%;
  }
  /* line 115, ../sass/globals/_grid.scss */
  .row .col.pull-m8 {
    right: 66.66667%;
  }
  /* line 118, ../sass/globals/_grid.scss */
  .row .col.push-m8 {
    left: 66.66667%;
  }
  /* line 112, ../sass/globals/_grid.scss */
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  /* line 115, ../sass/globals/_grid.scss */
  .row .col.pull-m9 {
    right: 75%;
  }
  /* line 118, ../sass/globals/_grid.scss */
  .row .col.push-m9 {
    left: 75%;
  }
  /* line 112, ../sass/globals/_grid.scss */
  .row .col.offset-m10 {
    margin-left: 83.33333%;
  }
  /* line 115, ../sass/globals/_grid.scss */
  .row .col.pull-m10 {
    right: 83.33333%;
  }
  /* line 118, ../sass/globals/_grid.scss */
  .row .col.push-m10 {
    left: 83.33333%;
  }
  /* line 112, ../sass/globals/_grid.scss */
  .row .col.offset-m11 {
    margin-left: 91.66667%;
  }
  /* line 115, ../sass/globals/_grid.scss */
  .row .col.pull-m11 {
    right: 91.66667%;
  }
  /* line 118, ../sass/globals/_grid.scss */
  .row .col.push-m11 {
    left: 91.66667%;
  }
  /* line 112, ../sass/globals/_grid.scss */
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  /* line 115, ../sass/globals/_grid.scss */
  .row .col.pull-m12 {
    right: 100%;
  }
  /* line 118, ../sass/globals/_grid.scss */
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width: 993px) {
  /* line 128, ../sass/globals/_grid.scss */
  .row .col.l1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 128, ../sass/globals/_grid.scss */
  .row .col.l2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 128, ../sass/globals/_grid.scss */
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 128, ../sass/globals/_grid.scss */
  .row .col.l4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 128, ../sass/globals/_grid.scss */
  .row .col.l5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 128, ../sass/globals/_grid.scss */
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 128, ../sass/globals/_grid.scss */
  .row .col.l7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 128, ../sass/globals/_grid.scss */
  .row .col.l8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 128, ../sass/globals/_grid.scss */
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 128, ../sass/globals/_grid.scss */
  .row .col.l10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 128, ../sass/globals/_grid.scss */
  .row .col.l11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 128, ../sass/globals/_grid.scss */
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 139, ../sass/globals/_grid.scss */
  .row .col.offset-l1 {
    margin-left: 8.33333%;
  }
  /* line 142, ../sass/globals/_grid.scss */
  .row .col.pull-l1 {
    right: 8.33333%;
  }
  /* line 145, ../sass/globals/_grid.scss */
  .row .col.push-l1 {
    left: 8.33333%;
  }
  /* line 139, ../sass/globals/_grid.scss */
  .row .col.offset-l2 {
    margin-left: 16.66667%;
  }
  /* line 142, ../sass/globals/_grid.scss */
  .row .col.pull-l2 {
    right: 16.66667%;
  }
  /* line 145, ../sass/globals/_grid.scss */
  .row .col.push-l2 {
    left: 16.66667%;
  }
  /* line 139, ../sass/globals/_grid.scss */
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  /* line 142, ../sass/globals/_grid.scss */
  .row .col.pull-l3 {
    right: 25%;
  }
  /* line 145, ../sass/globals/_grid.scss */
  .row .col.push-l3 {
    left: 25%;
  }
  /* line 139, ../sass/globals/_grid.scss */
  .row .col.offset-l4 {
    margin-left: 33.33333%;
  }
  /* line 142, ../sass/globals/_grid.scss */
  .row .col.pull-l4 {
    right: 33.33333%;
  }
  /* line 145, ../sass/globals/_grid.scss */
  .row .col.push-l4 {
    left: 33.33333%;
  }
  /* line 139, ../sass/globals/_grid.scss */
  .row .col.offset-l5 {
    margin-left: 41.66667%;
  }
  /* line 142, ../sass/globals/_grid.scss */
  .row .col.pull-l5 {
    right: 41.66667%;
  }
  /* line 145, ../sass/globals/_grid.scss */
  .row .col.push-l5 {
    left: 41.66667%;
  }
  /* line 139, ../sass/globals/_grid.scss */
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  /* line 142, ../sass/globals/_grid.scss */
  .row .col.pull-l6 {
    right: 50%;
  }
  /* line 145, ../sass/globals/_grid.scss */
  .row .col.push-l6 {
    left: 50%;
  }
  /* line 139, ../sass/globals/_grid.scss */
  .row .col.offset-l7 {
    margin-left: 58.33333%;
  }
  /* line 142, ../sass/globals/_grid.scss */
  .row .col.pull-l7 {
    right: 58.33333%;
  }
  /* line 145, ../sass/globals/_grid.scss */
  .row .col.push-l7 {
    left: 58.33333%;
  }
  /* line 139, ../sass/globals/_grid.scss */
  .row .col.offset-l8 {
    margin-left: 66.66667%;
  }
  /* line 142, ../sass/globals/_grid.scss */
  .row .col.pull-l8 {
    right: 66.66667%;
  }
  /* line 145, ../sass/globals/_grid.scss */
  .row .col.push-l8 {
    left: 66.66667%;
  }
  /* line 139, ../sass/globals/_grid.scss */
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  /* line 142, ../sass/globals/_grid.scss */
  .row .col.pull-l9 {
    right: 75%;
  }
  /* line 145, ../sass/globals/_grid.scss */
  .row .col.push-l9 {
    left: 75%;
  }
  /* line 139, ../sass/globals/_grid.scss */
  .row .col.offset-l10 {
    margin-left: 83.33333%;
  }
  /* line 142, ../sass/globals/_grid.scss */
  .row .col.pull-l10 {
    right: 83.33333%;
  }
  /* line 145, ../sass/globals/_grid.scss */
  .row .col.push-l10 {
    left: 83.33333%;
  }
  /* line 139, ../sass/globals/_grid.scss */
  .row .col.offset-l11 {
    margin-left: 91.66667%;
  }
  /* line 142, ../sass/globals/_grid.scss */
  .row .col.pull-l11 {
    right: 91.66667%;
  }
  /* line 145, ../sass/globals/_grid.scss */
  .row .col.push-l11 {
    left: 91.66667%;
  }
  /* line 139, ../sass/globals/_grid.scss */
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  /* line 142, ../sass/globals/_grid.scss */
  .row .col.pull-l12 {
    right: 100%;
  }
  /* line 145, ../sass/globals/_grid.scss */
  .row .col.push-l12 {
    left: 100%;
  }
}

/*******************************
Page
*******************************/
/* line 4, ../sass/globals/_fonts.scss */
html,
body {
  height: 100%;
}

/* line 8, ../sass/globals/_fonts.scss */
html {
  font-size: 14px;
}

/* line 11, ../sass/globals/_fonts.scss */
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  min-width: 320px;
  font-family: "Open_Sans_Regular", sans-serif;
  font-size: 14px;
  line-height: 1.4285em;
  color: rgba(0, 0, 0, 0.87);
  font-smoothing: antialiased;
}

/*******************************
Headers
*******************************/
/* line 25, ../sass/globals/_fonts.scss */
h1 {
  font-family: "Nexa_Free_Bold", sans-serif;
}

/* line 28, ../sass/globals/_fonts.scss */
h2 {
  font-family: "Nexa_Free_Bold", sans-serif;
  font-weight: lighter;
}

/* line 32, ../sass/globals/_fonts.scss */
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2857em;
  margin: calc(2rem -  0.14285em ) 0em 1rem;
  padding: 0em;
}

/* line 41, ../sass/globals/_fonts.scss */
h1 {
  min-height: 1rem;
}

/* line 44, ../sass/globals/_fonts.scss */
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0em;
}

/* line 51, ../sass/globals/_fonts.scss */
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child {
  margin-bottom: 0em;
}

/*******************************
Text
*******************************/
/* line 61, ../sass/globals/_fonts.scss */
p {
  line-height: 1.4285em;
  margin: 0em 0em 1em;
}

/* line 65, ../sass/globals/_fonts.scss */
p:first-child {
  margin-top: 0em;
}

/* line 68, ../sass/globals/_fonts.scss */
p:last-child {
  margin-bottom: 0em;
}

/* line 71, ../sass/globals/_fonts.scss */
.c-BodyText {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #222;
}

/* line 77, ../sass/globals/_fonts.scss */
.c-Uppercase {
  font-size: 20px;
}

/* line 80, ../sass/globals/_fonts.scss */
.commentlist .comment {
  font-size: 14px;
  line-height: 1.6em;
}

/* line 84, ../sass/globals/_fonts.scss */
.c-main-heading {
  border: none;
  color: #ec6938;
}

/* line 88, ../sass/globals/_fonts.scss */
.font-15 {
  font-size: 15px !important;
}

/*max-width: 600px*/
@media only screen and (max-width: 600px) {
  /* line 91, ../sass/globals/_fonts.scss */
  .bloggartikel {
    line-height: 1.5em;
    font-size: 16px;
  }
  /* line 92, ../sass/globals/_fonts.scss */
  .bloggartikel p, .bloggartikel li {
    font-size: 16px;
  }
  /* line 93, ../sass/globals/_fonts.scss */
  .bloggartikel p {
    line-height: 1.5em;
  }
  /* line 94, ../sass/globals/_fonts.scss */
  .bloggartikel li {
    line-height: 1.7em;
  }
  /* line 95, ../sass/globals/_fonts.scss */
  .bloggartikel p.ingress, .bloggartikel blockquote {
    font-size: 19px;
  }

  /* line 97, ../sass/globals/_fonts.scss */
  .c-teaser-block, .c-teaser-block p {
    font-size: 19px;
  }
}
/*max-width: 992px*/
@media only screen and (max-width: 992px) {
  /* line 101, ../sass/globals/_fonts.scss */
  h1 {
    font-size: 2.3em;
    line-height: 1.1;
  }

  /* line 105, ../sass/globals/_fonts.scss */
  h2 {
    font-size: 1.9rem;
  }

  /* line 108, ../sass/globals/_fonts.scss */
  .h2-size, .h2-size p {
    font-size: 1.9rem !important;
  }

  /* line 111, ../sass/globals/_fonts.scss */
  h3 {
    font-size: 1.4rem;
  }

  /* line 114, ../sass/globals/_fonts.scss */
  .h3-size, .c-h3-size p {
    font-size: 1.4rem !important;
  }

  /* line 117, ../sass/globals/_fonts.scss */
  h4 {
    font-size: 1.2rem;
  }

  /* line 120, ../sass/globals/_fonts.scss */
  .h4-size {
    font-size: 1.2rem !important;
  }

  /* line 123, ../sass/globals/_fonts.scss */
  h5 {
    font-size: 1.1rem;
  }

  /* line 124, ../sass/globals/_fonts.scss */
  h2.c-main-heading {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 601px) {
  /* line 127, ../sass/globals/_fonts.scss */
  h1.page-title {
    font-size: 3rem;
  }

  /* line 128, ../sass/globals/_fonts.scss */
  .c-teaser-block, .c-teaser-block p {
    font-size: 16px;
  }
}
/*min-width: 993px*/
@media only screen and (min-width: 993px) {
  /* line 132, ../sass/globals/_fonts.scss */
  h1 {
    font-size: 3.3rem;
  }

  /* line 135, ../sass/globals/_fonts.scss */
  h2 {
    font-size: 2.4rem;
  }

  /* line 138, ../sass/globals/_fonts.scss */
  .h2-size, .h2-size p {
    font-size: 2.4rem !important;
  }

  /* line 141, ../sass/globals/_fonts.scss */
  h3 {
    font-size: 1.5rem;
  }

  /* line 144, ../sass/globals/_fonts.scss */
  .h3-size, .c-h3-size p {
    font-size: 1.5rem !important;
  }

  /* line 147, ../sass/globals/_fonts.scss */
  h4 {
    font-size: 1.35rem;
  }

  /* line 150, ../sass/globals/_fonts.scss */
  .h4-size {
    font-size: 1.35rem !important;
  }

  /* line 153, ../sass/globals/_fonts.scss */
  h5 {
    font-size: 1rem;
  }
}
/*min-width: 1201px*/
@media only screen and (min-width: 1201px) {
  /* line 159, ../sass/globals/_fonts.scss */
  .bloggartikel {
    line-height: 1.6em;
    font-size: 14px;
  }
  /* line 161, ../sass/globals/_fonts.scss */
  .bloggartikel p, .bloggartikel li {
    font-size: 14px;
  }
  /* line 162, ../sass/globals/_fonts.scss */
  .bloggartikel p {
    line-height: 1.6em;
  }
  /* line 163, ../sass/globals/_fonts.scss */
  .bloggartikel li {
    line-height: 1.75em;
  }
  /* line 164, ../sass/globals/_fonts.scss */
  .bloggartikel p.ingress, .bloggartikel blockquote {
    font-size: 16px;
  }

  /* line 167, ../sass/globals/_fonts.scss */
  .listing-detail-section .bloggartikel h3:first-of-type {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 1200px) and (min-width: 601px) {
  /* line 171, ../sass/globals/_fonts.scss */
  .bloggartikel {
    line-height: 1.6em;
    font-size: 16px;
  }
  /* line 172, ../sass/globals/_fonts.scss */
  .bloggartikel p, .bloggartikel li {
    font-size: 16px;
  }
  /* line 174, ../sass/globals/_fonts.scss */
  .bloggartikel p {
    line-height: 1.6em;
  }
  /* line 175, ../sass/globals/_fonts.scss */
  .bloggartikel li {
    line-height: 1.75em;
  }
  /* line 176, ../sass/globals/_fonts.scss */
  .bloggartikel p.ingress, .bloggartikel blockquote {
    font-size: 18px;
  }
}
/*Media Query Ranges*/
/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  /* line 21, ../sass/globals/_mediaqueries.scss */
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  /* line 26, ../sass/globals/_mediaqueries.scss */
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  /* line 31, ../sass/globals/_mediaqueries.scss */
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 36, ../sass/globals/_mediaqueries.scss */
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  /* line 41, ../sass/globals/_mediaqueries.scss */
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  /* line 46, ../sass/globals/_mediaqueries.scss */
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 51, ../sass/globals/_mediaqueries.scss */
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  /* line 56, ../sass/globals/_mediaqueries.scss */
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width: 601px) {
  /* line 61, ../sass/globals/_mediaqueries.scss */
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width: 992px) {
  /* line 66, ../sass/globals/_mediaqueries.scss */
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  /* line 73, ../sass/globals/_mediaqueries.scss */
  .center-on-small-only {
    text-align: center;
  }
}

/*!
* # Semantic UI 2.2.7 - Site
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*-------------------
Links
--------------------*/
/* line 14, ../sass/globals/_site.scss */
a {
  color: #72ca44;
  text-decoration: none;
  /*font-weight: 600;*/
}

/* line 19, ../sass/globals/_site.scss */
a:hover {
  color: #50972b;
  text-decoration: none;
}

/* line 23, ../sass/globals/_site.scss */
a:active, a:hover {
  outline: 0;
}

/* line 26, ../sass/globals/_site.scss */
.c-link {
  color: #72ca44;
  font-weight: 500;
  transition: color .1s ease;
  cursor: pointer;
}

/*******************************
Highlighting
*******************************/
/* Site */
/* line 36, ../sass/globals/_site.scss */
::-webkit-selection {
  background-color: #ec6938;
  color: white;
}

/* line 40, ../sass/globals/_site.scss */
::-moz-selection {
  background-color: #ec6938;
  color: white;
}

/* line 44, ../sass/globals/_site.scss */
::selection {
  background-color: #ec6938;
  color: white;
}

/* Form */
/* line 49, ../sass/globals/_site.scss */
textarea::-webkit-selection,
input::-webkit-selection {
  background-color: #ec6938;
  color: white;
}

/* line 54, ../sass/globals/_site.scss */
textarea::-moz-selection,
input::-moz-selection {
  background-color: #ec6938;
  color: white;
}

/* line 59, ../sass/globals/_site.scss */
textarea::selection,
input::selection {
  background-color: #ec6938;
  color: white;
}

/* line 64, ../sass/globals/_site.scss */
body::-webkit-scrollbar {
  width: 1em;
}

/* line 67, ../sass/globals/_site.scss */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* line 70, ../sass/globals/_site.scss */
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

/* line 74, ../sass/globals/_site.scss */
textarea:focus, input:focus {
  outline: none;
}

/* line 77, ../sass/globals/_site.scss */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #141414;
}

/* line 80, ../sass/globals/_site.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #141414;
}

/* line 83, ../sass/globals/_site.scss */
:-ms-input-placeholder {
  /* IE 10+ */
  color: #141414;
}

/* line 86, ../sass/globals/_site.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #141414;
}

/*******************************
Global Overrides
*******************************/
/* line 93, ../sass/globals/_site.scss */
.z-depth-0 {
  box-shadow: none !important;
}

/* line 96, ../sass/globals/_site.scss */
.z-depth-1, nav, .side-nav {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

/* line 99, ../sass/globals/_site.scss */
.z-depth-1-half {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* line 102, ../sass/globals/_site.scss */
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* line 105, ../sass/globals/_site.scss */
.z-depth-3 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

/* line 108, ../sass/globals/_site.scss */
.z-depth-4 {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

/* line 111, ../sass/globals/_site.scss */
.z-depth-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

/*demo*/
/* line 115, ../sass/globals/_site.scss */
.site-bg {
  background-color: #fefefe;
}

/* line 118, ../sass/globals/_site.scss */
figure {
  margin: 0;
}

/*******************************
Fixed footer
******************************/
/* line 122, ../sass/globals/_site.scss */
html {
  height: 100%;
}

/* line 125, ../sass/globals/_site.scss */
body {
  display: block;
  min-height: 100%;
  position: relative;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  /* line 132, ../sass/globals/_site.scss */
  body {
    display: block;
  }
}
/* line 136, ../sass/globals/_site.scss */
.c-wrapper {
  min-height: 100%;
}

/*******************************
Site Overrides
******************************/
/* line 142, ../sass/globals/_site.scss */
ul:not(.browser-default) li {
  list-style-type: none;
}

/* line 143, ../sass/globals/_site.scss */
ul, ol, li {
  list-style: none;
}

/*******************************
Helper Classes
*******************************/
/* line 147, ../sass/globals/_site.scss */
.left, .c-left {
  float: left;
}

/* line 148, ../sass/globals/_site.scss */
.right, .c-right {
  float: right !important;
}

/* line 149, ../sass/globals/_site.scss */
.c-block {
  display: block;
}

/* line 150, ../sass/globals/_site.scss */
.c-inl-block {
  display: inline-block;
}

/* line 151, ../sass/globals/_site.scss */
.clear {
  clear: both;
}

/* line 152, ../sass/globals/_site.scss */
.text-left {
  text-align: left;
}

/* line 153, ../sass/globals/_site.scss */
.text-right {
  text-align: right;
}

/* line 154, ../sass/globals/_site.scss */
.text-center, .c-text-center {
  text-align: center;
}

/* line 155, ../sass/globals/_site.scss */
.margin-auto {
  margin: 0 auto;
}

/* line 156, ../sass/globals/_site.scss */
.c-Uppercase {
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .025em;
}

/* line 162, ../sass/globals/_site.scss */
.c-Uppercase.c-link--arrow:after {
  content: '\279C';
}

/* line 165, ../sass/globals/_site.scss */
.c-link--arrow:after {
  font-size: 16px;
  content: '\2192';
  padding-left: 5px;
}

/* line 170, ../sass/globals/_site.scss */
.margin-null {
  margin: 0 !important;
}

/* line 171, ../sass/globals/_site.scss */
.margin-top-null {
  margin-top: 0 !important;
}

/* line 172, ../sass/globals/_site.scss */
.margin-bottom-null {
  margin-bottom: 0 !important;
}

/* line 173, ../sass/globals/_site.scss */
.base-padding-bottom {
  padding-bottom: 10px !important;
}

/* line 174, ../sass/globals/_site.scss */
.base-padding-bottom-x2 {
  padding-bottom: 20px !important;
}

/* line 175, ../sass/globals/_site.scss */
.base-padding-bottom-x3 {
  padding-bottom: 30px !important;
}

/* line 176, ../sass/globals/_site.scss */
.base-padding-bottom-x35 {
  padding-bottom: 35px !important;
}

/* line 177, ../sass/globals/_site.scss */
.base-padding-bottom-x4 {
  padding-bottom: 40px !important;
}

/* line 178, ../sass/globals/_site.scss */
.padding-bottom-null {
  padding-bottom: 0 !important;
}

/* line 179, ../sass/globals/_site.scss */
.base-padding-top {
  padding-top: 10px !important;
}

/* line 180, ../sass/globals/_site.scss */
.base-padding-top-x2 {
  padding-top: 20px !important;
}

/* line 181, ../sass/globals/_site.scss */
.base-padding-top-x25 {
  padding-top: 25px !important;
}

/* line 182, ../sass/globals/_site.scss */
.base-padding-top-x3 {
  padding-top: 30px !important;
}

/* line 183, ../sass/globals/_site.scss */
.base-margin-top-x4 {
  margin-top: 40px !important;
}

/* line 184, ../sass/globals/_site.scss */
.base-margin-top-x45 {
  margin-top: 45px !important;
}

/* line 185, ../sass/globals/_site.scss */
.base-margin-bottom {
  margin-bottom: 10px !important;
}

/* line 186, ../sass/globals/_site.scss */
.base-margin-bottom-5 {
  margin-bottom: 5px !important;
}

/* line 187, ../sass/globals/_site.scss */
.base-margin-top-5 {
  margin-top: 5px !important;
}

/* line 188, ../sass/globals/_site.scss */
.base-margin-bottom-x2 {
  margin-bottom: 20px !important;
}

/* line 189, ../sass/globals/_site.scss */
.base-margin-bottom-x3 {
  margin-bottom: 30px !important;
}

/* line 190, ../sass/globals/_site.scss */
.base-margin-bottom-x35 {
  margin-bottom: 35px !important;
}

/* line 191, ../sass/globals/_site.scss */
.base-margin-top {
  margin-top: 10px !important;
}

/* line 192, ../sass/globals/_site.scss */
.base-margin-top-x2 {
  margin-top: 20px !important;
}

/* line 193, ../sass/globals/_site.scss */
.base-margin-top-x25 {
  margin-top: 25px !important;
}

/* line 194, ../sass/globals/_site.scss */
.base-margin-top-x3 {
  margin-top: 30px !important;
}

/* line 195, ../sass/globals/_site.scss */
.base-color {
  color: #ec6938;
}

/* line 196, ../sass/globals/_site.scss */
.link-color {
  color: #72ca44;
}

/* line 197, ../sass/globals/_site.scss */
.text-danger {
  color: red;
  font-weight: bold;
}

/* line 198, ../sass/globals/_site.scss */
.border-bottom {
  border-bottom: solid 1px #ddd;
}

/* line 199, ../sass/globals/_site.scss */
.bg-white, .white-bg {
  background-color: white;
}

/* line 200, ../sass/globals/_site.scss */
.c-white {
  color: white;
}

/* line 201, ../sass/globals/_site.scss */
.base-color-light {
  color: #f7c1ac;
}

/* line 202, ../sass/globals/_site.scss */
.c-green {
  color: green;
}

/* line 203, ../sass/globals/_site.scss */
.c-red {
  color: red;
}

/* line 204, ../sass/globals/_site.scss */
.c-primaryc {
  background-color: #ec6938;
}
/* line 206, ../sass/globals/_site.scss */
.c-primaryc h2 {
  color: white;
  padding: 0 10px;
}
/* line 207, ../sass/globals/_site.scss */
.c-primaryc .c-primaryc-block {
  background-color: #ec6938;
}
/* line 209, ../sass/globals/_site.scss */
.c-primaryc .c-primaryc-block img {
  margin: 0 auto;
  display: block;
}
/* line 213, ../sass/globals/_site.scss */
.c-primaryc .c-primaryc-block h3 {
  border-bottom: 2px solid #fff;
  display: block;
  padding-bottom: 10px;
  font-weight: bold;
  color: white;
}
/* line 220, ../sass/globals/_site.scss */
.c-primaryc .c-primaryc-block p {
  color: white;
}

/* line 223, ../sass/globals/_site.scss */
.img-responsive {
  max-width: 100%;
  height: auto;
}

/* line 224, ../sass/globals/_site.scss */
.c-full-width {
  width: 100% !important;
}

/* line 226, ../sass/globals/_site.scss */
.c-h3-size .submit, .c-h3-size input[type="submit"], .c-h3-size .c-button {
  padding: 8px 0 9px 0;
}
/* line 227, ../sass/globals/_site.scss */
.c-h3-size p {
  margin-bottom: 10px;
}

/******* General ******/
/* line 230, ../sass/globals/_site.scss */
#main {
  position: relative;
}

/* line 231, ../sass/globals/_site.scss */
#anchor-point {
  clear: both;
}

/* line 232, ../sass/globals/_site.scss */
.wp-prev-next ul {
  padding: 0;
}

/* line 233, ../sass/globals/_site.scss */
.page-body {
  margin-bottom: 0;
}

/******* Home ******/
/* line 235, ../sass/globals/_site.scss */
.home {
  background-color: white !important;
}

/* line 238, ../sass/globals/_site.scss */
h2, h3, h4 {
  color: #ec6938;
}

/******** js *******/
/* line 243, ../sass/globals/_site.scss */
body .menu-closed {
  display: inline-block;
}
/* line 244, ../sass/globals/_site.scss */
body .menu-clear {
  display: none !important;
}
/* line 246, ../sass/globals/_site.scss */
body.opened .menu-closed {
  display: none;
}
/* line 247, ../sass/globals/_site.scss */
body.opened .menu-clear {
  display: inline-block !important;
}

/* line 250, ../sass/globals/_site.scss */
.show-hide-item.hide {
  display: none;
}

/*******************************
Container
*******************************/
/* line 254, ../sass/globals/_site.scss */
.container > .row {
  margin-bottom: 0;
}

/* line 256, ../sass/globals/_site.scss */
.c-main-container .c-teaserCard span {
  background-repeat: no-repeat;
}

/* line 261, ../sass/globals/_site.scss */
.page-id-18 .social-container {
  display: none;
}

/* line 266, ../sass/globals/_site.scss */
.post-template-default.single .col.s12.m12.l8.bloggartikel {
  background-color: white;
}

/* line 270, ../sass/globals/_site.scss */
body.page-template.page-template-_templates.page-template-page-landingpage {
  background-color: white;
}

/* line 272, ../sass/globals/_site.scss */
.c-hero-wrapper p.c-tagline {
  font-family: "Nexa_Free_Light", sans-serif;
  font-weight: 100;
  color: white;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 2.4rem;
  margin-bottom: 10px;
  margin-top: 20px;
}

/*max-width: 600px*/
@media only screen and (max-width: 600px) {
  /* line 286, ../sass/globals/_site.scss */
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: black;
  }

  /* line 289, ../sass/globals/_site.scss */
  ::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
  }

  /* line 292, ../sass/globals/_site.scss */
  :-ms-input-placeholder {
    /* IE 10+ */
    color: black;
  }

  /* line 295, ../sass/globals/_site.scss */
  :-moz-placeholder {
    /* Firefox 18- */
    color: black;
  }

  /* line 299, ../sass/globals/_site.scss */
  .c-main-container .c-teaser.withCards {
    width: 100%;
  }
  /* line 302, ../sass/globals/_site.scss */
  .c-main-container a.c-teaserCard {
    flex-basis: 100%;
  }
  /* line 303, ../sass/globals/_site.scss */
  .c-main-container:after {
    content: '';
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    background: transparent;
    height: 0;
  }

  /* line 313, ../sass/globals/_site.scss */
  hr {
    display: block;
    width: 100%;
    margin: 20px 0;
  }

  /* line 314, ../sass/globals/_site.scss */
  img.alignleft, img.alignright, .aligncenter img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  /* line 315, ../sass/globals/_site.scss */
  .base-margin-bottom-m {
    margin-bottom: 10px;
  }

  /* line 317, ../sass/globals/_site.scss */
  .c-primaryc .col.sm12.m4.l4 {
    padding: 0;
  }
  /* line 318, ../sass/globals/_site.scss */
  .c-primaryc .c-primaryc-block {
    padding: 20px 10px;
  }
  /* line 320, ../sass/globals/_site.scss */
  .c-primaryc .row .col:first-of-type {
    margin-bottom: 10px;
  }
  /* line 323, ../sass/globals/_site.scss */
  .c-primaryc .row .col:nth-of-type(2) {
    margin-bottom: 10px;
  }
}
/* line 329, ../sass/globals/_site.scss */
.c-tagline-2nd {
  position: relative;
  z-index: 2;
  padding: 20px 0;
}
/* line 333, ../sass/globals/_site.scss */
.c-tagline-2nd:before {
  content: '';
  background-color: black;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 2px;
}

/*max-width: 992px*/
@media only screen and (max-width: 992px) {
  /* line 349, ../sass/globals/_site.scss */
  .c-page-top h1.page-title {
    margin-bottom: 20px;
  }
  /* line 351, ../sass/globals/_site.scss */
  .c-page-top h1.page-title:after {
    content: '';
    width: 100%;
    height: 5px;
    background: #ec6938;
    display: block;
    margin-top: 10px;
  }

  /* line 362, ../sass/globals/_site.scss */
  .c-page-bottom-container .col.s12.m12.l8 {
    padding: 0;
  }

  /* line 366, ../sass/globals/_site.scss */
  .startmainteaser {
    margin-bottom: 20px;
  }

  /* line 367, ../sass/globals/_site.scss */
  .c-tagline-2nd {
    margin-bottom: 20px;
  }
  /* line 369, ../sass/globals/_site.scss */
  .c-tagline-2nd p {
    width: 85%;
    margin: 0 auto;
    font-size: 18px;
  }
}
/*min-width: 993px*/
@media only screen and (min-width: 993px) {
  /* line 379, ../sass/globals/_site.scss */
  .c-page-bottom-container .col.s12.m12.l8 {
    padding: 0;
  }

  /* line 384, ../sass/globals/_site.scss */
  .startmainteaser p, .startmainteaser li, .startmainteaser.bloggartikel p, .startmainteaser.bloggartikel li {
    font-size: 16px;
  }

  /* line 386, ../sass/globals/_site.scss */
  .um-default {
    padding-top: 100px;
  }

  /* line 389, ../sass/globals/_site.scss */
  .um-bg {
    padding-top: 100px;
  }

  /* line 393, ../sass/globals/_site.scss */
  .c-tagline-2nd p {
    width: 85%;
    margin: 0 auto;
    font-size: 18px;
  }
}
/*min-width: 601px*/
@media only screen and (min-width: 601px) {
  /* line 403, ../sass/globals/_site.scss */
  .page-template-default img.alignleft, .post-template-default img.alignleft, .page-template-page-custom img.alignleft, .blog img.alignleft, .archive.category img.alignleft {
    float: left;
    margin-right: 10px;
    max-width: 300px;
    height: auto;
    margin-bottom: 10px;
  }
  /* line 404, ../sass/globals/_site.scss */
  .page-template-default img.alignright, .post-template-default img.alignright, .page-template-page-custom img.alignright, .blog img.alignright, .archive.category img.alignright {
    float: right;
    margin-left: 10px;
    max-width: 300px;
    height: auto;
    margin-bottom: 10px;
  }
  /* line 405, ../sass/globals/_site.scss */
  .page-template-default .aligncenter img, .post-template-default .aligncenter img, .page-template-page-custom .aligncenter img, .blog .aligncenter img, .archive.category .aligncenter img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  /* line 406, ../sass/globals/_site.scss */
  .page-template-default hr, .post-template-default hr, .page-template-page-custom hr, .blog hr, .archive.category hr {
    display: block;
    width: 100%;
    margin: 40px 0;
  }

  /* line 409, ../sass/globals/_site.scss */
  .c-main-container a.c-teaserCard, .c-main-container div.c-teaserCard {
    flex-basis: 30%;
  }
  /* line 410, ../sass/globals/_site.scss */
  .c-main-container .c-teaser.withCards {
    background: transparent;
  }
}
/*min-width: 1201px*/
@media only screen and (min-width: 1201px) {
  /* line 415, ../sass/globals/_site.scss */
  .c-wrapper {
    min-height: 100%;
    /* Equal to height of footer */
    /* But also accounting for potential margin-bottom of last child */
    margin-bottom: -186px;
  }

  /* line 422, ../sass/globals/_site.scss */
  #footer,
  .push {
    height: 186px;
  }

  /* line 426, ../sass/globals/_site.scss */
  .home .c-alla-nyheter {
    margin-left: 82%;
    margin-top: 10px;
  }

  /* line 428, ../sass/globals/_site.scss */
  .page-template-default .social-links.show ul.container, .post-template-default .social-links.show ul.container, .page-template-page-custom .social-links.show ul.container {
    margin-left: calc(50% - 502px);
    background-color: white;
    position: relative;
  }

  /* line 431, ../sass/globals/_site.scss */
  .page-template-default .page-body-top .bloggartikel {
    min-height: 400px;
  }

  /* line 434, ../sass/globals/_site.scss */
  .page-template-default .bloggartikel {
    padding-bottom: 10px;
  }

  /* line 435, ../sass/globals/_site.scss */
  .c-main-container {
    padding-top: 30px;
  }
  /* line 437, ../sass/globals/_site.scss */
  .c-main-container .c-teaser-blue--heading {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  /* line 442, ../sass/globals/_site.scss */
  nav .button-collapse {
    margin: 0 !important;
  }
  /* line 444, ../sass/globals/_site.scss */
  nav .button-collapse i.fa {
    font-size: 45px;
  }

  /* line 446, ../sass/globals/_site.scss */
  .c-primaryc {
    padding-top: 30px;
  }
  /* line 448, ../sass/globals/_site.scss */
  .c-primaryc .c-primaryc-block {
    padding-top: 10px;
    padding-bottom: 25px;
  }
  /* line 454, ../sass/globals/_site.scss */
  .c-primaryc .col.sm12.m4.l4:nth-of-type(1) .c-primaryc-block {
    padding-right: 40px;
  }
  /* line 459, ../sass/globals/_site.scss */
  .c-primaryc .col.sm12.m4.l4:nth-of-type(2) .c-primaryc-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 465, ../sass/globals/_site.scss */
  .c-primaryc .col.sm12.m4.l4:nth-of-type(3) .c-primaryc-block {
    padding-left: 40px;
  }

  /* line 472, ../sass/globals/_site.scss */
  .c-tagline-2nd p {
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  /* line 480, ../sass/globals/_site.scss */
  .c-main-container:before {
    top: 125px !important;
  }

  /* line 481, ../sass/globals/_site.scss */
  .c-primaryc {
    padding-top: 30px;
  }
}
@media (max-width: 1200px) and (min-width: 601px) {
  /* line 486, ../sass/globals/_site.scss */
  .home .c-alla-nyheter {
    margin-left: 28px;
  }
}
@media (max-width: 992px) and (min-width: 601px) {
  /* line 489, ../sass/globals/_site.scss */
  .c-teaser.c-teaser-blue .c-teaser-blue--heading {
    padding: 20px 0 0 10px;
  }

  /* line 490, ../sass/globals/_site.scss */
  .home .c-primaryc .c-primaryc-block h3 {
    font-size: 1.1rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  /* line 493, ../sass/globals/_site.scss */
  .c-main-container .c-teaser.c-teaser-blue {
    padding-top: 50px;
  }

  /* line 494, ../sass/globals/_site.scss */
  .home .c-primaryc .c-primaryc-block {
    padding-bottom: 20px;
  }

  /* line 495, ../sass/globals/_site.scss */
  .c-hero-wrapper {
    padding: 50px 0 5em;
  }
}
@media (max-width: 992px) and (min-width: 601px) {
  /* line 500, ../sass/globals/_site.scss */
  .base-margin-top-md {
    margin-top: 10px;
  }
}
@media (min-width: 601px) and (max-width: 992px) {
  /* line 504, ../sass/globals/_site.scss */
  .c-primaryc .c-primaryc-block {
    height: 310px;
  }
}
@media (min-width: 450px) and (max-width: 992px) {
  /* line 510, ../sass/globals/_site.scss */
  .img-tsr {
    width: 40%;
    float: right;
  }

  /* line 514, ../sass/globals/_site.scss */
  .text-tsr {
    float: left;
    width: 60%;
    padding-right: 20px;
    padding-top: 20px;
  }
}
/*******************************
Buttons
*******************************/
/* line 4, ../sass/elements/_buttons.scss */
.submit, input[type="submit"], .c-button {
  -webkit-appearance: none;
  border: none;
  padding: 1.13% 15px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 2px;
  text-transform: uppercase;
}

/* line 14, ../sass/elements/_buttons.scss */
a.c-button:hover {
  text-decoration: none !important;
}
/* line 17, ../sass/elements/_buttons.scss */
a.c-button.c-left {
  margin-bottom: 10px;
}
/* line 19, ../sass/elements/_buttons.scss */
a.c-button.c-left:before {
  content: '<';
  display: inline-block;
  margin-right: 5px;
}
/* line 25, ../sass/elements/_buttons.scss */
a.c-button.c-right {
  margin-bottom: 10px;
}
/* line 27, ../sass/elements/_buttons.scss */
a.c-button.c-right:after {
  content: '>';
  display: inline-block;
  margin-left: 5px;
}
/* line 33, ../sass/elements/_buttons.scss */
a.c-button.c-centered {
  width: 30%;
  margin: 20px auto;
}
/* line 38, ../sass/elements/_buttons.scss */
a.c-button.c-external:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  content: "\f08e";
  width: 10px;
  height: 14px;
  margin-left: 5px;
  font-size: 13px;
  vertical-align: middle;
}

/* line 51, ../sass/elements/_buttons.scss */
.submit, input[type="submit"] {
  color: white;
  background: #72ca44;
  border: 2px solid #72ca44;
}
/* line 55, ../sass/elements/_buttons.scss */
.submit:hover, input[type="submit"]:hover {
  background: #50972b;
  border: 2px solid #50972b;
}

/* line 60, ../sass/elements/_buttons.scss */
.button--light {
  color: white;
  background: transparent;
  border: 2px solid white;
}
/* line 64, ../sass/elements/_buttons.scss */
.button--light:hover {
  color: #ec6938;
  background: white;
  border: 2px solid white;
}

/* line 70, ../sass/elements/_buttons.scss */
.button--secondary, .wpcr3_button_1.wpcr3_cancel_btn, .wpcr3_button_1, input[type="submit"].button--secondary {
  text-align: center;
  background: transparent;
  color: #72ca44 !important;
  border: 2px solid #72ca44;
}
/* line 75, ../sass/elements/_buttons.scss */
.button--secondary:hover, .wpcr3_button_1.wpcr3_cancel_btn:hover, .wpcr3_button_1:hover, input[type="submit"].button--secondary:hover {
  color: white !important;
  background: #50972b;
  border: 2px solid #50972b;
}
/* line 81, ../sass/elements/_buttons.scss */
.button--secondary.c-external:after, .wpcr3_button_1.wpcr3_cancel_btn.c-external:after, .wpcr3_button_1.c-external:after, input[type="submit"].button--secondary.c-external:after {
  color: #72ca44;
}

/* line 86, ../sass/elements/_buttons.scss */
.button--primary {
  text-align: center;
  color: white !important;
  background: #72ca44;
  border: 2px solid #72ca44;
}
/* line 91, ../sass/elements/_buttons.scss */
.button--primary:hover {
  color: white;
  background: #50972b;
  border: 2px solid #50972b;
}
/* line 97, ../sass/elements/_buttons.scss */
.button--primary.c-external:after {
  color: white;
}

/* line 102, ../sass/elements/_buttons.scss */
.clear-float {
  display: block;
  clear: both;
  margin-bottom: 0;
  padding-top: 10px;
}

/* line 108, ../sass/elements/_buttons.scss */
.btn {
  box-sizing: border-box;
  appearance: none;
  border: 2px solid #72ca44;
  border-radius: 0;
  color: #72ca44;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 1em;
  text-decoration: none;
  text-align: center;
}
/* line 121, ../sass/elements/_buttons.scss */
.btn:hover, .btn:focus {
  color: #fff;
  outline: 0;
}

/* line 127, ../sass/elements/_buttons.scss */
.secondb {
  border-color: #72ca44;
  color: #fff;
  font-weight: bold;
  background-image: linear-gradient(45deg, #72ca44 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  transition: background 300ms ease-in-out;
}
/* line 137, ../sass/elements/_buttons.scss */
.secondb:hover {
  background-position: 0;
  color: white !important;
}

/* line 142, ../sass/elements/_buttons.scss */
.buttonBox {
  position: relative;
  width: 100%;
}

/* line 146, ../sass/elements/_buttons.scss */
.a-button {
  height: 40px;
  text-align: center;
  width: 100%;
  position: relative;
  font-weight: 700;
  letter-spacing: 1px;
  border: none;
  outline: none;
  background-color: #e0e0e0;
  border: medium none;
  color: #72ca44 !important;
  line-height: 1;
  padding: 12px;
  display: block;
  cursor: pointer;
}

/* FIRST BUTTON */
/* line 165, ../sass/elements/_buttons.scss */
.a-border {
  position: absolute;
  background: none;
  transition: all .5s ease-in-out;
}

/* FOURTH BUTTON */
/* line 171, ../sass/elements/_buttons.scss */
.a-border-bttn > .a-border:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1px solid #72ca44;
}

/* line 178, ../sass/elements/_buttons.scss */
.a-border-bttn > .a-border:nth-of-type(2) {
  top: 0;
  right: 0;
  width: 10px;
  height: 0;
  border-right: 1px solid #72ca44;
}

/* line 185, ../sass/elements/_buttons.scss */
.a-border-bttn > .a-border:nth-of-type(3) {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid #72ca44;
}

/* line 192, ../sass/elements/_buttons.scss */
.a-border-bttn > .a-border:nth-of-type(4) {
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 1px solid #72ca44;
}

/* line 199, ../sass/elements/_buttons.scss */
.a-border-bttn:hover .a-border:nth-of-type(1) {
  width: 100%;
}

/* line 202, ../sass/elements/_buttons.scss */
.a-border-bttn:hover .a-border:nth-of-type(2) {
  height: 40px;
}

/* line 205, ../sass/elements/_buttons.scss */
.a-border-bttn:hover .a-border:nth-of-type(3) {
  width: 100%;
}

/* line 208, ../sass/elements/_buttons.scss */
.a-border-bttn:hover .a-border:nth-of-type(4) {
  height: 40px;
}

@keyframes h {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(50px, 5px);
  }
  75% {
    transform: translate(5px, 5px);
  }
  80% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes o {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-4px, 0);
  }
  50% {
    transform: translate(3px, 4px);
  }
  80% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes v {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: rotate(360deg);
  }
  50% {
    transform: scale(2);
  }
  80% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes e {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-10px, -2px);
  }
  80% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes r {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(0, 10px);
  }
  80% {
    transform: translate(0, 32px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes t {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(0, -10px);
  }
  40% {
    transform: translate(0, 0);
  }
  60% {
    transform: translate(0, -10px);
  }
  80% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes n {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: skewY(50deg);
  }
  80% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*max-width: 600px*/
@media only screen and (max-width: 600px) {
  /* line 269, ../sass/elements/_buttons.scss */
  .bloggartikel .c-button.button--secondary.c-left,
  .bloggartikel .c-button.button--secondary.c-right {
    max-width: 170px;
  }

  /* line 274, ../sass/elements/_buttons.scss */
  .button--primary {
    width: 100%;
  }

  /* line 275, ../sass/elements/_buttons.scss */
  form.wpcf7-form input, .button--primary {
    padding: 8px 0;
  }
}
/* line 3, ../sass/elements/_links.scss */
.bloggartikel a[target=_blank]:after, .bloggartikel a[target="_blank"]:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  content: "\f08e";
  width: 10px;
  height: 14px;
  color: #72ca44;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 13px;
  vertical-align: middle;
}
/* line 15, ../sass/elements/_links.scss */
.bloggartikel a[target=_blank]:after:hover, .bloggartikel a[target="_blank"]:after:hover {
  color: #50972b;
}
/* line 20, ../sass/elements/_links.scss */
.bloggartikel a[target=_blank]:hover:after, .bloggartikel a[target="_blank"]:hover:after {
  color: #50972b;
}
/* line 25, ../sass/elements/_links.scss */
.bloggartikel a[target=_blank].button--primary:after, .bloggartikel a[target="_blank"].button--primary:after {
  color: white;
}

/* line 34, ../sass/elements/_links.scss */
.guide-links-related li a:hover, .widget_recent_entries li a:hover,
.widget_yarpp_widget li a:hover, .widget_categories li a:hover {
  text-decoration: underline !important;
}

/* line 1, ../sass/elements/_cookies.scss */
.cookiebanner {
  text-align: center !important;
  z-index: 999 !important;
}
/* line 4, ../sass/elements/_cookies.scss */
.cookiebanner span a {
  color: white !important;
}
/* line 5, ../sass/elements/_cookies.scss */
.cookiebanner .cookiebanner-close {
  background: #72ca44;
  color: white;
  border-radius: 2px;
  text-align: center;
}
/* line 11, ../sass/elements/_cookies.scss */
.cookiebanner:before {
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: black;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}

/*min-width: 993px*/
@media only screen and (min-width: 993px) {
  /* line 26, ../sass/elements/_cookies.scss */
  .cookiebanner {
    padding: 15px 20px 0 20px !important;
  }
  /* line 28, ../sass/elements/_cookies.scss */
  .cookiebanner span {
    padding-top: 5px;
    padding-bottom: 10px;
    display: inline-block;
  }
  /* line 29, ../sass/elements/_cookies.scss */
  .cookiebanner .cookiebanner-close {
    padding: 5px 30px !important;
    margin-bottom: 12px;
    margin-left: 20px;
    display: inline-block;
  }
}
/*max-width: 992px*/
@media only screen and (max-width: 992px) {
  /* line 39, ../sass/elements/_cookies.scss */
  .cookiebanner {
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 12px 20px 8px 20px !important;
  }
  /* line 43, ../sass/elements/_cookies.scss */
  .cookiebanner .cookiebanner-close {
    margin-bottom: 0px;
    padding: 7px 10px !important;
    vertical-align: text-bottom;
    display: inline-block;
    width: 19%;
  }
  /* line 50, ../sass/elements/_cookies.scss */
  .cookiebanner span {
    padding-right: 10px;
    display: inline-block;
    width: 81%;
    text-align: left;
    line-height: 18px;
  }
}
/* line 3, ../sass/elements/_gototop.scss */
#totop {
  position: fixed;
  right: 10px;
  z-index: 999;
  background: #9c9c9c;
  border-radius: 3px;
  text-align: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
/* line 12, ../sass/elements/_gototop.scss */
#totop:hover {
  cursor: pointer;
}
/* line 13, ../sass/elements/_gototop.scss */
#totop p {
  color: white;
  font-size: 30px;
  display: block;
}
/* line 18, ../sass/elements/_gototop.scss */
#totop.showtop {
  opacity: 0.7;
}

/*min-width: 1201px*/
@media only screen and (min-width: 1201px) {
  /* line 22, ../sass/elements/_gototop.scss */
  #totop {
    bottom: 10px;
    width: 50px;
    height: 50px;
  }
  /* line 24, ../sass/elements/_gototop.scss */
  #totop p {
    padding-top: 3px;
  }
}
@media (max-width: 1200px) {
  /* line 30, ../sass/elements/_gototop.scss */
  #totop {
    bottom: 77px;
    width: 40px;
    height: 40px;
  }
}
/* line 1, ../sass/modules/_navbar.scss */
nav {
  /********* temporary classname *********/
  color: #fff;
  width: 100%;
  height: 56px;
}
/* line 2, ../sass/modules/_navbar.scss */
nav .fa.fa-search:before {
  font-size: 20px;
}
/* line 3, ../sass/modules/_navbar.scss */
nav .tel-uppsalaMagasinering a {
  color: white;
}
/* line 6, ../sass/modules/_navbar.scss */
nav .side-nav li#menu-item-461 {
  border-bottom: 1px solid #424242;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
/* line 12, ../sass/modules/_navbar.scss */
nav .side-nav li#menu-item-461 > a, nav .side-nav #mobile-demo > a {
  font-weight: bold;
  color: white;
  font-size: 16px;
  pointer-events: none;
}
/* line 18, ../sass/modules/_navbar.scss */
nav .side-nav li#menu-item-461 ul.sub-menu li a, nav .side-nav #mobile-demo ul.sub-menu li a {
  font-weight: normal;
  color: white;
  font-size: 14px;
}
/* line 25, ../sass/modules/_navbar.scss */
nav #mobile-demo a {
  color: white;
  font-size: 16px;
}
/* line 29, ../sass/modules/_navbar.scss */
nav .side-nav-header, nav #menu-item-461 a {
  color: white;
  font-size: 16px;
  font-weight: bold;
}
/* line 34, ../sass/modules/_navbar.scss */
nav .input-field input[type=search] {
  display: block;
  line-height: inherit;
  border-radius: 40px;
  color: #333;
}
/* line 39, ../sass/modules/_navbar.scss */
nav .input-field input[type=search]:focus {
  outline-width: 0;
  outline: none;
  -webkit-appearance: none;
}
/* line 45, ../sass/modules/_navbar.scss */
nav .input-field input[type=search] + label {
  right: 1rem;
}
/* line 48, ../sass/modules/_navbar.scss */
nav .input-field label {
  color: #9e9e9e;
  position: absolute;
  top: 0.8rem;
  right: 0;
  font-size: 1rem;
  cursor: text;
  transition: .2s ease-out;
}
/* line 57, ../sass/modules/_navbar.scss */
nav.nav-extended {
  height: auto;
}
/* line 59, ../sass/modules/_navbar.scss */
nav.nav-extended .nav-wrapper {
  min-height: 56px;
  height: auto;
}
/* line 63, ../sass/modules/_navbar.scss */
nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}
/* line 73, ../sass/modules/_navbar.scss */
nav i,
nav [class^="mdi-"], nav [class*="mdi-"],
nav i.material-icons {
  display: block;
  font-size: 24px;
  height: 56px;
  line-height: 56px;
}
/* line 81, ../sass/modules/_navbar.scss */
nav .nav-wrapper {
  position: relative;
  height: 100%;
}
/* line 85, ../sass/modules/_navbar.scss */
nav .button-collapse {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  width: 50px;
  margin: 0;
}
/* line 92, ../sass/modules/_navbar.scss */
nav .button-collapse i {
  height: 56px;
  line-height: 56px;
}
/* line 96, ../sass/modules/_navbar.scss */
nav .button-collapse:hover {
  color: white;
  cursor: pointer;
}
/* line 101, ../sass/modules/_navbar.scss */
nav .brand-logo {
  position: absolute;
  display: inline-block;
  padding: 0;
  white-space: nowrap;
  height: 100%;
  color: white;
  font-weight: 900;
  letter-spacing: -1px;
  font-family: "open sans";
}
/* line 111, ../sass/modules/_navbar.scss */
nav .brand-logo.center {
  left: 50%;
  transform: translateX(-50%);
}
/* line 115, ../sass/modules/_navbar.scss */
nav .brand-logo.left, nav .brand-logo.right {
  padding: 0;
  transform: none;
}
/* line 119, ../sass/modules/_navbar.scss */
nav .brand-logo.left {
  left: 0.5rem;
}
/* line 120, ../sass/modules/_navbar.scss */
nav .brand-logo.right {
  right: 0.5rem;
  left: auto;
}
/* line 124, ../sass/modules/_navbar.scss */
nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}
/* line 128, ../sass/modules/_navbar.scss */
nav .brand-logo i,
nav .brand-logo [class^="mdi-"], nav .brand-logo [class*="mdi-"],
nav .brand-logo i.material-icons {
  float: left;
  margin-right: 15px;
}
/* line 135, ../sass/modules/_navbar.scss */
nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}
/* line 140, ../sass/modules/_navbar.scss */
nav ul {
  margin: 0;
}
/* line 143, ../sass/modules/_navbar.scss */
nav ul li {
  transition: background-color .3s;
  float: left;
  padding: 0;
}
/* line 148, ../sass/modules/_navbar.scss */
nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 152, ../sass/modules/_navbar.scss */
nav ul a {
  transition: background-color .3s;
  font-size: 1rem;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}
/* line 158, ../sass/modules/_navbar.scss */
nav ul a.btn, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}
/* line 163, ../sass/modules/_navbar.scss */
nav ul a.btn > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-flat > .material-icons, nav ul a.btn-floating > .material-icons {
  height: inherit;
  line-height: inherit;
}
/* line 168, ../sass/modules/_navbar.scss */
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 172, ../sass/modules/_navbar.scss */
nav ul.left {
  float: left;
}
/* line 176, ../sass/modules/_navbar.scss */
nav form {
  float: right;
}
/* line 179, ../sass/modules/_navbar.scss */
nav .input-field {
  margin: 0;
  height: 100%;
}
/* line 182, ../sass/modules/_navbar.scss */
nav .input-field input {
  height: 100%;
  font-size: 1.1rem;
  border: none;
  padding-left: 2rem;
}
/* line 187, ../sass/modules/_navbar.scss */
nav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {
  border: none;
  box-shadow: none;
}
/* line 193, ../sass/modules/_navbar.scss */
nav .input-field label {
  top: 0;
  right: 0;
}
/* line 196, ../sass/modules/_navbar.scss */
nav .input-field label i {
  color: #ec6938;
  transition: color .3s;
}
/* line 200, ../sass/modules/_navbar.scss */
nav .input-field label.active i {
  color: #fff;
}

/* line 204, ../sass/modules/_navbar.scss */
.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}
/* line 209, ../sass/modules/_navbar.scss */
.navbar-fixed nav {
  position: fixed;
}

@media only screen and (min-width: 601px) {
  /* line 214, ../sass/modules/_navbar.scss */
  .side-nav {
    padding-top: 40px;
    top: 73px;
  }
  /* line 217, ../sass/modules/_navbar.scss */
  .side-nav li#menu-item-5304, .side-nav li#menu-item-5305, .side-nav li#menu-item-5689, .side-nav #mobile-demo {
    padding-left: 40px;
  }

  /* line 219, ../sass/modules/_navbar.scss */
  #sidenav-overlay {
    top: 73px;
  }

  /* line 220, ../sass/modules/_navbar.scss */
  nav.nav-extended .nav-wrapper {
    min-height: 73px;
  }

  /* line 223, ../sass/modules/_navbar.scss */
  nav, nav .nav-wrapper i, nav .button-collapse, nav .button-collapse i {
    height: 73px;
    line-height: 73px;
  }

  /* line 227, ../sass/modules/_navbar.scss */
  .navbar-fixed {
    height: 73px;
  }

  /* line 231, ../sass/modules/_navbar.scss */
  nav form {
    height: 32px;
  }
  /* line 234, ../sass/modules/_navbar.scss */
  nav .input-field input[type=search] {
    width: 250px;
  }
  /* line 237, ../sass/modules/_navbar.scss */
  nav .input-field input[type=search]:focus {
    width: 300px;
  }
  /* line 238, ../sass/modules/_navbar.scss */
  nav .brand-logo {
    left: 0;
    /*transform: translateX(60px);*/
    transform: translateX(0);
  }
}
/*max-width: 600px*/
@media only screen and (max-width: 600px) {
  /* line 247, ../sass/modules/_navbar.scss */
  .side-nav {
    padding-top: 30px;
  }

  /* line 250, ../sass/modules/_navbar.scss */
  nav {
    position: relative;
  }
  /* line 252, ../sass/modules/_navbar.scss */
  nav form {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 1;
    transition: width 0.6s;
    width: 50px;
    height: 40px;
  }
  /* line 260, ../sass/modules/_navbar.scss */
  nav form .input-field {
    float: none;
  }
  /* line 261, ../sass/modules/_navbar.scss */
  nav form .input-field label.label-icon {
    z-index: -1;
  }
  /* line 262, ../sass/modules/_navbar.scss */
  nav form .input-field label i {
    color: white;
    font-size: 22px;
  }
  /* line 266, ../sass/modules/_navbar.scss */
  nav form .input-field input[type=search] {
    color: transparent;
    background-color: transparent;
    width: 50px;
    padding: 0;
  }
  /* line 271, ../sass/modules/_navbar.scss */
  nav form .input-field input[type=search]:focus {
    outline-width: 0;
    outline: none;
    -webkit-appearance: none;
  }
  /* line 276, ../sass/modules/_navbar.scss */
  nav form .input-field input[type=search]::-moz-placeholder, nav form .input-field input[type=search]::-webkit-input-placeholder, nav form .input-field input[type=search]:ms-input-placeholder, nav form .input-field input[type=search]:moz-placeholder {
    color: transparent !important;
  }
  /* line 279, ../sass/modules/_navbar.scss */
  nav form .input-field input[type=search] + label {
    right: 10px;
  }
  /* line 282, ../sass/modules/_navbar.scss */
  nav form .input-field label i {
    height: 40px;
    line-height: 42px;
  }
  /* line 286, ../sass/modules/_navbar.scss */
  nav form .input-field .label-icon-close {
    display: none;
  }
  /* line 289, ../sass/modules/_navbar.scss */
  nav form.active {
    width: 94%;
  }
  /* line 291, ../sass/modules/_navbar.scss */
  nav form.active .input-field input[type=search] {
    background-color: white;
    color: #333;
    width: 100%;
    padding-left: 2rem;
  }
  /* line 297, ../sass/modules/_navbar.scss */
  nav form.active .input-field input[type=search] + label, nav form.active .input-field .label-icon-close {
    right: 1rem;
  }
  /* line 300, ../sass/modules/_navbar.scss */
  nav form.active .input-field input[type=search] + label {
    display: none;
  }
  /* line 303, ../sass/modules/_navbar.scss */
  nav form.active .input-field .label-icon-close {
    display: block;
    z-index: 0;
  }
  /* line 307, ../sass/modules/_navbar.scss */
  nav form.active .input-field label i {
    color: #ec6938;
  }
  /* line 312, ../sass/modules/_navbar.scss */
  nav .brand-logo {
    left: 15px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 318, ../sass/modules/_navbar.scss */
  nav .brand-logo {
    display: inline-block;
    font-size: 2rem;
    letter-spacing: 0;
    top: 15px;
    left: 12px;
    height: 28px;
    width: 200px;
    background-image: url(http://www.hyraforradvasteras.se/wp-content/uploads/2018/05/hyra-forrad-vasteras-logo2.png);
    background-repeat: no-repeat;
  }

  /* line 329, ../sass/modules/_navbar.scss */
  .nav-wrapper .brand-logo img {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    margin-top: -5px;
    margin-right: -2px;
    display: none;
  }

  /* line 337, ../sass/modules/_navbar.scss */
  .side-nav {
    top: 56px;
    width: 330px;
  }

  /* line 338, ../sass/modules/_navbar.scss */
  #sidenav-overlay {
    top: 56px;
  }

  /* line 339, ../sass/modules/_navbar.scss */
  .tel-uppsalaMagasinering {
    float: right;
    padding-top: 17px;
    padding-right: 15px;
  }
}
/* line 345, ../sass/modules/_navbar.scss */
.side-nav {
  position: fixed;
  left: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #32373c;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
  padding-left: 0;
}
/* line 362, ../sass/modules/_navbar.scss */
.side-nav.right-aligned {
  right: 0;
  transform: translateX(105%);
  left: auto;
  transform: translateX(100%);
}
/* line 368, ../sass/modules/_navbar.scss */
.side-nav .collapsible {
  margin: 0;
}
/* line 371, ../sass/modules/_navbar.scss */
.side-nav li {
  float: none;
  line-height: 40px;
}
/* line 374, ../sass/modules/_navbar.scss */
.side-nav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 375, ../sass/modules/_navbar.scss */
.side-nav li ul {
  padding: 0;
}
/* line 379, ../sass/modules/_navbar.scss */
.side-nav a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  padding: 0 32px;
}
/* line 386, ../sass/modules/_navbar.scss */
.side-nav a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 387, ../sass/modules/_navbar.scss */
.side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-flat, .side-nav a.btn-floating {
  margin: 10px 15px;
}
/* line 390, ../sass/modules/_navbar.scss */
.side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-floating {
  color: #fff;
}
/* line 393, ../sass/modules/_navbar.scss */
.side-nav a.btn-flat {
  color: #343434;
}
/* line 394, ../sass/modules/_navbar.scss */
.side-nav a.btn:hover, .side-nav a.btn-large:hover {
  background-color: #009a00;
}
/* line 396, ../sass/modules/_navbar.scss */
.side-nav a.btn-floating:hover {
  background-color: green;
}
/* line 398, ../sass/modules/_navbar.scss */
.side-nav li > a > i,
.side-nav li > a > [class^="mdi-"], .side-nav li > a > [class*="mdi-"],
.side-nav li > a > i.material-icons {
  float: left;
  height: 40px;
  line-height: 40px;
  margin: 0 32px 0 0;
  width: 20px;
  color: rgba(0, 0, 0, 0.54);
}
/* line 408, ../sass/modules/_navbar.scss */
.side-nav .divider {
  margin: 8px 0 0 0;
}
/* line 411, ../sass/modules/_navbar.scss */
.side-nav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
}
/* line 412, ../sass/modules/_navbar.scss */
.side-nav .subheader:hover {
  background-color: transparent;
}
/* line 422, ../sass/modules/_navbar.scss */
.side-nav .userView {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}
/* line 426, ../sass/modules/_navbar.scss */
.side-nav .userView > a {
  height: auto;
  padding: 0;
}
/* line 427, ../sass/modules/_navbar.scss */
.side-nav .userView > a:hover {
  background-color: transparent;
}
/* line 431, ../sass/modules/_navbar.scss */
.side-nav .userView .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
/* line 440, ../sass/modules/_navbar.scss */
.side-nav .userView .circle, .side-nav .userView .name, .side-nav .userView .email {
  display: block;
}
/* line 443, ../sass/modules/_navbar.scss */
.side-nav .userView .circle {
  height: 64px;
  width: 64px;
}
/* line 447, ../sass/modules/_navbar.scss */
.side-nav .userView .name,
.side-nav .userView .email {
  font-size: 14px;
  line-height: 20px;
}
/* line 452, ../sass/modules/_navbar.scss */
.side-nav .userView .name {
  margin-top: 16px;
  font-weight: 500;
}
/* line 456, ../sass/modules/_navbar.scss */
.side-nav .userView .email {
  padding-bottom: 16px;
  font-weight: 400;
}

/* line 462, ../sass/modules/_navbar.scss */
.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

/* line 469, ../sass/modules/_navbar.scss */
.side-nav.fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}
/* line 473, ../sass/modules/_navbar.scss */
.side-nav.fixed.right-aligned {
  right: 0;
  left: auto;
}

/*****min-width: 1200px****/
@media only screen and (min-width: 1201px) {
  /* line 481, ../sass/modules/_navbar.scss */
  .nav-wrapper .brand-logo {
    font-size: 3rem;
  }
  /* line 483, ../sass/modules/_navbar.scss */
  .nav-wrapper .brand-logo img {
    float: left;
    height: auto;
    margin-right: 5px;
    margin-top: 11px;
  }

  /* line 491, ../sass/modules/_navbar.scss */
  nav .input-field input[type=search] + label {
    right: 1rem;
  }

  /* line 493, ../sass/modules/_navbar.scss */
  .input-field input[type=search]:focus {
    background-color: white;
    background: white;
    width: 100%;
  }

  /* line 499, ../sass/modules/_navbar.scss */
  header#header {
    position: relative;
  }

  /* line 500, ../sass/modules/_navbar.scss */
  nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
  }
  /* line 505, ../sass/modules/_navbar.scss */
  nav:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #141414;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }

  /* line 517, ../sass/modules/_navbar.scss */
  .tel-uppsalaMagasinering {
    float: right;
    font-size: 25px;
    padding-top: 20px;
  }

  /* line 522, ../sass/modules/_navbar.scss */
  nav .nav-wrapper .tel-uppsalaMagasinering i {
    height: auto;
    line-height: 20px;
  }
}
@media (min-width: 601px) and (max-width: 1200px) {
  /* line 525, ../sass/modules/_navbar.scss */
  .tel-uppsalaMagasinering {
    float: right;
  }
}
@media only screen and (min-width: 601px) {
  /* line 530, ../sass/modules/_navbar.scss */
  .side-nav {
    width: 400px;
  }

  /* line 534, ../sass/modules/_navbar.scss */
  nav form {
    margin: 21px 0;
  }
}
/****min-width: 993px*****/
@media (min-width: 993px) {
  /* line 541, ../sass/modules/_navbar.scss */
  .fa.fa-bars.menu-closed, .fa.fa-times.menu-clear {
    font-size: 40px;
  }
}
/****max-width: 992px*****/
@media only screen and (max-width: 992px) {
  /* line 545, ../sass/modules/_navbar.scss */
  .fa.fa-bars.menu-closed, .fa.fa-times.menu-clear {
    font-size: 30px;
  }

  /* line 546, ../sass/modules/_navbar.scss */
  nav .button-collapse {
    padding-left: 18px;
  }

  /* line 548, ../sass/modules/_navbar.scss */
  .side-nav.fixed {
    transform: translateX(-105%);
  }
  /* line 551, ../sass/modules/_navbar.scss */
  .side-nav.fixed.right-aligned {
    transform: translateX(105%);
  }
  /* line 555, ../sass/modules/_navbar.scss */
  .side-nav a {
    padding: 0 16px;
  }
  /* line 558, ../sass/modules/_navbar.scss */
  .side-nav .userView {
    padding: 16px 16px 0;
  }
}
/* line 563, ../sass/modules/_navbar.scss */
.side-nav .collapsible-body > ul:not(.collapsible) > li.active,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #333;
}
/* line 566, ../sass/modules/_navbar.scss */
.side-nav .collapsible-body > ul:not(.collapsible) > li.active a,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #32373c;
}

/* line 570, ../sass/modules/_navbar.scss */
#sidenav-overlay {
  position: fixed;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  will-change: opacity;
}

@media (min-width: 1300px) {
  /* line 580, ../sass/modules/_navbar.scss */
  #mobile-demo .side-nav {
    width: 39vw;
  }
}
@media (max-width: 992px) and (min-width: 601px) {
  /* line 587, ../sass/modules/_navbar.scss */
  .nav-wrapper .brand-logo img {
    float: left;
    height: auto;
    margin-right: 9px;
    margin-top: 20px;
    height: 37px;
  }

  /* line 596, ../sass/modules/_navbar.scss */
  nav .input-field input[type="search"] {
    width: 270px !important;
  }
}
@media (max-width: 1200px) and (min-width: 993px) {
  /* line 603, ../sass/modules/_navbar.scss */
  .nav-wrapper .brand-logo img {
    float: left;
    height: auto;
    margin-right: 9px;
    margin-top: 12px;
    height: 48px;
  }
}
@media (max-width: 1200px) {
  /* line 614, ../sass/modules/_navbar.scss */
  #header nav {
    background-color: #2e2e2e;
  }
}
@media (max-width: 750px) and (min-width: 601px) {
  /* line 619, ../sass/modules/_navbar.scss */
  nav .input-field input[type="search"] {
    width: 235px !important;
  }
}
/* line 6, ../sass/modules/_teaser.scss */
.c-teaser {
  display: table;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
/* line 13, ../sass/modules/_teaser.scss */
.c-teaser.withCards > * {
  pointer-events: auto;
  position: relative;
}
/* line 17, ../sass/modules/_teaser.scss */
.c-teaser.withCards {
  overflow: hidden;
  pointer-events: none;
}
/* line 21, ../sass/modules/_teaser.scss */
.c-teaser-block {
  border-left: 5px solid #1663a8;
  margin: 0;
  padding-left: 15px;
  margin-bottom: 30px;
  padding-right: 8%;
}
/* line 28, ../sass/modules/_teaser.scss */
.c-teaser-block a.no-icon:after {
  content: '';
  width: 0;
  margin: 0;
}
/* line 30, ../sass/modules/_teaser.scss */
.c-teaser-block img {
  max-width: 150px;
}
/* line 31, ../sass/modules/_teaser.scss */
.c-teaser-block strong {
  display: block;
}
/* line 34, ../sass/modules/_teaser.scss */
.c-teaser-block p {
  padding: 0;
  margin: 0;
}
/* line 36, ../sass/modules/_teaser.scss */
.c-teaser.c-teaser-pattern {
  background-image: url("https://www.toptal.com/designers/subtlepatterns/patterns/concrete-texture.png");
}
/* line 40, ../sass/modules/_teaser.scss */
.c-teaser.c-teaser-gray a.c-teaserCard, .c-teaser.c-teaser-gray div.c-teaserCard, .c-teaser.c-teaser-blue a.c-teaserCard, .c-teaser.c-teaser-blue div.c-teaserCard {
  padding: 10px 10px 15px 10px;
  box-shadow: none;
}
/* line 44, ../sass/modules/_teaser.scss */
.c-teaser.c-teaser-gray a.c-teaserCard, .c-teaser.c-teaser-blue a.c-teaserCard {
  flex-basis: 22%;
  text-align: center;
  margin: 10px;
  border-radius: 0;
}
/* line 49, ../sass/modules/_teaser.scss */
.c-teaser.c-teaser-gray a.c-teaserCard .c-Uppercase, .c-teaser.c-teaser-blue a.c-teaserCard .c-Uppercase {
  font-weight: bold;
}
/* line 52, ../sass/modules/_teaser.scss */
.c-teaser.c-teaser-gray a.c-teaserCard p, .c-teaser.c-teaser-gray a.c-teaserCard h2, .c-teaser.c-teaser-blue a.c-teaserCard p, .c-teaser.c-teaser-blue a.c-teaserCard h2 {
  margin: 0;
}
/* line 55, ../sass/modules/_teaser.scss */
.c-teaser.c-teaser-gray a.c-teaserCard img, .c-teaser.c-teaser-blue a.c-teaserCard img {
  position: relative;
  left: auto;
  top: auto;
  width: 53px;
  margin: 5px auto;
  padding: 0;
  border-radius: 0;
}
/* line 66, ../sass/modules/_teaser.scss */
.c-teaser.c-teaser-gray {
  background: #f3f3f3;
}
/* line 68, ../sass/modules/_teaser.scss */
.c-teaser.c-teaser-gray h3 {
  padding-bottom: 25px;
  text-align: left;
}
/* line 69, ../sass/modules/_teaser.scss */
.c-teaser.c-teaser-gray a.c-teaserCard {
  background-color: white;
  box-shadow: 0 0 12px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  transition-property: color,background-color,box-shadow,transform;
  transition-duration: .15s;
  border-radius: 2px;
}
/* line 75, ../sass/modules/_teaser.scss */
.c-teaser.c-teaser-gray a.c-teaserCard:hover {
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
/* line 79, ../sass/modules/_teaser.scss */
.c-teaser.c-teaser-gray .c-link {
  color: #72ca44;
}
/* line 83, ../sass/modules/_teaser.scss */
.c-teaser.c-teaser-blue {
  background-color: #e3e7e8;
}
/* line 85, ../sass/modules/_teaser.scss */
.c-teaser.c-teaser-blue a.c-teaserCard {
  background-color: #ec6938;
}
/* line 88, ../sass/modules/_teaser.scss */
.c-teaser.c-teaser-blue .c-link {
  color: #72ca44;
}
/* line 91, ../sass/modules/_teaser.scss */
.c-teaser.c-teaser-blue .c-teaser-blue--heading {
  text-align: center;
}

/* line 94, ../sass/modules/_teaser.scss */
.c-teaserCards .c-teaserContainer {
  display: table;
  display: flex;
  flex-wrap: wrap;
  margin: -8px auto;
  width: 100%;
}

/* line 103, ../sass/modules/_teaser.scss */
.home .c-teaserContainer a.c-teaserCard h2 {
  color: #72ca44;
  letter-spacing: 0.05em;
}
/* line 105, ../sass/modules/_teaser.scss */
.home .c-teaser.c-teaser-gray {
  padding-bottom: 40px;
}

/* line 109, ../sass/modules/_teaser.scss */
a.c-teaserCard, div.c-teaserCard {
  display: table-cell;
  flex: 1 1 100%;
  margin: 15px;
  z-index: 499;
  position: relative;
  display: table;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  transition-property: color,background-color,box-shadow,transform;
  transition-duration: .15s;
}

/* line 126, ../sass/modules/_teaser.scss */
a.c-teaserCard h2, div.c-teaserCard h2 {
  margin: 0;
}

/* line 129, ../sass/modules/_teaser.scss */
a.c-teaserCard p, div.c-teaserCard p {
  margin: 5px 0 0;
}

/* line 132, ../sass/modules/_teaser.scss */
a.c-teaserCard:hover, div.c-teaserCard:hover {
  /*transform: translateY(-2px);*/
  box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
}

/* line 138, ../sass/modules/_teaser.scss */
.c-icon-left a.c-teaserCard span, .c-icon-left div.c-teaserCard span {
  background-size: cover;
  position: absolute;
}
/* line 142, ../sass/modules/_teaser.scss */
.c-icon-left a.c-teaserCard h2, .c-icon-left div.c-teaserCard h2 {
  position: relative;
  word-wrap: break-word;
}
/* line 146, ../sass/modules/_teaser.scss */
.c-icon-left a.c-teaserCard span, .c-icon-left div.c-teaserCard span {
  top: 50%;
  transform: translate(0, -50%);
}

/* line 153, ../sass/modules/_teaser.scss */
.withCards a.c-teaserCard:hover, .withCards div.c-teaserCard:hover {
  color: #121212 !important;
}

/* line 157, ../sass/modules/_teaser.scss */
.c-main-container {
  /*&--heading {
      text-transform: uppercase;
  }*/
}
/* line 159, ../sass/modules/_teaser.scss */
.c-main-container--item:before {
  /*content: '';
  width: 100%;
  height: 72px;
  background-color: $c-teaser-bg;
  position: absolute;
  top: 0;
  left: 0;*/
}
/* line 168, ../sass/modules/_teaser.scss */
.c-main-container--item h2.c-Uppercase {
  margin-top: 20px;
}

/* line 176, ../sass/modules/_teaser.scss */
.c-main-teaser {
  padding: 0;
  margin: 0;
}
/* line 179, ../sass/modules/_teaser.scss */
.c-main-teaser img {
  width: 100%;
  margin-bottom: -5px;
}
/* line 183, ../sass/modules/_teaser.scss */
.c-main-teaser .col.l8.m8.s12 {
  padding-bottom: 20px;
}

/* line 187, ../sass/modules/_teaser.scss */
.c-teaser figure {
  margin: 0;
}

/* line 188, ../sass/modules/_teaser.scss */
.c-main-teaser {
  padding: 0;
  margin: 0;
}
/* line 191, ../sass/modules/_teaser.scss */
.c-main-teaser img {
  width: 100%;
  margin-bottom: -5px;
}
/* line 195, ../sass/modules/_teaser.scss */
.c-main-teaser .col.l8.m8.s12 {
  padding-bottom: 20px;
}
/* line 198, ../sass/modules/_teaser.scss */
.c-main-teaser .col.hide-sm-md {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 64%;
}

/* line 204, ../sass/modules/_teaser.scss */
* {
  box-sizing: border-box;
}

/*max-width: 992px*/
@media only screen and (max-width: 992px) {
  /* line 209, ../sass/modules/_teaser.scss */
  .c-teaser.c-teaser-gray a.c-teaserCard {
    flex-basis: 45%;
    margin: 8px;
  }

  /* line 213, ../sass/modules/_teaser.scss */
  .c-teaser.c-teaser-gray h3 {
    padding-top: 20px;
  }

  /* line 219, ../sass/modules/_teaser.scss */
  .c-teaser-block--v h3 {
    margin-top: 0 !important;
  }

  /* line 224, ../sass/modules/_teaser.scss */
  .home .c-teaser.c-teaser-gray {
    padding-top: 20px;
  }
  /* line 227, ../sass/modules/_teaser.scss */
  .home .c-teaser.c-teaser-gray a.c-teaserCard h2.c-main-container--heading {
    margin-top: 5px !important;
  }
}
/*min-width: 993px*/
@media only screen and (min-width: 601px) {
  /* line 234, ../sass/modules/_teaser.scss */
  a.c-teaserCard, div.c-teaserCard {
    -ms-flex-preferred-size: 1%;
    flex-basis: 1%;
  }

  /* line 239, ../sass/modules/_teaser.scss */
  .c-teaser.withCards {
    padding: 20px 0;
  }
  /* line 243, ../sass/modules/_teaser.scss */
  .c-teaser-block--v {
    width: 85%;
    padding-right: 0;
  }
  /* line 246, ../sass/modules/_teaser.scss */
  .c-teaser-block--v img.alignleft {
    max-width: 33%;
  }
  /* line 247, ../sass/modules/_teaser.scss */
  .c-teaser-block--v ul.checked {
    float: right;
    width: 64%;
    padding-left: 15px !important;
    margin-top: 0;
  }
  /* line 252, ../sass/modules/_teaser.scss */
  .c-teaser-block--v ul.checked li {
    line-height: 1.4em;
  }
  /* line 254, ../sass/modules/_teaser.scss */
  .c-teaser-block--v h3 {
    margin-top: 0 !important;
  }
}
/*max-width: 600px*/
@media only screen and (max-width: 600px) {
  /* line 261, ../sass/modules/_teaser.scss */
  .c-teaser.c-teaser-gray h3 {
    padding-bottom: 20px !important;
  }

  /* line 264, ../sass/modules/_teaser.scss */
  a.c-teaserCard, div.c-teaserCard {
    padding: 7px 10px 7px 55px;
    margin: 5px 10px;
  }

  /* line 269, ../sass/modules/_teaser.scss */
  .c-teaser.c-teaser-blue {
    background: #e3e7e8;
    background-color: #e3e7e8;
    padding: 15px 10px 40px 10px;
  }
  /* line 273, ../sass/modules/_teaser.scss */
  .c-teaser.c-teaser-blue h2.c-teaser-blue--heading {
    padding: 5px 10px 10px 10px;
  }
  /* line 276, ../sass/modules/_teaser.scss */
  .c-teaser.c-teaser-blue .c-link--arrow:after {
    font-size: 8px;
  }
  /* line 279, ../sass/modules/_teaser.scss */
  .c-teaser.c-teaser-blue a.c-teaserCard {
    flex-basis: 32%;
    padding: 20px 5px;
  }
  /* line 284, ../sass/modules/_teaser.scss */
  .c-teaser.withCards {
    padding: 10px 5px 30px 5px;
  }
  /* line 288, ../sass/modules/_teaser.scss */
  .c-teaser-block img {
    width: 100%;
  }

  /* line 293, ../sass/modules/_teaser.scss */
  .home .c-teaserContainer a.c-teaserCard h2.c-main-container--heading {
    font-size: 1.1rem;
  }
  /* line 295, ../sass/modules/_teaser.scss */
  .home .c-teaser.c-teaser-gray a.c-teaserCard {
    flex-basis: 51%;
  }

  /* line 299, ../sass/modules/_teaser.scss */
  #moduler .modul h2.c-main-container--heading {
    font-size: 1.4rem;
  }

  /* line 302, ../sass/modules/_teaser.scss */
  .c-icon-left a.c-teaserCard span, .c-icon-left div.c-teaserCard span {
    width: 50px;
    height: 50px;
    left: 20px;
  }
  /* line 307, ../sass/modules/_teaser.scss */
  .c-icon-left a.c-teaserCard h2, .c-icon-left div.c-teaserCard h2 {
    padding: 20px 20px 20px 30px;
  }
}
/*min-width: 1201px*/
@media only screen and (min-width: 1201px) {
  /* line 315, ../sass/modules/_teaser.scss */
  a.c-teaserCard {
    margin: 8px;
  }

  /* line 320, ../sass/modules/_teaser.scss */
  .c-icon-left a.c-teaserCard span, .c-icon-left div.c-teaserCard span {
    width: 60px;
    height: 60px;
    left: 20px;
  }
  /* line 325, ../sass/modules/_teaser.scss */
  .c-icon-left a.c-teaserCard h2, .c-icon-left div.c-teaserCard h2 {
    line-height: 2.6rem;
    padding: 25px 20px 20px 92px;
  }

  /* line 332, ../sass/modules/_teaser.scss */
  .c-main-teaser .col.hide-sm-md {
    background-repeat: no-repeat;
    min-height: 227px;
  }
}
/*min-width: 601px and max-width: 1200px*/
@media (min-width: 601px) and (max-width: 1200px) {
  /* line 340, ../sass/modules/_teaser.scss */
  a.c-teaserCard {
    margin: 8px;
  }

  /* line 343, ../sass/modules/_teaser.scss */
  .c-teaser.withCards {
    padding: 30px 0;
    margin-bottom: 40px;
  }

  /* line 346, ../sass/modules/_teaser.scss */
  .home .c-teaserContainer a.c-teaserCard h2.c-main-container--heading {
    font-size: 1.2rem;
  }
  /* line 348, ../sass/modules/_teaser.scss */
  .home .c-teaser.c-teaser-gray a.c-teaserCard {
    flex-basis: 30%;
  }
}
/*min-width: 601px and max-width: 800px*/
@media (min-width: 601px) and (max-width: 800px) {
  /* line 357, ../sass/modules/_teaser.scss */
  .home .c-teaserContainer a.c-teaserCard h2.c-main-container--heading {
    font-size: 1rem;
  }
}
/*min-width: 801px and max-width: 992px*/
@media (min-width: 801px) and (max-width: 992px) {
  /* line 365, ../sass/modules/_teaser.scss */
  .home .c-teaserContainer a.c-teaserCard h2.c-main-container--heading {
    font-size: 1.2rem;
  }
}
@media (min-width: 601px) and (max-width: 784px) {
  /* line 372, ../sass/modules/_teaser.scss */
  .c-icon-left a.c-teaserCard span, .c-icon-left div.c-teaserCard span {
    width: 39px;
    height: 39px;
    left: 10px;
  }
  /* line 377, ../sass/modules/_teaser.scss */
  .c-icon-left a.c-teaserCard h2, .c-icon-left div.c-teaserCard h2 {
    padding: 15px 15px 15px 60px;
    font-size: 16px;
  }
}
@media (min-width: 785px) and (max-width: 992px) {
  /* line 387, ../sass/modules/_teaser.scss */
  .c-icon-left a.c-teaserCard span, .c-icon-left div.c-teaserCard span {
    width: 50px;
    height: 50px;
    left: 20px;
  }
  /* line 392, ../sass/modules/_teaser.scss */
  .c-icon-left a.c-teaserCard h2, .c-icon-left div.c-teaserCard h2 {
    padding: 20px 20px 20px 80px;
    font-size: 1.2em;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  /* line 400, ../sass/modules/_teaser.scss */
  .c-teaser.c-teaser-blue .c-teaser-blue--heading {
    padding-top: 15px;
  }

  /* line 401, ../sass/modules/_teaser.scss */
  .c-teaser.c-teaser-gray h3 {
    padding-top: 15px;
  }

  /* line 404, ../sass/modules/_teaser.scss */
  .home .c-teaserContainer a.c-teaserCard h2.c-main-container--heading {
    font-size: 1.8rem;
  }
  /* line 406, ../sass/modules/_teaser.scss */
  .home .c-teaser.c-teaser-gray h2.c-teaser-blue--heading {
    margin-top: 20px !important;
  }

  /* line 412, ../sass/modules/_teaser.scss */
  .c-icon-left a.c-teaserCard span, .c-icon-left div.c-teaserCard span {
    width: 60px;
    height: 60px;
    left: 20px;
  }
  /* line 417, ../sass/modules/_teaser.scss */
  .c-icon-left a.c-teaserCard h2, .c-icon-left div.c-teaserCard h2 {
    padding: 25px 20px 20px 90px;
    font-size: 1.5rem;
  }

  /* line 424, ../sass/modules/_teaser.scss */
  .c-main-teaser .col.hide-sm-md {
    background-repeat: no-repeat;
    min-height: 227px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 431, ../sass/modules/_teaser.scss */
  .c-teaser.c-teaser-gray a.c-teaserCard img, .c-teaser.c-teaser-blue a.c-teaserCard img {
    width: auto;
  }
}
@supports (-webkit-appearance: none) {
  /* line 436, ../sass/modules/_teaser.scss */
  .c-teaser.c-teaser-gray a.c-teaserCard img, .c-teaser.c-teaser-blue a.c-teaserCard img {
    width: auto;
  }
}
@-moz-document url-prefix() {
  /* line 441, ../sass/modules/_teaser.scss */
  .c-teaser.c-teaser-gray a.c-teaserCard img, .c-teaser.c-teaser-blue a.c-teaserCard img {
    width: auto;
  }
}
@media screen and (min-width: 0\0) {
  /* line 446, ../sass/modules/_teaser.scss */
  .c-teaser.c-teaser-gray a.c-teaserCard img, .c-teaser.c-teaser-blue a.c-teaserCard img {
    width: auto;
  }
}
/* line 3, ../sass/modules/_intro.scss */
.c-main-info {
  position: relative;
  text-align: center;
}
/* line 6, ../sass/modules/_intro.scss */
.c-main-info div.c-main-info-inside {
  position: relative;
  border-radius: 0;
}
/* line 9, ../sass/modules/_intro.scss */
.c-main-info div.c-main-info-inside h1 {
  line-height: 1;
}
/* line 10, ../sass/modules/_intro.scss */
.c-main-info div.c-main-info-inside .m-entry__feedback {
  display: none;
}
/* line 12, ../sass/modules/_intro.scss */
.c-main-info div.c-main-info-inside .info-inside-search p {
  font-size: 18px;
}
/* line 13, ../sass/modules/_intro.scss */
.c-main-info div.c-main-info-inside .info-inside-search a {
  color: white;
  font-size: 15px;
}
/* line 16, ../sass/modules/_intro.scss */
.c-main-info div.c-main-info-inside .info-inside-search a:hover {
  text-decoration: underline;
}
/* line 22, ../sass/modules/_intro.scss */
.c-main-info h1 {
  margin: 0;
}

/* line 25, ../sass/modules/_intro.scss */
.home .c-main-info {
  text-align: left;
}
/* line 27, ../sass/modules/_intro.scss */
.home .c-main-info h1 {
  margin: 0 0 15px 0;
}
/* line 30, ../sass/modules/_intro.scss */
.home .c-main-info h3, .home .c-main-info h2 {
  color: white;
  margin: 0;
  padding: 0;
}
/* line 35, ../sass/modules/_intro.scss */
.home .c-main-info .checked {
  margin-bottom: 30px;
}
/* line 37, ../sass/modules/_intro.scss */
.home .c-main-info .checked li {
  color: white;
  font-size: 21px;
  font-weight: 200;
  margin-bottom: 15px;
}
/* line 44, ../sass/modules/_intro.scss */
.home .c-main-info .btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: white;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 56, ../sass/modules/_intro.scss */
.c-logo-list p {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
/* line 62, ../sass/modules/_intro.scss */
.c-logo-list-items ul {
  padding: 0;
  margin: 0;
}
/* line 63, ../sass/modules/_intro.scss */
.c-logo-list-items li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
}
/* line 67, ../sass/modules/_intro.scss */
.c-logo-list-items li img {
  width: 100%;
  height: auto;
}

/* line 72, ../sass/modules/_intro.scss */
.c-hero-wrapper h1, .c-hero-wrapper h2 {
  color: white;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 78, ../sass/modules/_intro.scss */
.c-hero-wrapper h2 {
  font-family: "Nexa_Free_Light", sans-serif;
  font-weight: 100;
}

/* line 80, ../sass/modules/_intro.scss */
.c-medlem, .c-ej-medlem {
  border-radius: 3px;
}

/*max-width: 601px*/
@media only screen and (max-width: 600px) {
  /* line 84, ../sass/modules/_intro.scss */
  .c-main-info p {
    font-size: 16px;
  }
  /* line 85, ../sass/modules/_intro.scss */
  .c-main-info div.c-main-info-inside {
    margin: 0 10px;
  }
  /* line 87, ../sass/modules/_intro.scss */
  .c-main-info div.c-main-info-inside h1 {
    padding-bottom: 10px;
  }

  /* line 91, ../sass/modules/_intro.scss */
  .c-logo-list p {
    font-size: 16px;
    margin-bottom: 3px;
  }
  /* line 96, ../sass/modules/_intro.scss */
  .c-logo-list-items li {
    width: 24%;
  }

  /* line 101, ../sass/modules/_intro.scss */
  .home .c-main-info .c-main-info-inside {
    padding: 0;
  }
  /* line 103, ../sass/modules/_intro.scss */
  .home .c-main-info .c-main-info-inside h1 {
    color: white;
    padding-top: 20px;
  }
  /* line 107, ../sass/modules/_intro.scss */
  .home .c-main-info .c-main-info-inside p, .home .c-main-info .c-main-info-inside li {
    font-size: 15px;
  }
  /* line 112, ../sass/modules/_intro.scss */
  .home .c-hero-wrapper {
    background-size: cover;
    padding: 27px 0 40px 0;
    margin-bottom: 0px;
  }

  /* line 119, ../sass/modules/_intro.scss */
  .c-hero-wrapper h1 {
    font-size: 2em;
  }
  /* line 120, ../sass/modules/_intro.scss */
  .c-hero-wrapper h2 {
    font-size: 1.5em;
  }
}
@media (min-width: 601px) and (max-width: 1200px) {
  /* line 124, ../sass/modules/_intro.scss */
  .c-main-info {
    padding: 0;
  }
  /* line 126, ../sass/modules/_intro.scss */
  .c-main-info div.c-main-info-inside {
    border-radius: 0;
  }
  /* line 128, ../sass/modules/_intro.scss */
  .c-main-info div.c-main-info-inside h1.page-title, .c-main-info div.c-main-info-inside h1 {
    color: white;
    padding-top: 25px;
  }
  /* line 130, ../sass/modules/_intro.scss */
  .c-main-info p {
    font-size: 22px;
  }

  /* line 132, ../sass/modules/_intro.scss */
  .c-logo-list-items li {
    width: 11.5%;
  }
}
/*max-width: 1200px*/
@media only screen and (max-width: 1200px) {
  /* line 137, ../sass/modules/_intro.scss */
  .c-main-info div.c-main-info-inside {
    color: white;
  }
  /* line 139, ../sass/modules/_intro.scss */
  .c-main-info div.c-main-info-inside h1.page-title {
    color: white;
  }
  /* line 140, ../sass/modules/_intro.scss */
  .c-main-info div.c-main-info-inside.bloggartikel {
    position: relative;
    z-index: 2;
  }
  /* line 143, ../sass/modules/_intro.scss */
  .c-main-info div.c-main-info-inside.bloggartikel:before {
    content: '';
    background-color: #ec6938;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  /* line 155, ../sass/modules/_intro.scss */
  .c-main-info div.c-main-info-inside.bloggartikel h2 {
    font-size: 19px;
    max-width: 90%;
    margin: 0 auto;
  }
  /* line 160, ../sass/modules/_intro.scss */
  .c-main-info div.c-main-info-inside.bloggartikel p {
    font-size: 18px;
  }
  /* line 165, ../sass/modules/_intro.scss */
  .c-main-info p {
    color: white;
    padding-top: 5px;
  }

  /* line 170, ../sass/modules/_intro.scss */
  .home .c-hero-wrapper .info-inside-search input#search {
    font-size: 18px;
  }
}
/*min-width: 1201px*/
@media only screen and (min-width: 1201px) {
  /* line 175, ../sass/modules/_intro.scss */
  .c-main-info div.c-main-info-inside {
    position: relative;
    z-index: 2;
    padding: 20px 0;
  }
  /* line 179, ../sass/modules/_intro.scss */
  .c-main-info div.c-main-info-inside.bloggartikel {
    padding: 0;
  }
  /* line 181, ../sass/modules/_intro.scss */
  .c-main-info div.c-main-info-inside.bloggartikel:before {
    content: '';
    background-color: #ec6938;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  /* line 194, ../sass/modules/_intro.scss */
  .c-main-info div.c-main-info-inside h1 {
    color: white;
  }
  /* line 197, ../sass/modules/_intro.scss */
  .c-main-info div.c-main-info-inside p {
    color: white;
    font-size: 18px;
    padding-top: 5px;
  }
  /* line 202, ../sass/modules/_intro.scss */
  .c-main-info div.c-main-info-inside a {
    font-size: 18px;
  }
  /* line 203, ../sass/modules/_intro.scss */
  .c-main-info div.c-main-info-inside input#search {
    padding: 13px;
    width: 420px;
    vertical-align: top;
    font-size: 18px;
  }
  /* line 210, ../sass/modules/_intro.scss */
  .c-main-info .btn {
    font-size: 18px;
  }
  /* line 212, ../sass/modules/_intro.scss */
  .c-main-info .btn:first-of-type {
    margin-right: 5px;
  }
  /* line 213, ../sass/modules/_intro.scss */
  .c-main-info .btn:nth-of-type(2) {
    margin-left: 5px;
  }

  /* line 216, ../sass/modules/_intro.scss */
  .c-logo-list {
    padding: 10px 0 5px 0;
    border-bottom: 1px solid #f3f3f3;
  }
  /* line 219, ../sass/modules/_intro.scss */
  .c-logo-list p {
    margin: 0;
    padding-bottom: 0;
    padding-top: 25px;
  }

  /* line 225, ../sass/modules/_intro.scss */
  .c-logo-list-items li {
    width: 12.1%;
  }

  /* line 226, ../sass/modules/_intro.scss */
  .c-medlem, .c-ej-medlem {
    padding: 12px 56px;
  }

  /* line 229, ../sass/modules/_intro.scss */
  .c-teaser-gray .c-teaserContainer a.c-teaserCard h2.c-main-container--heading {
    margin-top: 5px !important;
  }

  /* line 230, ../sass/modules/_intro.scss */
  .c-hero-wrapper {
    padding: 90px 0 5em;
  }

  /* line 234, ../sass/modules/_intro.scss */
  .page-template-default .c-hero-wrapper {
    padding: 18em 0 17em;
  }
}
/* line 239, ../sass/modules/_intro.scss */
.c-company-thumbnail {
  height: 150px;
  width: 150px;
}

@media (max-width: 992px) {
  /* line 244, ../sass/modules/_intro.scss */
  .c-hero-wrapper {
    background-image: url("../img/uppsalamagasinering_s.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    margin-bottom: 0;
  }

  /* line 251, ../sass/modules/_intro.scss */
  .c-company-thumbnail {
    margin: 0 auto;
  }

  /* line 252, ../sass/modules/_intro.scss */
  .home .info-inside-search p {
    max-width: 90%;
    margin: 0 auto;
    line-height: 1;
  }
}
@media (min-width: 993px) {
  /* line 259, ../sass/modules/_intro.scss */
  .c-hero-wrapper {
    background-image: url("../img/uppsalamagasinering.png");
    background-size: cover;
  }

  /* line 264, ../sass/modules/_intro.scss */
  .home .c-hero-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/uppsalamagasinering.png");
  }
  /* line 269, ../sass/modules/_intro.scss */
  .home .info-inside-search {
    padding: 4px 10px 6px 10px;
  }

  /* line 271, ../sass/modules/_intro.scss */
  .c-main-info div.c-main-info-inside h1.page-title {
    display: inline-block;
    vertical-align: middle;
  }

  /* line 275, ../sass/modules/_intro.scss */
  .c-company-thumbnail {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  /* line 283, ../sass/modules/_intro.scss */
  .home .c-hero-wrapper {
    padding: 2em 0 2.5em;
  }
  /* line 286, ../sass/modules/_intro.scss */
  .home .c-main-info div.c-main-info-inside {
    padding: 0 0 15px 0;
  }
  /* line 289, ../sass/modules/_intro.scss */
  .home .c-hero-wrapper .info-inside-search input#search {
    width: 48%;
  }
  /* line 292, ../sass/modules/_intro.scss */
  .home .c-teaser-gray .c-teaserContainer a.c-teaserCard h2.c-main-container--heading {
    margin-top: 5px !important;
  }

  /* line 295, ../sass/modules/_intro.scss */
  .page-template-default .c-hero-wrapper {
    padding: 6em 1em;
    background-size: 100%;
  }
}
@media (max-width: 380px) {
  /* line 305, ../sass/modules/_intro.scss */
  .home .c-main-info .c-main-info-inside .btn {
    width: 90%;
  }
}
@media (min-width: 381px) and (max-width: 465px) {
  /* line 316, ../sass/modules/_intro.scss */
  .home .c-main-info .c-main-info-inside .btn {
    width: 86%;
  }
}
@media (min-width: 466px) and (max-width: 800px) {
  /* line 327, ../sass/modules/_intro.scss */
  .home .c-main-info .c-main-info-inside .btn {
    width: 60%;
  }
}
@media (min-width: 801px) and (max-width: 992px) {
  /* line 338, ../sass/modules/_intro.scss */
  .home .c-main-info .c-main-info-inside .btn {
    width: 49%;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  /* line 349, ../sass/modules/_intro.scss */
  .home .c-main-info .c-main-info-inside .btn {
    width: 36%;
  }

  /*.c-bg-box {min-height: 84vw;}*/
}
@media (max-width: 687px) {
  /* line 361, ../sass/modules/_intro.scss */
  .home .c-main-info .c-main-info-inside .btn {
    padding: 10px;
  }
  /* line 363, ../sass/modules/_intro.scss */
  .home .c-main-info .c-main-info-inside .btn:first-of-type {
    margin-bottom: 30px;
  }

  /* line 368, ../sass/modules/_intro.scss */
  .home .c-hero-wrapper .info-inside-search input#search {
    width: 65%;
  }
}
@media (min-width: 688px) and (max-width: 1032px) {
  /* line 373, ../sass/modules/_intro.scss */
  .home .c-main-info .btn {
    margin-bottom: 15px;
    padding: 10px;
  }
}
@media (min-width: 688px) and (max-width: 992px) {
  /* line 379, ../sass/modules/_intro.scss */
  .home .c-hero-wrapper .info-inside-search input#search {
    width: 80%;
  }
}
@media (min-width: 601px) and (max-width: 992px) {
  /* line 384, ../sass/modules/_intro.scss */
  .home .c-hero-wrapper {
    padding: 25px 0 35px 0;
  }
}
@-moz-document url-prefix() {
  @media (min-width: 1201px) {
    /* line 391, ../sass/modules/_intro.scss */
    .info-inside-search select {
      background-position: calc(100% - 26px) calc(0.7em + 3px), calc(100% - 15px) calc(1em + -2px), calc(100% - 4em) 0.5em;
    }
  }
}
@media (min-width: 1201px) {
  @-moz-document url-prefix() {
    /* line 398, ../sass/modules/_intro.scss */
    .info-inside-search select {
      background-position: calc(100% - 26px) calc(0.7em + 3px), calc(100% - 15px) calc(1em + -2px), calc(100% - 4em) 0.5em;
    }
  }
}
/* line 403, ../sass/modules/_intro.scss */
body:not(:-moz-handler-blocked) .info-inside-search select {
  background-position: calc(100% - 26px) calc(0.7em + 3px), calc(100% - 15px) calc(1em + -2px), calc(100% - 4em) 0.5em;
}

/* line 406, ../sass/modules/_intro.scss */
html > body .info-inside-search select, x:-moz-any-link, x:default {
  background-position: calc(100% - 26px) calc(0.7em + 3px), calc(100% - 15px) calc(1em + -2px), calc(100% - 4em) 0.5em;
}

/* line 1, ../sass/modules/_footer.scss */
#footer {
  background: #3a3533;
  padding: 15px;
  color: #fff;
}
/* line 5, ../sass/modules/_footer.scss */
#footer a {
  color: #fff;
}
/* line 7, ../sass/modules/_footer.scss */
#footer a:hover {
  color: #72ca44;
}
/* line 10, ../sass/modules/_footer.scss */
#footer .footer-socials .fa {
  margin-right: 5px;
}
/* line 12, ../sass/modules/_footer.scss */
#footer ul {
  padding: 0;
  margin: 0;
}
/* line 13, ../sass/modules/_footer.scss */
#footer .footer-bottom {
  padding: 10px 0 0 0;
}
/* line 15, ../sass/modules/_footer.scss */
#footer .footer-bottom li {
  float: left;
}
/* line 17, ../sass/modules/_footer.scss */
#footer .footer-bottom li:before {
  content: '';
  width: 1px;
  height: 16px;
  display: inline-block;
  background: #ec6938;
  margin-bottom: -3px;
}
/* line 26, ../sass/modules/_footer.scss */
#footer .footer-bottom li:first-of-type a {
  padding-left: 0;
}
/* line 27, ../sass/modules/_footer.scss */
#footer .footer-bottom li:first-of-type:before {
  width: 0;
  margin: 0;
  height: 0;
}
/* line 34, ../sass/modules/_footer.scss */
#footer .footer-bottom .col {
  padding: 0;
}
/* line 37, ../sass/modules/_footer.scss */
#footer .footer-top img {
  display: inline-block;
  vertical-align: top;
}
/* line 41, ../sass/modules/_footer.scss */
#footer .footer-top h2 {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  padding-left: 0;
  font-size: 18px;
  color: white;
}
/* line 50, ../sass/modules/_footer.scss */
#footer .footer-top h4 {
  margin-bottom: 5px;
  font-size: 16px;
}
/* line 55, ../sass/modules/_footer.scss */
#footer nav {
  background: #ec6938;
  box-shadow: none;
  width: auto;
}
/* line 59, ../sass/modules/_footer.scss */
#footer nav .nav-wrapper {
  width: 100%;
}
/* line 60, ../sass/modules/_footer.scss */
#footer nav .brand-logo {
  left: 0;
  position: relative;
  transform: translateX(0px);
  font-size: 1.6rem;
}
/* line 68, ../sass/modules/_footer.scss */
#footer #nav_menu-2 ul li a:before, #footer #nav_menu-3 ul li a:before {
  display: inline-block;
  font: normal normal normal 15px/1 FontAwesome;
  content: "\f105";
  margin-right: 5px;
}
/* line 76, ../sass/modules/_footer.scss */
#footer .footer-top h2, #footer .footer-top h3, #footer .footer-top h4 {
  color: white;
}

/*up to 600px*/
@media only screen and (max-width: 600px) {
  /* line 81, ../sass/modules/_footer.scss */
  #footer {
    padding: 25px 15px;
  }
  /* line 85, ../sass/modules/_footer.scss */
  #footer .row.footer-top .col.s12:first-of-type {
    margin-bottom: 15px;
  }
  /* line 89, ../sass/modules/_footer.scss */
  #footer .row.footer-top img {
    margin-right: 5px;
  }
  /* line 91, ../sass/modules/_footer.scss */
  #footer .footer-socials {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  /* line 93, ../sass/modules/_footer.scss */
  .row.footer-bottom {
    margin: 0;
    border-top: 1px solid #fff;
  }
  /* line 96, ../sass/modules/_footer.scss */
  .row.footer-bottom li {
    font-size: 10px;
  }
  /* line 97, ../sass/modules/_footer.scss */
  .row.footer-bottom li a {
    padding-left: 2px;
  }
  /* line 98, ../sass/modules/_footer.scss */
  .row.footer-bottom li:before {
    margin-left: 5px;
  }
  /* line 100, ../sass/modules/_footer.scss */
  .row.footer-bottom li:first-of-type a {
    padding-left: 0;
  }
  /* line 101, ../sass/modules/_footer.scss */
  .row.footer-bottom li:first-of-type:before {
    margin-left: 0;
  }

  /* line 105, ../sass/modules/_footer.scss */
  #footer .row.footer-top img {
    max-width: 250px;
  }
}
/*from 601px*/
@media only screen and (min-width: 601px) {
  /* line 111, ../sass/modules/_footer.scss */
  #footer {
    padding: 40px 15px 15px 15px;
  }
  /* line 113, ../sass/modules/_footer.scss */
  #footer .row.footer-bottom {
    width: 385px;
    margin: 0 auto;
  }
  /* line 117, ../sass/modules/_footer.scss */
  #footer .row.footer-bottom li a {
    padding-left: 8px;
  }
  /* line 118, ../sass/modules/_footer.scss */
  #footer .row.footer-bottom li:before {
    margin-left: 10px;
  }
  /* line 120, ../sass/modules/_footer.scss */
  #footer .row.footer-bottom li:first-of-type a {
    padding-left: 0;
  }
  /* line 121, ../sass/modules/_footer.scss */
  #footer .row.footer-bottom li:first-of-type:before {
    margin-left: 0;
  }
  /* line 125, ../sass/modules/_footer.scss */
  #footer .row.footer-top {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-bottom: 30px;
  }
  /* line 131, ../sass/modules/_footer.scss */
  #footer .footer-socials {
    display: block;
  }

  /* line 134, ../sass/modules/_footer.scss */
  body:not(.home) #footer:before {
    content: '';
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    top: -36px;
    left: 0;
    z-index: -1;
    transform: skew(0, 2deg);
  }
}
@media (max-width: 992px) and (min-width: 601px) {
  /* line 148, ../sass/modules/_footer.scss */
  #footer .footer-socials.footer-facebook {
    margin-top: 10px;
    line-height: 1.5em;
  }

  /* line 149, ../sass/modules/_footer.scss */
  #menu-footer-lankar li {
    line-height: 1.5em;
  }
}
@media only screen and (min-width: 993px) {
  /* line 153, ../sass/modules/_footer.scss */
  .footer-top #text-3 {
    padding-left: 30px;
  }
}
@media (max-width: 992px) {
  /* line 157, ../sass/modules/_footer.scss */
  #footer .footer-top h4 {
    font-size: 16px;
  }

  /* line 160, ../sass/modules/_footer.scss */
  #nav_menu-2 {
    margin-top: 15px;
  }

  /* line 161, ../sass/modules/_footer.scss */
  #nav_menu-3 {
    margin-top: 20px;
  }
}
/* line 7, ../sass/modules/_social-links.scss */
.social-links {
  padding: 0;
  margin-top: -20px;
  z-index: 999;
  left: 0;
  bottom: 0;
}
/* line 13, ../sass/modules/_social-links.scss */
.social-links ul {
  display: flex;
  line-height: 1;
  padding: 0;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-align: stretch;
  -ms-flex-line-pack: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 31, ../sass/modules/_social-links.scss */
.social-links ul.container {
  padding-left: 0 !important;
}
/* line 32, ../sass/modules/_social-links.scss */
.social-links li {
  display: inline-block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  border-radius: 2px;
}
/* line 48, ../sass/modules/_social-links.scss */
.social-links li a {
  color: white;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  text-decoration: none !important;
}
/* line 66, ../sass/modules/_social-links.scss */
.social-links li .icon {
  margin-right: 5px;
}
/* line 67, ../sass/modules/_social-links.scss */
.social-links li.facebook, .social-links li.twitter, .social-links li.email, .social-links li.pdf {
  margin-bottom: 0 !important;
}
/* line 68, ../sass/modules/_social-links.scss */
.social-links li.pdf {
  background-color: #fefefe;
  border: 1px solid #d20000;
  margin-right: 0;
}
/* line 69, ../sass/modules/_social-links.scss */
.social-links li.pdf:hover {
  background-color: #efefef;
}
/* line 71, ../sass/modules/_social-links.scss */
.social-links li.pdf a {
  color: #d20000;
}
/* line 71, ../sass/modules/_social-links.scss */
.social-links li.pdf a a:hover {
  color: #b30000;
}
/* line 72, ../sass/modules/_social-links.scss */
.social-links li.pdf .icon {
  color: #d20000;
}
/* line 74, ../sass/modules/_social-links.scss */
.social-links li.email {
  background-color: #d34836;
  border: 1px solid #d5503e;
}
/* line 76, ../sass/modules/_social-links.scss */
.social-links li.email:hover {
  background-color: #c03b2a;
}
/* line 78, ../sass/modules/_social-links.scss */
.social-links li.facebook {
  background-color: #3a589e;
  border: 1px solid #3d5ca5;
}
/* line 80, ../sass/modules/_social-links.scss */
.social-links li.facebook:hover {
  background-color: #324c88;
}
/* line 82, ../sass/modules/_social-links.scss */
.social-links li.twitter {
  background-color: #4099FF;
  border: 1px solid #4a9eff;
}
/* line 84, ../sass/modules/_social-links.scss */
.social-links li.twitter:hover {
  background-color: #2189ff;
}
/* line 86, ../sass/modules/_social-links.scss */
.social-links li:nth-child(1) {
  margin-left: 0;
}
/* line 88, ../sass/modules/_social-links.scss */
.social-links.show {
  position: fixed;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 !important;
  background: white;
}
/* line 89, ../sass/modules/_social-links.scss */
.social-links.show.hideit {
  display: none !important;
}

/* line 92, ../sass/modules/_social-links.scss */
a.m-feedback-prompt__button.m-feedback-prompt__social.yes {
  color: #6ad16a !important;
}

@media (max-width: 695px) {
  /* line 98, ../sass/modules/_social-links.scss */
  .social-links li a {
    font-size: 13px !important;
  }
  /* line 99, ../sass/modules/_social-links.scss */
  .social-links li .text {
    font-size: 7px;
  }
  /* line 102, ../sass/modules/_social-links.scss */
  .social-links:not(.show) ul.container {
    display: inline-block;
    background-color: white;
    padding-bottom: 7px;
  }
  /* line 106, ../sass/modules/_social-links.scss */
  .social-links:not(.show) ul.container li {
    width: 48%;
    margin: 0;
    border-radius: 0;
    padding: 4px 3px 5px 3px !important;
  }
  /* line 108, ../sass/modules/_social-links.scss */
  .social-links:not(.show) ul.container li a {
    font-size: 13px !important;
  }
  /* line 109, ../sass/modules/_social-links.scss */
  .social-links:not(.show) ul.container li .text {
    font-size: 12px;
  }
  /* line 110, ../sass/modules/_social-links.scss */
  .social-links:not(.show) ul.container li .icon {
    margin-right: 2px !important;
  }
  /* line 113, ../sass/modules/_social-links.scss */
  .social-links:not(.show) ul.container li.facebook, .social-links:not(.show) ul.container li.twitter {
    margin-bottom: 8px !important;
  }
  /* line 114, ../sass/modules/_social-links.scss */
  .social-links:not(.show) ul.container li.facebook {
    margin-right: 2%;
  }
  /* line 115, ../sass/modules/_social-links.scss */
  .social-links:not(.show) ul.container li.email {
    margin-right: 2%;
  }
  /* line 120, ../sass/modules/_social-links.scss */
  .social-links.show .col.s12 {
    padding: 0;
  }
  /* line 122, ../sass/modules/_social-links.scss */
  .social-links.show ul.container li {
    padding: 3px 0 5px 5px;
  }
  /* line 124, ../sass/modules/_social-links.scss */
  .social-links.show ul.container li .text {
    display: none;
  }
  /* line 127, ../sass/modules/_social-links.scss */
  .social-links.show ul.container li .icon {
    text-align: center;
    font-size: 24px;
    margin: 0 auto;
    width: 100%;
  }
}
/*max-width: 992px*/
@media only screen and (max-width: 992px) {
  /* line 140, ../sass/modules/_social-links.scss */
  .social-container.showCont {
    height: 70px;
  }

  /* line 142, ../sass/modules/_social-links.scss */
  .social-links ul.container {
    margin: 10px 0;
    width: 100%;
  }
  /* line 146, ../sass/modules/_social-links.scss */
  .social-links li {
    padding: 1px 0 0 10px;
    margin: 0 2px;
  }
  /* line 149, ../sass/modules/_social-links.scss */
  .social-links li a {
    font-size: 12px !important;
  }
  /* line 150, ../sass/modules/_social-links.scss */
  .social-links li .icon {
    margin-right: 3px !important;
  }
  /* line 152, ../sass/modules/_social-links.scss */
  .social-links.show {
    background: transparent !important;
  }
  /* line 154, ../sass/modules/_social-links.scss */
  .social-links.show ul.container {
    width: 100%;
    margin: 0;
  }
  /* line 155, ../sass/modules/_social-links.scss */
  .social-links.show li {
    margin: 0;
    border-radius: 0;
    /*padding: 2px 0 20px 5px;*/
  }
  /* line 159, ../sass/modules/_social-links.scss */
  .social-links.show li.pdf {
    border: 1px solid #d20000;
  }
  /* line 160, ../sass/modules/_social-links.scss */
  .social-links.show li.email {
    border: 1px solid #d34836;
  }
  /* line 161, ../sass/modules/_social-links.scss */
  .social-links.show li.facebook {
    border: 1px solid #3a589e;
  }
  /* line 162, ../sass/modules/_social-links.scss */
  .social-links.show li.twitter {
    border: 1px solid #4099FF;
  }
}
/*min-width: 601px*/
@media only screen and (min-width: 601px) {
  /* line 170, ../sass/modules/_social-links.scss */
  .social-links ul.container {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  /* line 173, ../sass/modules/_social-links.scss */
  .social-links li {
    margin: 0 3px;
  }
  /* line 177, ../sass/modules/_social-links.scss */
  .social-links:not(.show) ul.container {
    margin: 20px 0;
  }
}
/*min-width: 1201px*/
@media only screen and (min-width: 1201px) {
  /* line 186, ../sass/modules/_social-links.scss */
  .social-links ul.container {
    width: 665px;
    height: 30px;
  }
  /* line 190, ../sass/modules/_social-links.scss */
  .social-links li {
    padding-left: 7px;
    height: 30px;
  }
  /* line 193, ../sass/modules/_social-links.scss */
  .social-links li a {
    font-size: 13px;
    height: 30px;
    padding-top: 1px;
  }
  /* line 199, ../sass/modules/_social-links.scss */
  .social-links.show {
    background: transparent;
  }
  /* line 202, ../sass/modules/_social-links.scss */
  .social-links.show ul.container:before {
    content: '';
    display: block;
    position: absolute;
    width: 705px;
    height: 100px;
    background: white;
    z-index: -1;
    top: -20px;
    left: -20px;
    border-radius: 2px;
  }
  /* line 217, ../sass/modules/_social-links.scss */
  .social-links:not(.show) ul.container {
    width: 100%;
  }

  /* line 222, ../sass/modules/_social-links.scss */
  .social-links:not(.show) ul.container {
    background: white;
    padding-bottom: 5px;
  }
}
@media (max-width: 992px) and (min-width: 601px) {
  /* line 229, ../sass/modules/_social-links.scss */
  .social-links li {
    height: 40px;
  }
  /* line 231, ../sass/modules/_social-links.scss */
  .social-links li a {
    height: 40px;
    font-size: 0.85rem !important;
  }
  /* line 234, ../sass/modules/_social-links.scss */
  .social-links.show li {
    padding: 4px 5px 5px 10px !important;
  }
  /* line 236, ../sass/modules/_social-links.scss */
  .social-links.show li.icon {
    margin-right: 7px !important;
  }
  /* line 242, ../sass/modules/_social-links.scss */
  .social-links:not(.show) li a {
    padding-top: 2px;
  }

  /* line 245, ../sass/modules/_social-links.scss */
  .social-links:not(.show) ul.container {
    background: white;
    padding-bottom: 5px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  /* line 251, ../sass/modules/_social-links.scss */
  .social-links li {
    margin: 0 2px;
    padding: 1px 0 1px 8px;
  }

  /* line 253, ../sass/modules/_social-links.scss */
  .social-links ul.container {
    width: 590px;
  }
  /* line 257, ../sass/modules/_social-links.scss */
  .social-links:not(.show) ul.container {
    width: 100%;
  }

  /* line 262, ../sass/modules/_social-links.scss */
  .social-links li a .text {
    font-size: 11px;
  }
}
@media (max-width: 320px) {
  /* line 265, ../sass/modules/_social-links.scss */
  .social-links:not(.show) ul.container li {
    padding: 4px 0px 5px 4px !important;
  }

  /* line 268, ../sass/modules/_social-links.scss */
  .social-links:not(.show) ul.container li a {
    font-size: 12px !important;
  }

  /* line 271, ../sass/modules/_social-links.scss */
  .social-links:not(.show) ul.container li .text {
    font-size: 10px;
  }
}
@media (min-width: 400px) and (max-width: 690px) {
  /* line 276, ../sass/modules/_social-links.scss */
  .social-links:not(.show) ul.container li {
    padding: 4px 3px 5px 10px !important;
  }

  /* line 279, ../sass/modules/_social-links.scss */
  .social-links:not(.show) ul.container li .icon {
    margin-right: 5px !important;
  }
}
/******* Blog ******/
/* line 3, ../sass/modules/_start-wrapper.scss */
.blog .start-wrapper .start-block--content, .archive .start-wrapper .start-block--content {
  background: white;
}

/* line 6, ../sass/modules/_start-wrapper.scss */
[data-view="c-list-view"] a.c-teaserCard, [data-view="c-list-view"] div.c-teaserCard {
  flex-direction: initial !important;
  height: auto !important;
}
/* line 7, ../sass/modules/_start-wrapper.scss */
[data-view="c-list-view"] .start-block img {
  height: 70px !important;
  width: auto !important;
}
/* line 8, ../sass/modules/_start-wrapper.scss */
[data-view="c-list-view"] .c-list-view-descr {
  width: 60%;
}
/* line 9, ../sass/modules/_start-wrapper.scss */
[data-view="c-list-view"] .start-block {
  width: 100% !important;
}
/* line 10, ../sass/modules/_start-wrapper.scss */
[data-view="c-list-view"] .start-block--content {
  width: 100%;
}

/* line 13, ../sass/modules/_start-wrapper.scss */
[data-view="c-grid-view"] .item-descr h5, .c-grid-view .item-descr h5 {
  margin-top: 5px;
}

/* line 15, ../sass/modules/_start-wrapper.scss */
.c-grid-toggle .fa {
  font-size: 25px;
}

/* line 18, ../sass/modules/_start-wrapper.scss */
.start-wrapper .start-block a {
  color: #495565;
  overflow: hidden;
}
/* line 19, ../sass/modules/_start-wrapper.scss */
.start-wrapper .start-block a.secondb, .start-wrapper .start-block a.button--secondary {
  margin: 5px 12px 12px;
}
/* line 20, ../sass/modules/_start-wrapper.scss */
.start-wrapper .start-block a.button--primary {
  margin: 12px 12px 0;
  color: white;
}
/* line 24, ../sass/modules/_start-wrapper.scss */
.start-wrapper .start-block img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
  opacity: 1;
}
/* line 31, ../sass/modules/_start-wrapper.scss */
.start-wrapper .start-block--content {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0;
  background: white;
  color: #495565;
  width: 100%;
  position: relative;
}
/* line 39, ../sass/modules/_start-wrapper.scss */
.start-wrapper .start-block--content .moretag {
  color: #495565;
}
/* line 40, ../sass/modules/_start-wrapper.scss */
.start-wrapper .start-block--content h5, .start-wrapper .start-block--content h3, .start-wrapper .start-block--content h2 {
  padding: 0 15px;
  position: relative;
  margin: 20px 0 20px !important;
  border: none;
}
/* line 45, ../sass/modules/_start-wrapper.scss */
.start-wrapper .start-block--content h5:before, .start-wrapper .start-block--content h3:before, .start-wrapper .start-block--content h2:before {
  background-color: #ec6938;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}
/* line 55, ../sass/modules/_start-wrapper.scss */
.start-wrapper .start-block--content p {
  padding: 0 15px 0;
  color: #464646;
  margin: 0;
  line-height: 24px;
}
/* line 61, ../sass/modules/_start-wrapper.scss */
.start-wrapper .start-block--content small, .start-wrapper .start-block--content a.moretag {
  padding-left: 15px;
}
/* line 68, ../sass/modules/_start-wrapper.scss */
.start-wrapper.c-img-grid .start-block img {
  opacity: 1;
}
/* line 69, ../sass/modules/_start-wrapper.scss */
.start-wrapper.c-img-grid .start-block .cTableCellImg img {
  width: 55px;
  padding-top: 5px;
}
/* line 73, ../sass/modules/_start-wrapper.scss */
.start-wrapper.c-img-grid .start-block a {
  color: #72ca44;
  font-weight: bold;
}
/* line 74, ../sass/modules/_start-wrapper.scss */
.start-wrapper.c-img-grid .start-block--content {
  width: 100%;
  border-top: none;
}
/* line 77, ../sass/modules/_start-wrapper.scss */
.start-wrapper.c-img-grid .start-block--content h5, .start-wrapper.c-img-grid .start-block--content h3, .start-wrapper.c-img-grid .start-block--content h2 {
  color: #495565;
}
/* line 78, ../sass/modules/_start-wrapper.scss */
.start-wrapper.c-img-grid .start-block--content .usps {
  padding-left: 30px;
}

/* line 86, ../sass/modules/_start-wrapper.scss */
.start-wrapper .start-block .company-logo a {
  display: block;
  overflow: hidden;
  padding: 7px 0;
}

/* line 97, ../sass/modules/_start-wrapper.scss */
.start-wrapper .start-block.c-news .start-block--content h2 {
  color: #72ca44;
}
/* line 99, ../sass/modules/_start-wrapper.scss */
.start-wrapper .start-block.c-news .start-block--content h2:before {
  background-color: #72ca44;
}

/* line 106, ../sass/modules/_start-wrapper.scss */
.edarling {
  background-color: #406470;
}

/* line 107, ../sass/modules/_start-wrapper.scss */
.elitsinglar {
  background-color: #31a45c;
}

/* line 108, ../sass/modules/_start-wrapper.scss */
.firstlove {
  background-color: #cd2d2d;
}

/* line 109, ../sass/modules/_start-wrapper.scss */
.match {
  background-color: #0b75bb;
}

/* line 110, ../sass/modules/_start-wrapper.scss */
.nextlove {
  background-color: #f3fed8;
}

/* line 111, ../sass/modules/_start-wrapper.scss */
.sportdate {
  background-color: #fff;
  border: 1px solid #d50909;
}

/* line 112, ../sass/modules/_start-wrapper.scss */
.victoriamilan {
  background-color: #000;
}

/* line 113, ../sass/modules/_start-wrapper.scss */
.happypancake {
  background-color: #ff9e1b;
}

/* line 114, ../sass/modules/_start-wrapper.scss */
.c-date {
  background-color: #37193f;
}

/*max-width: 600px*/
@media only screen and (max-width: 600px) {
  /* line 117, ../sass/modules/_start-wrapper.scss */
  .start-wrapper .start-block {
    width: 100%;
    margin: 0 0 20px 0;
  }

  /* line 120, ../sass/modules/_start-wrapper.scss */
  .c-grid-toggle {
    margin-top: 8px;
    margin-bottom: 4px;
  }

  /* line 122, ../sass/modules/_start-wrapper.scss */
  [data-view="c-grid-view"] .item-table, .c-grid-view .item-table {
    margin-top: 10px;
  }

  /* line 127, ../sass/modules/_start-wrapper.scss */
  [data-view="c-grid-view"] a.c-teaserCard, [data-view="c-grid-view"] div.c-teaserCard, .c-grid-view a.c-teaserCard, .c-grid-view div.c-teaserCard {
    height: auto !important;
  }

  /* line 132, ../sass/modules/_start-wrapper.scss */
  .start-wrapper .start-block .company-logo img {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}
/*min-width: 601px*/
@media only screen and (min-width: 601px) {
  /* line 143, ../sass/modules/_start-wrapper.scss */
  .start-wrapper {
    display: box;
    display: table;
    display: flex;
    flex-wrap: wrap;
  }
  /* line 148, ../sass/modules/_start-wrapper.scss */
  .start-wrapper .start-block {
    display: table;
    display: flex;
    padding: 1em;
  }
}
/*max-width: 992px*/
@media only screen and (max-width: 992px) {
  /* line 157, ../sass/modules/_start-wrapper.scss */
  .blog .start-wrapper .start-block--content, .archive .start-wrapper .start-block--content {
    padding: 0;
  }
}
/*min-width: 1201px*/
@media only screen and (min-width: 1201px) {
  /* line 163, ../sass/modules/_start-wrapper.scss */
  .start-wrapper .start-block {
    width: 33%;
  }

  /* line 164, ../sass/modules/_start-wrapper.scss */
  .blog .start-wrapper .start-block, .archive .start-wrapper .start-block {
    width: 50%;
    padding: 5px;
  }

  /* line 165, ../sass/modules/_start-wrapper.scss */
  .blog .start-wrapper .start-block:nth-of-type(odd), .archive .start-wrapper .start-block:nth-of-type(odd) {
    padding-left: 0;
  }

  /* line 168, ../sass/modules/_start-wrapper.scss */
  .start-wrapper .start-block img:hover {
    opacity: 1;
  }

  /* line 170, ../sass/modules/_start-wrapper.scss */
  .blog .start-wrapper .start-block:nth-of-type(1), .blog .start-wrapper .start-block:nth-of-type(2), .archive .start-wrapper .start-block:nth-of-type(1), .archive .start-wrapper .start-block:nth-of-type(2) {
    padding-top: 0;
  }

  /* line 175, ../sass/modules/_start-wrapper.scss */
  [data-view="c-grid-view"] .start-block, .c-grid-view .start-block {
    width: 25%;
    padding: 0.35em 0 0.35em 0.5em;
  }
  /* line 178, ../sass/modules/_start-wrapper.scss */
  [data-view="c-grid-view"] .start-block:first-of-type, .c-grid-view .start-block:first-of-type {
    padding: 0.35em 0;
  }
  /* line 181, ../sass/modules/_start-wrapper.scss */
  [data-view="c-grid-view"] .start-block:nth-child(5), .c-grid-view .start-block:nth-child(5) {
    padding: 0.15em 0 0 0;
  }
  /* line 185, ../sass/modules/_start-wrapper.scss */
  [data-view="c-grid-view"] .item-table, .c-grid-view .item-table {
    margin-top: 10px;
  }

  /* line 190, ../sass/modules/_start-wrapper.scss */
  [data-view="c-list-view"] .start-block {
    padding: 0.25em 0;
  }
  /* line 192, ../sass/modules/_start-wrapper.scss */
  [data-view="c-list-view"] .start-block:first-of-type {
    padding: 0.25em 0 0.25em 0;
  }
  /* line 196, ../sass/modules/_start-wrapper.scss */
  [data-view="c-list-view"] .start-block--content {
    padding: 10px 15px;
  }
  /* line 197, ../sass/modules/_start-wrapper.scss */
  [data-view="c-list-view"] .item-img {
    width: 15%;
    display: inline-block;
    vertical-align: top;
  }
  /* line 202, ../sass/modules/_start-wrapper.scss */
  [data-view="c-list-view"] .item-descr {
    width: 64%;
    display: inline-block;
    vertical-align: top;
  }
  /* line 206, ../sass/modules/_start-wrapper.scss */
  [data-view="c-list-view"] .item-descr h5 {
    margin-top: 0;
  }
  /* line 207, ../sass/modules/_start-wrapper.scss */
  [data-view="c-list-view"] .item-descr p {
    font-size: 17px;
  }
  /* line 209, ../sass/modules/_start-wrapper.scss */
  [data-view="c-list-view"] .item-table {
    width: 20%;
    padding-left: 10px;
    display: inline-block;
    vertical-align: top;
  }
  /* line 214, ../sass/modules/_start-wrapper.scss */
  [data-view="c-list-view"] .item-table .c-button.button--secondary {
    padding: 3px !important;
  }
  /* line 217, ../sass/modules/_start-wrapper.scss */
  [data-view="c-list-view"] .item-table .cTable {
    font-size: 14px;
  }

  /* line 223, ../sass/modules/_start-wrapper.scss */
  .start-wrapper .start-block .company-logo img {
    width: auto;
    height: auto;
    margin: 0 auto;
  }

  /* line 233, ../sass/modules/_start-wrapper.scss */
  .start-wrapper .c-news .start-block--content {
    transition: box-shadow 0.3s ease-in-out;
  }
  /* line 235, ../sass/modules/_start-wrapper.scss */
  .start-wrapper .c-news .start-block--content:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.45);
    cursor: pointer;
  }
}
@media (max-width: 1200px) and (min-width: 601px) {
  /* line 244, ../sass/modules/_start-wrapper.scss */
  .start-wrapper {
    padding: 0 1em;
  }
  /* line 244, ../sass/modules/_start-wrapper.scss */
  .start-wrapper .start-block {
    width: 50%;
  }

  /* line 246, ../sass/modules/_start-wrapper.scss */
  .blog .start-wrapper {
    padding: 0;
  }

  /* line 248, ../sass/modules/_start-wrapper.scss */
  .blog .start-wrapper .start-block, .archive .start-wrapper .start-block {
    width: 100%;
    padding: 5px 0;
  }

  /* line 250, ../sass/modules/_start-wrapper.scss */
  .blog .start-wrapper .start-block:nth-of-type(1), .archive .start-wrapper .start-block:nth-of-type(1) {
    padding-top: 0;
  }

  /* line 255, ../sass/modules/_start-wrapper.scss */
  [data-view="c-grid-view"] .start-block, .c-grid-view .start-block {
    margin-left: 2%;
    margin-top: 18px;
    margin-bottom: 1%;
  }
  /* line 260, ../sass/modules/_start-wrapper.scss */
  [data-view="c-grid-view"] .start-block:nth-of-type(odd), .c-grid-view .start-block:nth-of-type(odd) {
    margin-left: 0;
  }
  /* line 263, ../sass/modules/_start-wrapper.scss */
  [data-view="c-grid-view"] .item-table, .c-grid-view .item-table {
    margin-top: 10px;
  }

  /* line 267, ../sass/modules/_start-wrapper.scss */
  [data-view="c-list-view"] .start-block {
    margin: 5px 0;
  }
}
@media (max-width: 800px) and (min-width: 601px) {
  /* line 275, ../sass/modules/_start-wrapper.scss */
  .start-wrapper .start-block .company-logo img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
@media (min-width: 801px) and (max-width: 1200px) {
  /* line 288, ../sass/modules/_start-wrapper.scss */
  .start-wrapper .start-block .company-logo img {
    width: auto !important;
    height: auto;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  /* line 299, ../sass/modules/_start-wrapper.scss */
  [data-view="c-list-view"] .start-block .item-img {
    display: inline-block;
    width: 30%;
    vertical-align: top;
  }
  /* line 303, ../sass/modules/_start-wrapper.scss */
  [data-view="c-list-view"] .start-block .item-img img {
    width: 100% !important;
    height: auto !important;
  }
}
/*max-width: 992px*/
@media only screen and (max-width: 992px) {
  /******** Sub navigation styles ***********/
  /* line 4, ../sass/modules/_sub-nav.scss */
  .c-sub-nav {
    height: 40px;
    position: relative;
  }
  /* line 7, ../sass/modules/_sub-nav.scss */
  .c-sub-nav .fa.fa-times.c-icon-close {
    display: none;
    font-size: 14px;
  }
  /* line 8, ../sass/modules/_sub-nav.scss */
  .c-sub-nav .fa.fa-bars.c-icon-open {
    font-size: 14px;
  }
  /* line 9, ../sass/modules/_sub-nav.scss */
  .c-sub-nav--inner {
    height: 40px;
  }
  /* line 10, ../sass/modules/_sub-nav.scss */
  .c-sub-nav--inner.scrolled {
    backface-visibility: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
  }
  /* line 17, ../sass/modules/_sub-nav.scss */
  .c-sub-nav--inner.scrolled .guide-links-current {
    display: none;
  }
  /* line 19, ../sass/modules/_sub-nav.scss */
  .c-sub-nav--all {
    position: relative;
    display: none;
    width: 100%;
    height: 49px;
    margin: 0;
  }
  /* line 25, ../sass/modules/_sub-nav.scss */
  .c-sub-nav--all li a {
    display: block;
  }
  /* line 27, ../sass/modules/_sub-nav.scss */
  .c-sub-nav.opened {
    height: auto;
  }
  /* line 29, ../sass/modules/_sub-nav.scss */
  .c-sub-nav.opened .fa.fa-times.c-icon-close {
    display: inline-block;
  }
  /* line 30, ../sass/modules/_sub-nav.scss */
  .c-sub-nav.opened .fa.fa-bars.c-icon-open {
    display: none;
  }
  /* line 31, ../sass/modules/_sub-nav.scss */
  .c-sub-nav.opened .c-sub-nav--inner {
    height: auto;
  }
  /* line 32, ../sass/modules/_sub-nav.scss */
  .c-sub-nav.opened .guide-links-all-wrapper {
    padding: 20px 0 35px 50px;
  }
  /* line 35, ../sass/modules/_sub-nav.scss */
  .c-sub-nav.opened .c-sub-nav--all {
    display: block;
    height: auto;
    padding: 0;
  }
  /* line 41, ../sass/modules/_sub-nav.scss */
  .c-sub-nav .c-sub-nav--show-all {
    background-color: white;
  }
  /* line 43, ../sass/modules/_sub-nav.scss */
  .c-sub-nav .c-sub-nav--show-all span {
    display: inline-block;
    font-weight: bold;
    font-size: 17px;
  }
  /* line 49, ../sass/modules/_sub-nav.scss */
  .c-sub-nav .show-all-btn {
    cursor: pointer;
    text-align: center;
    padding: 10px 0;
  }
}
/* line 1, ../sass/modules/_editor-styles.scss */
h1.page-title {
  color: #ec6938;
}

/* line 3, ../sass/modules/_editor-styles.scss */
.bloggartikel a:hover {
  text-decoration: underline;
}
/* line 4, ../sass/modules/_editor-styles.scss */
.bloggartikel h1, .bloggartikel h2, .bloggartikel h3, .bloggartikel h4, .bloggartikel h5 {
  color: #ec6938;
}
/* line 5, ../sass/modules/_editor-styles.scss */
.bloggartikel h2, .bloggartikel h3, .bloggartikel h4, .bloggartikel h5 {
  margin-top: 17px;
}
/* line 7, ../sass/modules/_editor-styles.scss */
.bloggartikel h2:after, .bloggartikel h3:after, .bloggartikel h4:after, .bloggartikel h5:after {
  content: '';
  display: block;
  clear: both;
}
/* line 13, ../sass/modules/_editor-styles.scss */
.bloggartikel ol {
  padding: 0;
  list-style: none;
}
/* line 14, ../sass/modules/_editor-styles.scss */
.bloggartikel ol li {
  display: block;
  margin-bottom: 10px;
}
/* line 15, ../sass/modules/_editor-styles.scss */
.bloggartikel ol li:before {
  margin-right: 5px;
  font-size: 80%;
  background-color: #ec6938;
  color: white !important;
  font-weight: bold;
  padding: 2px 4px 2px 8px;
  border-radius: 50%;
}
/* line 24, ../sass/modules/_editor-styles.scss */
.bloggartikel ol.c-start li, .bloggartikel ol.c-continue li, .bloggartikel ol.c-counter, .bloggartikel ol.c-counter2 {
  list-style: none;
}
/* line 28, ../sass/modules/_editor-styles.scss */
.bloggartikel ol.c-counter:first-of-type {
  counter-reset: mycounter;
}
/* line 32, ../sass/modules/_editor-styles.scss */
.bloggartikel ol.c-counter li:before {
  counter-increment: mycounter;
  content: counter(mycounter) " ";
}
/* line 39, ../sass/modules/_editor-styles.scss */
.bloggartikel ol.c-counter2:first-of-type {
  counter-reset: mycountertwo;
}
/* line 43, ../sass/modules/_editor-styles.scss */
.bloggartikel ol.c-counter2 li:before {
  counter-increment: mycountertwo;
  content: counter(mycountertwo) " ";
}
/* line 49, ../sass/modules/_editor-styles.scss */
.bloggartikel ol.c-start {
  counter-reset: mycounters;
}
/* line 52, ../sass/modules/_editor-styles.scss */
.bloggartikel ol.c-start li:before, .bloggartikel ol.c-continue li:before {
  content: counter(mycounters) "" !important;
  counter-increment: mycounters !important;
}
/* line 57, ../sass/modules/_editor-styles.scss */
.bloggartikel ol.c-reset li, .bloggartikel ol:not(.c-counter) li, .bloggartikel ol:not(.c-start) li, .bloggartikel ol:not(.c-continue) li {
  counter-increment: step-counter;
}
/* line 58, ../sass/modules/_editor-styles.scss */
.bloggartikel ol.c-reset li:before, .bloggartikel ol:not(.c-counter) li:before, .bloggartikel ol:not(.c-start) li:before, .bloggartikel ol:not(.c-continue) li:before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 50%;
}
/* line 68, ../sass/modules/_editor-styles.scss */
.bloggartikel ul.default, .bloggartikel ul:not(.checked), .bloggartikel ul:not(.c-plus), .bloggartikel ul:not(.c-minus) {
  padding-left: 20px;
}
/* line 69, ../sass/modules/_editor-styles.scss */
.bloggartikel ul.default li, .bloggartikel ul:not(.checked) li, .bloggartikel ul:not(.c-plus) li, .bloggartikel ul:not(.c-minus) li {
  list-style: initial;
}
/* line 71, ../sass/modules/_editor-styles.scss */
.bloggartikel ul.default li.last, .bloggartikel ul:not(.checked) li.last, .bloggartikel ul:not(.c-plus) li.last, .bloggartikel ul:not(.c-minus) li.last {
  margin-bottom: 20px;
}
/* line 75, ../sass/modules/_editor-styles.scss */
.bloggartikel ul.checked li, .bloggartikel ul.c-plus li, .bloggartikel ul.c-minus li {
  list-style: none;
  vertical-align: top;
  padding: 2px 0;
}
/* line 79, ../sass/modules/_editor-styles.scss */
.bloggartikel ul.checked li:before, .bloggartikel ul.c-plus li:before, .bloggartikel ul.c-minus li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: bold;
  padding: 0 8px 0 20px;
  border-radius: 50%;
  margin-left: -40px;
  margin-right: 0;
  font-size: 16px;
  vertical-align: baseline;
}
/* line 90, ../sass/modules/_editor-styles.scss */
.bloggartikel ul.checked li.last, .bloggartikel ul.c-plus li.last, .bloggartikel ul.c-minus li.last {
  margin-bottom: 20px;
}
/* line 93, ../sass/modules/_editor-styles.scss */
.bloggartikel ul.checked li:before {
  content: '\f00c';
  color: #ec6938;
}
/* line 97, ../sass/modules/_editor-styles.scss */
.bloggartikel ul.c-plus li:before {
  content: '\f067';
  color: green;
  font-size: 23px;
  margin-top: -1px;
}
/* line 103, ../sass/modules/_editor-styles.scss */
.bloggartikel ul.c-minus li:before {
  content: '\f068';
  color: red;
  font-size: 23px;
  line-height: 16px;
}
/* line 109, ../sass/modules/_editor-styles.scss */
.bloggartikel h2.divider {
  text-align: center;
  position: relative;
  z-index: 2;
}
/* line 113, ../sass/modules/_editor-styles.scss */
.bloggartikel h2.divider:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: solid 1px #ec6938;
  z-index: -1;
}
/* line 122, ../sass/modules/_editor-styles.scss */
.bloggartikel h2.divider span.line {
  margin: 0;
  padding: 0 10px;
  background: #fff;
  display: inline-block;
}
/* line 129, ../sass/modules/_editor-styles.scss */
.bloggartikel blockquote {
  border-left: 5px solid #ec6938;
  margin: 0;
  padding-left: 30px;
  margin-bottom: 30px;
  padding-right: 8%;
}
/* line 135, ../sass/modules/_editor-styles.scss */
.bloggartikel blockquote.tips, .bloggartikel blockquote.info {
  border-left: none;
  padding: 15px 20px 15px 45px;
  position: relative;
  border-radius: 5px;
}
/* line 140, ../sass/modules/_editor-styles.scss */
.bloggartikel blockquote.tips:before, .bloggartikel blockquote.info:before {
  content: '\f0eb';
  display: inline-block;
  position: absolute;
  left: 13px;
  width: 20px;
  height: 20px;
  z-index: 9;
  color: white;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  line-height: 22px;
  font: normal normal normal 14px/1 FontAwesome;
  font-style: normal;
  padding-top: 3px;
}
/* line 158, ../sass/modules/_editor-styles.scss */
.bloggartikel blockquote.tips {
  border: 1px solid #c5c5c5;
}
/* line 160, ../sass/modules/_editor-styles.scss */
.bloggartikel blockquote.tips:before {
  content: '\f0eb';
  color: #e3db43 !important;
  font-size: 20px;
  top: 14px;
}
/* line 167, ../sass/modules/_editor-styles.scss */
.bloggartikel blockquote.info {
  background: #f3f2f2;
  font-style: italic;
}
/* line 170, ../sass/modules/_editor-styles.scss */
.bloggartikel blockquote.info:before {
  content: "\f129";
  background-color: #777777;
  top: 18px;
}
/* line 172, ../sass/modules/_editor-styles.scss */
.bloggartikel blockquote.c-quotes {
  quotes: "“" "”" "‘" "’";
  border: 1px solid #b6b9bc;
  padding: 15px 20px 10px 20px;
  border-radius: 5px;
  font-style: italic;
}
/* line 178, ../sass/modules/_editor-styles.scss */
.bloggartikel blockquote.c-quotes:before, .bloggartikel blockquote.c-quotes:after {
  color: #ec6938;
  font-size: 4em;
  line-height: 0.1em;
  font-family: initial;
}
/* line 184, ../sass/modules/_editor-styles.scss */
.bloggartikel blockquote.c-quotes:before {
  content: open-quote;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
/* line 185, ../sass/modules/_editor-styles.scss */
.bloggartikel blockquote.c-quotes:after {
  content: close-quote;
  margin-left: 0.25em;
  vertical-align: -0.55em;
}
/* line 186, ../sass/modules/_editor-styles.scss */
.bloggartikel blockquote.c-quotes p {
  display: inline;
}
/* line 191, ../sass/modules/_editor-styles.scss */
.bloggartikel .c-table, .bloggartikel .c-table2 {
  overflow-x: auto;
}
/* line 193, ../sass/modules/_editor-styles.scss */
.bloggartikel .c-table table, .bloggartikel .c-table2 table {
  border-collapse: collapse;
}
/* line 195, ../sass/modules/_editor-styles.scss */
.bloggartikel .c-table table th, .bloggartikel .c-table table td, .bloggartikel .c-table2 table th, .bloggartikel .c-table2 table td {
  padding: 13px;
  text-align: left;
}
/* line 199, ../sass/modules/_editor-styles.scss */
.bloggartikel .c-table table tr:hover, .bloggartikel .c-table2 table tr:hover {
  background-color: #f5f5f5;
}
/* line 200, ../sass/modules/_editor-styles.scss */
.bloggartikel .c-table table tr:nth-child(even), .bloggartikel .c-table2 table tr:nth-child(even) {
  background-color: #f2f2f2;
}
/* line 204, ../sass/modules/_editor-styles.scss */
.bloggartikel .c-table th, .bloggartikel .c-table td {
  border: 1px solid #ddd;
}
/* line 207, ../sass/modules/_editor-styles.scss */
.bloggartikel .c-table th {
  background-color: #ec6938;
  color: white;
}
/* line 212, ../sass/modules/_editor-styles.scss */
.bloggartikel .c-table2 tr:last-child {
  border-top: 2px solid gray;
}
/* line 215, ../sass/modules/_editor-styles.scss */
.bloggartikel .c-table2 td:last-child {
  border-left: 2px solid gray;
}

/* line 221, ../sass/modules/_editor-styles.scss */
.listing-detail-section {
  margin: 0 0 30px;
}
/* line 223, ../sass/modules/_editor-styles.scss */
.listing-detail-section h2, .listing-detail-section h3, .listing-detail-section h4 {
  border-bottom: 1px solid #e9e9e9;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
/* line 228, ../sass/modules/_editor-styles.scss */
.listing-detail-section .page-header {
  border: none;
}

/* line 232, ../sass/modules/_editor-styles.scss */
.listing-detail-description-wrapper, .c-bg-box {
  background-color: #fff;
}

/* line 235, ../sass/modules/_editor-styles.scss */
.c-bgey-box {
  padding: 20px;
  background-color: #efefef;
  margin: 0 3px;
}
/* line 239, ../sass/modules/_editor-styles.scss */
.c-bgey-box input {
  border: 1px solid #72ca44;
  font-size: 16px;
}
/* line 243, ../sass/modules/_editor-styles.scss */
.c-bgey-box label, .c-bgey-box p, .c-bgey-box span {
  font-size: 16px;
}

/* line 246, ../sass/modules/_editor-styles.scss */
.oppettider ul li p {
  margin-bottom: 6px;
}
/* line 247, ../sass/modules/_editor-styles.scss */
.oppettider ul li p + p {
  margin-left: 5px;
}

/* line 249, ../sass/modules/_editor-styles.scss */
.listing-detail-attributes {
  background-color: #fff;
  margin: 0 0 30px;
  padding: 15px 30px;
  page-break-inside: avoid;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
/* line 255, ../sass/modules/_editor-styles.scss */
.listing-detail-attributes ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 260, ../sass/modules/_editor-styles.scss */
.listing-detail-attributes ul:before {
  background-color: #fff;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 269, ../sass/modules/_editor-styles.scss */
.listing-detail-attributes ul li {
  border-bottom: 1px dashed #e9e9e9;
  display: block;
  line-height: 40px;
  overflow: hidden;
}

/* line 277, ../sass/modules/_editor-styles.scss */
.listing-detail-attributes ul::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* line 287, ../sass/modules/_editor-styles.scss */
.listing-detail-attributes ul li strong.key {
  font-size: 13px;
  font-weight: 600;
  color: #ec6938;
}

/* line 292, ../sass/modules/_editor-styles.scss */
.listing-detail-attributes ul li span.value {
  color: #363636;
  display: block;
  float: right;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  padding: 9px 0;
}

/* line 301, ../sass/modules/_editor-styles.scss */
.bloggartikel .wp-post-image {
  max-width: 100%;
  height: auto;
}

/* line 303, ../sass/modules/_editor-styles.scss */
.bloggartikel h3:first-of-type {
  margin-top: 0;
}

/* line 305, ../sass/modules/_editor-styles.scss */
.li-list {
  padding: 0;
}
/* line 307, ../sass/modules/_editor-styles.scss */
.li-list li {
  display: inline-block;
  vertical-align: top;
}

/* line 312, ../sass/modules/_editor-styles.scss */
.c-table-like {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
/* line 314, ../sass/modules/_editor-styles.scss */
.c-table-like div.col {
  padding: 0;
}
/* line 315, ../sass/modules/_editor-styles.scss */
.c-table-like h3, .c-table-like h4 {
  background-color: #ddd;
  border: none;
  padding: 5px !important;
  margin: 0;
}
/* line 316, ../sass/modules/_editor-styles.scss */
.c-table-like p {
  padding: 5px;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

/* line 323, ../sass/modules/_editor-styles.scss */
.primary-c-icons .fa {
  margin-right: 5px;
}
/* line 325, ../sass/modules/_editor-styles.scss */
.primary-c-icons .fa.fa-female {
  color: #e436cd;
}
/* line 326, ../sass/modules/_editor-styles.scss */
.primary-c-icons .fa.fa-male {
  color: #3642e4;
}
/* line 328, ../sass/modules/_editor-styles.scss */
.primary-c-icons .fa + p {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
/* line 334, ../sass/modules/_editor-styles.scss */
.primary-c-icons .row .col.l3 {
  text-align: center;
}

/* line 338, ../sass/modules/_editor-styles.scss */
.fa.fa-android {
  color: #4ad08c;
}

/* line 339, ../sass/modules/_editor-styles.scss */
.fa.fa-apple {
  color: #888;
}

/* line 340, ../sass/modules/_editor-styles.scss */
.fa.fa-desktop {
  color: #10b4f5;
}

/* line 341, ../sass/modules/_editor-styles.scss */
.c-side-divider {
  position: relative;
}
/* line 343, ../sass/modules/_editor-styles.scss */
.c-side-divider:before {
  background: #ddd;
  content: "";
  display: inline-block;
  height: 22px;
  position: absolute;
  width: 1px;
}

/* line 352, ../sass/modules/_editor-styles.scss */
.wpcr3_rating_stars {
  width: 308px;
  height: 34px;
  position: relative;
}

/* line 357, ../sass/modules/_editor-styles.scss */
.c-hover-label {
  background-color: #ec6938;
  color: white;
  height: 34px;
  position: absolute;
  right: -5px;
  top: -11px;
  width: 200px;
  padding: 6px 0 6px 8px;
  z-index: 999;
}
/* line 367, ../sass/modules/_editor-styles.scss */
.c-hover-label:before {
  content: '';
  display: block;
  position: absolute;
  left: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
  border-width: 17px 17px 17px 0;
  border-color: transparent #ec6938 transparent transparent;
}

/* line 380, ../sass/modules/_editor-styles.scss */
div.wpcr3_review blockquote.wpcr3_content {
  border-left: medium none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 386, ../sass/modules/_editor-styles.scss */
div[data-wpcr3-content="-1"] {
  display: none;
}

/* line 389, ../sass/modules/_editor-styles.scss */
.wpcr3_table_2 {
  margin-bottom: 15px;
}

/* line 390, ../sass/modules/_editor-styles.scss */
.wpcr3_respond_1 p.c-block, .wpcr3_respond_2 p.c-block {
  margin-top: 10px !important;
}

/*max-width: 600px*/
@media only screen and (max-width: 600px) {
  /* line 393, ../sass/modules/_editor-styles.scss */
  img.alignleft, img.alignright, .aligncenter img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  /* line 394, ../sass/modules/_editor-styles.scss */
  .col.m4.l4 img.img-responsive {
    margin-top: 20px;
  }

  /* line 396, ../sass/modules/_editor-styles.scss */
  .li-list li {
    width: 49%;
    padding-bottom: 10px;
  }

  /* line 401, ../sass/modules/_editor-styles.scss */
  .primary-c-icons .row .col.l3 {
    height: 100px;
  }

  /* line 404, ../sass/modules/_editor-styles.scss */
  .wpcr3_div_2 {
    width: 100%;
  }

  /* line 405, ../sass/modules/_editor-styles.scss */
  .wpcr3_respond_2 textarea {
    min-width: auto !important;
  }

  /* line 406, ../sass/modules/_editor-styles.scss */
  .c-table-like {
    font-size: 14px;
    text-align: center;
  }
  /* line 409, ../sass/modules/_editor-styles.scss */
  .c-table-like h3.h4-size {
    font-size: 13px;
  }

  /* line 412, ../sass/modules/_editor-styles.scss */
  .primary-c-icons .fa {
    font-size: 25px;
  }
  /* line 416, ../sass/modules/_editor-styles.scss */
  .primary-c-icons .col.s6.m3.l3:nth-of-type(3), .primary-c-icons .col.s6.m3.l3:nth-of-type(4) {
    margin-top: 10px;
  }
  /* line 418, ../sass/modules/_editor-styles.scss */
  .primary-c-icons h3.h4-size {
    font-size: 18px;
  }

  /* line 421, ../sass/modules/_editor-styles.scss */
  .c-side-divider:before {
    left: -10px;
  }

  /* line 426, ../sass/modules/_editor-styles.scss */
  .c-bgey-box input {
    width: 44%;
  }
}
@media (max-width: 360px) {
  /* line 431, ../sass/modules/_editor-styles.scss */
  .wpcr3_table_2 td {
    clear: both;
    display: block;
    width: 290px !important;
  }

  /* line 437, ../sass/modules/_editor-styles.scss */
  .wpcr3_respond_2 input[type="text"] {
    min-width: auto !important;
    width: 100%;
  }

  /* line 441, ../sass/modules/_editor-styles.scss */
  .wpcr3_respond_2 textarea {
    width: 290px;
  }
}
@media (min-width: 361px) and (max-width: 400px) {
  /* line 447, ../sass/modules/_editor-styles.scss */
  .wpcr3_table_2 td {
    clear: both;
    display: block;
    width: 330px !important;
  }

  /* line 453, ../sass/modules/_editor-styles.scss */
  .wpcr3_respond_2 input[type="text"] {
    min-width: auto !important;
    width: 100%;
  }

  /* line 457, ../sass/modules/_editor-styles.scss */
  .wpcr3_respond_2 textarea {
    width: 330px;
  }
}
@media (min-width: 401px) and (max-width: 600px) {
  /* line 463, ../sass/modules/_editor-styles.scss */
  .wpcr3_table_2 td {
    clear: both;
    display: block;
    width: 370px !important;
  }

  /* line 469, ../sass/modules/_editor-styles.scss */
  .wpcr3_respond_2 input[type="text"] {
    min-width: auto !important;
    width: 100%;
  }

  /* line 473, ../sass/modules/_editor-styles.scss */
  .wpcr3_respond_2 textarea {
    width: 370px;
  }
}
/*min-width: 601px*/
@media only screen and (min-width: 601px) {
  /* line 479, ../sass/modules/_editor-styles.scss */
  img.alignleft {
    float: left;
    margin-right: 20px;
    max-width: 260px;
    height: auto;
    margin-bottom: 10px;
  }

  /* line 480, ../sass/modules/_editor-styles.scss */
  img.alignright {
    float: right;
    margin-left: 20px;
    max-width: 260px;
    height: auto;
    margin-bottom: 10px;
  }

  /* line 481, ../sass/modules/_editor-styles.scss */
  .aligncenter img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  /* line 482, ../sass/modules/_editor-styles.scss */
  hr {
    display: block;
    width: 100%;
    margin: 40px 0;
  }

  /* line 483, ../sass/modules/_editor-styles.scss */
  .listing-detail-header {
    position: relative;
    height: 44px;
  }
  /* line 486, ../sass/modules/_editor-styles.scss */
  .listing-detail-header:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    height: 1px;
    background: #e9e9e9;
  }
  /* line 495, ../sass/modules/_editor-styles.scss */
  .listing-detail-header:nth-of-type(1):after {
    left: 10px;
    width: 100%;
  }
  /* line 501, ../sass/modules/_editor-styles.scss */
  .listing-detail-header:nth-of-type(2):after {
    left: 10px;
    width: 93%;
  }

  /* line 509, ../sass/modules/_editor-styles.scss */
  .listing-detail-description-wrapper .listing-detail-header dl {
    padding: 0;
    float: right;
  }

  /* line 513, ../sass/modules/_editor-styles.scss */
  .li-list li {
    width: 19%;
  }

  /* line 518, ../sass/modules/_editor-styles.scss */
  .primary-c-icons .fa {
    font-size: 20px;
  }

  /* line 522, ../sass/modules/_editor-styles.scss */
  .wpcr3_respond_2 textarea {
    min-width: 267px;
    width: 345px;
  }
}
/*max-width: 992px*/
@media only screen and (max-width: 992px) {
  /* line 529, ../sass/modules/_editor-styles.scss */
  .bloggartikel {
    line-height: 1.5em;
  }
  /* line 531, ../sass/modules/_editor-styles.scss */
  .bloggartikel p {
    line-height: 1.5em;
  }
  /* line 532, ../sass/modules/_editor-styles.scss */
  .bloggartikel .wp-post-image {
    width: 100%;
    height: auto;
  }

  /* line 534, ../sass/modules/_editor-styles.scss */
  .c-table table, .c-table2 table {
    width: 100%;
  }

  /* line 535, ../sass/modules/_editor-styles.scss */
  .listing-detail-description-wrapper, .c-bg-box {
    padding: 0;
  }
}
/*min-width: 993px*/
@media only screen and (min-width: 993px) {
  /* line 541, ../sass/modules/_editor-styles.scss */
  .bloggartikel {
    line-height: 1.6em;
    padding-bottom: 0;
  }
  /* line 544, ../sass/modules/_editor-styles.scss */
  .bloggartikel p {
    line-height: 1.6em;
    padding-bottom: 5px;
  }

  /* line 546, ../sass/modules/_editor-styles.scss */
  .c-table table, .c-table2 table {
    width: 50%;
  }

  /* line 549, ../sass/modules/_editor-styles.scss */
  .listing-detail-description-wrapper .listing-detail-header dl {
    margin: 15px 0 0;
  }

  /* line 552, ../sass/modules/_editor-styles.scss */
  .c-bg-box, .bloggartikel.c-bg-box.col {
    padding: 20px;
  }
}
@media only screen and (min-width: 1201px) {
  /* line 557, ../sass/modules/_editor-styles.scss */
  .listing-detail-attributes ul {
    column-count: 2;
  }

  /* line 561, ../sass/modules/_editor-styles.scss */
  .c-side-divider:before {
    left: 0;
  }
}
@media (min-width: 601px) and (max-width: 992px) {
  /* line 568, ../sass/modules/_editor-styles.scss */
  .listing-detail-description-wrapper.bloggartikel.primary-c-icons h3.h4-size {
    font-size: 17px;
  }

  /* line 572, ../sass/modules/_editor-styles.scss */
  .listing-detail-description-wrapper .listing-detail-header dl {
    margin: 5px 0 0;
  }
}
@media (min-width: 601px) and (max-width: 1200px) {
  /* line 576, ../sass/modules/_editor-styles.scss */
  .c-side-divider:before {
    left: -10px;
  }
}
@media (max-width: 540px) {
  /* line 582, ../sass/modules/_editor-styles.scss */
  .col.m6.l6.listing-detail-header {
    width: 100%;
  }
  /* line 584, ../sass/modules/_editor-styles.scss */
  .col.m6.l6.listing-detail-header dl, .col.m6.l6.listing-detail-header dd.c-total-score.line, .col.m6.l6.listing-detail-header .page-header {
    margin: 0;
  }
}
@media (min-width: 541px) {
  /* line 588, ../sass/modules/_editor-styles.scss */
  .col.m6.l6.listing-detail-header {
    width: 50%;
  }

  /* line 591, ../sass/modules/_editor-styles.scss */
  dl {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  /* line 594, ../sass/modules/_editor-styles.scss */
  .bloggartikel ul.checked li p, .bloggartikel ul.c-plus li p, .bloggartikel ul.c-minus li p {
    width: 90%;
  }
}
/* line 2, ../sass/modules/_front-feedback-styles.scss */
.m-feedback-prompt {
  padding-bottom: 15px;
}

/* line 3, ../sass/modules/_front-feedback-styles.scss */
.m-feedback-prompt__header {
  display: inline;
  font-family: inherit;
  font-size: 1.5em;
  line-height: 1.125em;
  vertical-align: middle;
  text-transform: none !important;
}

/* line 11, ../sass/modules/_front-feedback-styles.scss */
.m-feedback-prompt__button {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 18, ../sass/modules/_front-feedback-styles.scss */
.m-feedback-prompt__button i {
  width: 25px;
  height: 25px;
}

/* line 22, ../sass/modules/_front-feedback-styles.scss */
.feedback-prompt__button.no {
  margin-left: 0;
}

/* line 25, ../sass/modules/_front-feedback-styles.scss */
.m-feedback-prompt__display {
  display: none;
  padding: 20px 0;
  position: relative;
  max-width: 500px;
}

/* line 31, ../sass/modules/_front-feedback-styles.scss */
.m-feedback-prompt__display.no {
  margin: 9px 0;
}

/* line 34, ../sass/modules/_front-feedback-styles.scss */
.feedback-arrow {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 20px;
  left: -84px;
  transform: rotate(25deg);
  background-size: 85px;
}

/* line 43, ../sass/modules/_front-feedback-styles.scss */
.thanks h2 {
  margin: 0.83em 0;
}

/* line 46, ../sass/modules/_front-feedback-styles.scss */
.feedback-nodisplayall {
  display: none;
}

/* line 49, ../sass/modules/_front-feedback-styles.scss */
.feedback-displayall {
  display: inline-block;
}

/* line 52, ../sass/modules/_front-feedback-styles.scss */
.m-feedback-prompt__display.show {
  display: inline-block;
  text-align: left;
}

/* line 56, ../sass/modules/_front-feedback-styles.scss */
.m-feedback-prompt__form {
  text-align: left;
  width: 100%;
}

/* line 60, ../sass/modules/_front-feedback-styles.scss */
input, textarea {
  padding: 5px;
  border: 1px solid #e5e5e5;
}

/* line 64, ../sass/modules/_front-feedback-styles.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 68, ../sass/modules/_front-feedback-styles.scss */
.p-button, button {
  background-color: #4f7177;
  color: white;
  font-size: 0.9em;
  line-height: 1;
  padding: .7em .7em .6em;
  border: none;
  text-transform: uppercase;
}

/* line 77, ../sass/modules/_front-feedback-styles.scss */
#contact-form label {
  color: #4c4e4d;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 15px;
  text-align: left;
}

/* line 84, ../sass/modules/_front-feedback-styles.scss */
#contact-form label:first-of-type {
  font-size: 16px;
  text-align: left;
  margin-top: 0;
}

/* line 89, ../sass/modules/_front-feedback-styles.scss */
.m-feedback-prompt__text {
  display: block;
  font-style: italic;
  line-height: 1;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

/* line 100, ../sass/modules/_front-feedback-styles.scss */
.m-feedback-prompt__form .p-input__text, .m-feedback-prompt__form .p-input__textarea {
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  margin: 0 0 10px 0;
  resize: none;
  width: 100%;
}

/* line 107, ../sass/modules/_front-feedback-styles.scss */
.p-input__textarea {
  padding: 15px 25px;
  line-height: 1.2;
  border: 1px solid #fff;
  background: #fff;
  outline: none;
  padding: 3px;
  border-bottom: 3px solid #e5e5e5;
  border-radius: 5px;
  height: 100px;
}

/* line 118, ../sass/modules/_front-feedback-styles.scss */
.p-input__text {
  padding: 8px 10px 4px;
  line-height: 1.2;
  background: #fff;
  outline: none;
  padding: 3px;
  border-radius: 5px;
}

/* line 126, ../sass/modules/_front-feedback-styles.scss */
.m-feedback-prompt__form .p-input__text:focus, .m-feedback-prompt__form .p-input__textarea:focus {
  border-color: #97ace6;
  box-shadow: 2px 2px 2px #e1dfe0 inset;
  transition: all 0.3s ease 0s;
}

/* line 131, ../sass/modules/_front-feedback-styles.scss */
.p-button, button {
  background-color: #4f7177;
  color: white;
  font-size: 0.9em;
  line-height: 1;
  padding: .7em .7em .6em;
  border: none;
  text-transform: uppercase;
}

/* line 140, ../sass/modules/_front-feedback-styles.scss */
a.m-feedback-prompt__button.no {
  margin-bottom: 0.7em;
}

/* line 143, ../sass/modules/_front-feedback-styles.scss */
.has-icon.facebook, .has-icon.linkedin {
  background-color: #325a97;
  color: #fff;
}

/* line 147, ../sass/modules/_front-feedback-styles.scss */
.has-icon.googleplus {
  background-color: #FF0000;
  color: #fff;
}

/* line 151, ../sass/modules/_front-feedback-styles.scss */
a.p-button-social {
  display: inline-block;
  background-color: #cccdcd;
  padding: .7em 1em .6em .8em;
  font-family: "FontAwesome";
  font-weight: 400;
  margin: 0 .2em;
  color: inherit;
  text-transform: uppercase;
  font-size: .65em;
  letter-spacing: .05em;
  text-decoration: none;
  color: #fff;
  position: relative;
}

/* line 166, ../sass/modules/_front-feedback-styles.scss */
.m-feedback-prompt .p-button-social {
  font-size: .7em;
  margin: 0 5px;
}

/* line 170, ../sass/modules/_front-feedback-styles.scss */
.has-icon.twitter {
  background-color: #00aced;
  color: #fff;
}

/* line 174, ../sass/modules/_front-feedback-styles.scss */
.m-feedback-prompt .p-button-social {
  font-size: .7em;
  margin: 0 5px;
}

/* line 178, ../sass/modules/_front-feedback-styles.scss */
a.p-button-social span:last-child:before {
  display: none;
}

/* line 181, ../sass/modules/_front-feedback-styles.scss */
a.p-button-social {
  display: inline-block;
  background-color: #cccdcd;
  padding: .7em 1em .6em .8em;
  font-family: "FontAwesome";
  font-weight: 400;
  margin: 0 .2em;
  color: inherit;
  text-transform: uppercase;
  font-size: .65em;
  letter-spacing: .05em;
  text-decoration: none;
  position: relative;
}

/* line 195, ../sass/modules/_front-feedback-styles.scss */
a.p-button-social span:before {
  position: relative;
  font-family: "FontAwesome";
  content: " ";
  margin-right: .8em;
  top: 0.2em;
}

/* line 202, ../sass/modules/_front-feedback-styles.scss */
.m-feedback-prompt .p-button-social {
  font-size: .7em;
  margin: 5px;
}

/* line 206, ../sass/modules/_front-feedback-styles.scss */
a.m-feedback-prompt__button.m-feedback-prompt__social.yes, a.m-feedback-prompt__button.m-feedback-prompt_form.no {
  font-size: 1.8em !important;
  margin: 0.2em;
  color: #5C7ED7;
  text-decoration: none;
}

/* line 212, ../sass/modules/_front-feedback-styles.scss */
a.m-feedback-prompt__button.m-feedback-prompt_form.no {
  color: #FF3234;
}

/* line 215, ../sass/modules/_front-feedback-styles.scss */
a.p-button-social:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 219, ../sass/modules/_front-feedback-styles.scss */
#contact-form #feedback-message {
  color: #FF0000;
  font-weight: bold;
}

/* line 223, ../sass/modules/_front-feedback-styles.scss */
#submit-contact-form {
  margin: 10px auto 0;
}

/* line 228, ../sass/modules/_front-feedback-styles.scss */
.m-entry__feedback {
  float: none;
  clear: both;
  display: block;
}
/* line 232, ../sass/modules/_front-feedback-styles.scss */
.m-entry__feedback a.m-feedback-prompt__button {
  font-size: 1.4em !important;
}

/* line 234, ../sass/modules/_front-feedback-styles.scss */
.m-feedback-prompt__text {
  font-style: normal;
}

/* line 235, ../sass/modules/_front-feedback-styles.scss */
a.m-feedback-prompt__social--button.p-button-social {
  text-decoration: none;
  border-radius: 2px;
}

/* line 236, ../sass/modules/_front-feedback-styles.scss */
a.m-feedback-prompt__social--button.p-button-social.has-icon.facebook.fa.fa-facebook {
  margin-left: 0 !important;
}

/* line 237, ../sass/modules/_front-feedback-styles.scss */
a.p-button-social {
  text-transform: capitalize;
}

/* line 238, ../sass/modules/_front-feedback-styles.scss */
a.has-icon.googleplus {
  display: none;
}

/* line 239, ../sass/modules/_front-feedback-styles.scss */
a.m-feedback-prompt__social--button.fa.fa-envelope {
  background-color: #d34836;
}

/* line 240, ../sass/modules/_front-feedback-styles.scss */
a.has-icon.twitter {
  background-color: #4099ff;
}

@media only screen and (max-width: 992px) {
  /* line 243, ../sass/modules/_front-feedback-styles.scss */
  .feedback-arrow {
    display: none;
  }

  /* line 244, ../sass/modules/_front-feedback-styles.scss */
  a.m-feedback-prompt__button.m-feedback-prompt__social.yes, a.m-feedback-prompt__button.m-feedback-prompt_form.no {
    font-size: 1.5em !important;
  }
}
@media (min-width: 601px) and (max-width: 992px) {
  /* line 247, ../sass/modules/_front-feedback-styles.scss */
  .m-feedback-prompt h4 {
    font-size: 1.2em;
  }
}
@media (max-width: 600px) {
  /* line 252, ../sass/modules/_front-feedback-styles.scss */
  .m-feedback-prompt__header {
    display: inline;
    width: 100%;
    font-size: 0.9em;
  }
}
/* line 1, ../sass/modules/_widgets.scss */
#sidebar_left {
  margin-bottom: 20px;
}

/* line 2, ../sass/modules/_widgets.scss */
.page-template-default .panel.guidebox, .page-template-default .guide-links-related, .post-template-default .panel.guidebox, .post-template-default .guide-links-related, .page-template-page-custom .panel.guidebox, .page-template-page-custom .guide-links-related, .blog .panel.guidebox, .blog .guide-links-related, .archive.category .panel.guidebox, .archive.category .guide-links-related {
  display: none;
}

/* line 4, ../sass/modules/_widgets.scss */
.page-template-page-custom .m-entry__feedback {
  display: none;
}
/* line 5, ../sass/modules/_widgets.scss */
.page-template-page-custom .wpptopdfenh {
  display: none;
}

/* line 8, ../sass/modules/_widgets.scss */
form.wpcf7-form input, form.wpcf7-form textarea {
  width: 100%;
}

/***** Inl├ñgg sida ******/
/* line 13, ../sass/modules/_widgets.scss */
.post-template-default .widget.widget_categories {
  display: block !important;
}

/* line 14, ../sass/modules/_widgets.scss */
.post-meta {
  background-color: #fff;
  clear: both;
  display: inline-block;
  font-size: 13px;
  margin: 30px 0 0 0;
  padding: 15px 20px;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

/* line 24, ../sass/modules/_widgets.scss */
.post-detail img + .post-meta {
  margin-top: 30px;
}

/* line 27, ../sass/modules/_widgets.scss */
.post-meta-date {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 30, ../sass/modules/_widgets.scss */
.post-meta-date, .post-meta-categories {
  float: left;
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
}

/* line 35, ../sass/modules/_widgets.scss */
.widget_yarpp_widget h4.widget-title {
  font-size: 1.4rem;
}

/* line 36, ../sass/modules/_widgets.scss */
.yarpp-related-widget ol {
  padding: 0;
}

/* line 37, ../sass/modules/_widgets.scss */
.widget_yarpp_widget, .widget_recent_entries, .widget_categories, #nav_menu-25, .sidebar-style {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
/* line 42, ../sass/modules/_widgets.scss */
.widget_yarpp_widget h4, .widget_yarpp_widget h3, .widget_recent_entries h4, .widget_recent_entries h3, .widget_categories h4, .widget_categories h3, #nav_menu-25 h4, #nav_menu-25 h3, .sidebar-style h4, .sidebar-style h3 {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
/* line 43, ../sass/modules/_widgets.scss */
.widget_yarpp_widget ul, .widget_recent_entries ul, .widget_categories ul, #nav_menu-25 ul, .sidebar-style ul {
  padding: 0 !important;
}
/* line 44, ../sass/modules/_widgets.scss */
.widget_yarpp_widget li, .widget_recent_entries li, .widget_categories li, #nav_menu-25 li, .sidebar-style li {
  padding: 0;
  list-style: none !important;
}
/* line 45, ../sass/modules/_widgets.scss */
.widget_yarpp_widget .post-date, .widget_recent_entries .post-date, .widget_categories .post-date, #nav_menu-25 .post-date, .sidebar-style .post-date {
  font-size: 11px;
  color: #6f6f6f;
  display: block;
}
/* line 46, ../sass/modules/_widgets.scss */
.widget_yarpp_widget a, .widget_recent_entries a, .widget_categories a, #nav_menu-25 a, .sidebar-style a {
  line-height: 1.2em;
  padding-bottom: 10px;
  vertical-align: baseline;
  display: inline-block;
}
/* line 46, ../sass/modules/_widgets.scss */
.widget_yarpp_widget a:hover, .widget_recent_entries a:hover, .widget_categories a:hover, #nav_menu-25 a:hover, .sidebar-style a:hover {
  color: #72ca44;
}
/* line 48, ../sass/modules/_widgets.scss */
.widget_yarpp_widget li, .widget_recent_entries li, .widget_categories li, #nav_menu-25 li, .sidebar-style li {
  list-style-type: none;
  font-size: 1.1em;
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
}
/* line 54, ../sass/modules/_widgets.scss */
.widget_yarpp_widget li:before, .widget_recent_entries li:before, .widget_categories li:before, #nav_menu-25 li:before, .sidebar-style li:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  color: #72ca44;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  left: 0;
  font-size: 18px;
  top: 3px;
}
/* line 69, ../sass/modules/_widgets.scss */
.widget_yarpp_widget.no-col ul li:before, .widget_recent_entries.no-col ul li:before, .widget_categories.no-col ul li:before, #nav_menu-25.no-col ul li:before, .sidebar-style.no-col ul li:before {
  color: #333;
}

/* line 75, ../sass/modules/_widgets.scss */
.listning-style h2, .listning-style h3 {
  font-weight: 300;
}
/* line 76, ../sass/modules/_widgets.scss */
.listning-style .listing-container {
  margin-bottom: 17px;
}
/* line 77, ../sass/modules/_widgets.scss */
.listning-style .listing-small {
  background-color: #fff;
  border: medium none;
  display: table;
  height: 80px;
  table-layout: fixed;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
/* line 86, ../sass/modules/_widgets.scss */
.listning-style .listing-small-image {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table-cell;
  vertical-align: top;
  width: 80px;
}
/* line 94, ../sass/modules/_widgets.scss */
.listning-style .listing-small-image img {
  width: 100%;
}
/* line 97, ../sass/modules/_widgets.scss */
.listning-style .listing-small-image a {
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: all 0.2s linear 0s;
  width: 100%;
}
/* line 106, ../sass/modules/_widgets.scss */
.listning-style .listing-small-image a:before {
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 50%;
  color: #363636;
  content: "´ü«";
  display: inline-block;
  font-family: "FontAwesome";
  height: 30px;
  padding-top: 5px;
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s linear 0s;
  width: 30px;
}
/* line 124, ../sass/modules/_widgets.scss */
.listning-style .listing-small-content {
  display: table-cell;
  padding: 0 5px 0 6px;
  vertical-align: middle;
}
/* line 128, ../sass/modules/_widgets.scss */
.listning-style .listing-small-content dd.c-total-score {
  padding: 0;
  margin: 0;
}
/* line 133, ../sass/modules/_widgets.scss */
.listning-style .listing-small-title {
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  padding: 2px 0 0;
}
/* line 143, ../sass/modules/_widgets.scss */
.listning-style .listing-small-title a {
  transition: all 0.15s linear 0s;
}
/* line 146, ../sass/modules/_widgets.scss */
.listning-style .listing-small-location {
  font-size: 11px;
  margin-top: 5px;
  position: relative;
}
/* line 151, ../sass/modules/_widgets.scss */
.listning-style .listing-small-location a {
  color: #464646;
}
/* line 154, ../sass/modules/_widgets.scss */
.listning-style .listing-small-price {
  color: #0aab9a;
  font-size: 12px;
  font-weight: 400;
  margin-top: 7px;
}
/* line 161, ../sass/modules/_widgets.scss */
.listning-style .listing-small-tagline p {
  color: #888;
  padding-top: 2px;
  line-height: 1.3em;
  font-weight: 400;
}

/* line 169, ../sass/modules/_widgets.scss */
form#wpdevart-forms-1.wpdevart-forms.default-skin.forms-general-styling,
form.wpcf7-form {
  background: white;
  padding: 20px 0;
  font-weight: bold;
  border: 1px solid #ddd label, input, label, textarea;
  border-width: 100% !important;
}
/* line 176, ../sass/modules/_widgets.scss */
form#wpdevart-forms-1.wpdevart-forms.default-skin.forms-general-styling input[type="text"], form#wpdevart-forms-1.wpdevart-forms.default-skin.forms-general-styling input[type="email"], form#wpdevart-forms-1.wpdevart-forms.default-skin.forms-general-styling textarea,
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form textarea {
  background-color: #fdfcfc;
}

/********** Hj├ñlpte den artikeln dig? **********/
/* line 179, ../sass/modules/_widgets.scss */
.m-feedback-prompt__button i {
  width: 14px;
}
/* line 181, ../sass/modules/_widgets.scss */
.m-feedback-prompt__button i:before {
  font-size: 21px;
}

/* line 185, ../sass/modules/_widgets.scss */
.m-feedback-prompt__display {
  padding: 15px 0 10px 0;
}

/* line 186, ../sass/modules/_widgets.scss */
p.m-feedback-prompt__text {
  padding-bottom: 0;
  margin-bottom: 0;
}

/********** Omd├Âmen plugin **********/
/* line 192, ../sass/modules/_widgets.scss */
.page-template-page-datingcompany h2.wpcr3_aggregateRating_reviewCount {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
/* line 197, ../sass/modules/_widgets.scss */
.page-template-page-datingcompany div.wpcr3_aggregateRating {
  margin-bottom: 0;
  line-height: initial;
}
/* line 201, ../sass/modules/_widgets.scss */
.page-template-page-datingcompany .wpcr3_button_1 {
  font-size: 16px;
  margin: -3px 0 11px 0;
}

/*max-width: 600px*/
@media only screen and (max-width: 600px) {
  /* line 208, ../sass/modules/_widgets.scss */
  .m-feedback-prompt__display.show {
    text-align: center;
  }

  /* line 210, ../sass/modules/_widgets.scss */
  .page-template-default #sidebar_left, .post-template-default #sidebar_left, .page-template-page-custom #sidebar_left, .blog #sidebar_left, .archive.category #sidebar_left {
    margin-bottom: 20px;
  }

  /* line 213, ../sass/modules/_widgets.scss */
  .listing-small-content .col.l6 {
    padding: 0;
  }
  /* line 216, ../sass/modules/_widgets.scss */
  .listing-small-content .col.l6:nth-of-type(2) dd.c-total-score {
    float: right;
  }
  /* line 219, ../sass/modules/_widgets.scss */
  .listing-small-content .rating i {
    width: 11px;
    line-height: 7px !important;
    margin-left: 1px;
    height: 11px;
    font-size: 7px !important;
  }
}
/*min-width: 993px*/
@media only screen and (min-width: 993px) {
  /* line 230, ../sass/modules/_widgets.scss */
  .listning-style .listing-small-tagline p {
    height: 32px;
    font-size: 0.95rem;
  }

  /* line 231, ../sass/modules/_widgets.scss */
  .listning-style .listing-small-content a {
    font-size: 0.95rem;
  }

  /* line 232, ../sass/modules/_widgets.scss */
  .listning-style h2.widgettitle {
    font-size: 1.6rem;
  }

  /* line 233, ../sass/modules/_widgets.scss */
  .page-template-page-datingcompany h2.wpcr3_aggregateRating_reviewCount {
    font-size: 2.3rem;
  }

  /* line 236, ../sass/modules/_widgets.scss */
  .listing-small-content {
    display: table-cell;
    padding: 0 5px 0 6px;
    vertical-align: middle;
  }
  /* line 240, ../sass/modules/_widgets.scss */
  .listing-small-content dd.c-total-score {
    padding: 0;
    margin: 0;
  }
  /* line 243, ../sass/modules/_widgets.scss */
  .listing-small-content dd.c-total-score .sp {
    font-size: 12px;
  }
  /* line 244, ../sass/modules/_widgets.scss */
  .listing-small-content dd.c-total-score .rating i {
    font-size: 10px;
    height: 1.4em;
    line-height: 0.9em;
    margin-left: 1px;
  }
  /* line 251, ../sass/modules/_widgets.scss */
  .listing-small-content .col.l6 {
    padding: 0;
  }
  /* line 253, ../sass/modules/_widgets.scss */
  .listing-small-content .col.l6:first-of-type {
    width: 47%;
  }
  /* line 256, ../sass/modules/_widgets.scss */
  .listing-small-content .col.l6:nth-of-type(2) {
    width: 53%;
  }
}
@media only screen and (min-width: 1201px) {
  /* line 265, ../sass/modules/_widgets.scss */
  .page-template-page-datingcompany #sidebar_left .c-extrainfo {
    padding: 12px 15px 5px;
  }
}
@media (max-width: 992px) {
  /* line 272, ../sass/modules/_widgets.scss */
  .page-template-page-datingcompany h2.wpcr3_aggregateRating_reviewCount {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 601px) and (max-width: 1200px) {
  /* line 278, ../sass/modules/_widgets.scss */
  .page-template-page-datingcompany .wpcr3_table_2 input[type="text"], .page-template-page-datingcompany .wpcr3_table_2 textarea {
    width: 83%;
  }

  /* line 282, ../sass/modules/_widgets.scss */
  .listing-small-content .col.l6 {
    padding: 0;
  }
  /* line 285, ../sass/modules/_widgets.scss */
  .listing-small-content .col.l6:nth-of-type(2) dd.c-total-score {
    float: right;
  }
}
@media (min-width: 993px) and (max-width: 1150px) {
  /* line 291, ../sass/modules/_widgets.scss */
  .listing-small-content dd.c-total-score .rating i {
    font-size: 5px;
    height: 8px;
    line-height: 4px;
    margin-left: 1px;
  }
}
/* line 1, ../sass/modules/_hide.scss */
.articlePage .panel-heading h3 {
  display: none;
}

/* line 2, ../sass/modules/_hide.scss */
a.wpptopdfenh {
  display: none;
}

/* line 3, ../sass/modules/_hide.scss */
li#menu-item-5305 {
  display: none;
}

/* line 4, ../sass/modules/_hide.scss */
.meta span#tags, .pingback, .meta .date, .meta.meta-single-post {
  display: none;
}

/* line 5, ../sass/modules/_hide.scss */
.table-pages-bottom .m-entry__feedback {
  display: none;
}

/* line 6, ../sass/modules/_hide.scss */
.collapse {
  display: none;
}

/* line 9, ../sass/modules/_hide.scss */
.collapse.in {
  display: block;
}

/* line 13, ../sass/modules/_hide.scss */
.page-id-25 .m-entry__feedback, .page-id-25 .social-container {
  display: none;
}

/******* Blog ******/
/* line 17, ../sass/modules/_hide.scss */
.blog .panel.guidebox, .archive.category .panel.guidebox {
  display: none;
}

/* line 21, ../sass/modules/_hide.scss */
.c-main-container a.c-teaserCard img .fa, .c-main-container a.c-teaserCard svg .fa, .c-main-container div.c-teaserCard img .fa, .c-main-container div.c-teaserCard svg .fa {
  display: none;
}

/* line 24, ../sass/modules/_hide.scss */
.widget.widget_categories {
  display: none;
}

/*max-width: 600px*/
@media only screen and (max-width: 600px) {
  /* line 27, ../sass/modules/_hide.scss */
  .hide-sm {
    display: none !important;
  }

  /* line 30, ../sass/modules/_hide.scss */
  .c-main-container .c-teaser.withCards .c-BodyText {
    display: none;
  }
}
/*max-width: 992px*/
@media only screen and (max-width: 992px) {
  /* line 36, ../sass/modules/_hide.scss */
  .hide-s-m, .hide-sm-md {
    display: none !important;
  }

  /* line 37, ../sass/modules/_hide.scss */
  .guide-links-related {
    display: none;
  }

  /* line 38, ../sass/modules/_hide.scss */
  .page-template-page-guides #sidebar_top {
    display: none;
  }

  /* line 40, ../sass/modules/_hide.scss */
  .guide-page-container .guidebox > .panel-heading {
    display: none;
  }
  /* line 41, ../sass/modules/_hide.scss */
  .guide-page-container .guide-links-current {
    display: none;
  }
}
/*min-width: 993px*/
@media only screen and (min-width: 993px) {
  /* line 46, ../sass/modules/_hide.scss */
  .hide-md-lg {
    display: none !important;
  }

  /* line 47, ../sass/modules/_hide.scss */
  .show-all-guides {
    display: none;
  }

  /* line 48, ../sass/modules/_hide.scss */
  .guide-links-all {
    display: none;
  }

  /* line 49, ../sass/modules/_hide.scss */
  #sidebar_related {
    display: none;
  }
}
/*min-width: 601px*/
@media only screen and (min-width: 601px) {
  /* line 53, ../sass/modules/_hide.scss */
  #header_search .label-icon.label-icon-close {
    display: none;
  }
}
/*min-width: 1201px*/
@media only screen and (min-width: 1201px) {
  /* line 57, ../sass/modules/_hide.scss */
  .hide-lg {
    display: none !important;
  }

  /* line 58, ../sass/modules/_hide.scss */
  .show-all-guides {
    display: none;
  }
}
@media (max-width: 1200px) {
  /* line 61, ../sass/modules/_hide.scss */
  .hide-s-m-l {
    display: none !important;
  }
}
@media (min-width: 601px) and (max-width: 1200px) {
  /* line 66, ../sass/modules/_hide.scss */
  .hide-m-only {
    display: none !important;
  }
}
/* line 2, ../sass/modules/_contact-form-7.scss */
.info-inside-search form#wpdevart-forms-1.wpdevart-forms.default-skin.forms-general-styling, .info-inside-search form.wpcf7-form {
  background: transparent;
  padding: 5px 9px 28px;
}
/* line 5, ../sass/modules/_contact-form-7.scss */
.info-inside-search form#wpdevart-forms-1.wpdevart-forms.default-skin.forms-general-styling label, .info-inside-search form.wpcf7-form label {
  float: left;
  color: white;
  font-weight: bolder;
  padding: 12px 0 2px 0;
}
/* line 11, ../sass/modules/_contact-form-7.scss */
.info-inside-search form#wpdevart-forms-1.wpdevart-forms.default-skin.forms-general-styling select.wpcf7-form-control.wpcf7-select, .info-inside-search form.wpcf7-form select.wpcf7-form-control.wpcf7-select {
  width: 100%;
  height: 40px;
  margin-bottom: 30px;
  border: none;
  padding-left: 5px;
  color: #272727;
  font-weight: normal;
}
/* line 20, ../sass/modules/_contact-form-7.scss */
.info-inside-search form#wpdevart-forms-1.wpdevart-forms.default-skin.forms-general-styling input.uppsalam, .info-inside-search form.wpcf7-form input.uppsalam {
  height: 40px;
  border: none;
  color: #272727;
  font-weight: normal;
  padding-left: 8px;
}
/* line 28, ../sass/modules/_contact-form-7.scss */
.info-inside-search span.wpcf7-not-valid-tip {
  color: black;
  text-align: left;
}
/* line 29, ../sass/modules/_contact-form-7.scss */
.info-inside-search div.wpcf7-mail-sent-ok {
  color: #72ca44;
}
/* line 30, ../sass/modules/_contact-form-7.scss */
.info-inside-search div.wpcf7-validation-errors {
  color: black;
  font-weight: 500;
  text-align: left !important;
  border: 2px solid red;
  color: red;
}
/* line 37, ../sass/modules/_contact-form-7.scss */
.info-inside-search div.wpcf7-response-output {
  padding: 5px 10px;
  background: white;
  border: 4px solid #c66a49;
  margin-top: 15px;
}
/* line 43, ../sass/modules/_contact-form-7.scss */
.info-inside-search select::-ms-expand {
  display: none;
}
/* line 46, ../sass/modules/_contact-form-7.scss */
.info-inside-search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  appearance: none;
}
/* line 53, ../sass/modules/_contact-form-7.scss */
.info-inside-search select {
  background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 26px) calc(0.7em + 2px), calc(100% - 15px) calc(1em + -2px), calc(100% - 4em) 0.5em;
  background-size: 11px 11px, 11px 11px, 1px 1.5em;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* line 68, ../sass/modules/_contact-form-7.scss */
.info-inside-search select option:hover {
  background-color: #72ca44;
  color: white;
  cursor: pointer;
}
/* line 74, ../sass/modules/_contact-form-7.scss */
.info-inside-search option:first-of-type {
  display: none;
}

@media (max-width: 1200px) and (min-width: 601px) {
  /* line 79, ../sass/modules/_contact-form-7.scss */
  .info-inside-search form#wpdevart-forms-1.wpdevart-forms.default-skin.forms-general-styling label input.uppsalam, .info-inside-search form#wpdevart-forms-1.wpdevart-forms.default-skin.forms-general-styling label label, .info-inside-search form.wpcf7-form input.uppsalam, .info-inside-search form.wpcf7-form label {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  /* line 86, ../sass/modules/_contact-form-7.scss */
  .info-inside-search select, .info-inside-search form.wpcf7-form select.wpcf7-form-control.wpcf7-select {
    background-position: calc(100% - 26px) calc(0.7em + 3px), calc(100% - 15px) calc(1em + -2px), calc(100% - 4em) 0.5em !important;
  }
}
/* line 2, ../sass/views/_companies.scss */
.c-companies img.alignleft, .c-companies .c-logo-area img {
  padding: 25px 15px;
  border: 1px solid #e6e6e6;
  margin: 5px 20px 20px 0;
}
/* line 7, ../sass/views/_companies.scss */
.c-companies h1.page-title {
  margin-bottom: 15px;
}
/* line 10, ../sass/views/_companies.scss */
.c-companies .c-table table, .c-companies .c-table2 table {
  margin-top: 10px;
  width: auto;
}
/* line 11, ../sass/views/_companies.scss */
.c-companies .social-container {
  display: none;
}
/* line 12, ../sass/views/_companies.scss */
.c-companies .c-plus-minus {
  background: #ffffdb;
  border: 1px solid #dcdddf;
  clear: both;
}
/* line 18, ../sass/views/_companies.scss */
.c-companies .group-left h2 {
  margin-top: 25px;
}
/* line 21, ../sass/views/_companies.scss */
.c-companies .group-left ul.checked, .c-companies .group-left ul.c-arrow {
  border: 1px solid #dcdddf;
  padding: 15px 15px;
  display: inline-block;
  background-color: #ffffdb;
}
/* line 26, ../sass/views/_companies.scss */
.c-companies .group-left ul.checked li:before, .c-companies .group-left ul.c-arrow li:before {
  margin-left: -25px;
}
/* line 31, ../sass/views/_companies.scss */
.c-companies .m-entry__feedback {
  display: none;
}
/* line 33, ../sass/views/_companies.scss */
.c-companies .table-wrapper td.link a[target="_blank"]:after {
  content: '';
  width: 0;
  height: 0;
  margin: 0;
  display: none;
}
/* line 34, ../sass/views/_companies.scss */
.c-companies .table-wrapper .pop img {
  max-width: 36px;
}
/* line 36, ../sass/views/_companies.scss */
.c-companies .table-wrapper .table > tbody > tr > td {
  padding: 5px;
}
/* line 39, ../sass/views/_companies.scss */
.c-companies .table-wrapper .table > tbody > tr > td,
.c-companies .table-wrapper .table > thead > tr > th {
  font-size: 14px;
}
/* line 41, ../sass/views/_companies.scss */
.c-companies h2.c-tagline:before {
  margin-right: 5px;
}
/* line 42, ../sass/views/_companies.scss */
.c-companies .table-wrapper table.table thead.bg-header {
  background: #f7c1ac;
}
/* line 43, ../sass/views/_companies.scss */
.c-companies .wpcr3_aggregateRating {
  line-height: initial;
  margin-bottom: 0;
  float: left;
  position: relative;
}
/* line 48, ../sass/views/_companies.scss */
.c-companies .wpcr3_aggregateRating:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #fdfdfd;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 58, ../sass/views/_companies.scss */
.c-companies h2.wpcr3_aggregateRating_reviewCount {
  font-size: 2rem;
  border-bottom: medium none;
  margin: 0;
  padding: 0 0 10px 0;
}
/* line 65, ../sass/views/_companies.scss */
.c-companies .wpcr3_aggregateRating_reviewCount {
  font-size: 1.5rem;
}
/* line 68, ../sass/views/_companies.scss */
.c-companies .wpcr3_button_1 {
  font-size: 16px;
  margin: -3px 0 11px;
}
/* line 72, ../sass/views/_companies.scss */
.c-companies .wpcr3_respond_3 {
  float: right;
}
/* line 75, ../sass/views/_companies.scss */
.c-companies .wpcr3_review_title.wpcr3_caps {
  position: relative;
  font-size: 1.3rem;
  margin: 5px 0;
}
/* line 79, ../sass/views/_companies.scss */
.c-companies .wpcr3_review_title.wpcr3_caps:before {
  content: '"';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 4px;
}
/* line 86, ../sass/views/_companies.scss */
.c-companies .wpcr3_review_title.wpcr3_caps:after {
  content: '"';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 1px;
}
/* line 95, ../sass/views/_companies.scss */
.c-companies .wpcr3_review_form_text_field td label.comment-field {
  margin-bottom: 6px;
  margin-right: 5px;
}
/* line 99, ../sass/views/_companies.scss */
.c-companies .wpcr3_review_form_text_field td input.text-input wpcr3_required {
  margin-bottom: 10px;
}
/* line 103, ../sass/views/_companies.scss */
.c-companies .wpcr3_respond_2 input[type="text"] {
  margin-bottom: 10px;
}
/* line 104, ../sass/views/_companies.scss */
.c-companies .wpcr3_respond_2 .wpcr3_check_confirm label {
  margin: 5px 0 12px 5px;
}
/* line 107, ../sass/views/_companies.scss */
.c-companies .wpcr3_review.row:last-of-type, .c-companies .wpcr3_review.row:last-child {
  margin-bottom: -20px;
}
/* line 110, ../sass/views/_companies.scss */
.c-companies div.wpcr3_review div, .c-companies div.wpcr3_review span {
  background-size: 83px auto;
}
/* line 113, ../sass/views/_companies.scss */
.c-companies .wpcr3_review_author span:before {
  background-image: url("../img/icons/users/user-green.png");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 70px;
  width: 80px;
}
/* line 122, ../sass/views/_companies.scss */
.c-companies div.wpcr3_review div.wpcr3_review_author {
  text-align: center;
}

/* line 125, ../sass/views/_companies.scss */
.page-template-page-companies .c-companies thead th.name {
  display: none !important;
}
/* line 126, ../sass/views/_companies.scss */
.page-template-page-companies .c-companies tbody td.company-logo.name {
  display: none !important;
}

/* line 130, ../sass/views/_companies.scss */
.page-id-656 .bloggartikel h2 {
  display: none;
}
/* line 131, ../sass/views/_companies.scss */
.page-id-656 .bloggartikel .table-wrapper {
  margin-top: 20px;
}

/* line 134, ../sass/views/_companies.scss */
.company-intro {
  border: 1px solid #e5e5e5;
  padding: 15px;
}

@media only screen and (max-width: 600px) {
  /* line 139, ../sass/views/_companies.scss */
  .c-companies .c-plus-minus {
    padding: 13px 20px 8px;
  }
  /* line 141, ../sass/views/_companies.scss */
  .c-companies .c-plus-minus .row {
    margin-bottom: 0;
  }
  /* line 142, ../sass/views/_companies.scss */
  .c-companies .c-plus-minus h3 {
    margin: 0;
  }
  /* line 143, ../sass/views/_companies.scss */
  .c-companies .c-plus-minus .col-last h3 {
    margin-top: 5px;
  }
  /* line 144, ../sass/views/_companies.scss */
  .c-companies .c-plus-minus ul.c-plus, .c-companies .c-plus-minus ul.c-minus {
    margin: 5px 0 !important;
  }

  /* line 147, ../sass/views/_companies.scss */
  .c-companies .group-left ul.checked, .c-companies .c-companies .group-left ul.c-arrow {
    width: 100%;
  }
  /* line 148, ../sass/views/_companies.scss */
  .c-companies .wpcr3_respond_3, .c-companies .wpcr3_button_1 {
    width: 100%;
  }
  /* line 151, ../sass/views/_companies.scss */
  .c-companies .margin-top-null.spec {
    margin-top: -20px !important;
  }
  /* line 154, ../sass/views/_companies.scss */
  .c-companies h2.wpcr3_aggregateRating_reviewCount.formatted {
    font-size: 1.3rem;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
  }
}
/*max-width: 992px*/
@media only screen and (max-width: 992px) {
  /* line 165, ../sass/views/_companies.scss */
  .c-companies img.alignleft, .c-companies .c-logo-area img {
    max-width: 100px;
    float: left;
  }
  /* line 169, ../sass/views/_companies.scss */
  .c-companies .bloggartikel .c-table table th, .c-companies .bloggartikel .c-table table td, .c-companies .bloggartikel .c-table2 table th, .c-companies .bloggartikel .c-table2 table td {
    padding: 10px;
  }
  /* line 170, ../sass/views/_companies.scss */
  .c-companies .table-wrapper .tablesorter tbody tr {
    min-height: auto;
    padding: 0;
  }
  /* line 175, ../sass/views/_companies.scss */
  .c-companies .table-wrapper .tablesorter tbody tr td.ater, .c-companies .table-wrapper .tablesorter tbody tr td.bg {
    font-weight: bold;
    font-size: 15px;
    color: #ec6938;
  }
  /* line 177, ../sass/views/_companies.scss */
  .c-companies .table-wrapper .tablesorter tbody tr td.ater strong, .c-companies .table-wrapper .tablesorter tbody tr td.bg strong {
    font-size: 15px;
    color: #ec6938;
  }
}
/*min-width: 993px*/
@media only screen and (min-width: 993px) {
  /* line 188, ../sass/views/_companies.scss */
  .table-wrapper .table > tbody > tr > td:first-of-type, .table-wrapper .table > tfoot > tr > th:first-of-type, .table-wrapper .table > tfoot > tr > td:first-of-type {
    font-weight: normal;
  }

  /* .c-companies h2.wpcr3_aggregateRating_reviewCount { width: 68%; }*/
}
/*min-width: 601px*/
@media only screen and (min-width: 601px) {
  /* line 196, ../sass/views/_companies.scss */
  .c-companies h3 {
    margin-top: 0;
  }
  /* line 199, ../sass/views/_companies.scss */
  .c-companies img.alignleft, .c-companies .c-logo-area img {
    max-width: 210px;
    float: left;
  }
  /* line 203, ../sass/views/_companies.scss */
  .c-companies .col-last {
    padding: 20px;
    position: relative;
  }
  /* line 207, ../sass/views/_companies.scss */
  .c-companies .col.m6.l6:first-of-type {
    position: relative;
  }
  /* line 210, ../sass/views/_companies.scss */
  .c-companies ul.c-minus, .c-companies ul.c-plus {
    margin-bottom: 0;
  }
  /* line 211, ../sass/views/_companies.scss */
  .c-companies .group-left {
    min-height: auto;
  }
  /* line 213, ../sass/views/_companies.scss */
  .c-companies .group-left h2 {
    margin-bottom: 10px;
    margin-top: 20px;
  }

  /* line 219, ../sass/views/_companies.scss */
  .c-companies h2.wpcr3_aggregateRating_reviewCount.formatted {
    font-size: 1.3rem;
    /*width: 67%;*/
    color: #333;
    font-weight: normal;
  }
}
@media only screen and (min-width: 993px) {
  /* line 227, ../sass/views/_companies.scss */
  .company-intro {
    font-size: 16px;
  }
  /* line 229, ../sass/views/_companies.scss */
  .company-intro p {
    font-size: 16px;
  }

  /* line 233, ../sass/views/_companies.scss */
  ul.c-minus, ul.c-plus {
    margin-top: -6px !important;
  }

  /* line 235, ../sass/views/_companies.scss */
  .c-companies .group-left + h2 {
    font-size: 1.4rem !important;
  }
  /* line 237, ../sass/views/_companies.scss */
  .c-companies .table-wrapper .btn.bg-action {
    font-size: 13px;
    padding: 4px 0;
    width: 100px;
    float: right;
  }
  /* line 243, ../sass/views/_companies.scss */
  .c-companies .table-wrapper .table > tbody > tr > td.ater {
    font-weight: bold;
    color: #ec6938;
    font-size: 15px;
  }
}
@media (min-width: 1201px) {
  /* line 253, ../sass/views/_companies.scss */
  .wpcr3_aggregateRating:after {
    width: 660px;
  }

  /* line 258, ../sass/views/_companies.scss */
  .c-companies h2.wpcr3_aggregateRating_reviewCount {
    width: 490px;
  }
  /* line 259, ../sass/views/_companies.scss */
  .c-companies #calc-value {
    width: 95px;
  }
}
@media (min-width: 601px) and (max-width: 1200px) {
  /* line 268, ../sass/views/_companies.scss */
  .c-company-resp-info .col:nth-of-type(2) {
    width: 48%;
    margin-left: 2%;
  }

  /*.c-companies h2.wpcr3_aggregateRating_reviewCount { width: 68%; }*/
}
/* line 2, ../sass/views/_compare-table.scss */
.page-template-page-jamforelse .m-entry__feedback {
  display: none;
}
/* line 3, ../sass/views/_compare-table.scss */
.page-template-page-jamforelse input.c-lon {
  border: 1px solid #72ca44;
  padding: 5px 3px 5px 5px;
  height: 37px;
  width: 70%;
  font-size: 16px;
}
/* line 10, ../sass/views/_compare-table.scss */
.page-template-page-jamforelse .submit, .page-template-page-jamforelse input[type="submit"], .page-template-page-jamforelse .c-button {
  padding: 5px 15px;
  font-size: 16px;
}
/* line 14, ../sass/views/_compare-table.scss */
.page-template-page-jamforelse .start-wrapper .start-block--content p {
  padding: 0;
  line-height: 18px;
}
/* line 18, ../sass/views/_compare-table.scss */
.page-template-page-jamforelse dd {
  padding: 0;
  margin: 0;
}
/* line 20, ../sass/views/_compare-table.scss */
.page-template-page-jamforelse dd .sp {
  width: 100%;
  display: block;
}
/* line 25, ../sass/views/_compare-table.scss */
.page-template-page-jamforelse dd.c-total-score .rating i {
  font-size: 10px;
}
/* line 27, ../sass/views/_compare-table.scss */
.page-template-page-jamforelse .show-active .dropdown-container .dropdown-item span.lbl {
  color: #e76200;
  background-image: url("../img/dropdown-orange.png");
  background-color: white;
  border: 2px solid #e76200;
  padding: 5px 15px 5px 10px;
}
/* line 34, ../sass/views/_compare-table.scss */
.page-template-page-jamforelse .show-active input[type="submit"].button--secondary {
  text-align: center;
  color: white !important;
  background: #72ca44;
  border: 2px solid #72ca44;
}
/* line 39, ../sass/views/_compare-table.scss */
.page-template-page-jamforelse .show-active input[type="submit"].button--secondary:hover {
  color: white;
  background: #50972b;
  border: 2px solid #50972b;
}
/* line 46, ../sass/views/_compare-table.scss */
.page-template-page-jamforelse .c-search-results h2 {
  margin-top: 30px;
}

/* line 48, ../sass/views/_compare-table.scss */
.cTable {
  display: table;
  width: 100%;
}

/* line 49, ../sass/views/_compare-table.scss */
.cTableRow {
  display: table-row;
}

/* line 50, ../sass/views/_compare-table.scss */
.cTableHeading {
  display: table-header-group;
}

/* line 51, ../sass/views/_compare-table.scss */
.cTableBody {
  display: table-row-group;
}

/* line 52, ../sass/views/_compare-table.scss */
.cTableFoot {
  display: table-footer-group;
}

/* line 53, ../sass/views/_compare-table.scss */
.cTableCell, .cTableHead {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
}
/* line 55, ../sass/views/_compare-table.scss */
.cTableCell .fa.fa-check, .cTableCell .fa.fa-minus, .cTableHead .fa.fa-check, .cTableHead .fa.fa-minus {
  font-size: 16px;
}
/* line 56, ../sass/views/_compare-table.scss */
.cTableCell .fa.fa-female, .cTableCell .fa.fa-male, .cTableHead .fa.fa-female, .cTableHead .fa.fa-male {
  font-size: 13px;
}
/* line 57, ../sass/views/_compare-table.scss */
.cTableCell .primary-c-icons, .cTableHead .primary-c-icons {
  font-size: 13px;
}
/* line 59, ../sass/views/_compare-table.scss */
.cTableCell .primary-c-icons .col, .cTableHead .primary-c-icons .col {
  padding: 0;
}
/* line 62, ../sass/views/_compare-table.scss */
.cTableCell .primary-c-icons .fa, .cTableHead .primary-c-icons .fa {
  margin-right: 1px;
}

/* line 67, ../sass/views/_compare-table.scss */
.cTableCell, .cTableCell p {
  font-weight: bold;
}

/* line 68, ../sass/views/_compare-table.scss */
.cTableHeader {
  font-weight: normal;
}

/* line 69, ../sass/views/_compare-table.scss */
.c-table-title {
  width: 100%;
  display: block;
  clear: both;
  font-weight: bold;
  padding: 10px;
  background: white;
  background-color: white;
  color: #ec6938;
}

/* line 79, ../sass/views/_compare-table.scss */
.compare-table-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* line 85, ../sass/views/_compare-table.scss */
.compare-table-title {
  background-color: #444;
  color: #fff;
  padding: 8px 6px 10px;
  transition: background-color 0.15s linear 0s;
}
/* line 90, ../sass/views/_compare-table.scss */
.compare-table-title h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
}
/* line 100, ../sass/views/_compare-table.scss */
.compare-table-title h3 a {
  color: #fff;
}
/* line 104, ../sass/views/_compare-table.scss */
.compare-table-title a {
  color: #fff;
}

/* line 109, ../sass/views/_compare-table.scss */
.start-wrapper .start-block--content .cTableCell a {
  color: #72ca44;
}
/* line 109, ../sass/views/_compare-table.scss */
.start-wrapper .start-block--content .cTableCell a:hover {
  text-decoration: underline;
}
/* line 110, ../sass/views/_compare-table.scss */
.start-wrapper .start-block--content .compare-table-title {
  background-color: #444;
  color: #fff;
  padding: 8px 6px 10px;
  transition: background-color 0.15s linear 0s;
}
/* line 115, ../sass/views/_compare-table.scss */
.start-wrapper .start-block--content .compare-table-title h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
  margin: 0 !important;
}
/* line 126, ../sass/views/_compare-table.scss */
.start-wrapper .start-block--content .compare-table-title h3 a {
  color: #fff;
}
/* line 127, ../sass/views/_compare-table.scss */
.start-wrapper .start-block--content .compare-table-title h3:before {
  background-color: transparent;
  width: 0;
}
/* line 132, ../sass/views/_compare-table.scss */
.start-wrapper .start-block--content .compare-table-title a {
  color: #fff;
}
/* line 133, ../sass/views/_compare-table.scss */
.start-wrapper .start-block--content .compare-table-title span {
  font-size: 11px;
  margin-top: 5px;
  position: relative;
}
/* line 137, ../sass/views/_compare-table.scss */
.start-wrapper .start-block--content .compare-table-title span a {
  color: rgba(255, 255, 255, 0.5);
}

/* line 141, ../sass/views/_compare-table.scss */
.compare-table-label-special {
  background-color: #ec6938;
  color: #fff;
  font-size: 13px;
  padding: 3px 15px;
  position: absolute;
  right: 10px;
  top: 165px;
  white-space: nowrap;
  z-index: 2;
}

/* line 153, ../sass/views/_compare-table.scss */
.c-compare-form .dropdown-container .dropdown-item .dropdown ul li {
  font-size: 16px;
}
/* line 154, ../sass/views/_compare-table.scss */
.c-compare-form form {
  font-size: 16px;
}

@media only screen and (min-width: 1201px) {
  /* line 160, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .start-wrapper .start-block {
    width: 12%;
    padding: 0;
  }
  /* line 163, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .start-wrapper .start-block.c-compare-table-heading {
    width: 16%;
  }
  /* line 166, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .start-wrapper .start-block .c-table-title {
    font-size: 18px;
    height: 47px;
    padding-top: 16px;
  }
  /* line 172, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .cTableCell, .page-template-page-jamforelse .cTableHead, .page-template-page-jamforelse .c-table-title {
    padding: 6px 10px;
    height: 32px;
  }
  /* line 173, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse a.btn.button--primary {
    padding: 8px;
  }
  /* line 174, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .compare-table-image {
    height: 40px;
    padding-top: 5px;
  }
  /* line 178, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .start-wrapper .start-block--content .compare-table-title h3 a {
    font-size: 13px;
  }
  /* line 179, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .start-wrapper .start-block--content .cTableCell {
    height: 38px;
  }
  /* line 181, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .start-wrapper .start-block--content .cTableCell.c-tall {
    height: 55px;
  }
  /* line 185, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .start-wrapper .start-block--content p {
    padding: 0;
  }
  /* line 188, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .bloggartikel.c-bg-box {
    min-height: 69.5vh;
  }
}
/*max-width: 600px*/
@media only screen and (max-width: 600px) {
  /* line 196, ../sass/views/_compare-table.scss */
  .start-wrapper .start-block .compare-table-image img {
    width: 250px;
    height: auto;
    margin: 0 auto;
  }

  /* line 202, ../sass/views/_compare-table.scss */
  .start-wrapper .start-block--content .compare-table-title {
    background-color: #717171;
  }

  /* line 206, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .start-wrapper .start-block--content p {
    padding: 0;
  }
  /* line 207, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .submit, .page-template-page-jamforelse input[type="submit"], .page-template-page-jamforelse .c-button {
    width: 74%;
  }
  /* line 208, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .dropdown-container .dropdown-item {
    width: 74% !important;
  }
  /* line 209, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse input.c-lon {
    width: 74% !important;
  }
}
/*max-width: 992px*/
@media only screen and (max-width: 992px) {
  /* line 216, ../sass/views/_compare-table.scss */
  .c-table-title {
    background: white;
    background-color: white;
    color: #ec6938;
  }

  /* line 222, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .start-wrapper .start-block a.button--primary {
    margin: 10px;
  }
  /* line 223, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .c-top-border {
    border-top: 1px solid #f5af95;
  }

  /* line 227, ../sass/views/_compare-table.scss */
  .start-wrapper .start-block .compare-table-image img {
    padding: 5px 0;
  }
}
@media (max-width: 1200px) {
  /* line 233, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .start-wrapper .start-block .c-table-title {
    font-size: 16px;
  }
  /* line 234, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .bloggartikel.c-bg-box {
    min-height: 68vh;
  }

  /* line 238, ../sass/views/_compare-table.scss */
  .c-table-title {
    padding-top: 20px;
  }

  /* line 241, ../sass/views/_compare-table.scss */
  .cTableCell .primary-c-icons .fa.fa-female, .cTableCell .primary-c-icons .fa.fa-male, .cTableHead .primary-c-icons .fa.fa-female, .cTableHead .primary-c-icons .fa.fa-male {
    font-size: 13px;
  }
  /* line 243, ../sass/views/_compare-table.scss */
  .cTableCell .primary-c-icons .col:nth-of-type(2), .cTableHead .primary-c-icons .col:nth-of-type(2) {
    padding-left: 5px;
  }
}
@media only screen and (min-width: 993px) {
  /* line 251, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .table-wrapper .pop img {
    height: 40px;
    width: auto;
    padding-top: 0;
    display: block;
    height: 40px;
  }
}
@media only screen and (min-width: 1201px) {
  /* line 260, ../sass/views/_compare-table.scss */
  .cTableHeader {
    background: #f7f7f7;
  }

  /* line 261, ../sass/views/_compare-table.scss */
  .start-wrapper .start-block .compare-table-image img {
    background: #ec6938;
    width: 100%;
    height: auto;
  }

  /* line 266, ../sass/views/_compare-table.scss */
  .c-table-title {
    border-bottom: 1px solid #f5af95;
  }

  /* line 269, ../sass/views/_compare-table.scss */
  .start-wrapper .compare-table-headings .start-block--content {
    box-shadow: none;
    background-color: #f3f3f3;
  }

  /* line 274, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .c-compare-form .row .col.l3 {
    width: 23%;
  }
}
@media (min-width: 601px) and (max-width: 740px) {
  /* line 281, ../sass/views/_compare-table.scss */
  .start-wrapper .start-block .compare-table-image img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 741px) and (max-width: 992px) {
  /* line 288, ../sass/views/_compare-table.scss */
  .start-wrapper .start-block .compare-table-image {
    padding-top: 10px;
  }
  /* line 290, ../sass/views/_compare-table.scss */
  .start-wrapper .start-block .compare-table-image img {
    width: 250px;
    height: auto;
    margin: 0 auto;
  }
}
@media (min-width: 601px) and (max-width: 992px) {
  /* line 298, ../sass/views/_compare-table.scss */
  .start-wrapper .start-block--content .compare-table-title {
    background-color: #717171;
  }

  /* line 302, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .start-wrapper .start-block--content p {
    padding: 0;
  }
  /* line 303, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .start-wrapper .start-block {
    padding: 0.3em;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  /* line 308, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .start-wrapper .start-block {
    width: 33%;
  }
  /* line 311, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .start-wrapper .start-block--content p {
    padding: 0;
  }
  /* line 312, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .start-wrapper .start-block {
    padding: 0.3em;
  }
  /* line 313, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .c-top-border {
    border-top: 1px solid #f5af95;
  }
  /* line 316, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .c-table-title {
    background: white;
    background-color: white;
    color: #ec6938;
  }
}
@media (max-width: 992px) {
  /* line 325, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .table-wrapper .pop img {
    height: 40px;
    width: auto;
  }
  /* line 329, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .table-wrapper .tablesorter tbody tr td {
    padding: 7px 4px !important;
  }
  /* line 331, ../sass/views/_compare-table.scss */
  .page-template-page-jamforelse .table-wrapper .tablesorter tbody tr td .submit, .page-template-page-jamforelse .table-wrapper .tablesorter tbody tr td input[type="submit"], .page-template-page-jamforelse .table-wrapper .tablesorter tbody tr td .c-button {
    margin-top: 8px;
  }
}
