/*!
Theme Name: df
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: df
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

df is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2rem;
  font-weight: normal;
  margin: 0;
}

p {
  font-size: 1rem;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h2 {
  font-weight: normal;
  font-size: 1.5rem;
}

h3 {
  font-weight: normal;
  font-size: 1.3rem;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Site branding
--------------------------------------------------------------*/

.site-header {
  border-bottom: 1px solid #ddd;
}

.home .site-header {
  border-bottom: none;
}

.site-branding {
  float: left;
}

.site-title {
  margin: 0;
  padding: 14px 0 0 14px;
}

.site-title a {
  display: block;
  height: 50px;
  width: 230px;
  background-image: url("/wp-content/uploads/2019/06/df_logo_trimmed.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.site-title a span {
  display: none;
}

/*--------------------------------------------------------------
## General page layout
--------------------------------------------------------------*/

.site-content,
.content-area {
  margin: 100px 20px;
  max-width: 640px;
}

.home .site-content,
.home .content-area,
.page-id-8432 .site-content,
.page-id-8432 .content-area {
  margin: 0px 20px;
  max-width: 100%;
}

.aktuellt .site-content,
.aktuellt .content-area {
  max-width: 100%;
}

#leftCol {
  display: none;
}

@media screen and (min-width: 1050px) {

  .site-content,
  .content-area {
    width: 900px;
    max-width: 900px;
    margin: 36px auto 36px 20px;
  }

  #leftCol {
    display: block;
    float: left;
    width: 240px;
    margin-right: 10px;
  }

  #main {
    float: left;
    width: 640px;
  }

  .home #main {
    float: none;
    width: 900px;
    max-width: 900px;
    margin: auto;
  }

  .aktuellt #main {
    float: none;
    width: 900px;
    max-width: 900px;
    margin: auto;
  }
}

@media screen and (min-width: 1390px) {

  .site-content,
  .content-area {
    margin: 36px auto;
  }

  .home #main {
    float: none;
    width: 1042px;
    max-width: 1042px;
    margin: auto;
  }
}

/*
}






/*--------------------------------------------------------------
## AKTUELLT
--------------------------------------------------------------*/

.teaser {
  display: block;
  margin: 10px 0 0 0 !important;
  border: 1px solid #e8e0d8;
  background-color: #f8f5f0;
  width: 100%;
}

.teaserThumb {
  width: 160px;
  height: 140px;
  float: left;
  overflow: hidden;
  background-color: #f7e024;
  border-right: 1px solid #e8e0d8;
}

.teaserThumb img {
  object-fit: cover;
  width: 160px;
  height: 140px;
}

.teaserContent {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 5px;
  max-width: 620px;
}

@media screen and (max-width: 1050px) {
  .teaserThumb {
    display: none;
  }

  .teaserContent {
    float: none;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

.intranatspuff .teaserContent {
  max-width: 400px;
}

.teaserContent .posted-on {
  font-size: 0.7rem;
  font-weight: bold;
}

.teaserContent h1,
.teaserContent h2 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}

.teaserContent p {
  font-size: 0.9rem;
  margin: 0;
}

.teaserContent a {
  font-size: 0.9rem;
}

/*--------------------------------------------------------------
## KALENDER/EVENEMANG
--------------------------------------------------------------*/

#calTop {
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
  padding-bottom: 20px;
}

#calTop h2 {
  font-size: 1.7rem;
  margin: 0;
  display: inline-block;
}

#nextMonth span:after {
  font-family: "FontAwesome";
  content: "\f35a";
  font-size: 2rem;
  color: #000;
  float: right;
  display: inline-block;
}

#prevMonth span:after {
  font-family: "FontAwesome";
  content: "\f359";
  font-size: 2rem;
  color: #000;
  float: left;
  display: inline-block;
}

.calBlock {
  border-top: 1px solid #ccc;
  clear: both;
  text-align: center;
}

.dateBlock {
  float: left;
  width: 80px;
  margin-right: 30px;
  padding-bottom: 6px;
  margin-top: 6px;
}

.calDay {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

.weekDay {
  text-transform: capitalize;
  line-height: 1.5;
}

.eventBlock {
  float: left;
  text-align: left;
}

.eventBlock div {
  margin-bottom: 6px;
  margin-top: 6px;
}

span.lokalt, span.externt {
  color: #555;
  background-color: #eee;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 0.7rem;
  padding: 3px;
}

span.centralt {
  display: inline-block;
  background-image: url("/wp-content/uploads/2019/06/df_logo_trimmed.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 140px;
  height: 40px;
  position: relative;
  top: 20px;
}

.eventBlock a {
  padding: 2px;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .dateBlock {
    width: 50px;
    margin-right: 0;
  }

  .calDay {
    font-size: 1.2rem;
  }

  .weekDay {
    font-size: 0.6rem;
  }

  .eventBlock {
    font-size: 0.8rem;
    margin-left: 10px;
    width: 80%;
    padding-bottom: 8px;
  }
}

/*--------------------------------------------------------------
## FRONTPAGE
--------------------------------------------------------------*/

#hero {
  margin: 0 -20px 0 -20px;
  height: 250px;
  background-color: grey;
}

#hero img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 250px;
}

