/*-----------------------------------------------------------------------------------

    Theme Name: Healthcare Base
    Description:
    Author: Healthcare Media
    Version: 1.0

---------------------------------------------------------------------------------- */

* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* clerafix----------------------------------------------------------- */

.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.group {
  clear: both;
}

/* start commented backslash hack \*/

* html .group {
  height: 1%;
}

.registered_trademark,
a .registered_trademark {
  font-family: "Source Sans Pro", sans-serif;
}

.group {
  display: block;
}

/* close commented backslash hack */

/* Grid */

[class*="box-"] {
  display: block;
  float: left;
  width: 100%;
}

[class*="box-"] img {
  max-width: 100%;
  height: auto;
}

.box-100 {
  width: 100%;
}

.box-90 {
  width: 90%;
}

.box-80 {
  width: 80%;
}

.box-75 {
  width: 75%;
}

.box-70 {
  width: 70%;
}

.box-66 {
  width: 66.6666666666666665%;
}

.box-60 {
  width: 60%;
}

.box-50 {
  width: 50%;
}

.box-40 {
  width: 40%;
}

.box-35 {
  width: 35%;
}

.box-33 {
  width: 33.3333333333333332%;
}

.box-30 {
  width: 30%;
}

.box-25 {
  width: 25%;
}

.box-20 {
  width: 20%;
}

.box-10 {
  width: 10%;
}

.padding {
  padding: 15px;
}

.padding-left {
  padding-left: 15px;
}

.show-on-mobile {
  display: none;
}

.padding-right {
  padding-right: 15px;
}

/* Typography */

html {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}

body {
  height: 100%;
  background-color: #f3f4f9;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222;
}

img {
  text-decoration: none;
  border: 0px;
}

strong {
  font-weight: 600;
}

a {
  color: #24abf7;
}

p {
  line-height: 1.5;
  font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  margin: 0.5% 0 2% 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  margin: 5px 0 0 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.625em;
  line-height: 1.1;
  margin: 0.5% 0 0 0;
  font-weight: 800;
  color: #333 !important;
}

h2 {
  font-size: 1.25em;
  font-weight: 600;
}

h3 {
  font-size: 1.375em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.125em;
  color: #333;
  margin: 0;
  margin-top: 1.375em;
}

h6 {
  font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.063em;
  color: #333;
  margin: 0;
}

b {
  font-weight: 600;
}

blockquote,
blockquote p {
  font-family: "HelveticaNeue-Light", "Open Sans Light", "Open Sans", Helvetica,
    Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.25em;
  margin: 3%;
}

hr {
  color: #f0f1f8;
  background-color: #f0f1f8;
  height: 2px;
  border: 0;
}

.round {
  border-radius: 50%;
}

.hidden {
  display: none !important;
}

.article-line {
  padding-top: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #e9e9e9;
  float: left;
  width: 100%;
}

.orange-button {
  background-color: #ff674e;
  color: #fff;
  font-weight: bolder;
  padding: 8px 25px;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: none;
}

.orange-button:hover {
  text-decoration: underline;
}

.line {
  border-top: 1px solid #e9e9e9;
  clear: both;
}

/* wp-core */

.wp-caption {
  max-width: 100%;
  height: auto;
}

.blogpost-image {
  color: #333;
  text-decoration: none;
}

.alignnone {
  margin: 5px 0px 20px 0;
}

.alignright {
  float: right;
  margin: 2% 0 2% 2%;
}

.alignleft {
  float: left;
  margin: 2% 2% 2% 0;
}

.article .alignright {
  float: right;
  margin: 2% 0 2% 2%;
}

.article .alignnone {
  margin: 5px 0px 20px 0;
}

