/*! normalize.css v8.0.1 | 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 */
}

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

div {
	display: flex;
}

.block {
	display: block;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

hr {
  -webkit-box-sizing: content-box;
          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.
 */

/* 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.
 */

/**
 * 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 {
  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.
 */

/* 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,
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="submit"] {
 /* -webkit-appearance: button;*/
}

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

button::-moz-focus-inner,
[type="button"]::-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="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 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.
 */

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

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 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;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */


h1,
h2,
h3,
h4,
hr,
p {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

button:focus, input:focus {
	outline: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */


code {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
object {
  display: block;
  vertical-align: middle;
}

figure {
	margin: 2rem 0;
	max-width: 100%;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/* ---------------------------- CONTAINER --------------------------- */

.container {
	width: 100%;
	padding: 0 2rem;

}

/*
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
*/
@media (min-width: 768px) {
  .container {
    padding: 0 3rem;
  }
}
/*
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}*/

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

/* ------------------------ SLUT CONTAINER ------------------------ */

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.border-black {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border-solid {
  border-style: solid;
}

.border-2 {
  border-width: 2px;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.font-bold {
  font-weight: 700;
}

.h-0 {
  height: 0;
}

.h-full {
  height: 100%;
}

.text-sm {
  font-size: 16px;
}

.text-base {
  font-size: 1rem;
}

.m-0 {
  margin: 0;
}

.m-12 {
  margin: 3rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-auto {
  margin-left: auto;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.max-w-32 {
  max-width: 8rem;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.overflow-hidden {
  overflow: hidden;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pr-0 {
  padding-right: 0;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.shadow-lg {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

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

.text-black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-gray-600 {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.no-underline {
  text-decoration: none;
}

.break-words {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.w-8 {
  width: 2rem;
}

.w-16 {
  width: 4rem;
}

.w-auto {
  width: auto;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/4 {
  width: 25%;
}

.w-full {
  width: 100%;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.gap-5 {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.gap-y-8 {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

html {
  font-size: 18px;
}

body {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

strong,
b {
  font-weight: 700;
}

p {
  margin: 0 0 16px;
}

a {
  text-decoration: underline;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

a:focus,
a:hover {
    color: #F39200;
  }

h1,
h2,
h3,
h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {

	h1,
	h2,
	h3,
	h4 {
		margin-top: 3rem
	}
}

h1,
h2,
h3 {
  line-height: 1.25;
}

h4 {
  line-height: 1.5;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.5rem;
}

ul,
ol {
	font-size: 17px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: 30px;
	font-family: TradeGothicLTStd-Cn18, sans-serif;
	list-style-position: outside;
}

li {
  line-height: 1.3;
}

.sidebar li,
.article li {
    list-style-type: disc;
  }

.list-reset {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity));
  background-color: #569798;
}

::selection {
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity));
  background-color: #569798;
}

/*----------------------------- NAVIGERING -------------------------------*/

/* SPRÅKINSTÄLLNING */

/*Engelska*/
#menu-item-37078::before,
#menu-item-37348::before {
	/*content: "♥ ";*/
}

/*Svenska*/
#menu-item-37251::before,
#menu-item-37349::before {
	/*content: "♥ ";*/
}

/* SLUT SPRÅKINSTÄLLNING */

.nav-primary a {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    /*font-style: italic;*/
    text-decoration: none;
  }

.nav-primary a:focus,
		.nav-primary a:hover {
      text-decoration: underline;
    }

.nav-primary li {
    line-height: 1.25;
  }

.nav-primary .highlight {
    --text-opacity: 1;
    color: #DB3A34;
    color: rgba(219, 58, 52, var(--text-opacity));
    font-style: normal;
  }

.nav-primary .button {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

.nav-primary {
  display: none;
}

@media (min-width: 1024px) {
	.nav-primary {
		display: block;
	}

    .nav-primary li {
      margin-bottom: 0
    }
      .nav-primary li:last-child a {
        margin-right: 0;
      }

    .nav-primary a {
      margin-right: 1.3rem;
    }

    .nav-primary .button {
	  padding-left: 1rem;
	  padding-right: 1rem;
	  padding-top: 0.5rem;
	  padding-bottom: 0.5rem;
	  font-size: 0.875rem;
    }

    .nav-primary .sub-menu {
      display: none;
      position: absolute;
      --bg-opacity: 1;
      background-color: #fff;
      background-color: rgba(255, 255, 255, var(--bg-opacity));
      -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
              box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
      @extend .list-reset;
    }
      .nav-primary .sub-menu a {
        --text-opacity: 1;
        color: #edf2f7;
        color: rgba(237, 242, 247, var(--text-opacity));
      }
}

@media screen and (min-width: 1200px) {
	.nav-primary a {
		margin-right: 2rem;
	}
}

.active {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  display: block !important;
}

.nav-va {
  display: none;
}

@media (min-width: 1024px) {

	.nav-va {
		display: block;
		padding-right: 50px;
		margin: 0 !important;
		height: 20px
	}
}

.only-mobile-hidden {
	display: block;
	height: 0;
	overflow: hidden;
	transition: height 1s ease;
	float: left;
	clear: both;
}

.only-mobile-hidden div {
	display: block;
}

.only-mobile-hidden ul {
	margin: 0;
}

@media (min-width: 1024px) {
	.only-mobile-hidden {
		display: inherit;
		height: auto;
	}
}

.nav-primary a {
  font-style: normal !important;
}

.nav-secondary, .nav-primary {
  z-index: 3;
  position: relative;
}

.nav-secondary {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav-secondary a {
    font-style: normal;
    color: black;
    font-size: 19px;
}

@media screen and (min-width: 1200px) {
	.nav-secondary a {
		font-size: 22px;
	}
}

/* MOBILMENY */


.nav-secondary > .nav-mobile a {
  float: left;
  padding-bottom: 5px;
  text-decoration: none;
}

.nav-mobile ul.list-reset {
	display: inline-flex;
	flex-direction: column-reverse;
}

.mobile-primary {
	text-transform: uppercase;
	font-family:  TradeGothicLTStd-BdCn20, sans-serif;
	display: block;
}

.mobile-primary li ul li {
	text-transform: none;
	font-family:  TradeGothicLTStd-Cn18, sans-serif;
}


.mobile-primary li div.sub-menu li:first-child {
	margin-top: 1rem;
}

.mobile-primary li ul li:last-child {
	margin-bottom: 1rem;
}

.mobile-secondary {
	margin-top: 1.5rem;
	padding-top: 2rem;
	border-top: 1px solid #3a8687;
}

.mobile-secondary li a {
  color: #3a8687;
}

.nav-mobile li .sub-menu:first-child {
  display: none;
}

.nav-mobile {
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform
}

.nav-mobile {
  -webkit-transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.nav-mobile {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	padding: 2rem;
	z-index: 50;
	width: 100%;
	overflow: scroll;
	z-index: 50;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	background-color: aliceblue;
}

.nav-mobile .active {
    background-color: #93bdbd !important;
    display: block;
  }

.mobile-menu-close {
	width: 3rem;
	height: 3rem;
    position: absolute;
	right: 20px;
	top: 20px;
	margin: 0;
	border-radius: 50%;
	text-align: left;
	white-space: nowrap; 
	overflow: hidden;
  }

.mobile-menu-close::before {
	font-family: FontAwesome;
	content: "\f00d ";
}

.mobile-menu-close .button-text {
	display: inline-block;
	text-indent: -9999px;
}

.nav-mobile li {
    width: 100%;
    float: left;
  }

.mobile-secondary li a {
	font-family: TradeGothicLTStd-Cn18, sans-serif;
  }

.mobile-menu-item {
  height: 20px;
}

.mobile-menu-item button {
	color: #000;
	text-transform: uppercase;
	font-family: TradeGothicLTStd-BdCn20, sans-serif;
	font-size: 24px;
}

@media (min-width: 1024px) {

	.mobile-menu-item {
		display: none
	}
	
	.nav-mobile {
		display: none
	}
}

/* SLUT MOBILMENY */

@media (min-width: 1024px) {
  .toggle {
    display: none;
  }
}


.sub-menu-orange > a {
  color: rgb(243, 146, 0);
}

.sub-menu {
  padding-left: 20px;
}

@media (min-width: 1024px) {

	.sub-menu {
		padding-left: 70px;
	}
}

.sub-menu ul {
  margin-left: 0;
}

/* PRIMÄRMENY */

/*Knapp för att stänga menyn*/

.desktop-menu-close {
	width: 3rem;
	height: 3rem;
    position: fixed;
	right: 115px;
	top: 128px;
	margin: 0;
	border-radius: 50%;
	text-align: left;
	white-space: nowrap; 
	overflow: hidden;
	z-index: 99999;
}
.desktop-menu-close.logged-in {
	top: 160px;
}

.desktop-menu-close:active {
	border: 0;
	outline: 0;

}

.desktop-menu-close::before {
	font-family: FontAwesome;
	content: "\f00d ";
	margin-left: 40px;
}

.desktop-menu-close .button-text {
	display: inline-block;
	text-indent: -9999px;
}

@media screen and (min-width: 1280px) {
	.desktop-menu-close {
		right: calc(((100% - 1280px) / 2) + 115px );
	}
}

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

.menu-dropdown-overlay {
	position: fixed !important;
	display: block !important;
	width: 100%;
	height: 100%;
	top: 126px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	cursor: pointer;
	background-color: aliceblue;
	opacity: 1 !important;
	overflow-y: scroll;
}

.menu-dropdown-overlay.logged-in {
	top: 158px;
}

#moma-menu-group {
	min-height: 56px;
	transition: height 2.5s ease;
	display: block;
}

#moma-menu-group .nav-primary li {
  font-family: TradeGothicLTStd-BdCn20, sans-serif;
}

#moma-menu-dest {
	max-width: 1280px;
    position: absolute;
	top: 106px;
	transition: all 2s ease;
	overflow: hidden;
}

@media screen and (min-width: 1280px) {
	#moma-menu-dest {
		left: calc( (100vw - 1280px) / 2);
	}
}

#moma-menu-dest div.sub-menu {
    padding: 0;
}

#moma-menu-dest div.sub-menu ul li div.sub-menu{
    padding-left: 1rem;
}

#moma-menu-dest div.sub-menu ul li div.sub-menu ul{
    margin-top: 0;
	margin-bottom: 2rem
}

#moma-menu-dest a {
    text-decoration: none;
	font-size: 24px;
}

#moma-menu-dest div.sub-menu ul a:hover,
#moma-menu-dest div.sub-menu ul a:focus,
#moma-menu-dest div.sub-menu ul a:active {
	color: #000;
	text-decoration: underline;
}

/* SLUT PRIMÄRMENY */

/*----------------------------- SLUT NAVIGERING -------------------------------*/

.button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  --bg-opacity: 1;
  background-color: #2d3748;
  background-color: rgba(45, 55, 72, var(--bg-opacity));
  border-width: 2px;
  --border-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--border-opacity));
  line-height: 1.5;
  display: inline-block;
  text-decoration: none;
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  text-align: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 1024px) {

	.button {
		padding-left: 3rem;
		padding-right: 3rem;
		padding-top: 1rem;
		padding-bottom: 1rem
	}
}

.button:focus,
	.button:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
    text-decoration: none;
    -webkit-transform: translate3d(1px, 2px, 0);
            transform: translate3d(1px, 2px, 0);
    cursor: pointer;
  }

.highlight {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  --text-opacity: 1;
  color: #DB3A34;
  color: rgba(219, 58, 52, var(--text-opacity));
}

.button-sm {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
}

a,
.button {
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
}

a,
.button {
  -webkit-transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.svg-icon {
  width: 1em;
  height: 1em;
}

.svg-icon path,
	.svg-icon polygon,
	.svg-icon rect {
    fill: currentColor;
  }

.svg-icon circle {
    stroke: currentColor;
    stroke-width: 1;
  }

label {
  font-size: 0.875rem;
  font-family: TradeGothicLTStd-BdCn20, sans-serif;
  text-transform: uppercase;
}

/*input,
textarea,
select {
	/*@apply border-2 bg-gray-100 leading-normal rounded w-full py-3 px-4 mb-2 italic text-base w-full border-gray-300;*/

/*	@apply leading-normal rounded w-full py-3 px-4 mb-2 italic text-base w-full;
	@extend .transition;

	&[aria-invalid="true"] {
		@apply border-primary-100;
	}

	&:focus {
		@apply shadow-lg bg-gray-100 border-gray-200;
		transform: translate3d(-1px, -1px, 0);
		outline: 0;
	}
} */

/*input,
textarea {
	&:focus {
		@apply border-gray-800;
	}
}*/

textarea {
  height: 6rem;
}

select {
  height: 3rem;
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));
}

select option {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

select:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
    -webkit-transform: none;
            transform: none;
  }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.wp-block-image img {
  border-radius: 9px;
}

/* Font-storlekar */

p.has-ingress-font-size {
  font-size: 25px;
  font-family: TradeGothicLTStd-BdCn20, sans-serif;
  line-height: 1.2;
  margin-bottom: 35px;
  margin-top: 0px;
	color: #303030;
}

p.has-sign-font-size {
	font-size: 25px;
	/*font-family: CoalHandLuke;*/
	font-family: TradeGothicLTStd-Cn18;
	margin-bottom: 15px;
	margin-top: 35px;
	color: #303030;
}

.wp-block-image figcaption {
  text-align: center;
}

@media screen and (min-width: 478px) {
	p.has-ingress-font-size {
		font-size: 30px;
	}
	
	p.has-sign-font-size {
		font-size: 30px;
	}
}

/* --------------------------- HEADER --------------------------------*/

.header {
  padding-top: 1.5rem;
	width: 100%;
  z-index: 10;
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity));

}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header>div.container {
	padding-bottom: 1.5rem;
}

.v-a-header {
  /*background-image: url(/wp-content/themes/v-a/assets/images/woman.jpg) ;
    background-size: 100%;
    color: rgba(136, 187, 188, 0.5);*/
  background-color: transparent;

}

/* --------------------------- SLUT HEADER --------------------------------*/

@font-face {
  font-family: TradeGothic;

  src: url("/wp-content/themes/v-a/assets/fonts/TradeGothicLTStd-Cn18.otf") format("opentype");
}

@font-face {
  font-family: TradeGothicLTStd-BdCn20;

  src: url("/wp-content/themes/v-a/assets/fonts/tradegothicltstd-bdcn20.otf") format("opentype");
}

@font-face {
  font-family: CoalhandLuke;

  src: url("/wp-content/themes/v-a/assets/fonts/CoalhandLuke.otf") format("opentype");
}

@font-face {
  font-family: TradeGothicLTStd-Cn18;

  src: url("/wp-content/themes/v-a/assets/fonts/TradeGothicLTStd-Cn18.otf") format("opentype");
}

@font-face {
  font-family: CrimsonPro;

  src: url("/wp-content/themes/v-a/assets/fonts/CrimsonPro.ttf") format("truetype");
}

@font-face {
  font-family: "Cormorant Garamond Medium";

  src: url("/wp-content/themes/v-a/assets/fonts/CormorantGaramond-Medium.ttf") format("truetype");
}

body {
  font-family: TradeGothicLTStd-BdCn20, sans-serif;
  line-height: 1.2;
}

.text-bold-condensed {
  font-family: TradeGothicLTStd-BdCn20, sans-serif !important;
}

.text-condensed {
  font-family: TradeGothicLTStd-Cn18, sans-serif !important;
}

.text-tradegothic {
  font-family: TradeGothic;
}

.text-garamond {
  /*font-family: Georgia, "Cormorant Garamond Medium" !important;*/
}

.va-orange, .va-orange span {
  color:#F39200;
}

.crimson-pro {
  font-family: CrimsonPro, serif;
  border: 0px;
}

#klassigoverlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100%;
  display: block;
  position: fixed;
  z-index: 1; /* Specify a stack order in case you're using a different order for other elements */
  background-image: url(/wp-content/themes/v-a/assets/images/woman.jpg);
  background-position: 50%;
}

.va-color {
  color: #3e8687;
  background-color: inherit;
}

.front-page div.first-slide {
	background-size: cover;
	background-position: 50%;
}

div.first-slide {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 11;
	min-height: 100vh;
}

@media screen and (min-width: 1024px) {
	div.first-slide {
		min-height: 70vh;
	}
}

.va-sidebar {
  background-color: #f90;
  border-radius: 0 9px 9px 0;
  margin-top: 20px;
  padding-left: 9px;
  width: 50px;
  margin-bottom: 20px;
  padding-top: 5px;
}

.va-sidebar-footer {
  margin-top: 14px !important;
  margin-bottom: 14px;
  padding-bottom: 0;
  border-radius: 9px 0px 0 9px;
  width: 42px;
}

.va-slide {
  width: 100%;
  position: relative;
	display: block;
}

.va-logo {
  width: 300px;
}

.va-title {
  font-family: TradeGothicLTStd-BdCn20, sans-serif;
  font-size: 45px;
}

.p-article-yellow {
  color: #fd0;
}

.frontpage footer {
	margin-top: 50px;
	color: #fff;
}

.bg-dark-1 {
	background-color: #262626;
}

.front-link-readmore {
  color: #FFF !important;
  font-size: 24px;
  font-family: TradeGothicLTStd-BdCn20, sans-serif;
  color: #fff;
	margin-left: 10px;
}

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

footer {
  z-index: 3;
}

footer.footer>div.container {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	align-items: center;
	padding: 3rem;
}

footer.footer div.footer-logos-wrapper {
	background-color: #FFFFFF;
}


footer.footer div.footer-logos {
	padding: 3rem;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	gap: 3rem;
}

.footer-logos img {
	width: 160px;
}

footer ul#menu-footermeny li ul {
	margin-top: 0.2rem;
}