@media screen and (min-width: 800px) {
  #hero {
    margin: 0;
    height: 450px;
  }

  #hero img {
    height: 450px;
  }
}

@media screen and (min-width: 1050px) {

  .home .site-content,
  .home .content-area,
  .page-id-8432 .site-content,
  .page-id-8432 .content-area {
    width: 100%;
    margin: 0 auto;
  }
}

.front-page .entry-content p,
.page-id-8432 .entry-content p {
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 28px auto;
}

@media screen and (min-width: 1050px) {

  .front-page .entry-content p,
  .page-id-8432 .entry-content p {
    width: 80%;
  }
}

.firstRowTeasers {
  display: flex;
  margin: 0 0 0 -14px;
}

.firstRowTeasers .puff {
  flex: 1;
  position: relative;
  padding: 24px 24px 50px 24px;
  background-color: #fadf2a;
  margin-left: 14px;
  margin-bottom: 14px;
  text-align: center;
}

.firstRowTeasers div h2 {
  font-weight: 300;
}

.firstRowTeasers div h2 span {
  color: #bf1212;
  font-weight: 400;
}

.firstRowTeasers div.buttonContainer {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  text-align: center;
}

.firstRowTeasers div.buttonContainer a {
  display: inline-block;
  background-color: #fff;
  color: #000;
  padding: 6px 10px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.firstRowTeasers div.buttonContainer a:hover {
  border: 1px solid #f9ce27;
}

@media screen and (max-width: 700px) {
  .firstRowTeasers {
    flex-direction: column;
  }

  .nyheterContainer {
    height: 330px !important;
  }
}

.frontpageTeaser {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -14px;
}

.frontpageTeaser .puff {
  display: block;
  flex: 1 1 400px;
  min-height: 300px;
  background-color: #fadf2a;
  margin-left: 14px;
  margin-bottom: 14px;
  text-decoration: none;
}

.frontpageTeaser .imgContainer,
.frontpageTeaser .nyheterContainer {
  display: block;
  width: 100%;
  max-height: 289px;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  overflow: hidden;
  position: relative;
}

.frontpageTeaser .nyheterContainer {
  background-color: #f8f5f0;
}

.frontpageTeaser .nyheterContainer ul {
  list-style-type: none;
  margin: 0;
  padding: 20px;
}

.frontpageTeaser .nyheterContainer ul li {
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.frontpageTeaser .nyheterContainer ul li span {
  font-size: 0.8rem;
  font-weight: bold;
}

.frontpageTeaser div img {
  object-fit: cover;
  height: 300px;
  width: 100%;
}

@media screen and (max-width: 700px) {
  .frontpageTeaser .puff {
    min-height: 200px;
  }

  .frontpageTeaser .imgContainer {
    height: 200px;
  }

  .frontpageTeaser div img {
    height: 200px;
  }
}

.frontpageTeaser a:hover img {
  -webkit-filter: brightness(60%);
  /* Safari 6.0 - 9.0 */
  filter: brightness(60%);
}

.frontpageTeaser .undertext {
  display: block;
  padding: 14px 20px;
  color: #000;
  text-align: left;
  text-decoration: none;
}

.frontpageTeaser a:hover .undertext,
.frontpageTeaser a.undertext:hover {
  color: #555;
}

.frontpageTeaser a .bildtext {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  text-align: left;
  width: 80%;
}

.frontpageTeaser a:hover .bildtext {
  display: block;
}

.treknappspuff {
  background-color: #ee3e34;
  color: white;
  padding: 14px 20px;
  text-align: center;
  margin-bottom: 14px;
}

.treknappspuff h2 {
  font-weight: 300;
  color: white;
  margin: 10px auto;
  width: 60%;
}

.treknappspuff buttons {
  text-align: center;
  margin-left: -14px;
}

.treknappspuff a {
  display: inline-block;
  background-color: #fff;
  color: #000 !important;
  padding: 6px 10px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-left: 14px;
}

.treknappspuff a:hover {
  background-color: #dedede !important;
}

@media screen and (max-width: 800px) {
  .treknappspuff a {
    display: block;
    margin: 0 auto 14px;
  }
}

.kontaktPuffar {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 14px 0 0 -14px;
}

.kontaktPuff {
  width: 200px;
  margin-left: 14px;
  margin-bottom: 24px;
  background-color: #f8f5f0;
  display: flex;
  flex-direction: column;
}

.kontaktPuff .kontaktnamn {
  background-color: #fadf2a;
  color: #000;
  padding: 12px;
  font-size: 0.9rem;
  font-weight: 400;
}

.kontaktPuff .kontaktinfo {
  padding: 12px;
  font-size: 0.9rem;
  border: 1px solid #e8e0d8;
  flex: 1 0 auto;
}

.kontaktPuff p {
  font-size: 0.9rem;
  margin: 0 0 8px 0;
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.kontaktPuff .imgContainer {
  display: block;
  width: 100%;
  height: 200px;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  overflow: hidden;
  position: relative;
}

.kontaktPuff div img {
  object-fit: cover;
  height: 200px;
  width: 100%;
}

@media screen and (max-width: 700px) {
  .kontaktPuff {
    flex-direction: column;
    width: 100%;
  }

  .kontaktPuff .imgContainer {
    height: 300px;
    width: 100%;
  }

  .kontaktPuff div img {
    height: 300px;
    width: 100%;
  }
}

.intranatspuff .teaserContent {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
  color: #256b91;
}

a:visited {
  color: #256b91;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## FAQ page template
--------------------------------------------------------------*/

.page-introduction p {
  font-weight: 600;
}

.faq-group-title {
  color: #2c80ad;
  font-weight: 600;
  font-size: 16px;
  margin: 42px 0 20px 0;
}

.faq-list {
  margin: 0;
  padding: 0;
}

.faq-list .faq-container {
  cursor: pointer;
  border: 2px solid #ddd;
  padding: 0 20px 0 20px;
  margin-bottom: 20px;
}

.faq-list .faq-container .faq-show-details-button {
  min-height: 33px;
  min-width: 33px;
  border-radius: 8px;
  background-color: #2a78a3;
  position: absolute;
  right: 0;
  top: 10px;
}

.faq-list .faq-container .faq-show-details-button.active {
  background-color: #194a67;
}

.faq-list .faq-container .faq-show-details-button::after {
  content: " ";
  position: absolute;
  display: block;
  background-color: #fff;
  height: 3px;
  margin-top: 0;
  border-radius: 2px;
  top: 15px;
  left: 8px;
  right: 8px;
  z-index: 9;

  transition-duration: 0.2s;
  transition-property: transform;
}

.faq-list .faq-container .faq-show-details-button::before {
  content: " ";
  position: absolute;
  display: block;
  background-color: #fff;
  width: 3px;
  margin-left: 0;
  border-radius: 2px;
  left: 15px;
  top: 8px;
  bottom: 8px;
  z-index: 9;

  transition-duration: 0.2s;
  transition-property: transform;
}

.faq-list .faq-container .faq-show-details-button.active::after,
.faq-list .faq-container .faq-show-details-button.active::before {
  transform: rotate(45deg);
  border-radius: 2px;
}

.faq-list .faq-container .faq-question {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
}

.faq-list .faq-container .faq-question h2 {
  font-size: 1.6rem;
  transition: font-size 0.2s ease-out, font-weight 0.2s ease-out;
  margin: 15px 0;
}

.faq-list .faq-container .faq-question .questions-wrapper h2 {
  margin: 5px 0;
  font-size: 24px;
  padding-right: 5px;
}

.faq-list .faq-container .faq-question .questions-wrapper h2:first-of-type {
  padding-right: 40px;
  margin-top: 15px;
}

.faq-list .faq-container .faq-question .questions-wrapper h2:last-of-type {
  margin-bottom: 15px;
}

.faq-list .faq-container .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.faq-list .faq-container .faq-answer p {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* --------------------------------------
	Extra menu above main header	
---------------------------------------*/

#topBar {
  background-color: #fadf2a;
  display: none;
}

#topBar ul {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: fit-content;
}

#topBar ul li {
  float: left;
}

#topBar ul li a {
  display: block;
  padding: 3px 10px;
  text-decoration: none;
  font-size: 0.8rem;
  color: #000;
}

#topBar ul li a span {
  display: block;
  padding-top: 3px;
}

