
@font-face {
  font-family: "Stag Sans Web Bold";
  src: url("fonts/StagSans-Bold-Web.woff2") format("woff2"),
    url("fonts/StagSans-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.StagSans-Bold-Web {
  font-family: "Stag Sans Web Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Stag Sans Web";
  src: url("fonts/StagSans-SemiboldItalic-Web.woff2") format("woff2"),
    url("fonts/StagSans-SemiboldItalic-Web.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
}

.StagSans-SemiboldItalic-Web {
  font-family: "Stag Sans Web";
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Stag Sans Web Semibold";
  src: url("fonts/StagSans-Semibold-Web.woff2") format("woff2"),
    url("fonts/StagSans-Semibold-Web.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

.StagSans-Semibold-Web {
  font-family: "Stag Sans Web Semibold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Stag Sans Web Book Italic";
  src: url("fonts/StagSans-BookItalic-Web.woff2") format("woff2"),
    url("fonts/StagSans-BookItalic-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.StagSans-BookItalic-Web {
  font-family: "Stag Sans Web Book Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Stag Sans Web";
  src: url("fonts/StagSans-Book-Web.woff2") format("woff2"),
    url("fonts/StagSans-Book-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.StagSans-Book-Web {
  font-family: "Stag Sans Web";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

/*****************************************************************************************************/
/****************************************** Mobile CSS ***********************************************/
/*****************************************************************************************************/

body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 100;
  color: #555555;
  
}

p {
  font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #555555;
}

h4,
h5,
h6 {
  font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #555555;
}

a {
  font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #d75806;
}

.adpin {
  font-size: 16px;
  color: #fff;
  display: block;
  width: 150px;
  height: 50px;
  margin-top: 20px;
  text-decoration: none;
  border-radius: 13px;
  text-align: center;
  background: #ff8000;
  padding: 10px 0 0 0;
}

.adpin::before {
  content: '';
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  top: -8px;
  background-size: 40px;
  background-image: url(https://lokaltidningen.se/wp-content/uploads/2023/11/adpin_icon_white.png);
  left: 7px;
  float: left;
}

.wrap {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.slide-up {
  z-index: 9999;
  text-align: center;
  padding-top: 20px;
  position: absolute;
  display: block;
  background: #3f4751;
  color: #fff;
  bottom: -90px;
  height: 90px;
  width: 100%;
  left: 0;
  animation-name: slideup;
  animation-delay: 0.5s;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.slide-up p {
  color: #fff;
}

.slide-up a {
  color: #ff8000;
}

.slide-up a:hover {
  color: #d75806;
}

@keyframes slideup {
  0% {
    bottom: -90px;
  }

  100% {
    bottom: 0;
  }
}

sec section.start {
  max-width: 320px;
  margin: 0 auto;
  color: #fff;
  padding-top: 50px;
}

section.start .start-top {
  max-width: 320px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  position: relative;
  padding-top: 35px;
}

section.start .start-top h1,
section.start .error h1 {
  font-family: "Stag Sans Web Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-top: 120px;
}

section.start .start-top h2,
section.start .error h2 {
  font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

section.start .start-top .error-btn,
section.start .error .error-btn {
  text-align: center;
  width: 100%;
  display: block;
  transform: rotate(-180deg);
}

header.master {
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 380px;
  height: 380px;
  display: inline-block;
  background-color: #3f4751;
}

header.master .wrap {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  height: 380px;
  min-height: 380px;
  display: block;
  background-position: -40px 0;
  background-size: 544px;
  background-repeat: no-repeat;
  background-color: transparent;
}

section#intro {
  width: 100%;
  float: left;
  display: block;
  min-height: 615px;
  height: auto;
  background-color: #fff;
  background-position: 0 240px;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0px 0;
  margin: 0;
}

section#intro .wrap p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #555555;
}

section#intro .wrap span p {
  max-width: 550px;
  float: left;
}

section#intro .wrap h1 {
  font-family: "Stag Sans Web Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 32px;
  margin: 24px 0 24px 0;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #222222;
}

section#intro .wrap h2 {
  font-family: "Stag Sans Web Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 44px 0 16px 0;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #222222;
}

section#intro .wrap a {
  font-size: 18px;
  font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #ff8000;
  text-decoration: none;
}

section#intro .wrap a:hover,
section#intro .wrap p a:hover {
  color: #d75806;
  text-decoration: underline;
}

.mobil-arrow {
  top: 20px;
  right: 0;
  position: relative;
  width: 50px;
  float: right;
}

.sajturl {
  display: inline-block;
  padding: 10px 0 0 0;
}

.url-head {
  height: auto;
  display: block;
}

.arrow:hover {
  fill: #d75806;
}

section#annonsera {
  width: 100%;
  min-height: 506px;
  height: auto;
  display: block;
  float: left;
  background-color: #f0f3f8;
  background-position: 0 240px;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 30px 0;
  margin: 0;
}

section#annonsera .wrap p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #555555;
}

section#annonsera .wrap h2 {
  font-family: "Stag Sans Web Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 24px 0 14px 0;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #222222;
}