/*@media screen and (min-width: 1024px) {*/
footer .va-footer-nav-container {
	width: 100%;
	order: 3;
}

div.organization-footer-logo-container{
	order: 2;
}
	
div.second-footer-logo-container {
	order: 1;
}

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

	footer.footer>div.container {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 3rem;	
	}

	div.organization-footer-logo-container{
		margin-right: 2rem;
		order: 1;
	}
	
	div.second-footer-logo-container {
		margin-left: 2rem;
		order: 3;
	}
	
	footer ul#menu-footermeny {
		text-align: left;
	}
	
	div.organization-footer-logo-container{
		margin-right: 6rem;
	}
		
	div.second-footer-logo-container {
		margin-left: 4rem;
	}
}

footer .nav-primary {
	display: block;
	text-align: center;
}

footer .nav-primary > ul {
	margin: 0;
}

footer .nav-primary > ul li>a {
	text-transform: uppercase;
	font-family: TradeGothicLTStd-BdCn20, sans-serif;
	color: #FFdd00;
}

footer .nav-primary > ul li li>a {
	text-transform: none;
	font-family: TradeGothicLTStd-Cn18, sans-serif;
	color: #fff;
}


.footer-menu {
  padding-left: 0;
  margin-left: 0;
  font-family: 'TradeGothic', sans-serif;
}