#topBar ul li a:hover {
  color: #888;
}

#topBar ul .menu-item-gtranslate {
  position: relative;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 3px 10px;
}

#topBar ul .menu-item-gtranslate select {
  font-size: 0.8rem;
  font-family: Raleway, sans-serif;
  border: none;
  background-color: white;
  border: 2px solid white;
  border-radius: 2px;
  padding: 0px 4px;
}

#topBar ul .menu-item-gtranslate select:focus {
  outline: 0;
}

/*facebook and youtube links*/

#topBar #menu-item-1417 a span,
#topBar #menu-item-1418 a span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#topBar #menu-item-1417 a:after {
  font-family: "FontAwesome";
  content: "\f09a";
  font-size: 1rem;
  color: #4267b2;
}

#topBar #menu-item-1418 a:after {
  font-family: "FontAwesome";
  content: "\f167";
  font-size: 1rem;
  color: #ff0000;
}

@media screen and (min-width: 1050px) {
  #topBar {
    display: block;
  }
}

/* --------------------------------------
	Button menu for search/phone/login
---------------------------------------*/

#button-menu {
  display: none;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1050px) {
  #button-menu {
    display: block;
  }
}

#button-menu li {
  float: left;
}

#button-menu li a {
  display: block;
  text-decoration: none;
  font-size: 0.9rem;
  color: #fff;
  width: 82px;
  height: 82px;
  text-align: center;
  background-color: #e6722f;
  line-height: 80px;
  padding: 0;
  margin: 0;
}