.article .alignleft {
  float: left;
  margin: 2% 2% 2% 0;
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */

/* 1 */

.ie9 img[src*=".svg"] {
  width: 100%;
}

/* 2 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}

.wp-caption p.wp-caption-text {
  font-size: 0.813em;
  margin: 0;
  margin-bottom: 2%;
}

img.reviewed-label {
  max-width: 80px;
  height: auto;
  float: right;
  margin: 0 0 5px 5px;
}

.lt-ie9 img.reviewed-label {
  display: none;
}

.lead {
  font-family: "Merriweather";
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.45;
  margin: 14px 0 16px 0;
}

.lead p {
  font-family: "Merriweather";
  font-weight: 300;
  font-size: 1.19rem;
  line-height: 1.45;
  margin: 14px 0 16px 0;
}

.content {
  width: 67%;
  float: right;
  padding: 18px 24px 18px 20px;
}

.content-startsida {
  width: 67%;
  float: right;
  padding: 18px;
}

.size-full {
  margin: 2% 0;
}

/***********************************************************
Content
************************************************************/
.article-content h2 {
  font-size: 1.4em;
  font-weight: 600;
  color: #333;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.article-content h3 {
  font-size: 1.25em;
  font-weight: 600;
  color: #333;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.article-content h4 {
  font-size: 1.15em;
  font-weight: bold;
  color: #333;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.article-content h5 {
  font-size: 1em;
  color: #333;
  font-weight: 600;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.article-content h6 {
  font-size: 1em;
  color: #333;
  font-weight: 600;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/************************************************************
Page Infobox
************************************************************/
.page-infobox {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.page-infobox-heading {
  font-size: 16px;
  padding: 4px 13px;
  font-weight: 800;
  margin: 6px 0 0 0;
}

.page-infobox-lineholder {
  padding: 5px 13px;
}

.page-infobox-line {
  border-top: 1px solid #d9d9d9;
}

.page-infobox-content {
  padding: 3px 12px;
}

.page-infobox-content .alignnone {
  margin: 5px 0px 5px 0;
}

.page-infobox-content p {
  font-size: 15px;
  margin: 4px 0 12px 0;
}

/******************************************
Flex
******************************************/

.flex-wrap {
  position: relative;
}

.flex-wrap p {
  color: #333;
}

.bild_vanster .flex-text-wrap-small {
  padding-left: 15px;
}

.bild_vanster .flex-img-wrap-small {
  float: left;
}

.bild_hoger .flex-text-wrap-small {
  padding-right: 15px;
}

.bild_hoger .flex-img-wrap-small {
  float: right;
}

.flex-line {
  padding-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  float: left;
  width: 100%;
}

.flex-link-button {
  border: 0;
  padding: 4px 8px;
  background-color: #34b66d;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -webkit-appearance: none;
  margin: 5px 0 5px 0;
  font-weight: 400;
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

.flex-h2-big,
.flex-h2-big-nounderline {
  font-size: 37px;
  color: #333;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 5px;
}

.flex-h2-big-nounderline:hover {
  text-decoration: underline;
}

.flex-h2-medium {
  color: #333;
  margin-top: 0;
  font-weight: 800;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 4px;
}

.flex-h2-annons {
  font-size: 30px;
  color: #333;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 5px;
}

.flex-wrap:hover .flex-h2-big,
.flex-wrap:hover .flex-h2-medium {
  text-decoration: underline;
}

.flex-wrap:hover img {
  opacity: 0.9;
}

.flex-section-heading {
  margin-bottom: 10px;
  float: left;
  display: inline-block;
  color: #fff !important;
  position: relative;
  font-weight: 400;
  font-size: 0.875em;
  left: -10px;
  padding: 3px 10px 3px 11px;
  letter-spacing: 1.2px;
  font-size: 0.813em;
  text-transform: uppercase;
  margin-top: 0px;
  width: auto;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}

.flex-related {
  margin-bottom: 10px;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 10px;
}

.flex-related-label {
  color: #909090;
  font-size: 12px;
}

.flex-related:hover .flex-related-heading {
  text-decoration: underline;
}

.flex-related:hover img {
  opacity: 0.9;
}

.flex-related-heading {
  font-size: 1.375em;
  margin-top: 0;
}

.flex-related-thumb {
  width: 23%;
  line-height: 0;
}

.flex-related-text {
  width: 77%;
}

.flex-related-p {
  margin-top: 0;
}

.flex-genre {
  margin-right: 7px;
  font-size: 0.875em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.flex-genre:empty {
  margin-right: 0;
}

.flex-container-facebook {
  overflow: hidden;
}

/* Main page */

.page-super-wrap-wrap {
  padding-top: 10px;
  position: relative;
}

.page-super-wrap {
  max-width: 1355px;
  margin: 0 auto;
  padding: 0;
}

.page-super-wrap.no-banner-side {
  max-width: 980px;
}

.page-wrap {
  width: 76.7%;
  float: left;
}

.page-wrap.no-banner-side {
  width: 100%;
}

.sponsor-label {
  color: #fff;
  padding: 2px 14px 0px 8px;
  border-radius: 2px;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-style: italic;
  position: relative;
  height: 26px;
  background-color: #73ace0 !important;
}

.sidebanner {
  margin-left: 0.8%;
  width: 22.5%;
  float: left;
  max-width: 300px;
}

.banner-250 {
  min-height: 360px;
  width: 250px;
  margin: 6px 0px;
}

.sidebanner .banner {
  margin-bottom: 10px;
}

.sidebar .banner {
  margin-top: 10px;
}

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

.content-container {
  background-color: #ffffff;
  margin-top: 9px;
  margin-bottom: 10px;
  border-radius: 2px;
}

@media only screen and (max-width: 700px) {
  .content-container-startpage,
  .content-container {
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
    border: 0px solid #ececec;
  }

  .content.content-startpage {
    width: 100%;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
  }
}

.alternative-img-wrap {
  position: relative;
  height: 0;
  margin-bottom: 5px;
  background-color: #fafafa;
}

.alternative-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***************************************************************
 Topplista
***************************************************************/

.show_latest_posts_holder {
  background-color: #fff;
  padding: 5px;
  margin: 9px 0 10px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  min-height: 522px;
  float: left;
  width: 100%;
}

.show_latest_posts_holder.show_latest_posts_holder_dh {
  min-height: 0;
}

.frontpage_pagelist-line {
  border-top: 1px solid #d9d9d9;
  float: left;
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 5px;
}

.topplista {
  margin: 0px 0;
  padding: 5px;
}

.topplista:hover .fact-heading {
  text-decoration: underline;
}

.topplista:hover img {
  opacity: 0.9;
}

.topplista-h2 {
  margin: 3px 5px;
  font-size: 0.813rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
}

.topplista-a {
  color: #333;
  text-decoration: none;
}

.topplista-date {
  font-size: 0.813em;
  color: #999;
}

/*header*/

.link-to-us {
  display: block;
  text-align: center;
  padding: 2%;
  font-size: 0.813em;
  margin: 0 0 10px 0;
  background-color: #ffffff;
}

.logo-wrap {
  padding: 2.5%;
}

.logo-wrap a {
  color: #fff;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

.logo {
  font-weight: 600;
  font-size: 35px;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.1;
}

.slogan {
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.header-image {
  height: 280px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-position: left\9;
  background-repeat: repeat\9;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.header-image.no-image {
  height: 120px;
  background-color: #f4f4f4;
}

.showhide-main-text {
  display: none;
}

.showhide-main-text a {
  display: inline-block;
  padding: 6px 9px;
  background-color: gray;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
}

.mobile-searchField {
  display: none;
}

.searchForm input {
  padding: 6px 10px;
  background-color: #ecedf1;
  -webkit-appearance: none;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 1em;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
}

.search-title {
  font-size: 15px;
}

/* Extra menu */

.extra-menu {
  border-top: 1px solid #dadada;
  float: left;
  width: 100%;
  background-color: #fff;
}

.extra-menu-a {
  float: left;
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-size: 0.813em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 8px 10px;
}

/*********************************************
Contact form 7
*********************************************/

.wpcf7-form {
  border: 1px solid #d8d8d8;
  width: 96%;
  padding: 20px;
  margin: 20px 4% 20px 0;
  border-radius: 4px;
  background-color: #fafafa;
  float: left;
}

.wpcf7-text {
  width: 100%;
  padding: 8px 10px;
  -webkit-appearance: none;
  border: 1px solid #d8d8d8;
  max-width: 500px;
}

.wpcf7-textarea {
  width: 100%;
  padding: 8px 10px;
  -webkit-appearance: none;
  border: 1px solid #d8d8d8;
}

.wpcf7-form p {
  font-weight: bold;
  font-size: 0.938em;
  margin-bottom: 10px;
}

.wpcf7-submit {
  padding: 15px 25px;
  background-color: #ff5125;
  border: 0;
  color: #fff;
  font-size: 0.938em;
  /*-webkit-font-smoothing: antialiased;*/
  border-radius: 4px;
  -webkit-appearance: none;
}

.wpcf7-submit:hover {
  background-color: #e63306;
}

.info-box-half {
  border: 1px solid #d8d8d8;
  width: 45%;
  padding: 20px;
  margin: 20px 0 20px 20px;
  border-radius: 4px;
  background-color: #fafafa;
  float: right;
}

.info-box-full {
  border: 1px solid #d8d8d8;
  width: 100%;
  padding: 20px;
  margin: 20px 0 20px 20px;
  border-radius: 4px;
  background-color: #fafafa;
  float: right;
}

/* New menu */

.new-top-menu-wrap-top {
  background-color: #fff;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #d7d9e8;
}

.new-top-menu-wrap {
  background-color: #fff;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #d7d9e8;
}

.new-logo {
  margin-top: 5px;
}

.new-logo img {
  vertical-align: middle;
  max-width: 400px;
  height: 60px;
  max-height: 60px;
}

.new-logo img[src$="png"],
.new-logo img[src$="jpg"] {
  height: auto;
}

.new-logo-text {
  cursor: pointer;
  text-decoration: none;
  display: inline;
  font-size: 44px;
  line-height: 1;
  vertical-align: middle;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.new-logo img {
  vertical-align: middle;
}

.new-logo-link {
  cursor: pointer;
  text-decoration: none;
  display: block;
  margin: 11px 0px 3px 0px;
}

.new-slogan {
  color: #6a6a6a;
  font-style: italic;
  font-size: 1.3em;
  display: inline;
  margin-top: 0px;
  position: relative;
  top: 0px;
  font-weight: 300;
  vertical-align: middle;
  white-space: nowrap;
  /* font-family: georgia; */
  /* margin-left: 17px; */
  -webkit-font-smoothing: antialiased;
}

.new-logo-wrap {
  padding-left: 10px;
}

.new-slogan-line {
  margin: 0 13px 0 6px;
}

.new-top-menu ul {
  padding: 0;
  margin: 0;
  position: relative;
}

.new-top-menu li {
  display: inline-block;
  float: left;
  position: relative;
}

.new-top-menu li:first-child a {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}

.new-top-menu li a:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}

.new-top-menu li a {
  padding: 15px 13px;
  text-decoration: none;
  position: relative;
  color: #444;
  font-size: 0.75em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  display: block;
}

.current_page_item a {
  background-color: #ffffff;
}

.new-top-menu .sub-menu {
  display: none;
  padding: 5px 0;
  margin: 0;
  width: 240px;
  position: absolute;
  top: 85%;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.1);
  z-index: 1200;
  border-radius: 3px;
  border: 1px solid #d2d2d2;
}

.new-top-menu .sub-menu li {
  display: block;
  float: none;
}

.new-top-menu .sub-menu li a {
  font-size: 0.875em;
  border-radius: 0px;
  padding: 4px 10px;
  display: block;
  text-transform: none;
  font-weight: normal;
  /* line-height: 1.3em; */
  letter-spacing: normal;
}

.new-top-menu .sub-menu li a:hover {
  background-color: #eeeeee;
}

.new-top-menu ul li:hover > ul {
  display: block;
  clear: both;
}

/*********************************************************
new-top-menu-mobile
*********************************************************/

.mobile-menu {
  visibility: hidden;
  position: fixed;
  width: 95%;
  height: 100%;
  top: 0;
  right: 0;
  padding: 1% 1% 10% 1%;
  background: #fff;
  z-index: 1300;
  overflow-y: auto;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-in;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
}

.show-mobile-menu .mobile-menu {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mobile-menu a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  padding: 2px 0;
  display: block;
  font-size: 1.1em;
}

.mobile-menu a.mobile-menu-close {
  border-bottom: 1px solid #d9d9d9;
  padding: 5px 10px 10px 10px;
  margin-bottom: 10px;
  font-size: 1em;
  display: block;
}

.mobile-menu ul.sub-menu a {
  font-weight: 400;
}

.mobile-menu ul {
  background-color: #fff;
  list-style: none;
  padding: 3px 9px;
  margin: 0;
  font-size: 0.9em;
}

.mobile-menu ul li {
}

.mobile-menu ul.sub-menu {
}

.mobile-search-wrap {
  padding: 12px 18px;
  background-color: #f7323f;
  display: none;
}

.mobile-search {
  padding: 10px;
  border: 0;
  border-radius: 3px;
  font-size: 16px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

.show-search-menu .mobile-search-wrap {
  display: block;
}

.c-mask {
  z-index: 300;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  position: fixed;
}

.show-mobile-menu .c-mask {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/*********************************************************
new-top-menu-mobile
*********************************************************/

.new-top-menu-mobile {
  /*background-color: #0762C6;*/
  display: none;
}

.new-top-menu-mobile-item {
  color: #444;
  padding: 13px 10px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

.new-top-menu-mobile-item a {
  color: #444;
  text-decoration: none;
}

svg.primary-small-menu-icon {
  fill: #989898;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 4px;
}

svg.primary-small-menu-icon2 {
  fill: #989898;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 0px;
}

/**********************************************************
Search
**********************************************************/

.small-header-search {
  border-left: 1px solid #d7d9e8;
  position: relative;
  float: right;
  padding-left: 10px;
  height: 47px;
}

.small-header-magnifying-icon {
  position: absolute;
  left: 17px;
  top: 13px;
  fill: #adafbd;
}

.small-header-mobile-magnifying-icon {
  left: 11px;
  top: 11px;
  fill: #fff;
}

.small-header-search input {
  background-color: transparent;
  -webkit-appearance: none;
  border: 0;
  padding: 14px;
  /* line-height: 44px; */
  font-family: georgia;
  font-style: italic;
  padding-left: 40px;
  width: 100%;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
}

.small-header-search input:focus {
  border: 0;
  box-shadow: 0;
  outline: none;
}

.new-menu-wrap .searchField {
  padding: 11px 10px;
}

.new-top-menu ::-webkit-input-placeholder {
  color: #444;
  font-size: 1.063em;
}

.new-top-menu :-moz-placeholder {
  /* Firefox 18- */
  color: #444;
  font-size: 1.063em;
}

.new-top-menu ::-moz-placeholder {
  /* Firefox 19+ */
  color: #444;
  font-size: 1.063em;
}

.new-top-menu :-ms-input-placeholder {
  color: #444;
  font-size: 1.063em;
}

/***************************************
Search Arrow
***************************************/

.search-arrow {
  position: relative;
  float: right;
  right: -8px;
  margin-top: 8px;
  width: 75px;
  line-height: 0;
  z-index: 200;
}

.fact-simple-heading:hover .stats {
  text-decoration: none;
}

/* Mobile burger menu */

.mobile-burger {
  display: inline-block;
  position: relative;
  right: 0;
  margin-right: 10px;
  width: 14px;
  float: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mobile-burger div,
.mobile-burger div:before,
.mobile-burger div:after {
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  height: 2px;
  background: #989898;
  -webkit-transition: background 0 0.1s, -webkit-transform 0.1s, top 0.1s 0.2s;
  -moz-transition: background 0 0.1s, -moz-transform 0.1s, top 0.1s 0.2s;
  -o-transition: background 0 0.1s, -o-transform 0.1s, top 0.1s 0.2s;
  transition: background 0 0.1s, -webkit-transform 0.1s, -moz-transform 0.1s,
    -o-transform 0.1s, transform 0.1s, top 0.1s 0.2s;
}

.mobile-burger-light.mobile-burger div,
.mobile-burger-light.mobile-burger div:before,
.mobile-burger-light.mobile-burger div:after {
  background: #989898;
}

.mobile-burger div {
  position: relative;
  margin: 9px 0 0px;
}

.mobile-burger div:before,
.mobile-burger div:after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  top: -5px;
}

.mobile-burger div:after {
  top: 5px;
}

.mobile-burger div,
.mobile-burger div:before,
.mobile-burger div:after {
  -webkit-transition: background 0 0.1s, top 0.1s, -webkit-transform 0.1s 0.2s;
  -moz-transition: background 0 0.1s, top 0.1s, -moz-transform 0.1s 0.2s;
  -o-transition: background 0 0.1s, top 0.1s, -o-transform 0.1s 0.2s;
  transition: background 0 0.1s, top 0.1s, -webkit-transform 0.1s 0.2s,
    -moz-transform 0.1s 0.2s, -o-transform 0.1s 0.2s, transform 0.1s 0.2s;
}

.open.mobile-burger div {
  background: transparent;
}

.open.mobile-burger div:before,
.open.mobile-burger div:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open.mobile-burger div:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*Search*/

.searchButton input {
  background-color: transparent;
  font-size: 1em;
  -webkit-appearance: none;
  font-family: latoLight, sans-serif;
  font-size: 1.063em;
  font-weight: 300;
  padding: 5px;
  margin-right: 0;
  cursor: pointer;
  border: 0px solid transparent;
}

.searchform-wrap {
  margin-bottom: 10px;
}

.searchField {
  padding: 6px 10px;
  background-color: #fff;
  -webkit-appearance: none;
  background-color: #ecedf1;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 1em;
  margin: 1px -1px 11px;
  /* border: 1px solid #E2E2E2; */
  width: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
}

.searchField:focus {
  outline: none;
}

.searchfield-line {
  margin-top: 10px;
}

li.search-wrap {
  float: right;
  margin-right: 1%;
  margin-top: 2px;
}

.tandlakare_iframe {
  width: 100%;
  height: 500px;
  border: 0;
}

/* Sidebar */

.sidebar {
  width: 33%;
  padding: 0 16px 16px 12px;
  margin: 10px 0;
  border-right: 1px solid #e9e9e9;
}

.sponsrad-wrap {
  margin-bottom: 8px;
}

.widget {
  clear: both;
  margin-bottom: 10px;
}

h2.sidebar-heading,
.widget h2 {
  margin-top: 5;
  margin-bottom: 3px;
  font-size: 0.813em;
  font-weight: 600;
  color: #808080;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  float: left;
  width: 100%;
}

h2.sidebar-flik {
  display: inline-block;
  color: #ffffff;
  position: relative;
  font-weight: 400;
  font-size: 0.875em;
  left: -13px;
  top: 0px;
  padding: 3px 10px 3px 16px;
  min-width: 110px;
  letter-spacing: 1.2px;
  color: #fff;
  font-size: 0.813em;
  text-transform: uppercase;
  margin-top: 0px;
  width: auto;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}

h2.sidebar-flik-h {
  display: inline-block;
  color: #fff !important;
  font-weight: 400;
  font-size: 0.875em;
  left: 0px;
  top: 0px;
  padding: 3px 10px 3px 16px;
  min-width: 110px;
  letter-spacing: 1.2px;
  color: #fff;
  font-size: 0.813em;
  text-transform: uppercase;
  margin-top: 0px;
  width: auto;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  position: absolute;
  top: 10px;
  z-index: 50;
}

h2.sidebar-flik-inc {
  display: inline-block;
  color: #fff !important;
  font-weight: 400;
  font-size: 0.875em;
  left: 0px;
  top: 0px;
  padding: 3px 10px 3px 16px;
  min-width: 110px;
  letter-spacing: 1.2px;
  color: #fff;
  font-size: 0.813em;
  text-transform: uppercase;
  margin-top: 0px;
  width: auto;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  z-index: 100;
  margin-bottom: 10px;
  position: relative;
  left: -12px;
}

h2.sidebar-heading:first-child {
  margin-top: 0;
}

h2.search-heading {
  margin-top: 10px;
}

.related-pages-wrap {
}

/* Widgets */

.related-pages-wrap a {
  color: #000000;
  text-decoration: none;
}

.widget-img-wrap {
  margin-bottom: 5px;
  padding-top: 6px;
}

.widget_text {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 10px;
}

.textwidget p {
  font-size: 0.938em;
}

/* Fact */

.fact-line {
  border-bottom: 1px solid #e9e9e9;
  float: left;
  width: 100%;
}

.fact-wrap {
  margin-bottom: 10px;
}

.fact-holder-wrap {
  margin-bottom: 10px;
  margin-top: 5px;
}

.fact-heading {
  font-weight: 400;
  font-size: 1em;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
}

h5.fact-heading.fact-heading-dh {
  font-size: 14px;
  font-weight: 600;
  margin-left: 5px;
}

.topplista-a-img img {
  padding: 0 5px;
}

.factfact_goran-heading {
  font-weight: 400;
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
}

.fact-heading-wide {
  font-weight: 600;
  font-size: 1.188em;
  margin: 4px 0;
  padding: 0;
  font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
  margin-bottom: 0;
}

.fact-text-big .tagline {
  display: block;
  float: left;
  margin-bottom: 5px;
}

.fact-text {
  padding: 0 5px 5px 7px;
  width: 70%;
}

.fact-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fact {
  display: block;
  margin: 10px 0 0 0;
  clear: both;
  list-style: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.fact-simple-link {
  display: block;
  float: left;
  padding: 4px 6px;
  width: 100%;
  text-decoration: none;
  border-bottom: 1px solid #e8e8e8;
}

.fact-simple-link:hover {
  text-decoration: underline;
  color: #333;
  background-color: #fafafa;
  cursor: pointer;
}

.fact-simple-link h5 {
  font-size: 1em;
  margin: 0;
}

.menu-arrow {
  color: #fff;
  float: right;
  padding-right: 10px;
  opacity: 0.5;
}

.fact:hover .fact-heading {
  text-decoration: underline;
}

.fact:hover img {
  opacity: 0.9;
}

.fact-wrap a {
  color: #000000;
  text-decoration: none;
}

.fact-image {
  max-width: 90px;
  overflow: hidden;
  line-height: 0;
  width: 30%;
}

.fact-image img {
  border: 0 !important;
  max-width: 100%;
  height: auto;
}

.tagline {
  font-size: 0.938em;
  color: gray;
}

.textwidget {
  margin-bottom: 10px;
}

.pufftext {
  font-size: 0.875em;
  line-height: 1.3;
}

/* Big-Fact */

h5.fact-big-heading {
  margin-top: 0;
}

.fact-big-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fact-big {
  display: block;
  clear: both;
  margin-bottom: 5px;
}

.fact-big a {
  color: #000000;
}

.fact-big:hover {
  background-color: #fbfbfb;
}

.fact-big:hover .fact-big-heading {
  text-decoration: underline;
}

.fact-big-image {
  max-width: 150px;
  margin: 1% 0;
}

.fact-big-image img {
  border: 0 !important;
}

.fact-big-image.no_image {
  width: 0%;
}

h3.fler {
  font-size: 0.813em;
  font-weight: 400;
  color: gray;
  text-transform: uppercase;
}

.fact-big-text.no_image {
  width: 100%;
}

/* View all button */

.viewAll {
  text-align: right;
  margin: 0;
  margin-bottom: 10px;
}

.viewAll a {
  display: inline-block;
  color: #999;
  font-size: 0.813em;
  text-decoration: underline;
  padding: 1% 2%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.widget:hover .viewAll a {
  color: #333;
}

.viewAll a:hover {
  color: #000;
}

.date {
  font-size: 0.813em;
  color: gray;
}

/* Relaged pages */

.related-pages-wrap {
  margin-bottom: 10px;
}

.related-pages-wrap ul {
  margin: 10px;
  padding: 0;
  margin-left: 1%;
  margin-bottom: 3%;
  margin-bottom: 1%;
}

.related-pages-wrap li {
  display: block;
  margin: 0 0 2% 0;
  clear: both;
  padding: 1%;
  list-style: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.related-pages-arrow {
  width: 20px;
  height: 20px;
  background-color: #e5e5e5;
  color: #ffffff;
  line-height: 18px;
  text-align: center;
  float: left;
  margin-right: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-font-smoothing: antialiased;
}

/* Article footer */

.share-button {
  float: right;
  padding: 8px 11px;
  border-radius: 3px;
  color: #fff;
  font-size: 0.938em;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 5px;
  letter-spacing: 1px;
  cursor: pointer;
  font-weight: normal;
  line-height: 20px;
}

.twitter-button {
  background-color: rgb(1, 187, 238);
}

.twitter-button:hover {
  background-color: rgb(8, 177, 224);
}

.facebook-button {
  background-color: rgb(62, 94, 161);
}

.facebook-button:hover {
  background-color: rgb(74, 112, 190);
}

.facebook-button-footer {
  float: left;
}

.twitter-button-footer {
  float: left;
  margin-left: 0;
}

.social-wrap-footer {
  margin-top: 8px;
}

.share {
}

.share-icon {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.facebook-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAi1JREFUaN7t2M1LFVEcxvGjopsQSqg2lRUURUjSMjfZi1G0yEWQrQuC0qA2ES1y5aJ00S5oIQhXbdUiMEt6gWjdf5CQBdWqdT3fp80IFua53tu9nnO5D/xgNmdmPnNm5ndmQgghAJ22LwC3bN/OoYCbwFnbbaFAdEladKaRNLsMueLMA3QFSWMNAOkJksadf3qDpIkmpAn5463zU9J7SY8kjQJ3bN+TNCFpStK8pK/JQiQtAddsbw6R2D6WJERSCegMZQboSQ4i6bHtlrCOAIeSgkj6YLsjrDPAwaQgwECoILYPJAMp1nMt2UNsT5Z5G20FjgBHgb6ihpKBAHcjV71NUin5hghcjUDOZ9HZgUtrQSQ9yAUyGIHM5AI5F4E8zQVyJgJ5lgtkIAJZSAoi6a2k2aKmi3t/0vaWSP+4aPtJMWZa0syK7e91hUj6Umn3jiCH6w35GGoQSaP1hnyqEWSq3pDPNYK8a5QZWao3ZPF/I2x3SCL7hx3Yt1F9ZAwYLuo6MAJctt0eOeHDwI0VY4eBEUlzqXX2/shzMFfF7usKOZ3VEmUNyKmGgNg+GYG8zGVGTkQg87lAjkcgz3OB9DchTcjGQOYbBfKiCUkMUnVDHE8EstAokFfVQu4n0tlfV7Hv/QEYTGGtZftNhR9yP2x3BNutkh5K+lVjS29kRkoVIL4BQ39/am4CdqxSO1cr27vKKaAb2FbGT4Z223uBPUB3MfZfx9wNbLfdujz+N4jOjVVHR7JgAAAAAElFTkSuQmCC");
}

.twitter-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAvdJREFUaN7tmUuIlWUchx1nrIUXkqggslSEGKxAcmG5bNDoQtImicoiMkWpRYsuTEFtMwoCQRREtEW7LpsIukEXCFoEEkkRXRxQ0kVgMtPM8/zafMFwmDPnm3O+75wvOD84m8P5zvs97//yvu/vXbZsqKGGarTUK5OsVzcluer/9vIr1YPAN8Bc5gn4AziW5PbF/iPJSJKNiw1yTc0Q9wFTKSHgVJK1LQCj6gPA1+rD7QYZB35X11UNkGREncwSBZxRN6s7gbeAs8X3PyQZW3Aw4I3iRz+q11UciWdTkYB/1G1tBwNOt8zEuoogbgFmK4KYUx+al2ZbWkM/ukDhTXUqujIC3q8I4oK6X90NHAGm1PtbZ21Nm4enk+xNMtJlNK4HTA1SJxcqxhWLDQh82E2qqXvqgAAOtZ1c4OcOD19SX1ZXLiGt3qwhEi8tmiHA8ZKzcV59Ub26BMjJiiF2l+n1E0sM7zTwrvpgklVtQI5WDLKp1KIFfNVtbwe+BA6pj6l3JLkReK1ikA1li3McuJSGquNCnWTVf11Jvbtou41S0VXHOkXiBmAW+EA9oE4CMw0DOVumPsaaGIUWkE/K9vxPGw7yetlCfzLN1q7Sx07gl4ZGY671kNUJ5q66Nnk9gnzWzY71YAPXj6e7PQw90pSFEbjck8Oi3gQcH3RbBg73AnGneq+6Qz0A/DTAIt/Yi+uxqyFpdaRX+2Y58N2AIf6qxM1RbysKbVCdal/VzuDMAKLxcZLlVduc24Hf+rnLVa+tzXhO8kLdQMDf6tbanfTCw92c5HHgXMUQM+qOfl4LbJtvr1YEMa3e0y+AceCdGtLpT3V73am0Vn206CJ11MS3SdZXlfM71SfUPeo+9RXgBPB9XVv6wj56NcmKKmf9CvU54GKf2ut76s111sDqAujXGl5+tnAlt/atKyUZTTIBHOulxRaXO5+rz1R9A9bV5lG9VX0KeBv4CDgNnAMuFJ/zwBngC+CE+nySCXX18AJ+qKGGGmoh/Qt+EvecK/2oVQAAAABJRU5ErkJggg==");
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20id%3D%22twitterlogo-Lager_1%22%20xml%3Aspace%3D%22preserve%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20width%3D%2250%22%20version%3D%221.1%22%20y%3D%220px%22%20x%3D%220px%22%20enable-background%3D%22new%200%200%2050%2050%22%3E%3Cg%20id%3D%22twitterlogo-_x32_RO8Ur.tif%22%3E%09%09%3Cpath%20d%3D%22m17.618%2043.93h-2.983c-0.279-0.023-0.558-0.047-0.838-0.068-1.277-0.097-2.539-0.288-3.789-0.565-3.191-0.709-6.167-1.94-8.929-3.686-0.032-0.02-0.074-0.03-0.089-0.077%205.378%200.54%2010.222-0.805%2014.521-4.088-2.095-0.082-3.991-0.723-5.668-1.975-1.681-1.254-2.841-2.887-3.514-4.901%200.753%200.137%201.485%200.203%202.224%200.172%200.74-0.031%201.471-0.132%202.216-0.337-5.104-1.056-8.057-5.689-7.881-9.792%201.374%200.745%202.834%201.163%204.394%201.206-2.103-1.493-3.502-3.466-4.077-5.983-0.576-2.518-0.192-4.905%201.075-7.177%202.535%203.085%205.552%205.532%209.089%207.329%203.535%201.795%207.286%202.782%2011.245%202.991%200.003-0.03%200.007-0.042%200.005-0.053-0.004-0.028-0.011-0.055-0.017-0.082-0.298-1.371-0.311-2.746-0.021-4.117%200.472-2.235%201.577-4.108%203.338-5.561%202.396-1.977%205.15-2.678%208.202-2.123%202.056%200.374%203.804%201.355%205.259%202.855%200.058%200.06%200.112%200.072%200.191%200.056%202.133-0.44%204.142-1.203%206.024-2.299%200.032-0.019%200.061-0.052%200.123-0.04-0.775%202.309-2.201%204.097-4.25%205.402%201.921-0.22%203.759-0.729%205.533-1.485-0.315%200.493-0.658%200.957-1.021%201.406-1.094%201.355-2.343%202.548-3.751%203.574-0.08%200.058-0.104%200.117-0.098%200.209%200.012%200.176%200.018%200.352%200.021%200.529%200.032%201.72-0.093%203.428-0.38%205.124-0.356%202.101-0.933%204.14-1.736%206.113-1.633%204.015-4.01%207.52-7.214%2010.45-2.376%202.173-5.063%203.855-8.056%205.044-2.771%201.101-5.651%201.714-8.623%201.907-0.175%200.012-0.353%200.001-0.525%200.042z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.share-button-small {
  padding: 6px 10px;
  line-height: 18px;
}

.share-button-small .share-icon {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
}

.article-footer {
  font-size: 0.938em;
  clear: both;
  margin: 0px 0 3px 0;
  padding: 0 0 10px;
  line-height: 1.5;
}

.article-footer-info {
  margin-top: 10px;
  word-wrap: break-word;
}

/*******************
Next Article
********************/

.next-article-wrap {
  padding: 10px;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.next-article {
  font-weight: 600;
  font-size: 0.938em;
  margin-top: 0;
  color: #333;
}

.next-article-a {
  color: #24abf7;
  text-decoration: underline;
  font-size: 1.063em;
}

/*******************
Next Puff
*******************/

.next-puff-wrap {
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}

.next-puff-img-holder {
  line-height: 0;
}

.next-puff-wrap:hover {
  box-shadow: 0px 0px 3px 2pt rgb(238, 238, 238);
}

.next-puff-wrap p {
  margin: 0;
}

.next-puff-h3 {
  margin: 0 0 10px 0;
  font-size: 0.938em;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  float: left;
}

.next-puff-h5 {
  font-size: 1.063em;
  font-weight: 600;
  margin: 0;
  color: #333 !important;
}

.puff-a {
  color: #333;
  text-decoration: none;
}

/*******************
Most read
********************/

.most-read-wrap {
  border-left: 1px solid #e4e4e4;
  padding-left: 15px;
  float: right;
}

.sponsored .most-read-wrap {
  border-left: 0px solid #e4e4e4;
  padding-left: 10px;
  float: left;
  margin-bottom: 10px;
}

.most-read-h2 {
  font-size: 1em;
  font-weight: 600;
  margin: 0;
}

.most-read-list {
  padding: 0;
  margin: 0;
  margin-top: 3px;
}

.most-read-list li {
  list-style: none;
}

.most-read-list li a {
  display: inline-block;
  padding: 2px 2px 2px 2px;
  margin: 1px 1px 1px 0px;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  width: 100%;
}

.most-read-list li a:hover {
  text-decoration: underline;
}

.most-read-number {
  margin-top: 1px;
  margin-right: 5px;
  margin-left: 2px;
  width: 20px;
  height: 20px;
  background-color: #d8d8d8;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  float: left;
  line-height: 20px;
  text-align: center;
}

/**********************************************
Article Header
**********************************************/

.article-header {
  margin: 2% 0 2% 0;
}

.byline {
  font-size: 0.938em;
  position: relative;
  color: #666;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

.bottomBanner {
  padding: 0 0;
  background-color: #f4f4f4;
  width: 79%;
}

.no-banner-side .bottomBanner {
  width: 100%;
}

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

/* Archive */

.heading-archive {
  font-size: 1.25em;
  margin-bottom: 10px;
}

/*************************************************
Footer
*************************************************/

.footer-super-wrap {
  background-color: #ffffff;
  border-top: 1px solid #ececec;
  margin-top: 10px;
}

.footer {
  background-color: #fff !important;
  color: #fff;
  font-size: 0.813em;
  width: 100%;
}

.footer .searchField {
  padding: 5px 10px;
  font-size: 0.938em;
  max-width: 300px;
  margin-bottom: 10px;
}

.footer-box {
  padding: 20px 16px 30px;
  position: relative;
}

.footer-facebox {
  overflow: hidden;
}

.facebookpil {
  position: absolute;
  left: -48px;
  top: 125px;
}

.footer a {
  color: #333;
  text-decoration: none;
  line-height: 1.5;
  font-size: 1em;
  font-weight: normal;
}

.footer a:hover {
  text-decoration: underline;
}

.footer a.blue {
  color: #5c90f3;
  text-decoration: underline;
  line-height: 1.5;
  font-size: 1em;
  font-weight: normal;
}

.footer-h3 {
  font-size: 1.125em;
  font-weight: 600;
  color: #111;
}

.footer-p {
  font-size: 1.063em;
  font-weight: normal;
  color: #333;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.footer-quote {
  font-size: 1.125em;
  font-weight: normal;
  font-style: italic;
  color: #333;
  padding-bottom: 10px;
  margin-top: 10px;
}

.footer-footer {
  background-color: #2e427b;
  text-align: center;
  padding: 13px;
  float: left;
  width: 100%;
  font-size: 1.063em;
}

.footer-footer a {
  color: #ffffff;
  font-size: 0.875em;
  text-decoration: none;
}

.footer-logo {
  padding-top: 32px;
}

.ansvarig {
  color: #333;
  margin-top: 20px;
  font-style: italic;
}

/***************************************************************
Expert Sida
***************************************************************/

.expert-header-wrap {
  height: 220px;
}

.expert-heading {
  font-size: 35px;
}

.expert-heading {
  font-size: 35px;
}

.expert-lead {
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.3;
  margin: 1% 0 1% 0;
}

.expertpage-forum-activity {
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  top: 1px;
}

.expertpage-forum-activity-h2 {
  font-size: 1.125em;
  font-weight: 500;
  margin: 0;
  color: #333;
}

.expertpage-forum-activity-h3 {
  margin: 20px 0 0px 0;
  font-size: 0.938em;
  font-weight: bold;
  color: #a3a2a2;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

.expertpage-forum-activity-date {
  font-size: 0.875em;
  color: #9e9e9e;
}

.question-button-wrap {
  margin-top: 10px;
}

.question-button-wrap p {
  margin: 5px 0;
}

.expert-question-button {
  border: 0;
  display: inline-block;
  padding: 8px 12px;
  background-color: #34b66d;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -webkit-appearance: none;
  margin: 5px 0 5px 0;
  font-weight: 400;
}

.expert-page-forumbild {
  margin: 20px 0;
}

.expert-page-forumbild img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.expertbild {
  width: 40%;
  float: right;
  margin: 0 0 10px 10px;
}

/***************************************************************
Expert Puff In Sidebar
***************************************************************/

.expertpuff-wrap {
  background-color: #fff;
  margin: 0;
  margin-bottom: 13px;
  border-radius: 2px;
}

.expert-puff-img-wrap img {
  float: left;
}

.expert-puff-img-wrap img {
  margin-top: 10px;
}

.puff-expert-ingress {
  color: #9c9c9c;
  font-size: 1em;
  margin-bottom: 9px;
}

.puff-expert-name {
  margin: 0;
  font-weight: 400;
  color: #333 !important;
  padding-top: 6px;
}

.expert-puff-h2 {
  margin: 3px 5px;
  font-size: 0.813em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  display: block;
}

.expert-puff-h3 {
  font-weight: 400;
  font-size: 0.938em;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
  color: #333;
}

.expertpuff-wrap .expertpage-forum-activity-date {
  font-size: 0.813em;
  color: #999;
}

.expertpuff-wrap .expertpage-forum-activity {
  border-bottom: 0;
  padding: 5px;
}

.expertpuff-wrap .expertpage-forum-activity:hover {
  background-color: #fafafa;
}

.puff-expert-question-button {
  border: 0;
  display: inline-block;
  padding: 8px 11px;
  background-color: #ec8854;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  font-size: 0.875em;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -webkit-appearance: none;
  margin: 3px 0 10px 0;
  float: right;
  z-index: 100;
  font-weight: 600;
}

/****************************************
MailChimp
****************************************/

h2.mailchimp-heading {
  margin-bottom: 3px;
  font-size: 0.813em;
  font-weight: 600;
  color: #808080;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  float: left;
  width: 100%;
}

.mailchimp-submit {
  border: 0;
  display: inline-block;
  padding: 9px 12px;
  background-color: #e85c41;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  width: auto !important;
  -webkit-appearance: none;
  margin: 5px 0 8px 0;
}

.mailchimp-submit:focus {
  border: 0;
  outline: 0;
}

.mailchimp-input {
  padding: 6px 10px;
  background-color: #ecedf1;
  -webkit-appearance: none;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 1em;
  margin: 10px -1px 0px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
}

.mailchimp-success {
  background-color: #def1db;
  border-radius: 4px;
  margin: 3px 0 0 0;
  color: #383838;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  font-size: 0.875em;
  font-weight: 400;
}

.mailchimp-error {
  background-color: #fdd2c9;
  border-radius: 4px;
  margin: 3px 0 0 0;
  color: #111;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  font-size: 0.875em;
  font-weight: 400;
}

.banner-300 {
  margin-top: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

#banner-SC-CR {
  margin-bottom: 5px;
}

#banner-MT {
  /*width: 300px;*/
}

/* Contact form */

.contact-form input {
  padding: 7px;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 1em;
}

.contact-form textarea {
  padding: 7px;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 1em;
  width: 90%;
  height: 250px;
}

.contact-form input.send-button {
  background-color: #f1491c;
  padding: 20px;
  border: 0;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

.contact-form input.send-button:hover {
  background-color: #cb2b00;
}

.error {
  color: red;
}

.success {
  color: green;
  font-size: 1.25em;
}

.search-result-wrap {
}

.search-result {
  margin: 20px 0;
}

.search-result-heading {
}

.search-result-from {
  color: #b7b7b7;
  font-size: 0.813em;
  margin: 5px 0;
}

.search-result a {
  text-decoration: none;
  color: #333;
}

.search-result p {
  margin: 0;
}

.prevnext #prev {
  text-align: right;
}

.prevnext a {
  background-color: #ebebeb;
  padding: 3%;
  text-decoration: underline;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 1%;
}

.prevnext a:hover {
  background-color: #dbdbdb;
}

/* Media Querys */

@media only screen and (max-width: 1280px) {
  .top-menu-wrap,
  .logo-super-wrap {
    width: 100%;
    padding-left: 0;
  }
  .sidebar {
    padding: 0 12px 12px 12px;
  }
  .top-menu {
    position: block;
    width: 100%;
    margin-left: 0;
  }
  .sidebanner {
    width: 20%;
  }
  .page-wrap {
    width: 79.2%;
  }
}

@media only screen and (max-width: 1120px) {
  .new-top-top-menu {
    padding: 0 15px;
  }
  .new-logo-wrap {
    padding-left: 0;
  }
  .box-50-on-tablet {
    width: 50%;
  }
  .hide-on-tablet {
    display: none;
  }
  .sidebanner {
    display: none;
  }
  .logo-wrap {
    padding: 2%;
  }
  .page-wrap {
    width: 100%;
  }
  .header-image.no-image {
    height: 135px;
  }
  .bottomBanner,
  .footer {
    width: 100%;
  }
  .sidebar {
    padding: 0 8px 8px 8px;
    margin: 10px 0;
  }
  .content-startsida {
    padding: 12px;
  }
  .flex-h2-big {
    font-size: 33px;
    line-height: 1.1;
  }
  .flex-h2-medium {
    font-size: 23px;
    line-height: 1.1;
  }
  .content iframe {
    min-width: 100%;
  }
  .page-wrap {
    z-index: 100;
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-transition-property: -webkit-transform, left, right;
    -webkit-backface-visibility: hidden;
    padding: 0 5px;
  }
  .content-container {
    position: relative;
  }
  .new-logo-text {
    font-size: 30px;
    margin-bottom: 7px;
    display: block;
  }
  .new-menu-wrap .current {
    background: none;
  }
  .search-wrap {
    width: 100%;
  }
  .new-menu-wrap .searchField {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    width: 100%;
  }
  .extra-menu {
    display: block;
  }
  .new-top-menu .search-wrap {
    display: block;
  }
  .new-logo-link {
    margin: 10px 0 0 0;
  }
  .goback {
    width: 19%;
  }
  .alternativ-process {
    width: 80%;
  }
}

@media only screen and (max-width: 700px) {
  .page-super-wrap-wrap {
    background-color: #f0f1f8 !important;
    background-image: none !important;
  }
  .new-top-menu-mobile {
    display: block;
  }
  .alternative:hover {
    background-color: transparent;
  }
  .small-header-input {
    width: 100%;
  }

  /* Quick Dirty Fix */
  .page-super-wrap-wrap {
    padding-top: 0;
  }
  .page-super-wrap .page-wrap {
    padding: 0;
  }
  .content-startsida {
    padding: 0;
  }
  .content {
    width: 98%;
    float: left;
    background-color: #fff;
    margin: 1%;
    padding: 8px 10px;
    border: 1px solid #e8e8e8;
  }
  .page-super-wrap .sidebar {
    width: 98%;
    float: left;
    background-color: #fff;
    margin: 1%;
    padding: 8px 10px;
    border: 1px solid #e8e8e8;
  }
  .flex-line {
    display: none;
  }
  .flex-wrap {
    position: relative;
    background-color: #fff;
    width: 97%;
    float: left;
    background-color: #fff;
    margin: 2px 1.5%;
    padding: 8px 10px;
    border: 1px solid #e8e8e8;
  }
  .flex-related {
    position: relative;
    background-color: #fff;
    width: 97%;
    float: left;
    background-color: #fff;
    margin: 2px 1.5%;
    padding: 8px 10px;
    border: 1px solid #e8e8e8;
  }
  .forum-toplist-big {
    position: relative;
    width: 97%;
    float: left;
    margin: 2px 1.5%;
  }

  .flex-section-heading {
    left: 6px;
    margin: 0;
    margin-top: 5px;
    top: 3px;
  }
  .show_latest_posts_holder {
    padding: 0px;
    border: 0px solid #ececec;
  }
  body {
    min-width: 0;
  }
  img.reviewed-label {
    max-width: 65px;
    height: auto;
    float: right;
    margin: 0 0 5px 5px;
    position: relative;
    top: -11px;
  }
  .postingbox {
    padding: 5px 0px 5px 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dfdfdf;
    border-left: 0;
    border-right: 0;
  }
  .postingbox-h2 {
    font-size: 1.063em;
    font-weight: 600;
    margin: 0;
    margin-top: 5px;
  }
  .most-read-wrap,
  .sponsored .most-read-wrap {
    border-left: 0px solid #e4e4e4;
    padding-left: 0px;
    float: left;
    width: 100%;
  }
  .most-read-list li a {
    padding: 5px;
    background-color: #fafafa;
    margin: 2px 2px 3px 0px;
  }
  .postingbox:before {
    border-width: 9px;
    margin-left: -9px;
  }
  .postingbox:after {
    border-width: 8px;
    margin-left: -8px;
  }
  .postingbox-p {
    font-size: 0.938em;
  }
  .posting-publish {
    width: 100%;
    margin: 14px 0 5px;
  }
  .next-article-wrap {
    background-color: #fafafa;
    padding: 4px;
  }
  .puff-a {
    width: 100%;
  }
  .most-read-list {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
  }
  .social-wrap {
    width: 100%;
  }
  .article-footer-info {
    width: 100%;
  }
  .next-article-wrap {
    width: 100%;
    padding: 10px 6px;
    border-radius: 3px;
  }
  .posting-publish-link-wrap a {
    padding: 8px 8px;
    background-color: #fafafa;
    display: inline-block;
    border-radius: 3px;
  }
  .share {
    float: left;
  }
  .flex-wrap .selftest {
    padding: 0;
    border: 0;
  }
  .wp-caption {
    width: 100% !important;
  }
  .forum-toplist-big {
    position: static;
  }
  .article img,
  .article .alignnone,
  .article .alignright,
  .article .alignleft {
    display: block;
    float: none;
    margin: 0;
    margin-bottom: 10px;
  }
  .alignnone,
  .alignright,
  .alignleft,
  .article .alignright,
  .article .alignleft,
  .article .alignnone {
    float: none;
    display: block;
    margin: 15px 0;
  }
  .new-logo img {
    max-height: 35px;
  }
  .go-left {
    transform: translate(-90%);
    -webkit-transform: translate(-90%);
    -moz-transform: translate(-90%);
  }
  .new-slogan {
    font-size: 0.875em;
    position: relative;
    top: -5px;
    left: 4px;
    margin-left: 0;
    display: none;
  }
  .new-logo {
    display: block;
  }
  .sidebanner {
    display: none;
  }
  .hide-on-mobile.hide-on-mobile {
    display: none;
  }
  .show-on-mobile {
    display: block;
  }
  .new-logo-text {
    word-break: break-all;
    display: block;
  }
  .new-top-menu li a {
    padding: 10px 13px;
    font-weight: 600;
  }
  .box-100-on-mobile {
    width: 100%;
  }
  .box-15-on-mobile {
    width: 15%;
  }
  .box-90-on-mobile {
    width: 90%;
  }
  .box-10-on-mobile {
    width: 10%;
  }
  .box-25-on-mobile {
    width: 25%;
  }
  .box-30-on-mobile {
    width: 30%;
  }
  .box-50-on-mobile {
    width: 50%;
  }
  .box-85-on-mobile {
    width: 85%;
  }
  .box-75-on-mobile {
    width: 75%;
  }
  .box-80-on-mobile {
    width: 80%;
  }
  .box-70-on-mobile {
    width: 70%;
  }
  .box-100-on-mobile.padding-left {
    padding-left: 0;
  }
  /*Flex*/
  .flex-h2-big,
  .flex-h2-big-nounderline {
    font-size: 25px;
  }
  .flex-related-heading {
    font-size: 1.125em;
  }
  .flex-link-button {
    display: inline-block;
  }
  .bild_vanster .flex-text-wrap-small,
  .bild_vanster .flex-img-wrap-small,
  .bild_hoger .flex-text-wrap-small,
  .bild_hoger .flex-img-wrap-small {
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  /* Company */
  .tabs li a {
    padding: 5px;
    font-size: 0.938em;
  }
  .company-adress {
    font-size: 0.938em;
  }
  .company-phonenumber {
    font-size: 0.938em;
  }
  .tab_content {
    min-height: 0;
    padding-bottom: 10px;
  }
  #map-canvas {
    height: 200px;
  }
  .page-super-wrap {
    padding: 0;
  }
  .content img {
    width: auto;
  }
  .sidebar {
    width: 100%;
    padding: 2.2%;
  }
  .top-menu-wrap,
  .logo-super-wrap {
    width: 100%;
    padding-left: 0;
  }
  .top-menu {
    position: block;
    width: 100%;
  }
  .top-menu li a {
    font-size: 0.875em;
    padding: 6px 6px;
  }
  .header-image.no-image {
    height: 135px;
  }
  .header-image.no-image.yes-a-menu {
    height: 105px;
  }
  .header-image {
    height: 130px;
  }
  h1 {
    font-size: 29px;
    margin: 6px 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  h2 {
    font-size: 1.188em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .lead {
    font-size: 1.1em;
    margin: 14px 0;
  }
  .lead p {
    font-size: 1.125em;
    margin: 14px 0;
  }
  .widget_text {
    display: none;
  }
  .fact-text {
    padding: 4% 2% 4% 3%;
  }
  .logo {
    font-size: 1.25em;
  }
  .slogan {
    font-size: 0.938em;
  }
  li.search-wrap {
    display: none;
  }
  .logo-wrap {
    width: 70%;
    float: left;
  }
  .mobile-searchField {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    margin: 2%;
    padding: 18px 18px;
    float: right;
    -webkit-appearance: none;
    border: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 1.063em;
    font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
    margin-top: 10px;
    border: 1px solid #ddd;
    width: 56px;
    background: url("./images/search-glass.png") no-repeat scroll center center
      #ffffff;
    opacity: 0.8;
    display: inline-block;
    transition: width 0.4s;
    -webkit-transition: width 0.4s;
    /* Safari */
  }
  input.mobile-searchField:focus {
    width: 96.5%;
    margin: 1.4%;
    background: url("./images/search-glass.png") no-repeat scroll right center
      #ffffff;
    opacity: 1;
    outline: none;
    margin-top: 10px;
  }
  .logo-wrap {
    padding: 3%;
  }
  .slogan {
    white-space: normal;
  }
  .header-image.no-image {
    height: 75px;
  }

  .logo-super-wrap img {
    float: left;
    width: 72%;
  }
  .share-wrap {
    width: 100%;
  }
  .share-button-small {
    float: left;
    margin-left: 0;
    margin-right: 10px;
  }
  .byline-wrap {
    width: 100%;
    margin-bottom: 5px;
    display: none;
  }
  .tandlakare_iframe {
    height: 800px;
  }
  .info-box-half {
    width: 100%;
  }
  .footer-box {
    width: 100%;
    padding: 10px;
  }
  .new-top-top-menu {
    padding: 0 7px;
  }
}

@media print {
  .banner-300,
  .banner-250,
  .banner-980,
  .sidebar,
  .sidebanner {
    display: none;
  }
  .page-wrap,
  .content {
    width: 100%;
  }
}

#hide-kry-desktop {
  display: none;
}
@media only screen and (max-width: 1120px) {
  #hide-kry-desktop {
    display: inline-block;
  }
}