.footer-menu a {
    font-style: normal;
    margin: 0;
	font-size: 16px;
}

.second-footer-logo {
	min-width: 100px;
	max-width: 220px;
	margin: 2rem auto 1rem;
	max-height: 140px;
	min-height: 120px;
}

.organization-footer-logo {
	min-width: 100px;
	max-width: 150px;
	margin: 2rem auto 1rem;
}

@media (min-width: 768px) {
	
	.second-footer-logo {
		
	}
	
	footer .va-footer-nav-container {
		width: 100%;
	}

	footer .nav-primary {
		margin: 0;
		padding-right: 0;
		width: 100%;
	}
}

@media screen and (min-width: 1280px) {
	footer .nav-primary {
		text-align: left;
	}
}

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

.va-slide-blocks {
  /*overflow: hidden;*/
  height: auto;
}

#breadcrumbs {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  vertical-align: middle;
  padding-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
}

#breadcrumbs span a {
  color: lightblue;
}

/* Fundamental */

/*.va-adjust {
  padding-left: 20px;
}


@media (min-width: 1024px) {

	.va-adjust {
		padding-left: 70px
	}
}

.va-adjust-right {
  padding-right: 70px;
}

@media (min-width: 768px) {

	.va-adjust-right {
		padding-right: 70px
	}
}
*/
.archive-article {
  width: 100% !important;
  grid-template-columns: auto;
}

.archive-link a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}


.archive-link a::after:hover {
  color: #fff;
}

/*height: 350px;*/


#va-blocks .r, #va-blocks .l {
    width: 50%;
  }

/*height: 100%;*/

#va-blocks .r {
    float: right;
  }

#va-blocks .l {
    float: left;
  }

#va-blocks .box {
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: inline-block;
    overflow: hidden;
    margin-right: 50px;
    height: 250px;
    padding: 30px;
  }

#va-blocks .box h2 {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    display: inline-block;
  }

#va-blocks .box .l {
    width: auto;
  }

#va-blocks .box .r {
    width: 700px;
    display: inline-block;
    float: none;
  }

#va-blocks .imgbox {
    height: auto;
    margin-bottom: 100px;
    -webkit-box-shadow: 0px 1px #eee;
            box-shadow: 0px 1px #eee;
  }




/* ----------------------- VA SLIDE WIDGET TEXTBLOCK -------------------------*/


#va-blocks .imgslide {
    width: 50%;
    min-width: 300px;
	display: block;
}

#va-blocks .imgslide-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
	transform: all 0.2s ease;
}

#va-blocks .imgslide-img:hover {
    filter: brightness(110%);
	transition: all 0.5s ease;
}

#va-blocks .color {
    position: relative;
    width: 50%;
    min-width: 350px;
    /*  background-color: #ff9900;*/
    min-height: 300px;
}

#va-blocks .mob-container {
	position: absolute;
	display: grid;
	width: 100%;
    }


#va-blocks .title, #va-blocks .text {
    display: block;
    font-family: TradeGothicLTStd-BdCn20, sans-serif;
    padding: 20px 20px 20px 35px;
}

#va-blocks .title {
    background: hsla(0,0%,100%,1.0);
    z-index: 4;
    font-size: 34px;
    padding: 1.5rem 1.5rem;
	/*position: absolute;*/
	bottom: 0;
	width: 100%;
}

#va-blocks .title-title {
	line-height: 1.1;
}

#va-blocks .title p {
	font-size: 20px;
	margin-top: 0.7rem;
}

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

	#va-blocks .title p {
		font-size: 24px;
	}
	
}

#va-blocks .title-label {
	font-size: 20px;
	text-align: right;
	position: absolute;
	bottom: 89%; 
	left: 0;
	background-color: #000;
	color: #fff;
	padding: 0.9rem 1.5rem 0.6rem;
	text-transform: uppercase;
}

#va-blocks .title-label a {
	color: #fff;
	text-decoration: none;
}


#va-blocks .title-label:hover a {
	color: #ff9900;
}

#va-blocks .title-read-more  {
	margin-top: 0.4rem;
	margin-bottom: -0.7rem;
}

#va-blocks .title-read-more a  {
	font-size: 1rem;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#va-blocks .title-read-more a::before {
	font-family: FontAwesome;
	content: "\f061";
	color: #000;
	display: inline-block;
	width: 1em;
	margin-right: 12px;
}

@media screen and (max-width: 1024px) {
  #va-blocks {
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow: hidden;
  }
    #va-blocks .r, #va-blocks .l {
      width: 100%;
      float: none;
    }
    #va-blocks .imgslide, #va-blocks .color {
      width: 100%;
    }
    #va-blocks .color {
      display: none;
    }

}

@media screen and (min-width: 1024px) {
	
	#va-blocks .imgslide {
    	height: 450px;
	}
	
	div.va-slide > div#va-blocks {
		justify-content: center;
		-webkit-justify-content: center;
	}
	
	#va-blocks .title {
		font-size: 36px;
		width: 50vw;
		right: 3rem;
		position: absolute;
		bottom: calc(50% - 15px);
		-ms-transform: translateY(50%);
		transform: translateY(50%);
	}
	
	
	#va-blocks .reverse-title {
		bottom: calc(50% - 15px);
		left: 3rem;
		margin-left: 0;
	}
	
	#va-blocks .title-label {
		bottom: 100%; 
		font-size: 18px;
		padding: 1rem 1.5rem 0.5rem;
	}

}

#va-blocks .title .inline-block span {
	vertical-align: -12%;
}

#va-blocks .text {
    margin-left: 400px;
    margin-top: calc(570px / 2 - 175px + 75px - 10px);
    background: hsla(0,0%,100%,.8);
    z-index: 5;
    width: 750px;
    padding: 20px;
    line-height: 1.2;
    font-size: 24px;
    height: 175px;
}

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

	#va-blocks .text {
		margin-left: 0!important;
		margin: 0;
		width: auto;
	}
	
}		

@media screen and (min-width: 1220px) {
	
	#va-blocks .title {
		right: 4.5rem;
	}
	
	#va-blocks .reverse-title {
		left: 4.5rem;
	}
}

/* ----------------------- SLUT SLIDE WIDGET TEXTBLOCK -------------------------*/




/* ------------------------ VA TITELBLOCK WIDGET -------------------------------*/

#va-blocks .rilethemasses {
	/*background-color: #696969;*/
    background-color: #363535;
}



#va-blocks .rilethemasses-front {
    height: auto !important;
	font-size: 28px;
    width: 100%;
    text-align: center;
    height: 50px;
	padding: 1.5rem;
	transition: all 0.5s ease;
}

#va-blocks .rilethemasses-front:hover {
	filter: brightness(110%);
}



#va-blocks .rilethemasses-front a {
	text-decoration: none;
	vertical-align: sub;
}


#va-blocks .rilethemasses-front a div {
	display: inline;
}

#va-blocks .rilethemasses-front a:hover div {
	font-color: #F39200;
}

#va-blocks .rilethemasses-front i {
	vertical-align: -5%;
	margin-right: 1rem;
}

@media screen and (min-width: 1024px) {
	
	#va-blocks .rilethemasses-front {
    font-size: 36px;
	}
	
}

/* ------------------------------ SLUT TITELBLOCK WIDGET -------------------------------------*/

/* -------------------------------- ARTIKEL HEADER ---------------------------------------*/

.va-article-slogan,
.va-article-slogan p {
	/*font-family: CoalHandLuke;*/
	font-family: TradeGothicLTStd-Cn18;
	font-weight: 500;
	font-size: 25px;
	padding-top: 5px;
	max-width: 800px;
	color: #ffdd00;
}

@media screen and (min-width: 478px) {
	.va-article-slogan,
	.va-article-slogan p {
		font-size: 34px;
	}
}

#va-blocks .rilethemasses-page {
    text-align: left !important;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    padding-top: 40px;
    height: auto;
    padding-bottom: 40px;
    color: #ffdd00;
}

#va-blocks .rilethemasses-page .categories-container {
	margin-bottom: 0.9rem;
}

#va-blocks .rilethemasses-page .article-header-meta {
	display: block;
	margin-top: 0.4rem;
}

#va-blocks .rilethemasses-page .article-header-meta .article-header-meta-date {
	font-size: 15px;
}

#va-blocks .rilethemasses-page .meta-data-separator {
	margin: 0 8px;
	color: #fff;
}

#va-blocks .rilethemasses-page h1 {
    line-height: 1.05;
	max-width: 800px;
}

#va-blocks .rilethemasses-page-page {
    padding-top: 50px;
	padding-bottom: 35px;
}

#va-blocks .rilethemasses-page-page .page-header-meta  {
	text-decoration: none;
	font-size: 16px;
	margin-top: 25px;
}


#va-blocks .rilethemasses-page-page .page-header-meta a:hover {
	color: #ffdd00;
}

#va-blocks .rilethemasses-page-page .archive-link,
#va-blocks .rilethemasses-page-page .archive-link a  {
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
}

#va-blocks .rilethemasses-page-page .archive-link a:first-child::before  {
	font-family: FontAwesome;
	content: "\f137";
	margin-right: 0.6rem;
}

#va-blocks .rilethemasses-page-page .archive-link a:first-child::before {
	color: #b0cece !important;
}

#va-blocks .rilethemasses-page-page .archive-link a::after {
	content: '«';
	color: #fff !important;
	margin: 0 0.3rem;
}

#va-blocks .rilethemasses-page-page .archive-link a:last-child::after  {
	content: '';
}