/*phone button*/

#button-menu #menu-item-1411 a {
  background-color: #2c80ad;
  font-size: 0;
}

#button-menu #menu-item-1411 a:after {
  font-family: "FontAwesome";
  content: "\f095";
  font-size: 2rem;
}

/*search button*/

#button-menu #menu-item-1410 a {
  background-color: #e6722f;
  font-size: 0;
}

#button-menu #menu-item-1410 a:after {
  font-family: "FontAwesome";
  content: "\f002";
  font-size: 2rem;
}

/* login/logout button depending on login status  */

#top-menu .logga-ut {
  display: none;
}

.logged-in #top-menu .logga-ut {
  display: block;
}

#top-menu .login-fortroendevalda {
  display: block;
}

.logged-in #top-menu .login-fortroendevalda{
  display: none;
}

/* --------------------------------------
	Main menu	
---------------------------------------*/

#primary-menu {
  display: none;
}

@media screen and (min-width: 1050px) {
  #primary-menu {
    display: block;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #primary-menu li {
    float: left;
  }

  #primary-menu li a {
    display: block;
    padding: 30px 14px 0;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    color: #000;
    height: 82px;
  }

  #primary-menu li a:hover,
  #primary-menu li.current-menu-ancestor a,
  #primary-menu li.current-menu-item a {
    background-color: #fadf2a;
  }

  /*submenus*/
  #primary-menu ul {
    display: none;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ddd;
  }

  #primary-menu ul li {
    float: none;
  }

  /*hide some of the menu items on desktop*/
  #primary-menu #menu-item-1738,
  /*butik*/
  #primary-menu #menu-item-2012,
  /*ge en gåva*/
  #primary-menu #menu-item-2047,
  /*logga in */
  #primary-menu #menu-item-2048,
  /*logga ut */
  #primary-menu #menu-item-2044,
  /*yngrenätverket*/
  #primary-menu #menu-item-2050,
  /*demensvän*/
  #primary-menu #menu-item-4775,
  /*intranät*/
  #primary-menu #menu-item-6668

  /*intranät ej inloggad*/
    {
    display: none;
  }
}

/*override mobile menu css*/

#wprmenu_bar {
  border-bottom: 1px solid #ddd;
}

#wprmenu_bar div.hamburger {
  margin-top: -3px;
  float: right;
}

#wprmenu_bar .menu_title {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  position: relative;
  top: 0;
}

#wprmenu_bar .menu_title a {
  display: inline-block;
  position: relative;
  top: 0;
}

#wprmenu_bar span.wpr-logo-wrap img {
  margin: 0;
  padding: 0px 8px 0px 6px;
  width: auto;
  height: 40px;
  margin-top: -7px;
}

div.wpr_search {
  background-color: #e6722f;
  padding: 16px !important;
  width: 100% !important;
  margin-left: 0 !important;
}

.search-menu {
  padding: 0;
}

#phoneMobile {
  background-color: #2c80ad;
  padding: 16px !important;
  width: 100% !important;
  margin-left: 0 !important;
  color: #fff !important;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
}

#phoneMobile a {
  color: #fff !important;
}

#responsive-menu-pro-header {
  border-bottom: 1px solid #ccc;
}

#responsive-menu-pro-container {
  top: 80px !important;
}

.responsive-menu-pro-item-current-ancestor {
  font-weight: bold;
}

.responsive-menu-pro-item-current-ancestor li {
  font-weight: normal;
}

.responsive-menu-pro-item-current-ancestor li.responsive-menu-pro-item-current-ancestor {
  font-weight: bold;
}

#responsive-menu-pro-search-box {
  background-color: #e6722f;
}

/* mobile menu login/logout button depending on login status  */

#responsive-menu-pro-item-2048,
#responsive-menu-pro-item-4775 {
  display: none;
}

.logged-in #responsive-menu-pro-item-2048,
.logged-in #responsive-menu-pro-item-4775 {
  display: block;
}

#responsive-menu-pro-item-2047,
#responsive-menu-pro-item-6668 {
  display: block;
}

.logged-in #responsive-menu-pro-item-2047,
.logged-in #responsive-menu-pro-item-6668 {
  display: none;
}

/* left navigation header*/

.leftColHeading li {
  display: none;
}