section#annonsera .wrap a {
  font-size: 18px;
  font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #ff8000;
  text-decoration: none;
}

section#annonsera .wrap a:hover {
  color: #d75806;
  text-decoration: underline;
}

section#annonsera .wrap .saljledning-desc {
  width: 100%;
  height: 170px;
  bottom: 0;
}

.saljledning-desc h4 {
  font-size: 16px !important;
  font-weight: normal;
  font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
  color: #222;
  margin-bottom: 10px 0 5px 0;
}

.saljledning-desc p {
  font-size: 16px !important;
  font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
  color: #555;
  margin-top: 0px;
}

section#tipsa {
  width: 100%;
  min-height: 995px;
  height: auto;
  display: block;
  float: left;
  background-color: #fff;
  background-position: 0 240px;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 30px 0;
  margin: 0;
}

section#tipsa .wrap p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #555555;
}

section#tipsa .wrap h2 {
  font-family: "Stag Sans Web Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 24px;
  margin: 24px 0 14px 0;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #222222;
}

section#tipsa .wrap a {
  font-size: 18px;
  font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #ff8000;
  text-decoration: none;
}

section#tipsa .wrap a:hover,
section#tipsa .wrap p a:hover {
  color: #d75806;
  text-decoration: underline;
}

section#utebliven {
  width: 100%;
  height: 400px;
  display: block;
  float: left;
  background-color: #f0f3f8;
  padding: 30px 0;
}

img.tidning_img {
  border: 0;
  width: auto;
  max-width: 100%;
  vertical-align: top;
  position: relative;
}

section#utebliven .wrap p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #555555;
  max-width: 480px;
}

section#utebliven .wrap h2 {
  font-family: "Stag Sans Web Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 24px;
  margin: 0 0 14px 0;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #222222;
}

section#utebliven .wrap a {
  font-size: 18px;
  font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #ff8000;
  text-decoration: none;
}

section#utebliven .wrap a:hover {
  color: #d75806;
  text-decoration: underline;
}

section#utgivningsplan {
  width: 100%;
  height: 760px;
  display: block;
  float: left;
  background-color: #f0f3f8;
  padding: 30px 0;
}

section#utgivningsplan .wrap p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #555555;
  max-width: 480px;
}

section#utgivningsplan .wrap h2 {
  font-family: "Stag Sans Web Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 24px;
  margin: 0 0 14px 0;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #222222;
}

section#utgivningsplan .wrap a {
  font-size: 18px;
  font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #ff8000;
  text-decoration: none;
}

section#utgivningsplan .wrap a:hover {
  color: #d75806;
  text-decoration: underline;
}

section#om-oss {
  width: 100%;
  height: 870px;
  min-height: 870px;
  max-height: 940px;
  display: block;
  float: left;
  background-color: #fff;
  background-image: url(img/redaktion.jpg);
  background-position: -1120px 215px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
}

section#om-oss .wrap p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #555555;
}

section#om-oss .wrap h2 {
  font-family: "Stag Sans Web Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 24px;
  margin: 24px 0 14px 0;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #222222;
}

section#om-oss .wrap a {
  font-size: 18px;
  font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #ff8000;
  text-decoration: none;
}

section#om-oss .wrap a:hover {
  color: #d75806;
  text-decoration: underline;
}

/* Hamburger menu */
.toggle-wrap {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999;
  padding: 11px 16px;
  border-radius: 22px;
  color: #fff;
  width: 100px;
  height: 42px;
  background-color: #3f4751;
  font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
}

.toggle-wrap #burger {
  width: 20px;
  display: block;
  float: left;
  margin-right: 5px;
}

.toggle-wrap #iks {
  width: 20px;
  display: none;
  float: left;
  margin-right: 5px;
}