.archive-link i {
	color: #b0cece !important;
	margin-right: 0.3rem;
}

#va-blocks .rilethemasses-page-page a {
	text-decoration: none;
	vertical-align: baseline;
}

#va-blocks .rilethemasses-page-page p#breadcrumbs {
	--text-opacity: 1;
	color: #fff;
	color: rgba(255, 255, 255, var(--text-opacity));
	padding-top: 5px !important;
}

#va-blocks .rilethemasses-page-page p#breadcrumbs a {
      --text-opacity: 1;
      color: #fff;
      color: rgba(255, 255, 255, var(--text-opacity));
}

#va-blocks .rilethemasses-page-page p#breadcrumbs a:hover {
      color: #ffdd00;
}

#va-blocks .rilethemasses-page p {
    margin: 0;
}

/* GUL BAR */

#va-blocks .links {
    background-color: #ffdd00;
    color: #000;
	padding: 14px 0 10px 0;
}

#va-blocks .links a {
    color: #000 !important;
}

#va-blocks .links a:hover {
    color: #3a8687 !important;
}



/* -------------------------------- SLUT ARTIKEL HEADER ---------------------------------------*/

/* ------------------------------- ARTIKELFOT META ---------------------------------------- */

.articlefooter {
	margin-top: 2rem;
	width: 100%;
	color: #a3a3a3;
	clear: left;
}

.articlefooter p, 
.articlefooter a {
	display: inline;
	color: #696969;
}

.articlefooter .article-footer-label {
	font-family: TradeGothicLTStd-BdCn20, sans-serif;
	font-size: 16px;
}

.articlefooter .article-footer-meta-date {
	font-family: TradeGothicLTStd-Cn18, sans-serif;
	font-size: 15px;
}

.articlefooter .article-footer-meta-text {
	font-family: TradeGothicLTStd-Cn18, sans-serif;
	font-size: 16px;
} 


/* ------------------------------- SLUT ARTIKELFOT META ---------------------------------------- */

/* ---------------------------------- ARTKELFOT - KONTAKT ---------------------------------- */

#va-blocks .post-contact-box {
	grid-template-columns: 96px auto; 
	grid-column-gap: 2rem;
}

#va-blocks .presentationauthor.second img {
    margin: 0.5rem 0 0;
}

@media screen and (min-width: 768px) {
	#va-blocks .post-contact-box {
		grid-template-columns: 96px 1fr 96px 1fr; 
	}
	
	#va-blocks .presentationauthor.second img {
    	margin: 0;
	}
}

@media screen and (min-width: 1024px) {
	#va-blocks .post-contact-box {
		grid-template-columns: 96px 1fr 96px 2fr; 
	}
}

#va-blocks .authorinfo {
    background-color: rgb(209, 225, 225);
    width: 100%;
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
	display: block;
}

#va-blocks .authorinfo h4 {
    margin-bottom: 0.5rem;
	margin-top: 0;
	/*font-family: CoalHandLuke, serif;*/
	font-family: TradeGothicLTStd-Cn18, sans-serif;
}

#va-blocks .contactdetails {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

#va-blocks .contactdetails p {
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
	text-transform: none;
	line-height: 1.1;
}

#va-blocks .contactdetails p:first-child {
	text-transform: uppercase;
	line-height: 1.5;
	vertical-align: 20%;
	margin: 0;
}


/* ---------------------------------- SLUT ARTIKELFOT - KONTAKT ---------------------------------- */

#va-blocks .projectnews {
    background-color: #7fb0b1;
}

#va-blocks .projectnews h2 {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
    margin-top: 0;
    margin-bottom: 0;
}

#va-blocks .projectslides {
    background-color: #3a8687;
    min-height: calc(2rem + 300px + 2rem);
    height: 100%;
    width: 100%;
    position: relative;
}

/* --------------------------- VA - GRÖNA BLOCK ------------------------- */

#va-blocks .block1, #va-blocks .block2, #va-blocks .block3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: calc(100vw/4);
	max-height: 50vh;
    font-size: 20px;
    word-break: break-word;
	padding: 3rem 1.5rem;
	color: #fff;
	transition: all 0.5s ease;
}

#va-blocks a, #va-blocks a, #va-blocks a {
	text-decoration: none;
}

#va-blocks a:hover .block1, #va-blocks a:hover .block2, #va-blocks a:hover .block3 {
	filter: brightness(110%);
}

#va-blocks a:hover .block-title {
	text-decoration: underline;
}

#va-blocks .block1 {
    background-color: #93bdbd;
}

#va-blocks .block2 {
    background-color: #569798;
}

#va-blocks .block3 {
    background-color: #3a8687;
}

#va-blocks .block1 .block-title, #va-blocks .block2 .block-title, #va-blocks .block3 .block-title {
    font-size: 36px;
    text-transform: uppercase;
    font-family: TradeGothicLTStd-BdCn20, sans-serif;
    margin-top: 0;
}

#va-blocks .block1 p, #va-blocks .block2 p, #va-blocks .block3 p {
    margin-top: 25px;
    padding-left: 40px;
    padding-right: 40px;
}

#va-blocks .block1 .read-more, 
#va-blocks .block2 .read-more, 
#va-blocks .block3 .read-more {
    margin-top: 1rem;
    font-size: 1rem;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-family: TradeGothicLTStd-BdCn20, sans-serif;
}

#va-blocks .block1 .read-more::before, 
#va-blocks .block2 .read-more::before, 
#va-blocks .block3 .read-more::before {
    font-family: FontAwesome;
	content: "\f061";
	color: #fff;
	display: inline-block;
	width: 1em;
	margin-right: 12px;
}

@media screen and (min-width: 576px) {
	#va-blocks .block1, #va-blocks .block2, #va-blocks .block3 {
		min-height: calc(100vw/4);
		max-height: calc(100vw/2);
		padding: 2rem;
  }
}


@media screen and (min-width: 768px) {
	#va-blocks .block1, #va-blocks .block2, #va-blocks .block3 {
		min-height: calc(100vw/3);
		max-height: calc(100vw);
  }
}

@media screen and (min-width: 1024px) {
	
	#va-blocks .block1, #va-blocks .block2, #va-blocks .block3 {
		font-size: 24px;
    	padding: 3rem;
	}
}

@media screen and (min-width: 1220px) {
	#va-blocks .block1, #va-blocks .block2, #va-blocks .block3 {
    	padding: 4.5rem;
	}
}

@media screen and (min-width: 1220px) {
	#va-blocks .block1, #va-blocks .block2, #va-blocks .block3 {
  }
}

/* -------------------- SLUT GRÖNA BLOCK ------------------------- */

#va-blocks h1 {
    font-family: TradeGothicLTStd-BdCn20, sans-serif;
    font-size: 40px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 0;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    margin-top: 0;
    text-transform: uppercase;
}

@media screen and (min-width: 478px) {
	#va-blocks h1 {
		font-size: 50px;
	}
}

/* ------------------------------ KNAPPAR ------------------------------------- */
.wp-block-button__link,
.wp-block-button__link:visited {
	background-color: #ffdd00;
	color: #000;
}

.wp-block-button__link,
.wp-block-button__link:visited,
.wp-block-button.is-style-outline>.wp-block-button__link {
	padding: 16px 29px 10px;
	margin-bottom: 18px;
	margin-top: 2px;
	border-radius: 5px;
	font-family: TradeGothicLTStd-Cn18, sans-serif;
	text-transform: uppercase;
}

.va-front-article a.wp-block-button__link:hover {
	color: #000;
}
	
.is-style-outline .wp-block-button__link {
        padding: 14px 29px 8px;
}	
	
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover {
	color: #000;
}
	
.is-style-outline .wp-block-button__link:hover {
        border-color: #F39200;
        background-color: #F39200;
        color: #fff;
}	
/* ------------------------------ SLUT KNAPPAR ------------------------------------- */

/* ---------------------------------------- ARTIKEL ---------------------------------------- */

article.container {
	padding: 2rem 0;
}

article {
	padding-top: 1rem;
	padding-left: 20px;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 50px auto auto;
}

article .va-article {
	max-width: 100%;
}

article > aside {
	padding-right: 1rem;
}

article div.va-article-social-sidebar {
	grid-column: 1 / 2;
	width: 100%;
}


@media screen and (min-width: 768px) {
	
	article {
		grid-template-columns: 70px 1fr; 
		grid-template-rows: 50px 1fr;
	}
	
	article > aside {
		grid-column: 1 / 2;
	}
	
	article .va-article {
		grid-column: 2 / 3;
		grid-row: 1 / 3;
	}
	
	article div.va-article-social-sidebar {
		grid-column: 1 / 4;
		grid-row: 4 / 5;
		width: 100%;
	}

}

@media screen and (min-width: 1024px) {
	article {
		grid-template-columns: 70px 1fr calc(100% - 70px - 600px);
		grid-template-rows: 1fr;
	}
		
	article > aside {
		grid-row: 1 / 2;
		grid-column: 1 / 2;
	}
	
	article .va-article {
		grid-row: 1 / 2;
		grid-column: 2 / 3;
		margin-right: 50px;
		
	}
	
	article.no-sidebar .va-article {
		margin-right: 0px;
	}
	
	article div.va-article-social-sidebar {
		grid-row: 1 / 2;
		grid-column: 3 / 4;
		margin-top: 0;
	}
	
	/* Ingen sidebar */
	article.no-sidebar {
		grid-template-columns: 70px 1fr; 
		grid-template-rows: 1fr;
	}
	
	article.no-sidebar .va-article {
		max-width: 100%;
	}
}