.leftColHeading li a {
  font-size: 1.5rem !important;
  font-weight: normal !important;
}

.leftColHeading li.current-menu-item,
.leftColHeading li.current-menu-ancestor {
  display: block;
  margin-bottom: 10px;
}

/*hide mobile specific special links*/

.leftColHeading li.menu-item-6668,
.leftColHeading li.menu-item-2047 {
  display: none;
}

/* left navigation */

#leftCol ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#leftCol ul li {
  padding-top: 10px;
  line-height: 1.1;
}

#leftCol ul ul {
  margin: 0 0 0 14px;
}

#leftCol .sub-menu {
  display: none;
}

#leftCol .current-menu-item .sub-menu {
  display: block;
}

#leftCol .current-menu-ancestor .sub-menu {
  display: block;
}

#leftCol .current-menu-item .sub-menu .sub-menu {
  display: none;
}

#leftCol .current-menu-ancestor .sub-menu .sub-menu {
  display: none;
}

#leftCol .sub-menu .current-menu-item .sub-menu {
  display: block;
}

#leftCol .sub-menu .current-menu-ancestor .sub-menu {
  display: block;
}

#leftCol .current-menu-item .sub-menu .sub-menu .sub-menu {
  display: none;
}

#leftCol .current-menu-ancestor .sub-menu .sub-menu .sub-menu {
  display: none;
}

#leftCol .sub-menu .sub-menu .current-menu-item .sub-menu {
  display: block;
}

#leftCol .sub-menu .sub-menu .current-menu-ancestor .sub-menu {
  display: block;
}

#leftCol ul a {
  text-decoration: none;
  font-size: 1rem;
  color: #000;
}

#leftCol ul ul ul ul {
  border-left: 3px solid #ddd;
  margin-left: 2px;
  margin-top: 6px;
}

#leftCol ul ul ul ul li {
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 1;
  margin-left: 6px;
}

#leftCol ul ul ul ul a {
  display: block;
  font-size: 0.9rem;
}

#leftCol ul ul ul .current_page_parent a {
  font-weight: bold;
}

#leftCol ul ul ul .current_page_parent ul a {
  font-weight: normal;
}

#leftCol ul .current_page_item a {
  font-weight: bold !important;
}

#leftCol ul .current_page_item ul a {
  font-weight: normal !important;
}

#leftCol ul a:hover {
  text-decoration: none;
  color: #666;
}

/*
Menu for news template	
*/

ul#aktuelltMeny {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 -10px;
  display: flex;
}

ul#aktuelltMeny li {
  flex: 1;
  margin-left: 10px;
}

ul#aktuelltMeny li a {
  display: block;
  padding: 8px;
  background-color: #32769b;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

ul#aktuelltMeny li.current-menu-item a {
  background-color: #fadf2a;
  color: #000;
}

.evenemang ul#aktuelltMeny li.menu-item-1873 a {
  background-color: #fadf2a;
  color: #000;
}

/*
Fields connected to button menu
*/

#searchform {
  display: none;
}



#phoneInfo {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  padding: 0px 40px;
  background-color: #2c80ad;
  color: white;
  text-align: center;
  height: fit-content;
  line-height: 3.5;
  font-size: 1.5rem;
}

.phoneRow {
  display: flex;
  flex-wrap: wrap;
  width: auto;
}

.phoneRow .label {
  padding-right: 10px;
}

#phoneInfo#phone1 {
  color: white;
  text-decoration: none;
}

#phoneInfo a {
  color: white;
  text-decoration: none;
}

#phone1 {
  font-weight: bold;
  color: white;
}

@media screen and (max-width: 1049px) {
  #phoneInfo {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0px;
    line-height: 3;
  }
}

@media screen and (max-width: 700px) {
  #phoneInfo {
    justify-content: flex-start;
    gap: 0px;

    .phoneRow {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
    }

    a {
      margin: 0px
    }
  }
}

@media screen and (max-width: 550px) {
  #phoneInfo {
    padding: 10px 20px;
    font-size: 1rem;
    line-height: 2;
  }
}



@media screen and (min-width: 1050px) {
  #searchform {
    background-color: #e6722f;
    text-align: center;
    font-size: 2rem;
    height: 4.5rem;
  }

  #searchform.shown {
    display: block;
  }

  #searchform input {
    width: 50%;
    border: none;
    border-radius: 0;
    padding: 0.5;
    height: 2rem;
    margin-top: 1.2rem;
  }

  #searchform .search-submit {
    width: 4rem;
    height: 2rem;
    background-color: #2c80ad;
    font-size: 1rem;
    padding: 0;
    border: none;
    border-radius: 0;
    color: #fff;
    margin-top: 1.2rem;
  }

  .search-submit:hover {
    cursor: pointer;
  }
}

/*
sticky buttons
*/