span.slideout-toggle {
  display: block;
  width: 24px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #3f4751;
  border-radius: 3px;
  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.slideout {
  position: fixed;
  left: 0px;
  bottom: -480px;
  width: 100%;
  height: 470px;
  background: #3f4751;
  z-index: 100;
  padding: 30px;
}

.slideout ul {
  list-style: none;
  font-weight: 300;
}

.slideout ul li {
  margin: 0.8em 0;
}

.slideout ul li a {
  position: relative;
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  height: 40px;
  font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: -0.1px;
  color: #ffffff;
}

.slideout ul li a:hover {
  color: #ffffff;
}

.slideout ul li a img {
  width: 28px;
  margin: 5px 5px;
}

.logo {
  width: 340px;
  height: 60px;
  margin: 0 auto;
  display: block;
  background-image: url(img/logo.svg);
  background-size: 320px 111px;
  background-position: 0 -20px;
  background-repeat: no-repeat;
}

.logo_img {
  top: 330px;
  position: relative;
  height: 22px;
  margin: 0 0 0 20px;
}

.tagline {
  font-size: 26px;
  font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: left;
  font-weight: 400;
  margin-bottom: 20px;
}

.front {
  height: 100vh;
  width: 100%;

  background-image: url("img/start_bg.jpg");
}

.hbg {
  width: 100%;
  height: 100%;
}

.hbg .slide .rubrik {
  z-index: 9999;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
}

.imagecontainer {
  margin: 50px auto;
  display: block;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 28px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  margin-bottom: 55px;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
}

.imagecontainer img {
  border: 0;
  width: 320px;
  max-width: 320px;
  vertical-align: top;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: -44px;
  left: -38px;
}

nav {
  margin-top: 320px;
}

ul.inline {
  text-align: center;
}

ul.inline li {
  display: block;
  padding: 0 0.5em;
  width: 50%;
  float: left;
  margin-bottom: 10px;
}

ul.inline li:first-of-type {
  padding: 0 0.5em;
}

ul.inline li:last-of-type {
  margin-bottom: 30px;
}

ul.inline li a,
ul.inline li a:first-of-type {
  width: 100%;
  display: block;
}

.topbar {
  position: absolute;
  top: 329px;
  width: auto;
}

.topbar .ink-grid {
  padding: 0;
}

.stickyMeny {
  width: 100%;
}

.ink-navigation ul.menu.horizontal li a {
  padding: 0.5em 1em;
  display: block;
  line-height: 1.7;
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
  font-size: 18px;
  font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.ink-navigation ul.menu.horizontal li a:active,
.ink-navigation ul.menu.horizontal li a:hover {
  color: #fff;
  opacity: 1;
  border-bottom: 3px solid #ff8000;
}

footer {
  background-color: #3f4751;
  padding-top: 70px;
  height: 445px;
  width: 100%;
  display: block;
  float: left;
}

footer .wrap {
  max-width: 320px;
  width: 100%;
}

footer .wrap .tiny-logo {
  width: 210px;
  margin-bottom: 20px;
}

footer .wrap p {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #bbbbbb;
}

footer .wrap a {
  font-size: 14px;
  font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #ff8000;
  text-decoration: none;
}

footer .wrap a:hover {
  color: #d75806;
  text-decoration: underline;
}

footer .wrap h3 {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #bbbbbb;
}

/** Dropdown **/

ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 320px;
}

#menu>li {
  position: relative;
  top: 54px;
  height: 50px;
  color: #444444;
  padding: 14px 40px;
  text-decoration: none;
  display: block;
}

#menu>li:hover {
  height: 72px;
}

#menu>li a {
  text-decoration: none;
}

#menu li ul {
  position: absolute;
  left: 0;
  top: 30px;
  padding: 0px;
  width: 320px;
  max-height: 0;
  overflow: hidden;
  -moz-transition: 0.5 ease;
  -ms-transition: 0.5 ease;
  -o-transition: 0.5 ease;
  -webkit-transition: 0.5 ease;
  transition: 0.5 ease;
  background-color: #fff;

  padding: 0px 0px;
  z-index: -99999;
  border-radius: 0 0 30px 30px;
}

#menu li ul li {
  color: #444444;
  padding: 12px 16px;
}

#menu li:hover ul {
  overflow: auto;
  max-height: 330px;
  padding: 20px 10px;
  top: 45px;
}

#menu li:hover ul li {
  color: #444444;
  padding: 0;
}

#menu li ul li:hover {
  background-color: #f1f1f1;
  padding: 0;
}

#menu li ul li a {
  position: relative;
  color: #444444;
  padding: 6px 30px;
  text-decoration: none;
  display: block;
  font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
}

.dropbtn {
  width: 320px;
  height: 50px;
  border-radius: 30px;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  color: #444444;
  padding: 0 45px;
  text-align: left;
  z-index: 1;
}