@media screen and (min-width: 1060px) {
	article {
		grid-template-columns: 70px 1fr calc(100% - 70px - 650px);
	}
}

@media screen and (min-width: 1094px) {
	article {
		grid-template-columns: 70px 1fr calc(100% - 70px - 700px);
	}
}

.links a {
  text-decoration: none;
}

/* MENY BAR I ARTIKLAR */

#va-blocks .links.article-sub-menu {
	width: 100%;
}

#va-blocks .links.article-sub-menu a {
	display: block;
	font-size: 22px;
	text-transform: uppercase;
	margin: 10px 0;
	font-family: TradeGothicLTStd-Cn18, sans-serif;
}

#va-blocks .links.article-sub-menu a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	
	#va-blocks .links.article-sub-menu {
		padding: 9px 0px 3px 0px;
	}
	
	#va-blocks .links.article-sub-menu a {
		margin-right: 1rem;
	}
	
	#va-blocks .links.article-sub-menu > div {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}
}


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

	#va-blocks .links.article-sub-menu a {
		margin-right: 2rem;
	}

}

/* SLUT MENY BAR I ARTIKLAR */

/* RUBRIKER I ARTIKLAR */
article h2, 
article h3, 
article h4, 
article h5 {
	padding-top: 30px;
	margin-top: 0;
	margin-bottom: 12px;
	line-height: 1.1;
	font-weight: normal;
}

.h-spacing {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

article h2 {
	font-size: 28px;
	font-family: TradeGothicLTStd-BdCn20, sans-serif;
}

article h4 {
  text-transform: uppercase;
}

article h3 {
  font-size: 28px;
  font-family: TradeGothicLTStd-Cn18, sans-serif;
}

article h4 {
	font-size: 22px;
	font-family: TradeGothicLTStd-BdCn20, sans-serif;
}

.article h4 {
    text-transform: uppercase;
  }

article h5 {
	font-size: 22px;
	font-family: TradeGothicLTStd-Cn18, sans-serif;
	text-transform: uppercase;
}

/* SLUT RUBRIKER I ARTIKLAR */

/* TEXT I ARTIKLAR */

.article {
  font-family: TradeGothic;
}

.article > p:first-of-type {
    font-size: 1.125rem;
}

@media (min-width: 1024px) {
    .article p,
		.article ul,
		.article ol {
      line-height: 1.5;
    }

    .article p.text-sm {
      font-size: 16px;
    }
}

article h2 > a {
    text-decoration: none;
}

article a {
  color: #3a8687;
  text-decoration: none;
}

article p {
	font-family: CrimsonPro, serif;
	font-size: 18px;
	line-height: 1.45;
}

article ul {
	font-size: 17px;
}

article ol {
	margin-left: 0;
}

article ul li,
article ol li{
	padding: 4px 0;
	
}

article ul li::before {
	font-family: FontAwesome;
	content: "\f061";
	color: #000;
	display: inline-block;
	width: 1em;
	margin-left: calc(-30px);
	margin-right: 12px;
	vertical-align: -5%;
}


article ul li ul {
	margin-top: 0.4rem;
	margin-bottom: 0.6rem;
}

article ul li ul li::before {
	font-family: FontAwesome;
	content: "\f0da";
	color: #000;
	display: inline-block;
	width: 1em;
	margin-left: calc(-30px);
	margin-right: 12px;
	vertical-align: -5%;
}

article a:hover {
  text-decoration: none;
  color: #F39200;
}

article hr.wp-block-separator {
	border-bottom: none;
	border: 0;
    border-top: 2px dotted #f39200;
	margin: 4px 0 18px;
}

.va-article .wp-block-cover div {
	display: block;
}

/* SLUT TEXT I ARTIKLAR */

/* SHORT BIO-BOX  & ARTIKELBOX */

.va-box,
.va-fact-box {
	margin: 16px 0;
	display: block;
}

.va-box {
	padding: 29px 28px 23px;
	background: #ffdd00;
}

.va-fact-box {
	background: #dbdbdb;
	padding: 27px 28px 23px;
}

.va-box .title {
	text-transform: uppercase;
	font-family: TradeGothicLTStd-BdCn20, sans-serif;
	font-size: 28px;
	margin-bottom: 12px;
}

.va-box .title:empty {
	display: none;
}

.va-box p,
.va-fact-box p {
	font-family: TradeGothicLTStd-Cn18, sans-serif;
}

.va-fact-box p:last-child {
	margin-bottom: 0;
}

.va-box a.va-box-read-more {
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #000;
	padding-top: 5px;
}

.va-box a.va-box-read-more :hover {
	color: #ff9900;
}

.va-box a.va-box-read-more::before {
	font-family: FontAwesome;
	content: "\f061";
	color: #000;
	display: inline-block;
	width: 1em;
	margin-right: 12px;
}

/* SLUT SLUT SHORT BIO & ARTIKELBOX */

/* BILDER I ARTIKLAR */

.articleimgtext {
	max-width: 1280px;
	margin: 0 2rem;
}

.articleimgtext p {
	margin: 0.6rem 0 0;
	font-size: 16px;
	font-family: TradeGothicLTStd-Cn18, sans-serif;
	color: #505050;
	text-align: left;
	padding: 0 0 0.5rem;
	border-bottom: 1px solid #dbdbdb;
}

.articleimgtext p::before,
article .va-article figcaption::before {
	font-family: FontAwesome;
	content: "\f030";
	margin-right: 0.3rem;
	color: #7b7b7b;
}

.articleimgtext:empty,
.articleimgtext p:empty,
.articleimgtext:empty::before,
.articleimgtext p:empty::before {
	display: none;
	border-bottom: none;
	margin: 0;
}

@media screen and (min-width: 768px) {
	.articleimgtext {
		margin: 0.5rem 54px 0;
		width: calc(100vw - 54px - 54px);
		max-width: calc(1280px - 54px - 54px);
	}
}


@media screen and (min-width: 1024px) {
	.articleimgtext p::before {
		margin-right: 0.6rem;
	}
}

@media screen and (min-width: 1280px) {
	.articleimgtext {
		margin-left: calc( ((100vw - 1280px) / 2) + 54px );
		margin-right: calc( ((100vw - 1280px) / 2) + 54px );
	}
}

article .va-article figcaption {
	font-size: 16px;
  	font-family: TradeGothicLTStd-Cn18, sans-serif;
	color: #505050;
	text-align: left;
	margin-top: 0.5rem;
	padding-bottom: 0.5rem;
    margin-bottom: 1rem;
	border-bottom: 1px solid #dbdbdb;
}


/* Textlänkar över bild - test, kan skapa problem */

.wp-block-cover__inner-container a {
	color: #fff;
}

/* SLUT BILDER I ARTIKLAR */

/* CITAT I ARTIKLAR */

article .va-article blockquote::before {
	font-family: FontAwesome;
	content: "\f10e ";
	margin-right: 1rem;
	color: #ff9900;
	position: relative;
	top: 3.45rem;
	font-size: 24px;
	font-style: italic;
}

article .va-article blockquote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	box-sizing: border-box;
	margin: 0 30px 2.5rem;
	padding: 0;
}

@media (min-width: 768px) {
	article .va-article blockquote,
	.wp-block-quote.is-large,
	.wp-block-quote.is-style-large {
		padding: 0 1em;
	}
}

article .va-article blockquote p,
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
	font-size: 24px;
	line-height: 1.3;
  	font-family: TradeGothicLTStd-Cn18, sans-serif;
	padding:1.7rem 20px 1.5rem 40px;
	border-bottom: 3px solid #000;
	border-top: 3px solid #000;
	font-style: italic;
}

article .va-article blockquote cite {
	font-style: normal;
}

/* SLUT CITAT I ARTIKLAR */

/* INBÄDDNINGAR I ARTIKLAR */

.wp-block-embed__wrapper iframe {
	width: 100%;
	height: calc((100vw - 130px ) / 1.78); /* 16/9 */
}

@media screen and (min-width: 1024px) {
	.wp-block-embed__wrapper iframe {
		height: calc( 600px / 1.78); /* 16/9 */
	}
}

/* SLUT INBÄDDNINGAR I ARTIKLAR */



/* Texten som visas i hero på startsidan */

article.frontpage {
	margin: 4rem -3rem 6rem;
	padding-left: 0;
	grid-template-columns: 1fr;
	/*min-height: 50vh%;*/
}

article .va-front-article {
	grid-column: 1 / 2;
}

article .va-front-article {
	max-width: 100%;
}

.va-front-article p {
	font-family: TradeGothicLTStd-BdCn20, sans-serif;
	font-size: 40px !important;
	line-height: 1.25;
	text-align: center;
	text-shadow: 0px 0px 15px #000;
}

@media (min-width: 478px) {
	.va-front-article p {
		font-size: 45px !important;
		line-height: 1.45;
	}
}

@media (min-width: 768px) {
	.va-front-article p {
		font-size: 74px !important;
	}
}

.va-front-article a {
	color: #fff;
}

.va-front-article a:hover {
	color: #F39200;
}

.frontpage .articlefooter span {
	font-size: 36px;
	vertical-align: -12%;
}

/* SLUT Texten som visas i hero på startsidan */

/* KOLUMNER I ARTIKLAR */

.is-layout-flow {
    flex-direction: column;
}

.wp-block-group div {
    display: block;
}

.wp-block-media-text div {
	display:block;
}

/* SLUT KOLUMNER I ARTIKLAR */

/* ---------------------------------------- SLUT ARTIKEL ---------------------------------------- */

