/*
 Theme Name:   DH
 Theme URI:    http://dh.se
 Author:       Healthcare.se
 Text Domain:  healthcare-DH
*/

/*******************************************************************************************
Standard HTML
*******************************************************************************************/
/* Typography */
html {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}

body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "freight-text-pro", "Book Antiqua", Palatino, "Palatino Linotype",
    "Palatino LT STD", Georgia, serif;
  font-weight: 400;
  font-size: 16px;
  color: #222;
  background-color: #f7f8fb;
  background-color: #f2f3f9;
}

body.mce-content-body {
  background-color: #fff;
  padding: 10px;
}

.lt-ie9 body {
  font-family: Arial, "Lucida Grande", sans-serif;
}

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

strong {
  font-weight: 600;
}

a {
  color: #24abf7;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.round {
  border-radius: 50%;
}

.article-content a {
  color: inherit;
  text-decoration: none;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0.5))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.5) 50%
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.5) 50%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.5) 50%
  );
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 22px;
}

.article-content a[rel~="attachment"] {
  background-image: none;
}

.article-content a:hover {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.9) 50%
  );
  background-size: 2px 4px;
}

p {
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: 400;
  margin: 0.5% 0 2% 0;
  width: 100%;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  font-weight: 900;
  width: 100%;
  margin: 5px 0 0 0;
  text-rendering: optimizeLegibility;
  font-family: "museo-sans", "Georgia", "Arial Black", Arial, "Lucida Grande",
    sans-serif;
}

.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loadingh4,
.wf-loading h5,
.wf-loading h6,
.wf-loading p {
  visibility: hidden;
}

b {
  font-weight: 900;
}