.ic-geo {
  width: 14px;
  height: 21px;
  display: block;
  position: absolute;
  top: 15px;
  left: 20px;
  background-image: url("img/ic-geo.svg");
  background-size: 14px 21px;
}

.ic-down {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 19px;
  left: 280px;
  background-image: url(img/ic-down.svg);
  background-size: 22px;
  background-repeat: no-repeat;
}

.dropbtn a {
  width: 100%;
  height: 35px;
  display: inline-block;
  color: #444444;
  font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
}

.dropbtn a:hover {
  height: 35px;
}

/* Form #tipsa */
section#tipsa input[type="text"].wpcf7-not-valid,
section#tipsa input[type="email"].wpcf7-not-valid,
section#tipsa input[type="tel"].wpcf7-not-valid,
section#tipsa textarea.wpcf7-not-valid {
  width: 100%;
  height: 50px;
  border-radius: 4px solid #f0f3f8;
}

body span.wpcf7-not-valid-tip {
  display: block;
  font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
  color: #dc2929;
  border: none;
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
  margin: 0 auto;
  margin-top: 4px;
  background: none;
  font-size: 12px;
  font-style: normal;
  width: 700px;
}

body div.wpcf7-validation-errors {
  background: transparant;
  border: 0px;
  width: 700px;
  margin: 0 auto;
  font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
  color: #dc2929;
  font-style: normal;
}

body div.wpcf7-response-output {
  margin: 10px 0;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px;
  width: 700px;
  margin: 0 auto;
  font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
  color: #222;
  display: none !important;
}

body .wpcf7-mail-sent-ng {
  background: #e8ffe2;
  border: 0px;

  margin: 0 auto;
  font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
  color: #222;
}

body .wpcf7-mail-sent-ok {
  background: #e8ffe2;
  border: 0px;
  margin: 0 auto;
  font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
  color: #222;
}

section#tipsa input[type="text"],
section#tipsa input[type="password"],
section#tipsa input[type="date"],
section#tipsa input[type="datetime"],
section#tipsa input[type="datetime-local"],
section#tipsa input[type="month"],
section#tipsa input[type="week"],
section#tipsa input[type="email"],
section#tipsa input[type="number"],
section#tipsa input[type="search"],
section#tipsa input[type="tel"],
section#tipsa input[type="time"],
section#tipsa input[type="url"] {
  width: 100%;
  height: 45px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: transparent !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 4px;
  border: 4px solid #f0f3f8;
  padding: 0 0 0 20px;
  color: #222;
  background-color: #f0f3f8 !important;
  font-size: 18px;
  font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

section#tipsa input[type="text"]:focus,
section#tipsa input[type="password"]:focus,
section#tipsa input[type="date"]:focus,
section#tipsa input[type="datetime"]:focus,
section#tipsa input[type="datetime-local"]:focus,
section#tipsa input[type="month"]:focus,
section#tipsa input[type="week"]:focus,
section#tipsa input[type="email"]:focus,
section#tipsa input[type="number"]:focus,
section#tipsa input[type="search"]:focus,
section#tipsa input[type="tel"]:focus,
section#tipsa input[type="time"]:focus,
section#tipsa input[type="url"]:focus {
  border: 4px solid #ebedf2 !important;
}

section#tipsa textarea {
  width: 100%;
  height: 224px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: transparent !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 4px;
  border: 4px solid #f0f3f8;
  padding: 18px 20px 0 20px;
  color: #222;
  background-color: #f0f3f8 !important;
  font-size: 18px;
  font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
  resize: none !important;
}

section#tipsa textarea:focus {
  border: 4px solid #ebedf2 !important;
}

section#tipsa select {
  width: 100%;
  height: 120px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: transparent !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  border: 4px solid #f0f3f8;
  padding: 0 0 0 20px;
  color: #222;
  background-color: #f0f3f8 !important;
  font-size: 18px;
}

section#tipsa option:hover,
section#tipsa option:focus,
section#tipsa option:checked {
  background-color: #f0f3f8 !important;
  background: #f0f3f8 !important;
  color: #222 !important;
  outline: 0 !important;
}

section#tipsa label {
  margin: 15px 0;
  font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
}

section#tipsa input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  height: 50px;
  margin-bottom: -10px;
  border-radius: 25px;
  border-width: 0;
  color: #fff;
  background-color: #3f4751;
  float: right;
  font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

section#tipsa input[type="submit"]:hover {
  background-color: #818a95;
}

section#tipsa form p {
  margin-bottom: 15px;
}