#stickyMember {
  position: fixed;
  bottom: 0;
  width: 50%;
  left: 0;
  z-index: 99;
  background-color: #266c91;
  color: white;
  padding: 0.7rem;
  text-align: center;
  text-decoration: none;
}

#stickyMember .fas,
#stickyGift .fas {
  font-size: 1.3rem;
  margin-right: 6px;
}

#stickyGift {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50%;
  z-index: 99;
  background-color: #e91b11;
  color: white;
  padding: 0.7rem;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 1050px) {
  #stickyGift {
    position: fixed;
    top: 300px;
    width: 130px;
    right: 0;
    height: 50px;
    font-size: 0.9rem;
    padding: 14px 0 0 0;
  }

  #stickyMember {
    float: right;
    position: fixed;
    top: 300px;
    width: 130px;
    right: 0;
    height: 50px;
    left: auto;
    margin-top: 50px;
    font-size: 0.9rem;
    padding: 14px 0 0 0;
  }
}

/* -------------------------
	FOOTER
------------------------- */

#footerContainer {
  background-color: #2978a3;
  padding-bottom: 100px;
}

#footer {
  margin: 50px 20px;
  display: flex;
  color: #fff;
  font-size: 0.9rem;
}

@media screen and (min-width: 1050px) {
  #footer {
    width: 900px;
    margin: 50px auto;
  }
}

#footer .widget {
  margin: 0 0 2rem;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

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

#footer p {
  font-size: 0.9rem;
}

#footer .wpforms-field-label,
#footer .wpforms-field-label-inline {
  font-size: 0.9rem !important;
}

#footer h2 {
  font-size: 0.9rem;
  font-weight: bold;
}

#socialLinks {
  margin-top: -20px;
}

#socialLinks a span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#footerLeft,
#footerRight {
  flex: 1 1 300px;
}

#footerLeft {
  padding-right: 30px;
}

@media screen and (max-width: 600px) {
  #footer {
    flex-direction: column;
  }
}

#footerLeft i {
  font-size: 32px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
}

#footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer ul li {
  margin: 0 auto 6px 0;
}

#footerRight input,
#footerRight textarea,
#footerRight button,
#footerRight select {
  border-radius: 5px;
}

#footerRight button {
  background-color: #5cc6f1;
  font-weight: bold;
  text-transform: uppercase;
  float: right;
  border-color: #96ddfa;
}

/*WOO*/

.woocommerce ul.order_details {
  padding: 0;
}

.woocommerce ul.order_details li {
  margin-top: 1em;
}

.entry-content .woocommerce {
  margin-top: 20px;
}

.woocommerce-result-count,
.woocommerce-ordering {
  display: none;
}

/*BUTIK*/

.woocommerce-loop-product__title {
  color: #000;
}

.woocommerce-loop-product__title:hover {
  color: #000;
  text-decoration: underline;
}

.woocommerce .button {
  background-color: #fadf2a !important;
  color: #000 !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  font-size: 0.7rem !important;
}

.wc-tabs {
  display: none;
}

.woocommerce .product_meta {
  display: none;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 20px 0 0 -20px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 200px;
  margin: 0 0 20px 20px !important;
  background-color: #f8f5f0;
  display: flex;
  flex-direction: column;
  padding: 20px 10px 0;
}

.woocommerce ul.products li.product a img,
.wpsf-product {
  display: block !important;
}

.woocommerce ul.products li.product a img,
.wpsf-product a img {
  width: auto;
  height: auto;
  max-height: 160px;
  max-width: 160px;
  display: block;
  box-shadow: none;
  margin: 0 auto;
}

.wpsf-product a img {
  max-width: 140px;
}

.woocommerce ul.products h2.woocommerce-loop-product__title,
.wpsf-product .wpsf-product-title a {
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  text-align: center;
  margin: 0 6px;
}

.woocommerce ul.products .price {
  font-size: 0.9rem !important;
  text-align: center;
  margin-bottom: 60px !important;
}

.wpsf-product .amount {
  color: #77a464;
  font-weight: normal;
}

.woocommerce ul.products li.product .button {
  margin-top: 1em;
  position: absolute;
  bottom: 10px;
  text-align: center;
  left: 40px;
}

div#wps-slider-section .wpsf-product {
  height: 320px;
  background-color: #f8f5f0;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wpsf-product a {
  display: block;
  position: relative;
  padding-top: 10px;
}

@media screen and (max-width: 600px) {
  .slick-active {
    width: 340px !important;
  }
}

.wpsf-product .wpsf-cart-button a {
  position: absolute;
  bottom: 10px;
  width: 140px;
  left: 50%;
  transform: translateX(-50%);
  border: none !important;
  border-radius: 5px !important;
  line-height: normal !important;
}

@media screen and (max-width: 768px) {

  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    float: none;
    clear: none;
    width: 200px;
    margin: 0 0 20px 20px !important;
    background-color: #f8f5f0;
    display: flex;
    flex-direction: column;
    padding: 20px 10px 0;
  }
}