/* -------------------------- ARTIKEL: PRINTA - DELA - KNAPPAR  --------------------------*/
.addthis_default_style {
	display: grid;
	grid-template-columns: 50px 50px 50px;
}

@media (min-width: 768px) {

	.addthis_default_style {
		grid-template-columns: auto;
		padding-left: 0px
	}
}

.addthis_default_style a {
    margin-bottom: 5px;
  }

/* -------------------------- SLUT ARTIKEL: PRINTA - DELA - KNAPPAR  --------------------------*/


/* ------------------------------- ARTIKEL: SIDEBAR  -------------------------------------*/

.va-article-social-sidebar  {
	width: 100%;
	overflow-wrap: break-word;
	word-break: break-word;
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px solid #93bdbd;
}

.va-article-social-sidebar div.textwidget h2:first-child,
.va-article-social-sidebar div.textwidget h3:first-child,
.va-article-social-sidebar div.textwidget h4:first-child,
.va-article-social-sidebar div.textwidget h5:first-child,
.va-article-social-sidebar div.textwidget h6:first-child {
	padding-top: 0;
}

.va-article-social-sidebar p {
	font-family: TradeGothicLTStd-Cn18, sans-serif;
}


.va-article-social-sidebar h4.widget-title {
	font-size: 24px;
}

.va-article-social-sidebar p {
	font-size: 16px;
}

.va-article-social-sidebar hr {
	margin: 2rem 0;
}

.project-feed {
	width: 100%;
}


.project-feed h2,
.project-feed h3,
.project-feed h4,
.project-feed h5 {
	margin-top: 0;
	padding-top: 0;
}

/* Punktlistor */

.va-article-social-sidebar ul li,
.va-article-social-sidebar ol li {
	padding: 0;
	font-size: 16px;
}


.va-article-social-sidebar ul li::before {
	content: "•";
	color: #000;
	display: inline-block;
	width: 1em;
	margin-left: calc(-30px);
	vertical-align: 0%;
}

.va-article-social-sidebar ul ul,
.va-article-social-sidebar ol ol,
.va-article-social-sidebar ul ol,
.va-article-social-sidebar ol ul{
	padding-left: 0;
	margin-left: 20px;
	margin-top: 0.2rem;
	margin-bottom: 0.7rem;
}

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

/* Menyer i sidebar */

.va-article-social-sidebar ul.menu {
	font-family: TradeGothicLTStd-BdCn20, sans-serif;
	margin-left: 0;
	margin-bottom: 48px;
	background-color: rgb(243 243 243);
	padding: 1rem;
	width: 100%;
}

.va-article-social-sidebar ul.menu > li {
	padding: 2px 0 8px;
	border-bottom: 1px solid #78a2a3;
	margin-bottom: 10px;
}

.va-article-social-sidebar ul li.menu-item::before {
    content: none;
}

.va-article-social-sidebar ul li.menu-item {
	list-style: none;
}

.va-article-social-sidebar ul.sub-menu,
.va-article-social-sidebar ol.sub-menu {
	padding-left: 0;
	margin: 0.25rem 0 0;
}

.va-article-social-sidebar ul.sub-menu li {
	font-family: TradeGothicLTStd-Cn18, sans-serif;
}

.va-article-social-sidebar ul.sub-menu li ul.sub-menu {
	padding-left: 1rem;
	margin-bottom: 0.25rem;
}


.va-article-social-sidebar ul.sub-menu li ul.sub-menu li a {
	justify-content: flex-start;
}


.va-article-social-sidebar ul.sub-menu li ul.sub-menu li a::before {
	font-family: FontAwesome;
	content: "\f0da";
	margin-right: 0.5rem;
}

.va-article-social-sidebar div ul.menu li a {
	min-width: 100%;
    display: flex;
    justify-content: space-between;
}

.va-article-social-sidebar div > ul.menu > li > a::after {
	font-family: FontAwesome;
    content: "\f105";
	margin-left: 10px;
}

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

.va-article-social-sidebar #va-blocks .block1, 
.va-article-social-sidebar #va-blocks .block2, 
.va-article-social-sidebar #va-blocks .block3 {
	text-align: start;
	padding: 1.5rem;
	font-family: CrimsonPro, serif;
	border: 0px;
}

.va-article-social-sidebar #va-blocks .block1 a, .va-article-social-sidebar #va-blocks .block2 a, .va-article-social-sidebar #va-blocks .block3 a {
	color: #fff;
	font-family: TradeGothicLTStd-BdCn20, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
    }

.project-feed a:hover {
	color: #F39200;
}


.va-article-social-sidebar .project-feed .textwidget {
	margin-bottom: 48px;
}

.project-feed .widget-title {
	padding: 0;
}

/* Twitterflödet */

#ctf .ctf-item {
	padding-left: 0;
	padding-right: 0;
}

#ctf.ctf-narrow .ctf-tweet-content,
#ctf.ctf-narrow .ctf-quoted-tweet,
#ctf.ctf-narrow .ctf-tweet-actions{
	margin-left: 0;
}

#ctf.ctf-narrow .ctf-tweet-content {
	margin-top: 1rem;
}

#ctf .ctf-tweet-text,
#ctf .ctf-quoted-tweet-text {
	font-size: 16px;
}

#ctf #ctf-more {
	padding: 0.7rem 0 0.5rem;
}

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

@media screen and (min-width: 1024px) {
	
	.project-feed {
		border-left: 1px solid #93bdbd;
		padding-left: 50px;
	}

	.va-article-social-sidebar {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}
}

/* --------------------------------- SLUT ARTIKEL: SIDEBAR  --------------------------------------*/

.greenshow-img {
	margin-right: 30px;
	height: 300px;
	object-fit: cover;
}


/* --------------------------------- SÖKFÄLT  --------------------------------------*/

#searchcontainer {
  display: none;
}

.searchcontainer-item {
  height: 20px;
}

.searchcontainer-item button.fa-search:focus {
	border: none;
	outline: none;
}

.search-form {
  border: none;
	outline: none;
  width: 100%;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  margin-bottom: 1rem;
}

.input-group {
	position: relative;
	display: table;
}