section#tipsa .policy {
  width: 100%;
  font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  margin: 0 0 50px 0;
  padding: 0;
  display: inline-block;
}

section#tipsa .policy a {
  font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
}

section#tipsa .policy a:hover {
  font-size: 13px;
  color: #d75806;
}

*:focus {
  outline: none;
  outline-width: 0;
}

input {
  outline: none;
  outline-width: 0;
}

/** Laholm specific override **/

#laholm section a,
#laholm footer .wrap a {
  color: #ed1b24 !important;
}

#laholm section a:hover,
#laholm footer .wrap a:hover {
  color: #b41118 !important;
}

#laholm .ink-navigation ul.menu.horizontal li a:active,
#laholm .ink-navigation ul.menu.horizontal li a:hover {
  color: #ed1b24 !important;
  border-bottom: 3px solid #ed1b24;
}

#laholm .arrow:hover {
  fill: #b41118 !important;
}

#laholm .logo_img {
  height: 38px !important;
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) {
  img.tidning_img {
    top: -215px;
    left: 420px;
    border: 0;
    width: 47%;
    vertical-align: top;
    position: relative;
  }
}

/* Medium screens ----------- */
@media only screen and (min-width: 640px) {
  .slide-up {
    z-index: 9999;
    text-align: center;
    padding-top: 20px;
    position: absolute;
    display: block;
    background: #3f4751;
    color: #fff;
    bottom: -60px;
    height: 60px;
    width: 100%;
    left: 0;
    animation-name: slideup;
    animation-delay: 0.5s;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }

  @keyframes slideup {
    0% {
      bottom: -60px;
    }

    100% {
      bottom: 0;
    }
  }

  .wrap {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  section.start {
    max-width: 640px;
    margin: 0 auto;
    color: #fff;
    padding-top: 100px;
  }

  section.start .start-top {
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    position: relative;
  }

  section.start .start-top h1,
  section.start .error h1 {
    font-family: "Stag Sans Web Bold", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 120px;
  }

  section.start .start-top h2,
  section.start .error h2 {
    font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }

  section.start .start-top .error-btn,
  section.start .error .error-btn {
    text-align: center;
    width: 100%;
    display: block;
    transform: rotate(-180deg);
  }

  header.master {
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 380px;
    height: 380px;
    display: inline-block;
    background-color: #3f4751;
  }

  header.master .wrap {
    margin: 0 auto;
    padding: 0;
    max-width: 640px;
    height: 380px;
    min-height: 380px;
    display: block;
    background-position: right;
    background-size: 544px;
    background-repeat: no-repeat;
    background-color: transparent;
  }

  section#intro {
    width: 100%;
    min-height: 580px;
    float: left;
    display: block;
    height: auto;
    background-color: #fff;
    background-position: 0 240px;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 30px 0;
    margin: 0;
  }

  section#intro .wrap p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #555555;
  }

  section#intro .wrap span p {
    max-width: 550px;
    float: left;
  }

  section#intro .wrap h1 {
    font-family: "Stag Sans Web Bold", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 45px;
    margin: 24px 0 24px 0;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #222222;
  }

  section#intro .wrap h2 {
    font-family: "Stag Sans Web Bold", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin: 44px 0 16px 0;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #222222;
  }

  section#intro .wrap a {
    font-size: 20px;
    font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.57;
    letter-spacing: normal;
    text-align: left;
    color: #ff8000;
    text-decoration: none;
  }

  section#intro .wrap a:hover,
  section#intro .wrap p a:hover {
    color: #d75806;
    text-decoration: underline;
  }

  .arrow:hover {
    fill: #d75806;
  }

  .desktop-arrow {
    display: inline-block;
    position: relative;
    top: -60px;
    right: 0px;
    width: 90px;
    float: right;
  }

  section#annonsera {
    width: 100%;
    min-height: 506px;
    height: auto;
    display: block;
    float: left;
    background-color: #f0f3f8;
    background-position: 0 240px;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 30px 0;
    margin: 0;
  }

  section#annonsera .wrap p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #555555;
  }

  section#annonsera .wrap h2 {
    font-family: "Stag Sans Web Bold", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin: 24px 0 14px 0;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #222222;
  }

  section#annonsera .wrap a {
    font-size: 20px;
    font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #ff8000;
    text-decoration: none;
  }

  section#annonsera .wrap a:hover {
    color: #d75806;
    text-decoration: underline;
  }

  section#annonsera .wrap .saljledning-desc {
    width: 100%;
    height: 220px;
    bottom: 0;
  }

  .saljledning-desc h4 {
    font-size: 16px !important;
    font-weight: normal;
    font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
    color: #222;
    margin-bottom: 10px 0 5px 0;
  }

  .saljledning-desc p {
    font-size: 16px !important;
    font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
    color: #555;
    margin-top: 0px;
  }

  section#tipsa {
    width: 100%;
    min-height: 930px;
    height: auto;
    display: block;
    float: left;
    background-color: #fff;
    background-position: 0 240px;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 30px 0;
    margin: 0;
  }

  section#tipsa .wrap p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #555555;
  }

  section#tipsa .wrap h2 {
    font-family: "Stag Sans Web Bold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 30px;
    margin: 24px 0 14px 0;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #222222;
  }

  section#tipsa .wrap a {
    font-size: 20px;
    font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #ff8000;
    text-decoration: none;
  }

  section#tipsa .wrap a:hover,
  section#tipsa .wrap p a:hover {
    color: #d75806;
    text-decoration: underline;
  }

  section#utebliven {
    width: 100%;
    height: 245px;
    display: block;
    float: left;
    background-color: #f0f3f8;
    padding: 30px 0;
  }

  img.tidning_img {
    top: -185px;
    left: 400px;
    border: 0;
    width: 42%;
    vertical-align: top;
    position: relative;
  }

  section#utebliven .wrap p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #555555;
    max-width: 480px;
  }

  section#utebliven .wrap h2 {
    font-family: "Stag Sans Web Bold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 30px;
    margin: 0 0 14px 0;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #222222;
  }

  section#utebliven .wrap a {
    font-size: 20px;
    font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #ff8000;
    text-decoration: none;
  }

  section#utebliven .wrap a:hover {
    color: #d75806;
    text-decoration: underline;
  }

  img.tidning_img {
    top: -215px;
    left: 420px;
    border: 0;
    width: 55%;
    vertical-align: top;
    position: relative;
  }

  section#utgivningsplan {
    width: 100%;
    height: 650px;
    display: block;
    float: left;
    background-color: #f0f3f8;
    padding: 30px 0;
  }

  section#utgivningsplan .wrap p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #555555;
    max-width: 480px;
  }

  section#utgivningsplan .wrap h2 {
    font-family: "Stag Sans Web Bold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 30px;
    margin: 0 0 14px 0;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #222222;
  }

  section#utgivningsplan .wrap a {
    font-size: 20px;
    font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #ff8000;
    text-decoration: none;
  }

  section#utgivningsplan .wrap a:hover {
    color: #d75806;
    text-decoration: underline;
  }

  section#om-oss {
    width: 100%;
    height: 870px;
    min-height: 870px;
    max-height: 940px;
    display: block;
    float: left;
    background-color: #fff;
    background-image: url(img/redaktion.jpg);
    background-position: 0 35px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
  }

  section#om-oss .wrap p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #555555;
  }

  section#om-oss .wrap h2 {
    font-family: "Stag Sans Web Bold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 30px;
    margin: 24px 0 14px 0;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #222222;
  }

  section#om-oss .wrap a {
    font-size: 20px;
    font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #ff8000;
    text-decoration: none;
  }

  section#om-oss .wrap a:hover {
    color: #d75806;
    text-decoration: underline;
  }

  /* Hamburger menu */
  .toggle-wrap {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    z-index: 999;
    padding: 6px 5px;
    background: transparant;
    border: 2px solid #bb506f;
    color: #999;
    text-decoration: none;
    vertical-align: top;
    width: 38px;
    height: 32px;
  }

  .logo {
    width: 340px;
    height: 60px;
    margin: 0 auto;
    display: block;
    background-image: url(img/logo.svg);
    background-size: 320px 111px;
    background-position: 0 -20px;
    background-repeat: no-repeat;
  }

  .logo_img {
    top: 280px;
    position: relative;
    height: 22px;
    margin: 0 0 0 0;
  }

  .tagline {
    font-size: 26px;
    font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: left;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .front {
    height: 100vh;
    width: 100%;

    background-image: url("img/start_bg.jpg");
  }

  .hbg {
    width: 100%;
    height: 100%;
  }

  .hbg .slide .rubrik {
    z-index: 9999;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
  }

  .imagecontainer {
    margin: 50px auto;
    display: block;
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 28px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    margin-bottom: 55px;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
  }

  .imagecontainer img {
    border: 0;
    width: 320px;
    max-width: 320px;
    vertical-align: top;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: -44px;
    left: -38px;
  }

  nav {
    margin-top: 320px;
  }

  ul.inline {
    text-align: center;
  }

  ul.inline li {
    display: block;
    padding: 0 0.5em;
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }

  ul.inline li:first-of-type {
    padding: 0 0.5em;
  }

  ul.inline li:last-of-type {
    margin-bottom: 30px;
  }

  ul.inline li a,
  ul.inline li a:first-of-type {
    width: 100%;
    display: block;
  }

  .topbar {
    position: absolute;
    top: 329px;
    width: auto;
  }

  .topbar .ink-grid {
    padding: 0;
  }

  .stickyMeny {
    width: 100%;
  }

  .ink-navigation ul.menu.horizontal li a {
    padding: 0.5em 1em;
    display: block;
    line-height: 1.7;
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
    font-size: 18px;
    font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
    font-weight: normal;
  }

  .ink-navigation ul.menu.horizontal li a:active,
  .ink-navigation ul.menu.horizontal li a:hover {
    color: #fff;
    opacity: 1;
    border-bottom: 3px solid #ff8000;
  }

  footer {
    background-color: #3f4751;
    padding-top: 70px;
    height: 445px;
    width: 100%;
    display: block;
    float: left;
  }

  footer .wrap {
    max-width: 640px;
    width: 100%;
  }

  footer .wrap .tiny-logo {
    width: 210px;
    margin-bottom: 20px;
  }

  footer .wrap p {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #bbbbbb;
  }

  footer .wrap a {
    font-size: 14px;
    font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #ff8000;
    text-decoration: none;
  }

  footer .wrap a:hover {
    color: #d75806;
    text-decoration: underline;
  }

  footer .wrap h3 {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #bbbbbb;
  }

  /** Dropdown **/

  ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 340px;
  }

  #menu>li {
    position: relative;
    top: 45px;
    height: 50px;
    color: #444444;
    padding: 14px 40px;
    text-decoration: none;
    display: block;
  }

  #menu>li:hover {
    height: 72px;
  }

  #menu>li a {
    text-decoration: none;
  }

  #menu li ul {
    position: absolute;
    left: 0;
    top: 30px;
    padding: 0px;
    width: 340px;
    max-height: 0;
    overflow: hidden;
    -moz-transition: 0.5 ease;
    -ms-transition: 0.5 ease;
    -o-transition: 0.5 ease;
    -webkit-transition: 0.5 ease;
    transition: 0.5 ease;
    background-color: #fff;

    padding: 0px 0px;
    z-index: -99999;
    border-radius: 0 0 30px 30px;
  }

  #menu li ul li {
    color: #444444;
    padding: 12px 16px;
  }

  #menu li:hover ul {
    overflow: auto;
    max-height: 330px;
    padding: 20px 10px;
    top: 45px;
  }

  #menu li:hover ul li {
    color: #444444;
    padding: 0;
  }

  #menu li ul li:hover {
    background-color: #f1f1f1;
    padding: 0;
  }

  #menu li ul li a {
    position: relative;
    color: #444444;
    padding: 6px 30px;
    text-decoration: none;
    display: block;
    font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
  }

  .dropbtn {
    width: 340px;
    height: 50px;
    border-radius: 30px;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    color: #444444;
    padding: 0 45px;
    text-align: left;
    z-index: 1;
  }

  .ic-geo {
    width: 14px;
    height: 21px;
    display: block;
    position: absolute;
    top: 15px;
    left: 20px;
    background-image: url("img/ic-geo.svg");
    background-size: 14px 21px;
  }

  .ic-down {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 19px;
    left: 300px;
    background-image: url(img/ic-down.svg);
    background-size: 22px;
    background-repeat: no-repeat;
  }

  .dropbtn a {
    width: 100%;
    height: 35px;
    display: inline-block;
    color: #444444;
    font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
  }

  .dropbtn:hover {
    height: 75px;
  }

  /* Form #tipsa */
  section#tipsa input[type="text"].wpcf7-not-valid,
  section#tipsa input[type="email"].wpcf7-not-valid,
  section#tipsa input[type="tel"].wpcf7-not-valid,
  section#tipsa textarea.wpcf7-not-valid {
    width: 100%;
    height: 50px;
    border-radius: 4px solid #f0f3f8;
  }

  body span.wpcf7-not-valid-tip {
    display: block;
    font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
    color: #dc2929;
    border: none;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    margin: 0 auto;
    margin-top: 4px;
    background: none;
    font-size: 12px;
    font-style: normal;
    width: 700px;
  }

  body div.wpcf7-validation-errors {
    background: transparant;
    border: 0px;
    width: 700px;
    margin: 0 auto;
    font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
    color: #dc2929;
    font-style: normal;
  }

  body div.wpcf7-response-output {
    margin: 10px 0;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 5px;
    width: 700px;
    margin: 0 auto;
    font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
    color: #222;
    display: none !important;
  }

  body .wpcf7-mail-sent-ng {
    background: #e8ffe2;
    border: 0px;

    margin: 0 auto;
    font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
    color: #222;
  }

  body .wpcf7-mail-sent-ok {
    background: #e8ffe2;
    border: 0px;
    margin: 0 auto;
    font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
    color: #222;
  }

  section#tipsa input[type="text"],
  section#tipsa input[type="password"],
  section#tipsa input[type="date"],
  section#tipsa input[type="datetime"],
  section#tipsa input[type="datetime-local"],
  section#tipsa input[type="month"],
  section#tipsa input[type="week"],
  section#tipsa input[type="email"],
  section#tipsa input[type="number"],
  section#tipsa input[type="search"],
  section#tipsa input[type="tel"],
  section#tipsa input[type="time"],
  section#tipsa input[type="url"] {
    width: 100%;
    height: 45px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: transparent !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 4px;
    border: 4px solid #f0f3f8;
    padding: 0 0 0 20px;
    color: #222;
    background-color: #f0f3f8 !important;
    font-size: 18px;
    font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
    font-weight: normal;
  }

  section#tipsa input[type="text"]:focus,
  section#tipsa input[type="password"]:focus,
  section#tipsa input[type="date"]:focus,
  section#tipsa input[type="datetime"]:focus,
  section#tipsa input[type="datetime-local"]:focus,
  section#tipsa input[type="month"]:focus,
  section#tipsa input[type="week"]:focus,
  section#tipsa input[type="email"]:focus,
  section#tipsa input[type="number"]:focus,
  section#tipsa input[type="search"]:focus,
  section#tipsa input[type="tel"]:focus,
  section#tipsa input[type="time"]:focus,
  section#tipsa input[type="url"]:focus {
    border: 4px solid #ebedf2 !important;
  }

  section#tipsa textarea {
    width: 100%;
    height: 224px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: transparent !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 4px;
    border: 4px solid #f0f3f8;
    padding: 18px 20px 0 20px;
    color: #222;
    background-color: #f0f3f8 !important;
    font-size: 18px;
    font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
    resize: none !important;
  }

  section#tipsa textarea:focus {
    border: 4px solid #ebedf2 !important;
  }

  section#tipsa select {
    width: 100%;
    height: 120px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: transparent !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    border: 4px solid #f0f3f8;
    padding: 0 0 0 20px;
    color: #222;
    background-color: #f0f3f8 !important;
    font-size: 18px;
  }

  section#tipsa option:hover,
  section#tipsa option:focus,
  section#tipsa option:checked {
    background-color: #f0f3f8 !important;
    background: #f0f3f8 !important;
    color: #222 !important;
    outline: 0 !important;
  }

  section#tipsa label {
    margin: 15px 0;
    font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
  }

  section#tipsa input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 220px;
    height: 50px;
    border-radius: 25px;
    border-width: 0;
    color: #fff;
    background-color: #3f4751;
    float: right;
    font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
    font-weight: normal;
  }

  section#tipsa input[type="submit"]:hover {
    background-color: #818a95;
  }

  section#tipsa form p {
    margin-bottom: 15px;
  }

  section#tipsa .policy {
    width: 100%;
    font-family: "Stag Sans Web", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin: 0 0 50px 0;
    padding: 0;
    display: inline-block;
  }

  section#tipsa .policy a {
    font-family: "Stag Sans Web Semibold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
  }

  section#tipsa .policy a:hover {
    font-size: 14px;
    color: #d75806;
  }

  *:focus {
    outline: none;
    outline-width: 0;
  }

  input {
    outline: none;
    outline-width: 0;
  }

  /** Laholm specific override **/

  #laholm section a,
  #laholm footer .wrap a {
    color: #ed1b24 !important;
  }

  #laholm section a:hover,
  #laholm footer .wrap a:hover {
    color: #b41118 !important;
  }

  #laholm .ink-navigation ul.menu.horizontal li a:active,
  #laholm .ink-navigation ul.menu.horizontal li a:hover {
    color: #ffffff !important;
    border-bottom: 3px solid #ed1b24;
  }

  #laholm .arrow:hover {
    fill: #b41118 !important;
  }

  #laholm .logo_img {
    height: 38px !important;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {

  /* For portrait layouts only */
  img.tidning_img {
    border: 0;
    top: -185px;
    left: 400px;
    border: 0;
    width: 42%;
  }
}