@media screen and (max-width: 600px) {
  .woocommerce ul.products li.product .button {
    position: relative;
    left: 0;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 20px 0 0 -20px;
    width: 100% !important;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100% !important;
  }

  .woocommerce ul.products li.product a img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
  }
}

.woocommerce ul.products li.product .added_to_cart {
  font-size: 0.8rem !important;
  text-decoration: underline;
  text-align: center;
  color: #000;
  display: block;
  margin-bottom: 40px;
}

#pco-extra-checkout-fields #additional_pnr_field,
#pco-extra-checkout-fields #additional_kommun_ref_field {
  display: none;
}

span.optional {
  display: none;
}

.xoo-wsc-basket {
  z-index: 9999;
}

.sp-woo-product-slider-section-title {
  background-color: #fadf2a;
  padding: 16px !important;
  font-weight: normal !important;
  margin-bottom: -10px !important;
  font-size: 1rem !important;
  margin-top: 20px !important;
}

.sp-woo-product-slider-section-title a {
  display: block;
  color: #000;
  text-decoration: none;
}

div#wps-slider-section .wps-product-section .slick-prev {
  top: -30px;
  right: 45px;
}

div#wps-slider-section .wps-product-section .slick-next {
  top: -30px;
  right: 10px;
}

.wps-product-section {
  margin-top: 53px;
}

.slick-arrow {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {

  div#wps-slider-section .wps-product-section .slick-prev,
  div#wps-slider-section .wps-product-section .slick-next {
    top: 20px;
  }

  .slick-track {
    min-width: 3508px;
  }
}

div#wps-slider-section .wps-product-section .slick-arrow {
  background-color: #111 !important;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.content-area:before,
.content-area:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.content-area:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.wp-block-gallery a {
  color: #fff;
  text-decoration: underline;
}

.wp-block-gallery a:visited,
.wp-block-gallery a:hover,
.wp-block-gallery a:focus,
.wp-block-gallery a:active {
  color: #fff;
}

.wp-block-separator {
  border-top: none;
  border-bottom: none;
}

/*R-style*/

.page-id-1066 .treknappspuff {
  background-color: #fff;
}

.page-id-1066 .buttons a,
.page-id-1066 .buttons a:hover {
  background-color: #ee3e34;
  border-radius: 5px;
  color: #fff !important;
  display: inline-block;
  margin: 30px;
  text-decoration: none !important;
  padding: 5px;
  font-size: 1rem;
}

@media screen and (max-width: 500px) {
  #aktuelltMeny a {
    height: 70px;
  }

  #menu-item-1872 a {
    line-height: 25px;
  }
}

.search .entry-title a,
.search .nav-previous a {
  color: #000;
  text-decoration: none;
}

.search .entry-header {
  border: solid;
  border-width: 1px 0 0 0;
  border-color: #b5b8bc;
  margin-top: 20px;
}

.byline {
  display: none;
}

.wpforms-submit {
  background-color: #ee3e34 !important;
  font-weight: bold;
  text-transform: uppercase !important;
  border-color: #ee3e34 !important;
  color: #fff !important;
  border-radius: 5px !important;
}

#wpforms-submit-703 {
  background-color: #ddd !important;
  border-color: #ddd !important;
  color: #000 !important;
}

.fullRowTeaser p {
  color: #fff;
  font-size: 1.5rem;
}

.fullRowTeaser a {
  background-color: #fff;
  text-decoration: none;
  padding: 0.5rem;
  border-radius: 5px;
  font-size: 1rem;
  margin-right: 10px;
  margin-left: 10px;
  display: block;
  margin-bottom: 5px;
}

.fullRowTeaser {
  height: 300px;
  width: 100%;
  text-align: center;
  background-color: #ee3e34;
  margin-bottom: 20px;
  color: #fff;
}

@media screen and (min-width: 1050px) {
  .post-1744 {
    width: 600px;
  }

  .fullRowTeaser {
    height: 200px;
  }

  .fullRowTeaser a {
    display: inline-block;
  }
}

/*404*/

input.search-submit {
  background-color: #2c80ad;
  height: 2rem;
  color: #fff;
  font-size: 1rem;
  padding: 3px;
  width: 4rem;
  border-radius: 0;
}

input.search-field {
  border-radius: 0;
}

.widget-title,
.widgettitle {
  font-size: 1rem;
}

/*LOGIN*/

#loginform {
  background-color: #000;
}

.login form {
  background-color: #000;
}

#login {
  width: 1rem;
}

@media screen and (min-width: 1050px) {
  .page-id-1543 #leftCol {
    display: none !important;
  }
}

.page-id-364,
.page-id-1543,
.page-id-1724 #leftCol {
  display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
  padding-left: 5rem;
  width: 60%;
}