.input-group-btn {
  font-size: 0;
  width: 1%;
  padding: 5px 10px;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.search-form .input-group-btn {
  background: #3a8687;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.input-group .form-control {
	z-index: 2;
	padding: 8px 10px 5px;
	position: relative;
	float: left;
	margin-bottom: 0;
	--bg-opacity: 1;
	background-color: #fff;
	background-color: rgba(255, 255, 255, var(--bg-opacity));
	width: 100%;
	display: table-cell;
}

/* Gömmer krysset som rensar inskriven text */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.btn {
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

.search-form .search-submit {
  font-family: FontAwesome;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  display: inline-block;
}

.search-form input::-webkit-input-placeholder {
  color: darkgray;
}

.search-form input::-moz-placeholder {
  color: darkgray;
}

.search-form input::-ms-input-placeholder {
  color: darkgray;
}

.search-form input::placeholder {
  color: darkgray;
}

input[type="search"] {
  -webkit-appearance: none;
  font-size: 17px;
  border: none;
	outline: none;
  color: darkgray;
  font-family: TradeGothic;
  padding-left: 5px;
}

.search-submit .fa {
    border: none;
  }


/* --------------------------------- SLUT SÖKFÄLT  --------------------------------------*/

/* --------------------------------- SÖKRESULTAT  --------------------------------------*/

div.va-search-results {
	display: flex;
	flex-direction: column;
}

section.search-page h1 {
	font-size: 50px;
	text-transform: uppercase;
}

article.search-article {
	grid-template-rows: none;
	padding: 0;
}

article.search-article a img {
	height: auto;
}

.va-search-results-post {
	margin-bottom: 3rem;
}

article.search-article h2.archivelisting-h2 {
		margin-top: 1rem;
	}

@media screen and (min-width: 768px) {
	article.search-article {
		grid-template-columns: 268px minmax(100px,800px);
		grid-template-rows: 1fr;
		margin-bottom: 36px;
		padding-bottom: 36px;
		padding-top: 0;
	}

	article.search-article h2.archivelisting-h2 {
		margin-top: 0;
		padding: 0;
	}
	
	.va-search-results-post {
		margin-bottom: 0;
	}
	
}

/* --------------------------------- SLUT SÖKRESULTAT  --------------------------------------*/




.va-fa-override {
  font-family: FontAwesome !important;
}

@media screen and (max-width: 768px) {
  .frontpage {
    padding-left: 1rem;
  }

  .va-sidebar {
    display: none;
  }

  nav.nav-primary {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}


.grid-textrows {
  grid-template-rows: repeat(4, 350px);
  gap: 2rem;
}

.box-textrows {
	position: relative;
	margin-bottom: 2rem;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #93bdbd;
}

.box-textrows .end-hr {
  margin-top: 2rem;
  position: absolute;
  bottom: 0;
}

.box-textrows p {
  margin: 0;
}

@media screen and (min-width: 768px) {
	.box-textrows {
		border-bottom: none;
		margin-bottom: 4rem;
		padding-bottom: 0;
	}
	
}

.textrows-hr {
  background-color: #3a8687;
  border-color: #3a8687;
  border-width: 2px;
}

.textrows-h2 {
	font-size: 24px;
	margin-bottom: 1rem;
}

.textrows-h2, .textrows-h2 a {
  color: #515050;
}

/* -------------------------------- ARKIV ---------------------------------- */

/* - På kategorisidor - */

article.archive-article {
	padding-left: 0;
	grid-template-rows: none;
}

article.archive-article .archivelisting p{
	font-family: TradeGothic, sans-serif;
	max-width: 700px;
}

@media screen and (min-width: 768px) {
	article.archive-article .archivelisting-image-text-wrapper {
   		display: grid;
    	grid-template-columns: 268px 1fr;
	}
}



/* ----- Slut kategorisidor-------- */

.archive-textimages-r {
	display: block;
}

.archive-textimages-r p {
	margin: 1rem 0 0;
	font-family: CrimsonPro, serif;
}

#archivelisting {
	display: block;
}

.archivelisting {
	border: 0;
	margin-top: 50px;
	display: block;
}

.archivelisting .imgbox div:first-child {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
	grid-column-gap: 1rem;
	grid-row-gap: 2rem;
}

.archivelisting .imgbox img {
	margin: auto;
}


@media screen and (min-width: 640px) {
	.archivelisting .imgbox div:first-child {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (min-width: 768px) {
	.archivelisting .imgbox div:first-child {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}


.archivelisting > h4:first-child {
	/*font-family: CoalhandLuke;*/
	font-family: TradeGothicLTStd-Cn18, sans-serif;
	font-weight: 500;
	font-size: 30px;
	text-transform: none;
	color: #000;
	margin-bottom: 26px;
}

.archivelisting > h4:first-child:empty {
	display: none;
}

.archivelisting > div{
	margin-top: 1rem;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}

.archivelisting-h2 {
	margin-bottom: 1rem;
	padding-top: 0;
	font-size: 24px;
}

@media screen and (min-width: 768px) {
	.archivelisting-h2 {
		margin-top: 0;
	}
}

article .grid-cols-archivelisting {
	align-items: start;
	align-items: center; 
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #93bdbd;
}

.grid-cols-archivelisting div:first-child,
.grid-cols-archivelisting div:first-child a {
	width: 100%;
	height: 100%;

}

.grid-cols-archivelisting div:first-child img {
	object-fit: cover;
	border-radius: 0;
	box-shadow: none;
	margin-right: auto;
	margin-left: auto;
}

.archivelisting-image-text-wrapper {
	flex-direction: column;
	
}

@media screen and (min-width: 768px) {
	
	.grid-cols-archivelisting div:first-child img {
		margin-top: -2px;
	}
	
	.archivelisting-image-text-wrapper {
		display: grid;
    	grid-template-columns: 200px 1fr;
	}

	.archive-textimages-r {
		margin-left: 40px;
	}
	
	.archive-textimages-r p {
		margin-top: 0;
	}

}

.archivelisting p {
	font-family: CrimsonPro, serif;
	font-size: 16px;
	line-height: 1.35;
}

.archivelisting.container {
	padding: 0;
}

.archiveitem-bottom {
    position: relative;
	margin-top: 1rem;
	display: block;
  }

.archiveitem-bottom p,
.archiveitem-bottom a,
.archiveitem-bottom span {
	bottom: 0;
	font-size: 13px;
	font-family: TradeGothicLTStd-Cn18, sans-serif;
	font-weight: normal;
	color: #696969;
}

.archiveitem-bottom span.meta-separator {
	margin: 0 0.5rem;
}
	

.archiveitem-bottom p {
	font-family: TradeGothicLTStd-BdCn20, sans-serif;
}

a.archive-read-more {
	font-family: TradeGothicLTStd-BdCn20, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}


a.archive-read-more:hover {
	color: #F39200;
}

.addthis_textrow_style {
  display: inline-grid;
  grid-gap: 0.5rem;
  gap: 0.5rem;
  width: 100%;
  grid-template-columns: repeat(5, auto);
}

/* -- Arkivtyp: Tumnagel + rubrik -- */

.grid-archive-thumbnail-title {
	font-size: 18px;
	padding-top: 0.7rem;
	margin-bottom: 0;
	text-align: center;
}

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

article .archivelisting a.archive-read-all {
	display: inline-block;
	font-family: TradeGothicLTStd-Cn18, sans-serif;
	text-transform: uppercase;
	border-radius: 5px;
	background-color: #3a8687;
	/*color: #fff;*/
	color: #000;
	padding: 16px 29px 10px;
}

article .archivelisting a.archive-read-all:hover {
	background-color: #ff9900;
}

/* PAGINERING */

/* PAGINERING FILTERVERKTYGET */

/*#archive-pagination span {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
  margin-bottom: 1rem;
  font-family: TradeGothicLTStd-BdCn20, sans-serif;
  display: inline-block;
  margin-right: 5px;
  padding: 3px;
}*/


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

.va-paging, .em-pagination {
	max-width: 100%;
	min-width: 35%;
	margin: 2rem auto;
	display: flex;
	justify-content: center;
	font-family:  TradeGothicLTStd-Cn18, sans-serif;
	font-size: 16px;
	line-height: 1;
}

.va-paging a,
.va-paging span.current, .em-pagination a, .em-pagination span.current {
	background-color: #000;
	color: #fff;
	padding: 9px 9px 5px 10px;
	margin: 0 3px;
	text-decoration: none;
}

#archive-pagination p {
	font-family:  TradeGothicLTStd-Cn18, sans-serif;
	font-size: 16px;
	line-height: 1;
	padding: 9px 9px 5px 10px;
	margin: 0 3px;
	text-decoration: none;
}

.va-paging a,
.va-paging span {
	width: auto;
}

.va-paging a.next,
.va-paging p.next,
.va-paging a.prev,
.va-paging p.prev,
.va-paging span.dots{
	background-color: transparent;
	color: #000;
}

.va-paging a.next span,
.va-paging a.prev span {
	display: block;
	text-indent: -9999px;
	height: 0;
}

#va-blocks .va-paging a.next:hover,
#va-blocks .va-paging a.prev:hover {
	text-decoration: underline;
}

.va-paging a.prev::before {
	font-family: FontAwesome;
	content: "\f053";
}

.va-paging a.next::after {
	font-family: FontAwesome;
	content: "\f054";
}

@media screen and (min-width: 768px) {
	
	.va-paging a.next span,
	.va-paging a.prev span {
		text-indent: 0;
		height: auto;
	}
	
	.va-paging a.prev::before {
		content: none;
	}

	.va-paging a.next::after {
		content: none;
	}
	
}


#archive-pagination .active-span,
.va-paging span.current, .em-pagination span.current {
	background-color: #F39200;
}


.va-paging span.dots {
	padding-top: 5px;
	padding-bottom: 0px;
}

/* SLUT PAGINERING */

/* -------------------------------- SLUT: ARKIV ---------------------------------- */

/* ---------------------------- KOMMENTARER ---------------------------- */

#comments {
	width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	padding-bottom: 3rem;
}

#comments div {
	display: block;
}

#comments label {
	text-transform: none;
	font-size: 16px;
}

p.logged-in-as,
p.comment-notes{
	font-family: CrimsonPro, serif;
	margin-bottom: 2rem;
}

li.comment::before {
  content: "";
}

.comments-title {
	font-size: 28px;
}

.comment-awaiting-moderation {
	font-family: CrimsonPro, serif;
	font-size: 14px;
}

.comment-list {
  margin-left: 0;
}

.comment-author img {
  padding-bottom: 0.5rem;
}

.comment-body {
  grid-template-columns: none;
	grid-template-rows: auto auto auto;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
}

.comment-body a {
	font-family:  TradeGothicLTStd-BdCn20, sans-serif;
}

.comment-body a:hover {
	color: #fff;
}

.comment-metadata {
  font-size: 16px;
	margin-top: 5px;
}

#reply-title {
	margin-top: 2rem;
	font-size: 27px;
	/*font-family: CoalHandLuke, serif;*/
	font-family: TradeGothicLTStd-Cn18;
}


.comment-form-author,
.comment-form-email,
.comment-form-url {
	display: flex;
	flex-direction: column;
}

.comment-form-comment textarea {
	margin-bottom: 1.1rem;
	padding: 0.3rem;
	border: none;
	outline: none;
	width: 100%;
	font-family: CrimsonPro, serif;
	font-size: 16px;
	max-width: 650px;
	background: rgb(209, 225, 225);
}

.comment-form-comment label {
	display: block;
	margin-bottom: 0.3rem;
	
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	width: 100%;
	max-width: 650px;
	margin-bottom: 1.5rem;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	margin-bottom: 0.3rem;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	flex: 1;
	border: none;
	outline: none;
	padding: 0.3rem;
	font-family: CrimsonPro, serif;
	font-size: 16px;
	background: rgb(209, 225, 225);
}

p.comment-form-cookies-consent {
	display: flex;
	align-items: center;
}

p.comment-form-cookies-consent label {
	margin-top: 3px;
	font-family: TradeGothicLTStd-Cn18, sans-serif;
	text-transform: none;
	margin-left: 12px;
}

input#wp-comment-cookies-consent {
	background: rgb(209, 225, 225);
}

.form-submit {
	margin: 1.5rem 0 1.1rem;
	padding: 0;
}

.form-submit #submit {
	padding: 16px 29px 10px;
	border: none;
	border-radius: 5px;
	outline: none;
	text-transform: uppercase;
	color: #fff;
	background: #3a8687;/*rgba(143,187,189,1);
	border: 3px solid #3a8687;*/
}

.form-submit #submit:hover {
	background: #ff9900;
	color: #000;
}

/* ---------------------------- SLUT KOMMENTARER ---------------------------- */

/* ------------------------------- KONTAKTBUBBLAN ------------------------------- */


#fcb-modal .fcb-header-close span.fcb-close {
	text-transform: lowercase;
	color: #ffffff;
	display: inline-block;
	text-indent: -9999px;
	margin-top: 3px;
}

#fcb-modal .fcb-header-close::before {
	font-family: FontAwesome;
	content: "\f00d ";
	color: #fff;
}