blockquote,
blockquote p {
  font-weight: 300;
  font-size: 1.6em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

iframe {
  border: 0;
}

.hidden {
  display: none !important;
}

.line {
  border-top: 1px solid #d9d9d9;
  clear: both;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  float: left;
}

.line-pure {
  border-top: 1px solid #d9d9d9;
  clear: both;
  width: 100%;
  float: left;
}

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

.wp-caption .wp-caption-text {
  font-size: 0.85em;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #000;
  font-family: sans-serif;
}

.alignnone {
  margin: 5px auto;
}

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

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

.fixed-width {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

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

*:focus {
  outline: 0;
}

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

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

.boxgrid-100 {
  width: 100%;
}
.boxgrid-90 {
  width: 90%;
}
.boxgrid-85 {
  width: 85%;
}
.boxgrid-80 {
  width: 80%;
}
.boxgrid-75 {
  width: 75%;
}
.boxgrid-70 {
  width: 70%;
}
.boxgrid-66 {
  width: 66.6665%;
}
.boxgrid-60 {
  width: 60%;
}
.boxgrid-55 {
  width: 55%;
}
.boxgrid-50 {
  width: 50%;
}
.boxgrid-45 {
  width: 45%;
}
.boxgrid-40 {
  width: 40%;
}
.boxgrid-33 {
  width: 33.3332%;
}
.boxgrid-35 {
  width: 35%;
}
.boxgrid-30 {
  width: 30%;
}
.boxgrid-25 {
  width: 25%;
}
.boxgrid-20 {
  width: 20%;
}
.boxgrid-15 {
  width: 15%;
}
.boxgrid-10 {
  width: 10%;
}

.page {
  min-height: 90%;
  min-height: calc(100% - 400px);
}

.padding {
  padding: 15px;
}

.padding-sides {
  padding: 0 15px;
}

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

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

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

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

/***********************
 Grid On Desktop
***********************/
@media only screen and (min-width: 1100px) {
  .hide-on-desktop {
    display: none;
  }
}

/***********************
 Grid On Tablet
***********************/
@media only screen and (max-width: 1100px) and (min-width: 700px) {
  .hide-on-tablet {
    display: none;
  }

  .boxgrid-98-tablet {
    width: 98% !important;
  }

  .boxgrid-100-tablet {
    width: 100% !important;
  }
  .boxgrid-80-tablet {
    width: 80%;
  }
  .boxgrid-70-tablet {
    width: 70%;
  }
  .boxgrid-50-tablet {
    width: 50%;
  }
  .boxgrid-55-tablet {
    width: 55%;
  }
  .boxgrid-45-tablet {
    width: 45%;
  }
  .boxgrid-20-tablet {
    width: 20%;
  }
  .boxgrid-15-tablet {
    width: 15%;
  }
}

/************************
 Grid On Mobile
*************************/
@media only screen and (max-width: 700px) {
  .hide-on-mobile.hide-on-mobile {
    display: none;
  }

  .boxgrid-98-mobile {
    width: 98% !important;
  }

  .boxgrid-100-mobile {
    width: 100% !important;
  }
  .boxgrid-50-mobile {
    width: 50% !important;
  }
  .boxgrid-33-mobile {
    width: 33.3% !important;
  }
  .boxgrid-66-mobile {
    width: 66.6% !important;
  }
  .boxgrid-80-mobile {
    width: 80%;
  }
  .boxgrid-20-mobile {
    width: 20%;
  }
}

/*******************************************************************************************
Responsive Images
*******************************************************************************************/

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

.picture-loader {
  margin: 0;
  position: relative;
}

.picture-holder {
  position: relative;
  width: 100%;
  background-color: #fafafa;
}

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

img.picture-fallback {
  position: static;
  height: auto;
  width: auto;
  max-width: 100%;
}

/********************************************************************************************
Sections
********************************************************************************************/

.section {
  padding: 5px;
  margin: 0 0 10px 0;
  background-color: #fff;
}

.split-left {
  width: 45%;
  width: calc(50% - 5px);
  margin-right: 5px;
}

.split-right {
  width: 45%;
  width: calc(50% - 5px);
  margin-left: 5px;
}

.trio-split-left {
  width: 30%;
  width: calc(33% - 5px);
  margin-right: 10px;
}

.trio-split-center {
  width: 33%;
}

.trio-split-right {
  width: 30%;
  width: calc(33% - 5px);
  margin-left: 10px;
}

.duxo-right {
  width: 30%;
  width: calc(33% - 5px);
  margin-left: 5px;
}

.duxo-left {
  width: 60%;
  width: calc(66% - 5px);
  margin-right: 5px;
}

/************************
Sections On Tablet
*************************/
@media only screen and (max-width: 1100px) {
  .section {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .split-left {
    width: 45%;
    width: calc(49% - 5px);
    margin-right: 5px;
  }

  .split-right {
    width: 45%;
    width: calc(49% - 5px);
    margin-left: 5px;
  }

  .duxo-right {
    width: 45%;
    width: calc(49% - 5px);
    margin-left: 5px;
  }

  .duxo-left {
    width: 45%;
    width: calc(49% - 5px);
    margin-right: 5px;
  }
}

/************************
Sections On Mobile
*************************/
@media only screen and (max-width: 700px) {
  .section {
    margin: 0 0 4px 0;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .split-left {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .split-right {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .duxo-right {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .duxo-left {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

/********************************************************************************************
Frontpage & Building Blocks
********************************************************************************************/

/********************
Frontpage Text
********************/
.frontpage p,
.frontpage p span {
  font-size: 1.1em;
  line-height: 1.3;
  margin: 7px 0 5px 0;
  -webkit-user-drag: none;
}

.frontpage p b {
  font-weight: 900;
  font-family: "museo-sans", "Arial Black", Arial, "Lucida Grande", sans-serif;
}

.frontpage a * {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.frontpage a {
  text-decoration: none;
  cursor: pointer;
}

/********************
Frontpage Headings
********************/
.frontpage h1,
.frontpage h2,
.frontpage h3,
.frontpage h4,
.frontpage h5,
.frontpage h6 {
  font-family: "museo-sans", "Arial Black", Arial, "Lucida Grande", sans-serif;
  font-weight: 900;
  width: 100%;
  margin: 0;
  text-rendering: optimizeLegibility;
  line-height: 1;
}

.frontpage h1 {
  font-size: 4em;
}

.frontpage h2 {
  font-size: 3em;
}

.frontpage h3 {
  font-size: 2em;
}

.frontpage h4 {
  font-size: 1.6em;
}

.frontpage h5 {
  font-size: 1.3em;
}

.frontpage h6 {
  font-size: 1em;
}

.frontpage .skinny {
  font-weight: 300;
}

.frontpage .strict {
  font-family: "freight-text-pro", "Book Antiqua", Palatino, "Palatino Linotype",
    "Palatino LT STD", Georgia, serif;
  font-weight: 300;
}

/********************
Frontpage Form
********************/
.article-content div.wpcf7 {
  float: left;
  width: 100%;
}

.frontpage form {
  padding: 1%;
  margin: 0;
}

.textblock form p {
  margin: 0;
}

.frontpage input,
.frontpage textarea {
  border-radius: 2px;
  -webkit-appearance: none;
  border: 1px solid #cfd3df;
  padding: 8px 10px;
  font-size: 1em;
  width: 100%;
  background-color: #dde0ec;
  margin-bottom: 8px;
}

.frontpage input:focus {
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #a9a9a9;
  -moz-box-shadow: inset 0px 0px 0px 1px #a9a9a9;
  box-shadow: inset 0px 0px 0px 1px #a9a9a9;
}

.frontpage textarea {
  height: 100px;
}

.frontpage textarea:focus {
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #a9a9a9;
  -moz-box-shadow: inset 0px 0px 0px 1px #a9a9a9;
  box-shadow: inset 0px 0px 0px 1px #a9a9a9;
}

.frontpage label {
  font-family: "museo-sans", "Arial Black", Arial, "Lucida Grande", sans-serif;
  font-weight: 900;
  font-size: 0.85em;
}

.frontpage input[type="submit"] {
  background-color: #2acc74;
  -webkit-appearance: none;
  border: 0;
  font-family: "museo-sans", "Arial Black", Arial, "Lucida Grande", sans-serif;
  font-weight: 900;
  font-size: 0.85em;
  margin-top: 10px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 9px 10px;
}

/**********************
Frontpage Transparent Heading
**********************/
.frontpage .transparent-header,
.transparent-header {
  padding: 7px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  margin: 0;
  font-size: 0.9em;
  z-index: 1;
  background: rgba(121, 168, 220, 0.64);
}

.builder-menu-wrap .transparent-header {
  position: static;
}

/***********************
Feature Flag
************************/
.frontpage .feature-flag,
.feature-flag {
  font-family: "freight-text-pro", "Book Antiqua", Palatino, "Palatino Linotype",
    "Palatino LT STD", Georgia, serif;
  padding: 4px 8px 4px 4px;
  color: #fff;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  margin: 0;
  top: 8px;
  font-size: 1em !important;
  font-size: 0.9em;
  width: auto !important;
  z-index: 1;
  display: inline-block;
  background: rgba(121, 220, 163, 0.7);
}

.builder-menu-wrap .feature-flag {
  position: static;
}

/**********************
Frontpage Colorblock
**********************/
.colorblock {
  background-color: #22cc8b;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 7px 8px;
}

/************************
NewSection
************************/
.newssection {
  border-top-color: #66d2ca;
  border-top-width: 3px;
  border-top-style: solid;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 8px 10px;
  font-weight: 200;
  border-bottom: 1px solid #dcdeea;
}

/**********************
Sectioncolor
**********************/
h6.sectioncolorblock {
  background-color: #66d2ca;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 8px 10px;
}

@media only screen and (max-width: 700px) {
  h6.sectioncolorblock {
    width: 98%;
    margin: 0 1%;
  }
}

/**********************
Frontpage Searchform
***********************/
.frontpage-searchform {
  position: relative;
}

form.frontpage-searchform {
  padding: 0;
}

.frontpage-searchform input {
  border-radius: 3px;
  border: 2px solid #cfd3df;
  padding: 14px 10px 16px 46px;
  font-size: 1em;
  width: 100%;
  background-color: #fff;
  margin-bottom: 8px;
}

.frontpage-searchform-magnifying-icon {
  position: absolute;
  left: 16px;
  top: 13px;
  fill: #b8bcc7;
}

/*************************
Frontpage Pagelist
**************************/
.frontpage-pagelist-img {
  padding-right: 10px;
  max-width: 92px;
  line-height: 0;
}
a.frontpage-pagelist h4 {
  color: #333;
  text-decoration: none;
  font-size: 0.95em;
  line-height: 1.2;
  font-weight: 600;
}
.frontpage_pagelist-line {
  border-top: 1px solid #d9d9d9;
  clear: both;
  width: 100%;
  float: left;
  padding: 0 5px 5px 5px;
  margin-top: 5px;
}

/***********************
Frontpage On Tablet
***********************/
@media only screen and (max-width: 1100px) {
  .frontpage h2 {
    font-size: 2.5em;
  }

  .frontpage h3 {
    font-size: 2.2em;
  }

  .frontpage p {
    font-size: 0.95em;
  }

  .frontpage h2 {
    font-size: 1.85em;
  }

  .frontpage h3 {
    font-size: 1.85em;
  }

  a.frontpage-pagelist h4 {
    font-size: 1em;
  }
}

/************************
Frontpage On Mobile
*************************/
@media only screen and (max-width: 700px) {
  .frontpage h1 {
    font-size: 1.8em;
    line-height: 1.2;
  }

  .frontpage h2 {
    font-size: 1.65em;
    line-height: 1.2;
  }

  .frontpage h3 {
    font-size: 1.3em;
    line-height: 1.2;
  }

  .frontpage h4 {
    font-size: 1.2em;
  }
}

/**********************************************************
Article
**********************************************************/
.article-column {
  width: 89%;
  float: left;
}

.article-sidebar-social {
  width: 8%;
  float: left;
  margin-right: 3%;
  padding-left: 1%;
  border-right: 1px solid #d9d9d9;
  min-height: 300px;
}

.article-body {
  width: 65%;
  float: left;
  max-width: 680px;
}

.article-sidebar {
  width: 31%;
  float: left;
  margin-left: 4%;
}

.article-page {
  background-color: #ffffff;
  padding: 10%;
  padding: 2em;
  padding-top: 1em;
  margin-top: 10px;
}

.article-ingress {
  font-size: 1.5em;
  font-family: museo-sans;
  font-weight: 300;
  line-height: 1.3;
  max-width: 950px;
  margin-bottom: 0.8em;
  margin-top: 0.3em;
  text-rendering: optimizeLegibility;
}

.article-content > p:first-child:first-letter {
  float: left;
  font-size: 2.9em;
  line-height: 0.6;
  padding-right: 0.05em;
  font-weight: 900;
  padding-top: 0.2em;
  font-family: "museo-sans", "Arial Black", Arial, "Lucida Grande", sans-serif;
}

.article-page blockquote,
.article-page blockquote p {
  font-family: "museo-sans", "Arial Black", Arial, "Lucida Grande", sans-serif;
  font-size: 1.2em;
  font-weight: 900;
  margin: 3%;
  font-style: italic;
  color: #444444;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2em;
  position: relative;
}

.article-page blockquote:before {
  content: "”";
  font-size: 5em;
  position: absolute;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  top: 0.3em;
  left: -0.45em;
  color: #000;
  opacity: 0.9;
}

.category-7 .article-page blockquote:before {
  color: #124896;
}
.category-8 .article-page blockquote:before {
  color: #65c0c9;
}
.category-9 .article-page blockquote:before {
  color: #40c15c;
}
.category-10 .article-page blockquote:before {
  color: #ef4d7f;
}
.category-11 .article-page blockquote:before {
  color: #ef7320;
}
.category-12 .article-page blockquote:before {
  color: #d852bc;
}

.sponsored-genre {
  background-color: #fff;
  border-radius: 1px;
  display: inline-block;
  font-style: italic;
  color: #5c92ca;
  font-size: 1.3rem;
  -webkit-font-smoothing: antialiased;
}

.article-page h1 {
  font-size: 4em;
  line-height: 1.1;
  margin: 0.5% 0 0 0;
  font-weight: 900;
}

.article-page h2 {
  font-size: 1.6em;
}

.article-page h3 {
  font-size: 1.5em;
}

.article-page h4 {
  font-size: 1.3em;
}

.article-page h5 {
  font-size: 1.2em;
}

.article-page h6 {
  font-size: 1.1em;
}

/* Unordered lists */
.article-content {
  float: left;
  width: 100%;
  margin-top: 5px;
}

.article-content ul,
.article-factbox ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: inherit;
}

.article-content ul li,
.article-factbox ul li {
  margin-bottom: 18px;
  position: relative;
  padding-left: 30px;
}

.article-content ul li:before,
.article-factbox ul li:before {
  content: "";
  margin-right: 5px;
  background-color: #b4b7bb;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  left: 5px;
  top: 7px;
  position: absolute;
}

/********************
Article Form
********************/
.article-content form {
  padding: 1%;
  margin: 0;
}

.textblock form p {
  margin: 0;
}

.article-content input,
.article-content textarea {
  border-radius: 2px;
  border: 1px solid #cfd3df;
  padding: 8px 10px;
  font-size: 1em;
  width: 100%;
  background-color: #dde0ec;
  margin-bottom: 8px;
  -webkit-appearance: none;
}

.article-content input:focus {
  -webkit-box-shadow: inset 0px 0px 0px 1px #a9a9a9;
  -moz-box-shadow: inset 0px 0px 0px 1px #a9a9a9;
  box-shadow: inset 0px 0px 0px 1px #a9a9a9;
}

.article-content textarea {
  height: 100px;
}

.article-content textarea:focus {
  height: 150px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #a9a9a9;
  -moz-box-shadow: inset 0px 0px 0px 1px #a9a9a9;
  box-shadow: inset 0px 0px 0px 1px #a9a9a9;
}

.article-content label {
  font-family: "museo-sans", "Arial Black", Arial, "Lucida Grande", sans-serif;
  font-weight: 900;
  font-size: 0.85em;
}

.article-content input[type="submit"] {
  background-color: #2acc74;
  -webkit-appearance: none;
  border: 0;
  font-family: "museo-sans", "Arial Black", Arial, "Lucida Grande", sans-serif;
  font-weight: 900;
  font-size: 0.85em;
  margin-top: 10px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 9px 10px;
}

/* Ordered lists */
.article-content ol,
.article-factbox ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: inherit;
}

.article-content ol li,
.article-factbox ol li {
  counter-increment: step-counter;
  margin-bottom: 18px;
  position: relative;
  padding-left: 40px;
}

.article-content ol li:before,
.article-factbox ol li:before {
  content: counter(step-counter);
  margin-right: 5px;
  background-color: #c9cdd2;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  display: inline-block;
  width: 1.5em;
  border-radius: 50%;
  left: 0;
  top: 0px;
  position: absolute;
  font-family: "museo-sans", "Arial Black", Arial, "Lucida Grande", sans-serif;
}

.article-content ul,
.article-content ol {
  font-size: 1.25em;
  width: 100%;
  float: left;
  margin: 5px 0;
}

.article-factbox ul,
.article-factbox ol {
  font-size: 1.1em;
}

/* Artikle factbox */

.article-factbox {
  border: 1px solid #d9d9d9;
  padding: 0 0.8em 0.6em;
  max-width: 340px;
  margin-bottom: 8px;
  background-color: #fff;
}

.article-factbox h2 {
  border-bottom: 1px solid #d9d9d9;
  padding: 0.4em 0 0.6em;
  font-size: 1.125em;
  margin-bottom: 0.5em;
}

.article-factbox p {
  font-size: 1em;
}

.article-meta-header-wrap {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 5px;
}

.article-meta-header {
  padding: 0.6em 0;
  font-size: 1.125em;
}

.article-meta-header .article-meta-header-bold {
  font-family: "museo-sans", "Arial Black", Arial, "Lucida Grande", sans-serif;
  font-weight: 900;
  font-size: 0.875em;
  font-style: normal;
}

.article-footer {
  float: left;
}

.article-footer-social-and-source {
  margin-bottom: 10px;
  margin-top: 10px;
  float: left;
  width: 100%;
}

/***********************
Article Commentbox
************************/

.article-footer-commentlink {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 11px;
  font-family: "museo-sans", "Arial Black", Arial, "Lucida Grande", sans-serif;
  color: #000;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.article-footer-commentlink:hover {
  text-decoration: underline;
}

/***********************
Article Questions
************************/
.article-content ul.questionlist,
.frontpage ul.questionlist {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.article-content .questionlist-heading,
.frontpage .questionlist-heading {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 0;
  border-top: 2px solid #333;
}

.article-content .questionlist li:before,
.frontpage .questionlist li:before {
  content: none;
}

.article-content .questionlist li,
.frontpage .questionlist li {
  padding: 0;
  display: block;
  border-top: 1px solid #ced0dc;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.article-content .questionlist li:last-child,
.frontpage .questionlist li:last-child {
  border-bottom: 1px solid #ced0dc;
}

.article-content .questionlist a,
.frontpage .questionlist a {
  background: none;
  display: block;
  padding: 5px 0;
  color: #333;
}

.article-content .questionlist a:hover,
.frontpage .questionlist a:hover {
  text-decoration: underline;
}

.my-question {
  background-color: #edf4ff;
  padding: 1px 17px;
  border-radius: 5px;
  font-size: 1.1em;
}

.textframe {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 10px 15px;
  border-radius: 2px;
  margin-right: auto;
  max-width: 700px;
}

.textframe h3 {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 9px;
  margin-bottom: 12px;
  font-size: 1em;
}

/***********************
 Article On Tablet
***********************/
@media only screen and (max-width: 1100px) {
  .article-column {
    width: 100%;
    float: left;
  }

  .article-sidebar-social {
    display: none;
  }

  .article-sidebar {
    width: 33%;
    float: left;
    margin-left: 2%;
  }

  .article-page {
    padding: 1.1em 1.5em;
  }

  .article-page h1 {
    font-size: 3.65em;
  }

  .article-content ol li,
  .article-factbox ol li {
    padding-left: 35px;
  }

  .factbox ol {
    font-size: 1em;
  }

  .article-factbox h2 {
    font-size: 1em;
  }

  .article-page blockquote,
  .article-page blockquote p {
    font-size: 1.2em;
    margin-top: 1.5em;
  }

  .article-page blockquote:before {
    font-size: 5em;
    top: -0.1em;
    left: -0.2em;
  }
}

/************************
 Article On Mobile
*************************/
@media only screen and (max-width: 700px) {
  .article-body {
    width: 100%;
  }

  .article-factbox {
    width: 100%;
  }

  .article-sidebar {
    width: 100%;
    margin-left: 0%;
  }

  .article-page {
    padding: 15px;
    margin: 0px;
    width: calc(100%);
  }

  .article-page p {
    font-size: 1.1em;
  }

  .article-page h1 {
    font-size: 2em;
    line-height: 1.1;
  }

  .article-ingress {
    font-size: 1.2em;
    line-height: 1.25;
  }

  .article-meta-header {
    padding: 0.5em 0;
    font-size: 1em;
  }

  .article-page blockquote,
  .article-page blockquote p {
    font-size: 1.1em;
  }

  .tag-article a {
    padding: 8px 13px;
  }

  .article-factbox {
    max-width: none;
  }
}

/**********************************************************
Featured Article
**********************************************************/
.page-template-singular-feature-php {
  background-color: transparent;
}

.page-template-singular-feature-php .article-page blockquote,
.page-template-singular-feature-php .article-page blockquote p {
  font-size: 1.6em;
}

.page-template-singular-feature-php .featured-article-page blockquote {
  font-family: "museo-sans";
  font-size: 2em;
  padding: 10px;
}

.featured-article-background-image {
  background-color: #f1f1ef;
  min-height: 70%;
  position: relative;
  background-position: center center;
  background-size: cover;
  width: 100%;
  display: table;
}

.featured-article-background-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.9)
  );
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.8)
  );
  z-index: 1;
}

.featured-article-header {
  display: table-cell;
  vertical-align: bottom;
}

.featured-article-header h1 {
  font-size: 4em;
  line-height: 1.1;
}

.featured-article-header-content {
  /* margin-left: auto; */
  margin-right: auto;
  /* max-width: 900px; */
  position: relative;
  z-index: 10;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

.featured-article-page {
  float: left;
  width: 100%;
}

.featured-article-content h6 {
  text-transform: uppercase;
  color: #7182a7;
  -webkit-font-smoothing: antialiased;
  margin-top: 25px;
}

.featured-article-content {
  background-color: #fff;
  padding-top: 10px;
  width: 75%;
}

.featured-article-sidebar {
  float: right;
  padding-left: 10px;
  width: 25%;
}

.sidebar-feature-nudge {
  position: relative;
  top: -20px;
  z-index: 10;
}

.featured-article-factbox.article-factbox {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  margin-top: 15px;
}

.featured-article-factbox.article-factbox p {
  font-size: 1.3em;
}

.featured-article-footer.article-footer {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.featured-article-meta-header {
  font-size: 1.125em;
  max-width: 700px;
}

.featured-article-content p {
  /* margin-left: auto; */
  margin-right: auto;
  max-width: 700px;
  font-size: 1.15em;
}

.featured-article-content h2,
.featured-article-content h3,
.featured-article-content h4,
.featured-article-content h5 {
  margin-right: auto;
  max-width: 700px;
}

.featured-article-content h2 {
  font-size: 2.3em;
}

.featured-article-content p.wp-caption-text {
  font-size: 0.8em;
}

.featured-article-sidebar h2.newslist-h2 {
  border-top: 0px solid #333;
}

.featured-article-header-wrap {
}


/* Featured Article Blockquote */
.category-7 .featured-article-page blockquote:before {
  color: #124896;
}
.category-8 .featured-article-page blockquote:before {
  color: #65c0c9;
}
.category-9 .featured-article-page blockquote:before {
  color: #40c15c;
}
.category-10 .featured-article-page blockquote:before {
  color: #ef4d7f;
}
.category-11 .featured-article-page blockquote:before {
  color: #ef7320;
}
.category-12 .featured-article-page blockquote:before {
  color: #d852bc;
}

/***********************
 Article On Tablet
***********************/
@media only screen and (max-width: 1100px) {
  .featured-article-page .alignright {
    float: none;
    margin: 0;
  }

  .featured-article-page .alignleft {
    float: left;
    margin: 5px 2% 5px 0;
  }

  .sidebar-feature-nudge {
    top: 0px;
  }

  .featured-article-header-content {
    padding: 1.1em 1.5em;
  }

  .featured-article-page {
    padding: 10px 20px;
  }

  .featured-article-content {
    padding-top: 0;
    margin-top: 0;
    width: 70%;
  }

  .featured-article-sidebar {
    float: right;
    padding-left: 10px;
    width: 30%;
  }

  .featured-article-header-wrap {
    width: 100%;
  }

  .featured-article-content p {
    font-size: 1.1em;
  }

  .featured-article-content h6 {
    margin-top: 5px;
  }
}

/************************
 Article On Mobile
*************************/
@media only screen and (max-width: 700px) {
  .featured-article-content {
    background-color: #fff;
    padding-top: 1em;
    margin-top: 0px;
    width: 100%;
  }

  .featured-article-sidebar {
    float: left;
    padding-left: 0px;
    width: 100%;
  }

  .featured-article-content p.wp-caption-text {
    font-size: 0.8em;
  }

  .featured-article-header-content {
    padding: 15px;
    margin: 5px;
  }

  .featured-article-header h1 {
    font-size: 2em;
    line-height: 1.3;
  }

  .featured-article-meta-header {
    margin-bottom: 0em;
  }

  .page-template-singular-feature-php .featured-article-page blockquote:before {
    content: "”";
    font-size: 3em;
  }

  .featured-article-factbox.article-factbox p {
    font-size: 1.1em;
  }

  .wp-caption .wp-caption-text {
    font-size: 0.85em;
  }
}

/**********************************************************
Archive
***********************************************************/
.archive-page {
  padding-bottom: 10px;
  padding-top: 5px;
  margin-top: 5px;
}

/**********************************************************
Tags
**********************************************************/
.article-footer-heading {
  font-size: 0.7em;
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
  padding: 3px 14px 6px 0px;
  font-family: "museo-sans", "Arial Black", Arial, "Lucida Grande", sans-serif;
}

.tag-holder {
  padding: 3px 0;
  width: 100%;
  float: left;
}

.tag-article a {
  display: inline-block;
  float: left;
  margin-right: 8px;
  margin-bottom: 6px;
  font-family: "museo-sans", "Arial Black", Arial, "Lucida Grande", sans-serif;
  font-size: 0.9em;
  background-color: #ebedf0;
  border-radius: 3px;
  color: #424242;
  text-decoration: none;
  padding: 8px 14px;
  display: inline-block;
  text-transform: capitalize;
}

.tag-article a:hover {
  background-color: #dcdee2;
}

/*********************************************************
Sources
*********************************************************/
.sources {
  background-color: #f9e7dc;
  border-radius: 4px;
  padding: 3%;
  margin-bottom: 14px;
  font-size: 1.1em;
  position: relative;
  float: left;
  width: 100%;
}

.sources:after {
  top: 100%;
  right: 5%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(248, 250, 175, 0);
  border-top-color: #f9e7dc;
  border-width: 10px;
  margin-left: -10px;
}

.sources-button {
  display: block;
  float: right;
  opacity: 0.7;
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
  color: #333;
  font-family: "museo-sans", "Arial", Arial, "Lucida Grande", sans-serif;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  line-height: 45px;
  padding: 0 10px 0 10px;
  cursor: pointer;
}

.sources-button:hover {
  background-color: #fdf6f1;
  opacity: 1;
}

.sources-button svg {
  width: 22px;
  vertical-align: middle;
  opacity: 0.6;
  -webkit-font-smoothing: antialiased;
}

/*********************************************************
Sidebar social
*********************************************************/
.sidebar-social-h2 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 11px;
  padding: 10px 0;
  color: #a5a5a5;
  -webkit-font-smoothing: antialiased;
  margin-top: 0;
  font-family: museo-sans;
  padding-left: 9px;
  text-rendering: optimizeLegibility;
}

/**********************************************************
Huvud Meny
**********************************************************/

.menu-holder {
  background-color: #ffffff;
  background: rgba(255, 255, 255, 0.93);
  border-top: 1px solid #e6e9ee;
  border-bottom: 1px solid #e6e9ee;
  z-index: 300;
  height: 50px;
}

/* Header Mini Logo */
.header-menu-mini-logo {
  width: 12%;
  margin-right: 1%;
}

.header-mini-logo img {
  max-width: 102px;
  height: auto;
}

.header-mini-logo {
  text-align: center;
  vertical-align: middle;
  padding-top: 7px;
  width: 100%;
  height: 48px;
  background-color: #000;
  position: relative;
  display: none;
}

.header-mini-mobile-logo {
  padding: 8px 7px;
}

.animate .header-mini-logo {
  display: block;
}

.header-mini-logo:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  background-color: inherit;
}

.header-mini-logo:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: inherit;
}

.category-7 .header-mini-logo {
  background-color: #124896;
}
.category-8 .header-mini-logo {
  background-color: #65c0c9;
}
.category-9 .header-mini-logo {
  background-color: #40c15c;
}
.category-10 .header-mini-logo {
  background-color: #ef4d7f;
}
.category-11 .header-mini-logo {
  background-color: #ef7320;
}
.category-12 .header-mini-logo {
  background-color: #d852bc;
}

/* Header Menu */
.header-menu-wrap {
  overflow-x: auto;
}

.header-menu-wrap::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
}

ul.header-menu {
  margin: 0;
  padding: 0;
  height: 50px;
  overflow: hidden;
}

.header-menu li {
  list-style: none;
  padding: 0;
  display: inline-block;
}

.header-menu li a {
  padding: 15px 15px;
  font-size: 1em;
  font-family: "museo-sans", Arial, "Lucida Grande", sans-serif;
  text-decoration: none;
  color: #000;
  display: inline-block;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
}

/* Menu Menu :) */
.header-menu-menu-wrap {
  float: right;
}

.js_open_menu {
  cursor: pointer;
}

.header-menu-menu {
  text-align: center;
  padding: 16px 0px;
  font-size: 1em;
  font-family: "museo-sans", Arial, "Lucida Grande", sans-serif;
  text-decoration: none;
  color: #000;
  display: inline-block;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
}

.header-menu-menu-icon {
  vertical-align: middle;
  width: 15px;
  fill: #3e3e3e;
  position: relative;
  top: -2px;
  margin-right: 8px;
}

.menu_is_open .header-menu-menu-icon {
  display: none;
}

.header-menu-menu-close-icon {
  display: none;
}

.menu_is_open .header-menu-menu-close-icon {
  display: inline-block;
}

/**********************************************************
Mobile Meny
**********************************************************/
.mobile-menu {
  position: relative;
}

.mobile-menu-item {
  padding: 14px 20px 14px;
  font-size: 1em;
  font-family: "museo-sans", Arial, "Lucida Grande", sans-serif;
  text-decoration: none;
  color: #000;
  display: inline-block;
  float: left;
  cursor: pointer;
}

.mobile-menu-icon {
  vertical-align: middle;
  width: 15px;
  fill: #3e3e3e;
  position: relative;
  top: -2px;
  margin-right: 8px;
}

.menu_is_open .mobile-menu-icon {
  display: none;
}

.mobile-menu-close-icon {
  display: none;
}

.menu_is_open .mobile-menu-close-icon {
  display: inline-block;
}

/* Hidden Meny & Hidden Search */

/* Hidden Meny */
.mobile-pagelist {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  top: calc(100% - 2px);
}

ul.mobile-pagelist {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  position: relative;
  z-index: 100;
  will-change: auto;
  background-color: #fff;
  border-top: 1px solid #e6e9ee;
  border-bottom: 1px solid #e6e9ee;
}

.mobile-pagelist li {
  list-style: none;
  padding: 0;
  display: block;
  width: 100%;
  float: left;
}

.mobile-pagelist li a {
  padding: 10px 20px;
  font-size: 0.85em;
  font-family: "museo-sans", Arial, "Lucida Grande", sans-serif;
  text-decoration: none;
  color: #000;
  display: block;
  cursor: pointer;
}

/* Hidden Search */
.mobile-search {
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
  z-index: 100;
  will-change: auto;
  background-color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  top: calc(100% - 2px);
  border-top: 1px solid #e6e9ee;
  border-bottom: 1px solid #e6e9ee;
}

.mobile-search form {
  margin: 0;
  padding: 10px;
}

.mobile-search input {
  background-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  padding: 10px 21px;
  width: 96%;
  margin: 0 2%;
  font-size: 16px;
  border: 1px solid #e6e9ee;
  -webkit-font-smoothing: antialiased;
  border-radius: 20px;
  background-color: #fafafa;
}

.mobile-search input:focus {
  outline: none;
  border: 1px solid #ccd0d8;
}

.mobile-search.display-hidden-mobile-search {
  padding: 5px 0;
  height: auto;
  overflow: auto;
  visibility: visible;
  border-top: 1px solid #e6e9ee;
  border-bottom: 1px solid #e6e9ee;
}

/**********************************************************
Big Menu
**********************************************************/
.big-menu-holder {
  background-color: #e6e9f1;
  -webkit-box-shadow: 0px 20px 0px 0px #e6e9f1;
  -moz-box-shadow: 0px 20px 0px 0px #e6e9f1;
  box-shadow: 0px 20px 0px 0px #e6e9f1;
}

.big-menu-floating {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  box-shadow: none;
  box-shadow: 0px 2px 0px 0px #e6e9f1;
}

.big-menu-wrap {
  background-color: #fff;
  padding: 10px 10px 15px 10px;
  margin-top: 10px;
  position: relative;
}

.big-menu-wrap:after {
  bottom: 100%;
  right: 50px;
  border: solid rgba(0, 0, 0, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(230, 233, 241, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.big-menu-part {
  padding: 5px 15px;
  border-right: 1px solid #e6e9f1;
}

.big-menu-part:last-child {
  border: 0;
}

.big-menu-part h2 {
  font-size: 0.8em;
  color: #4e5a80;
  margin: 4px 0 7px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
}

.big-menu-part ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.big-menu-part ul li a {
  color: inherit;
  text-decoration: none;
  font-size: 0.95em;
}

.big-menu-part ul li a:hover {
  text-decoration: underline;
}

/**********************************************************
Header Logo
**********************************************************/
.header-logo-wrap img {
  max-width: 460px;
}

.header-top {
  padding: 10px;
}

/**********************************************************
Header Search
**********************************************************/
.header-search {
  position: relative;
  float: right;
}

.header-search form {
  padding: 0;
}

.header-magnifying-icon {
  position: absolute;
  left: 12px;
  top: 9px;
  fill: #5a5a5a;
}

.header-search input {
  border: 2px solid #e6e9ee;
  border-radius: 3px;
  line-height: 40px;
  background-color: transparent;
  -webkit-appearance: none;
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  width: 100%;
  font-size: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "freight-text-pro", "Book Antiqua", Palatino, "Palatino Linotype",
    "Palatino LT STD", Georgia, serif;
}

.header-search input::-webkit-input-placeholder {
  font-style: italic;
}

.header-search input:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}

.header-search input::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}

.header-search input:-ms-input-placeholder {
  font-style: italic;
}

.header-search input:focus {
  border: 2px solid #e6e9ee;
  box-shadow: 0;
  outline: none;
}

/**********************************************************
DayInfo
**********************************************************/
.dayinfo-wrap {
  margin-bottom: 8px;
}

.dayinfo {
  display: inline-block;
  float: right;
  line-height: 40px;
  margin-right: 5px;
}

.dayinfo-date {
  font-size: 1em;
  font-family: "museo-sans", Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
}
.dayinfo-namsdag {
  font-style: italic;
}

/**********************************************************
WeatherInfo
**********************************************************/

.weatherinfo {
  display: inline-block;
  float: right;
  line-height: 40px;
  margin-right: 27px;
  margin-left: 33px;
}

.weatherinfo-bold {
  font-size: 1em;
  font-family: "museo-sans", Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
}

.weatherinfo img {
  vertical-align: middle;
  height: 30px;
  width: 30px;
}

/**********************************************************
Newslist
**********************************************************/
.newslist-wrap {
  background-color: #fff;
  border-radius: 2px;
}

.newslist-number {
  font-family: "museo-sans", "Arial Black", Arial, "Lucida Grande", sans-serif;
  color: #d9d9d9;
  font-size: 1.2em;
}

.newslist-content-wrap {
  border-top: 1px solid #d9d9d9;
  padding: 12px 0 12px 5px;
  width: 70%;
  margin-right: 5%;
}
h2.newslist-h2 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 7px;
  margin: 0;
  border-top: 2px solid #333;
}

h3.newslist-h3 {
  font-size: 1em;
  font-weight: 400;
  color: #000;
  margin-top: 0;
}

.newslist-bottom {
  border-bottom: 2px solid #333;
}

.newslist-item {
  margin-bottom: 5px;
}

a .newslist-item {
  color: #000;
}

a .newslist-item:hover {
  background-color: #fafafa;
}

.newlist-img {
  padding-bottom: 5px;
}

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

.footer-super-wrap {
  background-color: #1f1f1f;
}

.footer {
  color: #fff;
  font-size: 13px;
  width: 100%;
}

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

.footer-box {
  padding: 1px 16px 56px;
  position: relative;
}

.footer a {
  font-size: 1.1em;
  font-weight: normal;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 10px;
  font-family: "museo-sans", Arial, "Lucida Grande", sans-serif;
  text-decoration: none;
}

.footer-h3 {
  font-size: 1.4em;
  font-weight: 600;
  color: #a5a5a5;
  -webkit-font-smoothing: antialiased;
}

.footer-p {
  font-size: 1.1em;
  font-weight: normal;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 10px;
  font-family: "museo-sans", Arial, "Lucida Grande", sans-serif;
}

.footer-footer {
  background-color: #171717;
  text-align: center;
  padding: 12px;
  float: left;
  width: 100%;
  font-family: "museo-sans", Arial, "Lucida Grande", sans-serif;
}

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

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

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

.logo-footer img {
  max-width: 300px;
  margin-top: 10px;
  padding: 10px 10px;
  opacity: 1;
}

.socialbuttons-footer-wrap {
  float: right;
}

.facebookpil {
  position: absolute;
  top: 15px;
  left: -49px;
}

/********************************************************************************************
 Tablet
 ********************************************************************************************/

@media only screen and (max-width: 1100px) {
  .menu-header-container li a {
    padding: 12px 14px;
    font-size: 0.8em;
    text-decoration: none;
    color: #000;
    display: inline-block;
    float: left;
  }

  .big-menu-wrap {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
/********************************************************************************************
 Mobile
 ********************************************************************************************/

@media only screen and (max-width: 700px) {
  .frontpage p {
    font-size: 1.2em;
  }

  .alignright,
  .alignleft {
    float: none;
    margin: 10px 0;
    display: block;
  }

  .header-logo-wrap {
    max-width: 300px;
  }

  .mobile-menu-item {
    font-size: 0.9em;
    padding: 16px 20px 16px;
  }

  .footer-box {
    padding: 5px 10px;
    overflow: hidden;
  }

  .footer-p {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .footer-h3 {
    margin-top: 0;
  }
  .footer-footer {
    padding-bottom: 68px;
  }
}

/*******************************************************************************
Puffar Annonspuffar
*******************************************************************************/
h2.sidebar-flik-inc.dark,
.puff-v-wrap h2.sidebar-flik.dark,
.puff-h-wrap h2.sidebar-flik-h.dark {
  display: inline-block;
  color: #fff;
  padding: 3px 10px 3px 10px;
  min-width: 110px;
  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: 0;
  position: relative;
  left: -10px;
  top: -6px;
  background-color: #58a0de;
  font-style: italic;
  font-weight: 300;
  font-size: 10px;
  text-transform: none;
  border: 0;
}

.flex-wrap-annons {
  width: 100%;
  float: left;
}

.frontpage h2.flex-h2-annons,
.article-page h2.flex-h2-annons {
  font-size: 2.7rem;
  color: #333;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 5px;
  margin-top: 5px;
}

.frontpage .puff-text,
.article-page .puff-text {
  color: #333;
}

#INCONTENT_AD_MODUL1_ARTICLE, #INCONTENT_AD_MODUL1_ARTICLE {
  float: left;
  width: 100%;
}

@media only screen and (max-width: 700px) {
  .flex-wrap-annons {
    background-color: #e7f4ff !important;
  }

  .frontpage h2.flex-h2-annons,
  .article-page h2.flex-h2-annons {
    font-size: 1.5rem;
  }
}

/*******************************************************************************
factbox
*******************************************************************************/
.info-box-full {
  padding: 10px 15px;
  margin-bottom: 10px;
  background-color: #f7e5e6;
  border-radius: 3px;
}
.info-box-full h3:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 0;
  padding-bottom: 8px;
  font-size: 1em;
  margin-bottom: 10px;
}

.info-box-half {
  padding: 10px 15px;
  margin-bottom: 10px;
  background-color: #f7e5e6;
  border-radius: 3px;
}
.info-box-half h3:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 0;
  padding-bottom: 8px;
  font-size: 1em;
  margin-bottom: 10px;
}

.article-content a.orange-button,
.article-factbox a.orange-button {
  background-color: #ff6971;
  padding: 10px 15px;
  background-image: none;
  border-radius: 3px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "museo-sans", "Georgia", "Arial Black", Arial, "Lucida Grande",
    sans-serif;
  font-size: 0.85em;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin: 5px 0;
}


/* ads */
.adholder{
  text-align: center;
}