.wp-block-image figcaption,
.wp-block-embed-youtube figcaption {
  margin-top: 0;
  margin-bottom: 1em;
  text-align: center;
  color: #888;
  font-size: 0.9rem;
}

#upArrow {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border-radius: 50%;
  background-color: #fff;
  /* Set a background color */
  color: #fadf2a;
  /* Text color */
  font-size: 0;
  /* Increase font size */
  width: 37px;
  height: 37px;
  padding: 0 !important;
}

@media screen and (max-width: 700px) {
  #upArrow {
    right: auto;
    left: 10px;
    bottom: 52px;
  }
}

#upArrow:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0aa";
  font-size: 37px !important;
  line-height: 1 !important;
  font-weight: 900;
  padding: 0 !important;
  width: 37px;
  height: 37px;
}

ul.twelveStepTeasers {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: -15px;
  padding: 0;
}

ul.twelveStepTeasers li {
  background-color: #ccc;
  width: 200px;
  height: 200px;
  margin: 15px;
  flex-grow: 1;
}

ul.twelveStepTeasers li a {
  display: block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
}

ul.twelveStepTeasers li a span.stepNo {
  display: block;
  text-align: center;
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}

ul.twelveStepTeasers li a span.stepHeading {
  display: block;
  text-align: center;
  font-size: 0.9rem;
}

.twelveStepContent {
  padding-top: 30px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}

.twelveStepContent .stepContentNo {
  flex: 0 0 20%;
  font-size: 8rem;
  color: #ccc;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  margin-right: 20px;
  padding-bottom: 20px;
}

.twelveStepContent .textDiv {
  flex: 1;
}

.twelveStepContent h2 {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 30px;
}

.twelveStepContent .inlineContentNo {
  display: none;
}

.twelveStepContent .imageDiv {
  display: none;
  border-left: 6px solid #ccc;
}

.stepContentTeaser {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  background-color: #ccc;
  margin-bottom: 10px;
}

.stepContentTeaser>div,
.stepContentTeaser>a {
  flex: 1;
  background-size: cover;
  background-position: top center;
}

.stepContentTeaser .textDiv {
  flex: 0 0 350px;
  padding: 30px;
}

.stepContentTeaser a {
  text-decoration: none;
  color: #fff;
}

.stepContentTeaser h3 {
  font-weight: bold;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.stepContentTeaser .fas {
  display: block;
  text-align: center;
  font-size: 2.7rem;
}

@media screen and (max-width: 700px) {
  ul.twelveStepTeasers {
    display: none;
  }

  .twelveStepContent {
    display: block;
  }

  .twelveStepContent .textDiv {
    display: block;
  }

  .twelveStepContent h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .twelveStepContent .imageDiv {
    display: block;
    height: 200px;
    background-size: cover;
    background-position: top center;
  }

  .twelveStepContent .stepContentNo {
    display: none;
  }

  .twelveStepContent .inlineContentNo {
    display: inline;
  }

  .stepContentTeaser {
    display: block;
  }

  .stepContentTeaser .textDiv {
    display: block;
  }

  .stepContentTeaser .imageDiv {
    display: none;
  }
}

.step_1,
.step_8,
.step_12 {
  background-color: #e65e2f !important;
  border-left-color: #e65e2f !important;
}

.stepNo_1,
.stepNo_8,
.stepNo_12 {
  color: #e65e2f !important;
}

.step_2,
.step_7,
.step_11 {
  background-color: #2c80ad !important;
  border-left-color: #2c80ad !important;
}

.stepNo_2,
.stepNo_7,
.stepNo_11 {
  color: #2c80ad !important;
}

.step_3,
.step_5,
.step_9 {
  background-color: #3fa535 !important;
  border-left-color: #3fa535 !important;
}

.stepNo_3,
.stepNo_5,
.stepNo_9 {
  color: #3fa535 !important;
}

.step_4,
.step_6,
.step_10 {
  background-color: #ffb300 !important;
  border-left-color: #ffb300 !important;
}

.stepNo_4,
.stepNo_6,
.stepNo_10 {
  color: #ffb300 !important;
}

/* Talande webb */
#bapluslogo {
  float: right;
  display: block;
  padding: 6px 10px 0;
  text-decoration: none;
  font-size: 0.8rem;
  color: #000;
}

#bapluslogo i {
  margin-right: 3px;
}

#bapluslogo:hover {
  color: #888;
}

@media screen and (max-width: 700px) {
  #bapluslogo {
    float: none;
    font-size: 1em;
  }
}

#__ba_panel {
  display: none;
}

.paysoncheckout-select-other-wrapper {
  display: none;
}

/* --------------------------------------
	WP block file button
---------------------------------------*/

.wp-block-file *+.wp-block-file__button {
  margin-left: 0.75em;
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 0.8em;
  padding: 0.5em 1em;
}