#fcb-modal .fcb-header-close {
	background-color: #3a8687;
	border: 3px solid #3a8687;
}

#fcb-modal .fcb-header-close:hover {
	background-color: #ff9900;
	border: 2.5px solid #ff9900;
}

#fcb-modal .fcb-header-close:hover span.fcb-close {
	color: #3a8687;
}


@media only screen and (min-width: 651px) and (max-width: 1024px) {
	#fcb-modal:target {
		margin-left: 0px !important;
		left: 5%;
	}
	
	#fcb-modal {
    width: 90%!important;
}
}


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

	#fcb-modal:target {
		width: 60%;
		bottom: 0;
		left: 20%;
		margin-left: 0;
	}

	.fcb-modal-content {
		padding: 40px 40px 60px;
		font-size: 20px;
		min-height: 80%;
	}

	.fcb-modal-content h1,
	.fcb-modal-content h2,
	.fcb-modal-content h3,
	.fcb-modal-content h4 {
		margin-top: 0;
	}

}

/* ----------------------------- SLUT KONTAKTBUBBLA ----------------------------- */

/* ----------------------------- FILTERVERKTYGET ----------------------------- */

.va-archive div {
	display: block;
}

.va-archive .box {
    width: 100%;
    margin-bottom: 1.25rem;
    background: #3a8687;
  }

.va-archive .tabs .active-tab {
    background-color: #fff;
    border-bottom: 0px;
    border-left: 1px solid #000;
  }

.va-archive .tabs {
    background-color: #3a8687;
    padding-top: 10px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
	text-transform: uppercase;
	font-family: TradeGothicLTStd-BdCn20, sans-serif;
  }

.va-archive .tabs li {
    display: inline;
    float: left;
    margin-bottom: 0;
    padding: 1rem 1.5rem;
    background: #3a8687;
  }

.va-archive .tabs li::before, .va-archive .innerbox li::before {
    content: "";
    width: 0;
    margin: 0;
  }

.va-archive .innerbox {
    border: 1px solid #000;
    margin: -1px 0;
    padding: 10px;
    border-top: 0px;
    display: inline-block;
    width: 100%;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.va-archive ul.innerbox {
    border-bottom: none;
}

.va-archive .innerbox li {
    display: inline-block;
    margin-left: 10px;
  }

.va-archive .none {
    display:none;
  }

.va-archive-btn {
	font-family: TradeGothicLTStd-Cn18, sans-serif;
	text-transform: uppercase;
	border-radius: 5px;
	background-color: #ffdd00;
	color: #000;
	padding: 16px 29px 10px;
	margin-bottom: 1rem;
}

.va-archive-btn:hover {
	background-color: #F39200;
}

.va-archive .btns-grid-cols {
	display: flex;
	flex-wrap: wrap;
}

.va-archive .btn-select {
	max-height: 43px;
	background-color: #e2e8f0;
	border: none;
	margin: 0 0.3rem 0.5rem 0;
	padding: 0.5rem 1rem 0.2rem;
	flex: 45%;
}

.btn-select .btn-select-text {
	font-family: TradeGothicLTStd-BdCn20, sans-serif;
	text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.va-archive .remove-search {
	overflow: hidden;
}
.va-archive .remove-search span {
	display: inline-block;
	text-indent: -9999px;
}

.va-archive .remove-search::before {
	font-family: FontAwesome;
	content: "\f00d ";
}
	
.va-archive ul.tabs {
	padding-top: 0;
}

.va-archive li.active-tab {
	border-top: 1px solid black;
	border-right: 1px solid black;
}

.va-archive .innerbox li {
	padding: 0 1.5rem;
	margin: 1rem 0 0.5rem;
	border-right: 1px solid #3a8687;
}


/* ----------------------------- SLUT FILTERVERKTYGET ----------------------------- */


/* ----------------------------- KALENDARIUM ----------------------------- */


/* Listan med alla event -------- */

.em-view-container, .em-view-container div {
	display: block;
}

.em-events-list .em-event.em-item {
	display: flex;
	flex-direction: column;
	margin-bottom: 3rem;
}

.em-events-list .em-item-image img {
	margin: auto;
}

.em-events-list .em-item-info {
	flex: 1;
}

@media screen and (min-width: 768px) {
	
	.em-events-list .em-event.em-item {
		flex-direction: row;
	}
	
	.em-events-list .em-item-image {
		max-width: 200px;
	}
	
	.em-events-list .em-item-info {
		margin-left: 2rem;
	}
	
}

.em-events-list .em-item-image-placeholder {
	width: 200px;
	height: 112.5px;
	background-color: #dbdbdb;
	display: flex;
	justify-content: center;
	align-items: center;
}

.em-events-list .em-item-image-placeholder .date {
	text-align: center;
	text-transform: uppercase;
}


.em-events-list .em-item-info h4 {
	margin-top: 2rem;
	padding-top: 0;
}

@media screen and (min-width: 768px) {
	
	.em-events-list .em-item-info h4 {
		margin-top: 0;
	}
	
}

.em-events-list .em-item-meta {
	font-family: TradeGothicLTStd-Cn18, sans-serif;
	font-size: 16px;
	margin-bottom: 12px;
}

.em-events-list .em-item-meta .label {
	font-family: TradeGothicLTStd-BdCn20, sans-serif;
}

.em-events-list .em-event-time.em-event-date {
	margin-right: 0.5rem;
}


.em-events-list .em-event-location::before {
	content: "| ";
	margin-right: 0.5rem;
	color: #3a8687;
}

.em-events-list .em-item-meta {
	font-family: TradeGothicLTStd-Cn18, sans-serif;
}

.em-events-list .em-item-desc {
	font-family: CrimsonPro, serif;
}

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

/* Widget i sidebar -------- */


.em-events-widget, .em-events-widget div {
	display: block;
}


.em-events-widget .em-item-image {
	display: none;
}

.em-events-widget .em-item {
	margin-bottom: 1rem;
}

.em-events-widget .em-item-meta {
	font-family: TradeGothicLTStd-Cn18, sans-serif;
	font-size: 16px;
	margin-top: 0.3rem;
}

.em-events-widget .em-item-meta {
	font-family: TradeGothicLTStd-Cn18, sans-serif;
	font-size: 14px;
}

.em-events-widget .em-item-meta .em-event-location {
	margin-left: 0.5rem;
}
.em-events-widget .em-item-meta .em-event-location a {
	color: #000;
}

.em-events-widget .em-item-meta .em-event-location::before {
	content: "| ";
	margin-right: 0.5rem;
	color: #3a8687;
}

.em-events-widget .all-events-link {
	list-style-type: none;
}

.em-events-widget .all-events-link::before {
	font-family: FontAwesome;
	content: "\f061";
	margin-right: 1rem;
}

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

/* Enskilt event-inlägg -------- */

.em-item-header {
	font-family: TradeGothicLTStd-Cn18, sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #dbdbdb;
	padding: 1rem;
	margin-top: 2rem;
	max-width: 1172px;
}

.em-item-header ul{
	display: in-line;
	margin: 0;
}

.em-item-header ul li {
	list-style-type: none;
}

.em-item-meta section {
	margin-bottom: 1.2rem;
}

.em-item-meta h4 {
	font-family: TradeGothicLTStd-BdCn20, sans-serif;
	font-size: 1.2rem;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0.3rem;
}

.em-event-location-map {
	width: 100%;
    min-height: 300px;
}

@media (min-width: 768px) {
	.em-item-header {
		flex-direction: row;
	}
	
	.em-event-location-map {
		width: 50%;
		max-height: 300px;
	}
}


/* ----------------------------- SLUT KALENDARIUM ----------------------------- */

/* ----------------------------- COOKIE BAR ----------------------------- */

#cookie-law-info-bar {
	width: 400px !important; 
}

.cli-bar-message {
	display: block;
}

.cli-bar-btn_container a {
	padding: 12px 12px 9px;
}

.cli-bar-btn_container {
	margin-top: 15px !important;
}

#wt-cli-privacy-save-btn {
	padding: 13px 12px 9px;
}

/* ----------------------------- SLUT COOKIE BAR ----------------------------- */

/* ----------------------------- TRANSLATE PRESS ----------------------------- */

img.trp-flag-image {
	filter: grayscale(100%);
	width: 20px;
}

img.trp-flag-image:hover {
	filter: grayscale(0%);
}

/* ----------------------------- TRANSLATE PRESS ----------------------------- */

img {
  height: inherit;
}

.t-template {
  display: none;
}

/**/

@media (min-width: 768px) {

  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .md\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:gap-x-8 {
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
	
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
	
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
	
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:opacity-25 {
    opacity: 0.25;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-1\/3 {
    width: 33.33333%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
	
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
	
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:opacity-100 {
    opacity: 1;
  }
}

.va-article-social-sidebar:empty,
.project-feed:empty {
	display: none;
}

/* ----- PASSWORD PROTECTED PAGES ----- */

.password-protected {
	display: block;
	padding: 2rem 0;
	font-family: CrimsonPro, serif;
}

.password-input {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 2rem;
	
}

.password-protected label {
	font-family: TradeGothicLTStd-Cn18, sans-serif;
	text-transform: none;
	font-size: 18px;
	padding-top: 2px;
}


.password-protected input[type="password"] {
	border: 1px solid grey;
	border-radius: 5px;
	padding: 5px 10px;
	
}


.password-protected input[type="submit"] {
	padding: 9px 15px 6px;
	border-radius: 5px;
	font-family: TradeGothicLTStd-Cn18, sans-serif;
	text-transform: none;
}
