@charset "UTF-8";
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  animation: fadeIn 0.7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  animation: goDown 0.6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
  animation: scaleUpTo 0.5s ease both;
}

/* Keyframes */
/*empty*/
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
:root {
  --cc-bg:#fff;
  --cc-text:#2d4156;
  --cc-border-radius:.35em;
  --cc-btn-primary-bg:#2d4156;
  --cc-btn-primary-text:var(--cc-bg);
  --cc-btn-primary-hover-bg:#1d2e38;
  --cc-btn-secondary-bg:#eaeff2;
  --cc-btn-secondary-text:var(--cc-text);
  --cc-btn-secondary-hover-bg:#d8e0e6;
  --cc-btn-border-radius:4px;
  --cc-toggle-bg-off:#919ea6;
  --cc-toggle-bg-on:var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly:#d5dee2;
  --cc-toggle-knob-bg:#fff;
  --cc-toggle-knob-icon-color:#ecf2fa;
  --cc-block-text:var(--cc-text);
  --cc-cookie-category-block-bg:#f0f4f7;
  --cc-cookie-category-block-bg-hover:#e9eff4;
  --cc-section-border:#f1f3f5;
  --cc-cookie-table-border:#e9edf2;
  --cc-overlay-bg:rgba(4,6,8,.85);
  --cc-webkit-scrollbar-bg:#cfd5db;
  --cc-webkit-scrollbar-bg-hover:#9199a0;
}

.c_darkmode {
  --cc-bg:#181b1d;
  --cc-text:#d8e5ea;
  --cc-btn-primary-bg:#a6c4dd;
  --cc-btn-primary-text:#000;
  --cc-btn-primary-hover-bg:#c2dff7;
  --cc-btn-secondary-bg:#33383c;
  --cc-btn-secondary-text:var(--cc-text);
  --cc-btn-secondary-hover-bg:#3e454a;
  --cc-toggle-bg-off:#667481;
  --cc-toggle-bg-on:var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly:#454c54;
  --cc-toggle-knob-bg:var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color:var(--cc-bg);
  --cc-block-text:#b3bfc5;
  --cc-cookie-category-block-bg:#23272a;
  --cc-cookie-category-block-bg-hover:#2b3035;
  --cc-section-border:#292d31;
  --cc-cookie-table-border:#2b3035;
  --cc-webkit-scrollbar-bg:#667481;
  --cc-webkit-scrollbar-bg-hover:#9199a0;
}

.cc_div *, .cc_div :after, .cc_div :before, .cc_div :hover {
  animation: none;
  background: none;
  border: none;
  border-radius: unset;
  box-shadow: none;
  box-sizing: border-box;
  color: inherit;
  float: none;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  height: auto;
  letter-spacing: unset;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  transition: none;
  vertical-align: baseline;
  visibility: unset;
}

.cc_div {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2d4156;
  color: var(--cc-text);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 16px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

#c-ttl, #s-bl td:before, #s-ttl, .cc_div .b-tl, .cc_div .c-bn {
  font-weight: 600;
}

#cm, #s-bl .act .b-acc, #s-inr, .cc_div .b-tl, .cc_div .c-bl {
  border-radius: 0.35em;
  border-radius: var(--cc-border-radius);
}

#s-bl .act .b-acc {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cc_div a, .cc_div button, .cc_div input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}

.cc_div a {
  border-bottom: 1px solid;
}

.cc_div a:hover {
  border-color: transparent;
  text-decoration: none;
}

#cm-ov, #cs-ov, .c--anim #cm, .c--anim #s-cnt, .c--anim #s-inr {
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
}

.c--anim .c-bn {
  transition: background-color 0.25s ease !important;
}

.c--anim #cm.bar.slide, .c--anim #cm.bar.slide + #cm-ov, .c--anim .bar.slide #s-inr, .c--anim .bar.slide + #cs-ov {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}

#cm.bar.slide, .cc_div .bar.slide #s-inr {
  opacity: 1;
  transform: translateX(100%);
}

#cm.bar.top.slide, .cc_div .bar.left.slide #s-inr {
  opacity: 1;
  transform: translateX(-100%);
}

#cm.slide, .cc_div .slide #s-inr {
  transform: translateY(1.6em);
}

#cm.top.slide {
  transform: translateY(-1.6em);
}

#cm.bar.slide {
  transform: translateY(100%);
}

#cm.bar.top.slide {
  transform: translateY(-100%);
}

.show--consent .c--anim #cm, .show--consent .c--anim #cm.bar, .show--settings .c--anim #s-inr, .show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  transform: scale(1);
  visibility: visible !important;
}

.show--consent .c--anim #cm.box.middle, .show--consent .c--anim #cm.cloud.middle {
  transform: scale(1) translateY(-50%);
}

.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}

.force--consent.show--consent .c--anim #cm-ov, .show--settings .c--anim #cs-ov {
  opacity: 1 !important;
  visibility: visible !important;
}

#cm {
  background: #fff;
  background: var(--cc-bg);
  bottom: 1.25em;
  box-shadow: 0 0.625em 1.875em #000;
  box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  font-family: inherit;
  line-height: normal;
  max-width: 24.2em;
  opacity: 0;
  padding: 1.1em 1.5em 1.4em;
  position: fixed;
  right: 1.25em;
  transform: scale(0.95);
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

#cc_div #cm {
  display: block !important;
}

#c-ttl {
  font-size: 1.05em;
  margin-bottom: 0.7em;
}

.cloud #c-ttl {
  margin-top: -0.15em;
}

#c-txt {
  font-size: 0.9em;
  line-height: 1.5em;
}

.cc_div #c-bns {
  display: flex;
  justify-content: space-between;
  margin-top: 1.4em;
}

.cc_div .c-bn {
  background: #eaeff2;
  background: var(--cc-btn-secondary-bg);
  border-radius: 4px;
  border-radius: var(--cc-btn-border-radius);
  color: #2d4156;
  color: var(--cc-btn-secondary-text);
  cursor: pointer;
  display: inline-block;
  flex: 1;
  font-size: 0.82em;
  padding: 1em 1.7em;
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#c-bns button + button, #s-c-bn, #s-cnt button + button {
  float: right;
  margin-left: 1em;
}

#s-cnt #s-rall-bn {
  float: none;
}

#cm .c_link:active, #cm .c_link:hover, #s-c-bn:active, #s-c-bn:hover, #s-cnt button + button:active, #s-cnt button + button:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}

#s-cnt {
  display: table;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 101;
}

#s-bl {
  outline: none;
}

#s-bl .title {
  margin-top: 1.4em;
}

#s-bl .b-bn, #s-bl .title:first-child {
  margin-top: 0;
}

#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}

#s-cnt .b-bn .b-tl {
  background: none;
  display: block;
  font-family: inherit;
  font-size: 0.95em;
  padding: 1.3em 6.4em 1.3em 2.7em;
  position: relative;
  transition: background-color 0.25s ease;
  width: 100%;
}

#s-cnt .b-bn .b-tl.exp {
  cursor: pointer;
}

#s-cnt .act .b-bn .b-tl {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#s-cnt .b-bn .b-tl:active, #s-cnt .b-bn .b-tl:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl .b-bn {
  position: relative;
}

#s-bl .c-bl {
  border: 1px solid #f1f3f5;
  border: 1px solid var(--cc-section-border);
  margin-bottom: 0.5em;
  padding: 1em;
  transition: background-color 0.25s ease;
}

#s-bl .c-bl:hover {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
}

#s-bl .c-bl:last-child {
  margin-bottom: 0.5em;
}

#s-bl .c-bl:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  transition: none;
}

#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: transparent;
  background: unset;
}

#s-bl .c-bl.b-ex {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
  border: none;
  padding: 0;
  transition: none;
}

#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}

#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
  margin-bottom: 0.5em;
}

#s-bl .b-acc {
  display: none;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
}

#s-bl .act .b-acc {
  display: block;
  max-height: 100%;
  overflow: hidden;
}

#s-cnt .p {
  color: #2d4156;
  color: var(--cc-block-text);
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 0.85em;
}

.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}

#c-vln {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

#cs {
  bottom: 0;
  left: 0;
  padding: 0 1.7em;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}

#cs, #s-inr {
  height: 100%;
}

#s-inr {
  box-shadow: 0 13px 27px -5px rgba(3, 6, 9, 0.26);
  margin: 0 auto;
  max-width: 45em;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 4.75em;
  padding-top: 4.75em;
  position: relative;
  transform: scale(0.96);
  visibility: hidden;
}

#s-bns, #s-hdr, #s-inr {
  background: #fff;
  background: var(--cc-bg);
}

#s-bl {
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-y: overlay;
  padding: 1.3em 1.8em;
  width: 100%;
}

#s-bns {
  border-top: 1px solid #f1f3f5;
  border-top: 1px solid var(--cc-section-border);
  bottom: 0;
  height: 4.75em;
  left: 0;
  padding: 1em 1.8em;
  position: absolute;
  right: 0;
}

.cc_div .cc-link {
  border-bottom: 1px solid #2d4156;
  border-bottom: 1px solid var(--cc-btn-primary-bg);
  color: #2d4156;
  color: var(--cc-btn-primary-bg);
  cursor: pointer;
  display: inline;
  font-weight: 600;
  padding-bottom: 0;
  text-decoration: none;
}

.cc_div .cc-link:active, .cc_div .cc-link:hover {
  border-color: transparent;
}

#c-bns button:first-child, #s-bns button:first-child {
  background: #2d4156;
  background: var(--cc-btn-primary-bg);
  color: #fff;
  color: var(--cc-btn-primary-text);
}

#c-bns.swap button:first-child {
  background: #eaeff2;
  background: var(--cc-btn-secondary-bg);
  color: #2d4156;
  color: var(--cc-btn-secondary-text);
}

#c-bns.swap button:last-child {
  background: #2d4156;
  background: var(--cc-btn-primary-bg);
  color: #fff;
  color: var(--cc-btn-primary-text);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #2d4156;
  background: var(--cc-toggle-bg-on);
}

#c-bns button:first-child:active, #c-bns button:first-child:hover, #c-bns.swap button:last-child:active, #c-bns.swap button:last-child:hover, #s-bns button:first-child:active, #s-bns button:first-child:hover {
  background: #1d2e38;
  background: var(--cc-btn-primary-hover-bg);
}

#c-bns.swap button:first-child:active, #c-bns.swap button:first-child:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}

#s-hdr {
  border-bottom: 1px solid #f1f3f5;
  border-bottom: 1px solid var(--cc-section-border);
  display: table;
  height: 4.75em;
  padding: 0 1.8em;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

#s-hdr, #s-ttl {
  vertical-align: middle;
}

#s-ttl {
  display: table-cell;
  font-size: 1em;
}

#s-c-bn {
  font-size: 1.45em;
  font-weight: 400;
  height: 1.7em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 1.7em;
}

#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}

.cc_div span.t-lb {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

#c_policy__text {
  height: 31.25em;
  margin-top: 1.25em;
  overflow-y: auto;
}

#c-s-in {
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 688px) {
  #s-bl::-webkit-scrollbar {
    background: transparent;
    border-radius: 0 0.25em 0.25em 0;
    height: 100%;
    width: 0.9em;
  }
  #s-bl::-webkit-scrollbar-thumb {
    background: #cfd5db;
    background: var(--cc-webkit-scrollbar-bg);
    border: 0.25em solid #fff;
    border: 0.25em solid var(--cc-bg);
    border-radius: 100em;
  }
  #s-bl::-webkit-scrollbar-thumb:hover {
    background: #9199a0;
    background: var(--cc-webkit-scrollbar-bg-hover);
  }
  #s-bl::-webkit-scrollbar-button {
    height: 5px;
    width: 10px;
  }
}
.cc_div .b-tg {
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 0;
  right: 1.2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.cc_div .b-tg, .cc_div .b-tg .c-tgl {
  cursor: pointer;
  position: absolute;
  top: 0;
}

.cc_div .b-tg .c-tgl {
  border: 0;
  display: block;
  left: 0;
  margin: 0;
}

.cc_div .b-tg .c-tg {
  background: #919ea6;
  background: var(--cc-toggle-bg-off);
  pointer-events: none;
  position: absolute;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.cc_div .b-tg, .cc_div .b-tg .c-tg, .cc_div .b-tg .c-tgl, .cc_div span.t-lb {
  border-radius: 4em;
  height: 1.5em;
  width: 3.4em;
}

.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: #d5dee2;
  background: var(--cc-toggle-bg-readonly);
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  box-shadow: none;
}

.cc_div .b-tg .c-tg:after {
  background: #fff;
  background: var(--cc-toggle-knob-bg);
  border: none;
  border-radius: 100%;
  box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  box-sizing: content-box;
  content: "";
  display: block;
  height: 1.25em;
  left: 0.125em;
  position: relative;
  top: 0.125em;
  transition: transform 0.25s ease;
  width: 1.25em;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  transform: translateX(1.9em);
}

#s-bl table, #s-bl td, #s-bl th {
  border: none;
}

#s-bl tbody tr {
  transition: background-color 0.25s ease;
}

#s-bl tbody tr:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl table {
  border-collapse: collapse;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}

#s-bl td, #s-bl th {
  font-size: 0.8em;
  padding: 0.8em 0.625em 0.8em 1.2em;
  text-align: left;
  vertical-align: top;
}

#s-bl th {
  font-family: inherit;
  padding: 1.2em;
}

#s-bl thead tr:first-child {
  border-bottom: 1px solid #e9edf2;
  border-bottom: 1px solid var(--cc-cookie-table-border);
}

.force--consent #cs, .force--consent #s-cnt {
  width: 100vw;
}

#cm-ov, #cs-ov {
  background: #070707;
  background: rgba(4, 6, 8, 0.85);
  background: var(--cc-overlay-bg);
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: none;
  visibility: hidden;
}

.c--anim #cs-ov, .force--consent .c--anim #cm-ov, .force--consent.show--consent #cm-ov, .show--settings #cs-ov {
  display: block;
}

#cs-ov {
  z-index: 2;
}

.force--consent .cc_div {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  transition: visibility 0.25s linear;
  visibility: hidden;
  width: 100%;
  width: 100vw;
}

.force--consent.show--consent .c--anim .cc_div, .force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}

.force--consent #cm {
  position: absolute;
}

.force--consent #cm.bar {
  max-width: 100vw;
  width: 100vw;
}

html.force--consent.show--consent {
  overflow-y: hidden !important;
}

html.force--consent.show--consent, html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}

.cc_div .act .b-bn .exp:before, .cc_div .b-bn .exp:before {
  border: solid #2d4156;
  border: solid var(--cc-btn-secondary-text);
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  left: 1.2em;
  margin-right: 15px;
  padding: 0.2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.cc_div .act .b-bn .b-tl:before {
  transform: translateY(-20%) rotate(225deg);
}

.cc_div .on-i:before {
  border: solid #ecf2fa;
  border: solid var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  display: inline-block;
  left: 0.75em;
  padding: 0.1em 0.1em 0.45em;
  top: 0.37em;
}

#s-c-bn:after, #s-c-bn:before, .cc_div .on-i:before {
  content: "";
  margin: 0 auto;
  position: absolute;
  transform: rotate(45deg);
}

#s-c-bn:after, #s-c-bn:before {
  background: #2d4156;
  background: var(--cc-btn-secondary-text);
  border-radius: 1em;
  height: 0.6em;
  left: 0.82em;
  top: 0.58em;
  width: 1.5px;
}

#s-c-bn:after {
  transform: rotate(-45deg);
}

.cc_div .off-i, .cc_div .on-i {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  transition: opacity 0.15s ease;
  width: 50%;
}

.cc_div .on-i {
  left: 0;
  opacity: 0;
}

.cc_div .off-i:after, .cc_div .off-i:before {
  background: #ecf2fa;
  background: var(--cc-toggle-knob-icon-color);
  content: " ";
  display: block;
  height: 0.7em;
  margin: 0 auto;
  position: absolute;
  right: 0.8em;
  top: 0.42em;
  transform-origin: center;
  width: 0.09375em;
}

.cc_div .off-i:before {
  transform: rotate(45deg);
}

.cc_div .off-i:after {
  transform: rotate(-45deg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}

#cm.box.middle, #cm.cloud.middle {
  bottom: auto;
  top: 50%;
  transform: translateY(-37%);
}

#cm.box.middle.zoom, #cm.cloud.middle.zoom {
  transform: scale(0.95) translateY(-50%);
}

#cm.box.center, #cm.cloud {
  left: 1em;
  margin: 0 auto;
  right: 1em;
}

#cm.cloud {
  max-width: 50em;
  overflow: hidden;
  padding: 1.3em 2em;
  text-align: center;
  width: unset;
}

.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}

.cc_div .cloud #c-inr-i {
  display: table-cell;
  padding-right: 2.4em;
  vertical-align: top;
  width: 70%;
}

.cc_div .cloud #c-txt {
  font-size: 0.85em;
}

.cc_div .cloud #c-bns {
  display: table-cell;
  min-width: 170px;
  vertical-align: middle;
}

#cm.cloud .c-bn {
  margin: 0.625em 0 0;
  width: 100%;
}

#cm.cloud .c-bn:first-child {
  margin: 0;
}

#cm.cloud.left {
  margin-right: 1.25em;
}

#cm.cloud.right {
  margin-left: 1.25em;
}

#cm.bar {
  border-radius: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 2em;
  position: fixed;
  right: 0;
  width: 100%;
}

#cm.bar #c-inr {
  margin: 0 auto;
  max-width: 32em;
}

#cm.bar #c-bns {
  max-width: 33.75em;
}

#cm.bar #cs {
  padding: 0;
}

.cc_div .bar #c-s-in {
  height: 100%;
  max-height: 100%;
  top: 0;
  transform: none;
}

.cc_div .bar #s-bl, .cc_div .bar #s-bns, .cc_div .bar #s-hdr {
  padding-left: 1.6em;
  padding-right: 1.6em;
}

.cc_div .bar #cs {
  padding: 0;
}

.cc_div .bar #s-inr {
  border-radius: 0;
  margin: 0 0 0 auto;
  max-width: 32em;
}

.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}

.cc_div .bar #s-bl table, .cc_div .bar #s-bl tbody, .cc_div .bar #s-bl td, .cc_div .bar #s-bl th, .cc_div .bar #s-bl thead, .cc_div .bar #s-bl tr, .cc_div .bar #s-cnt {
  display: block;
}

.cc_div .bar #s-bl thead tr {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

.cc_div .bar #s-bl tr {
  border-top: 1px solid #e9edf2;
  border-top: 1px solid var(--cc-cookie-table-border);
}

.cc_div .bar #s-bl td {
  border: none;
  padding-left: 35%;
  position: relative;
}

.cc_div .bar #s-bl td:before {
  color: #2d4156;
  color: var(--cc-text);
  content: attr(data-column);
  left: 1em;
  overflow: hidden;
  padding-right: 0.625em;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#cm.top {
  bottom: auto;
  top: 1.25em;
}

#cm.left {
  left: 1.25em;
  right: auto;
}

#cm.right {
  left: auto;
  right: 1.25em;
}

#cm.bar.left, #cm.bar.right {
  left: 0;
  right: 0;
}

#cm.bar.top {
  top: 0;
}

@media screen and (max-width: 688px) {
  #cm, #cm.cloud, #cm.left, #cm.right {
    bottom: 1em;
    display: block;
    left: 1em;
    margin: 0;
    max-width: 100%;
    padding: 1.4em !important;
    right: 1em;
    width: auto;
  }
  .force--consent #cm, .force--consent #cm.cloud {
    max-width: 100vw;
    width: auto;
  }
  #cm.top {
    bottom: auto;
    top: 1em;
  }
  #cm.bottom {
    bottom: 1em;
    top: auto;
  }
  #cm.bar.bottom {
    bottom: 0;
  }
  #cm.cloud .c-bn {
    font-size: 0.85em;
  }
  #s-bns, .cc_div .bar #s-bns {
    padding: 1em 1.3em;
  }
  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%;
  }
  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }
  #cs {
    border-radius: 0;
    padding: 0;
  }
  #c-s-in {
    height: 100%;
    max-height: 100%;
    top: 0;
    transform: none;
  }
  .cc_div .b-tg {
    right: 1.1em;
    transform: scale(1.1);
  }
  #s-inr {
    border-radius: 0;
    margin: 0;
    padding-bottom: 7.9em;
  }
  #s-bns {
    height: 7.9em;
  }
  #s-bl, .cc_div .bar #s-bl {
    padding: 1.3em;
  }
  #s-hdr, .cc_div .bar #s-hdr {
    padding: 0 1.3em;
  }
  #s-bl table {
    width: 100%;
  }
  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }
  .bns-t #s-bns {
    height: 10.5em;
  }
  .cc_div .bns-t .c-bn {
    font-size: 0.83em;
    padding: 0.9em 1.6em;
  }
  #s-cnt .b-bn .b-tl {
    padding-bottom: 1.2em;
    padding-top: 1.2em;
  }
  #s-bl table, #s-bl tbody, #s-bl td, #s-bl th, #s-bl thead, #s-bl tr, #s-cnt {
    display: block;
  }
  #s-bl thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }
  #s-bl tr {
    border-top: 1px solid #e9edf2;
    border-top: 1px solid var(--cc-cookie-table-border);
  }
  #s-bl td {
    border: none;
    padding-left: 35%;
    position: relative;
  }
  #s-bl td:before {
    color: #2d4156;
    color: var(--cc-text);
    content: attr(data-column);
    left: 1em;
    overflow: hidden;
    padding-right: 0.625em;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #cm .c-bn, .cc_div .c-bn {
    margin-right: 0;
    width: 100%;
  }
  #s-cnt #s-rall-bn {
    margin-left: 0;
  }
  .cc_div #c-bns {
    flex-direction: column;
  }
  #c-bns button + button, #s-cnt button + button {
    float: unset;
    margin-left: 0;
    margin-top: 0.625em;
  }
  #cm.box, #cm.cloud {
    left: 1em;
    right: 1em;
    width: auto;
  }
  #cm.cloud.left, #cm.cloud.right {
    margin: 0;
  }
  .cc_div .cloud #c-bns, .cc_div .cloud #c-inr, .cc_div .cloud #c-inr-i {
    display: block;
    min-width: unset;
    width: auto;
  }
  .cc_div .cloud #c-txt {
    font-size: 0.9em;
  }
  .cc_div .cloud #c-bns {
    margin-top: 1.625em;
  }
}
.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em;
}

.cc_div.ie .bar #c-vln {
  padding-top: 0;
}

.cc_div.ie #cs {
  margin-top: -5.625em;
  max-height: 37.5em;
  position: relative;
  top: 0;
}

.cc_div.ie .bar #cs {
  margin-top: 0;
  max-height: 100%;
}

.cc_div.ie #cm {
  border: 1px solid #dee6e9;
}

.cc_div.ie #c-s-in {
  top: 0;
}

.cc_div.ie .b-tg {
  margin-bottom: 0.7em;
  padding-left: 1em;
}

.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after {
  left: 1.95em;
}

.cc_div.ie #s-bl table {
  overflow: auto;
}

.cc_div.ie .b-tg .c-tg {
  display: none;
}

.cc_div.ie .b-tg .c-tgl {
  display: inline-block;
  height: auto;
  margin-bottom: 0.2em;
  position: relative;
  vertical-align: middle;
}

.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.3em 6.4em 1.3em 1.4em;
}

.cc_div.ie .bar #s-bl td:before {
  display: none;
}

.cc_div.ie .bar #s-bl td {
  padding: 0.8em 0.625em 0.8em 1.2em;
}

.cc_div.ie .bar #s-bl thead tr {
  position: relative;
}

.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0);
}

.cc_div.ie #cm-ov, .cc_div.ie #cs-ov {
  filter: alpha(opacity=80);
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

:root {
  --shift-padding: 20px;
  --mobile-nav-width: 250px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  float: left;
  width: 100%;
  overflow-x: hidden;
  height: 100vh;
}
body #main_wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
}
body #main_wrapper.blur_it {
  filter: blur(7px);
}
body #main_wrapper .content {
  flex: 1 1 auto;
  width: 100%;
}
body #main_wrapper .content .main {
  width: 100%;
}
body.sidebar-active #main_wrapper .content {
  display: flex;
}
body.sidebar-active #main_wrapper .content .main {
  background-color: red;
  width: 72%;
  padding: 0 20px 0 0;
}
body.sidebar-active #main_wrapper .content .sidebar {
  background-color: green;
  width: 28%;
  padding: 0 0 0 20px;
  border-left: solid 1px #dedede;
}

.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 568px) {
  .wrapper {
    width: 94%;
  }
}
.wrapper.kindanarrow {
  max-width: 1200px;
}
.wrapper.narrow {
  max-width: 960px;
}
.wrapper.supernarrow {
  max-width: 760px;
}
.wrapper.overflowhidden {
  overflow: hidden;
}

.fullwidth {
  width: 100%;
}

.centertext {
  text-align: center;
}

.marginbottom {
  margin-bottom: 30px;
}

/*===================================================*\
    OVERLAYS
\*===================================================*/
.screen_overlay,
.box_overlay {
  background-color: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.screen_overlay.open,
.box_overlay.open {
  opacity: 1;
  display: block;
  pointer-events: auto;
}

.screen_overlay {
  opacity: 0;
  position: fixed;
  transition: all 0.5s ease;
  display: none;
  z-index: 3;
}
.screen_overlay.open {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .screen_overlay {
    display: block;
    pointer-events: none;
  }
}
.screen_overlay.withcolor {
  background-color: rgba(233, 232, 214, 0.15);
}

.box_overlay {
  position: absolute;
}
.box_overlay.withcolor {
  background-color: rgba(233, 232, 214, 0.15);
}

/*===================================================*\

\*===================================================*/
.alert-ie-appeared {
  float: left;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  background: #ff6767;
  color: #fff;
  margin: 0 0 20px;
  position: relative;
  z-index: 10;
}
.alert-ie-appeared a {
  color: #000;
  font-weight: bold;
}

.alert-warning {
  float: left;
  width: 100%;
  font-style: italic;
  margin: 0 0 10px;
}

.clear {
  clear: both;
  *zoom: 1;
}
.clear:before {
  content: "";
  display: table;
}
.clear:after {
  content: "";
  display: table;
}

img {
  opacity: 1;
  transition: opacity 0.3s;
  max-width: 100%;
  height: auto;
}
img[data-src] {
  opacity: 0;
}
img.alignleft {
  float: left;
  margin: 0 15px 0 0;
}
img.alignright {
  float: right;
  margin: 0 0 0 15px;
}
img.aligncenter {
  display: block;
  margin: 15px auto;
}

hr {
  float: left;
  width: 100%;
  margin: 25px 0;
  background: #f1f1f1;
  height: 1px;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  color: #2e2e2e;
  text-transform: uppercase;
  color: #be0754;
}

h2,
h3,
h4 {
  font-weight: 400;
}

h1 {
  margin: 0 0 15px;
}

h2 {
  margin: 0 0 7px;
}

h3 {
  margin: 0 0 3px;
}

h4 {
  margin: 0 0 1px;
}

.h2-style {
  font-weight: 400;
  font-size: 21px;
  text-transform: uppercase;
  color: #be0754;
}

p {
  margin: 0 0 10px 0;
  line-height: 24px;
}

i,
em {
  font-style: italic;
}

blockquote {
  font-style: italic;
  color: #be0754;
  font-size: 18px;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 767px) {
  blockquote {
    font-size: 16px;
  }
}

b,
strong {
  font-weight: bold;
}

ul {
  margin: 0 0 10px 35px;
}
ul li {
  padding: 3px 0;
}

ol {
  margin: 0 0 10px 35px;
}
ol li {
  list-style: decimal;
  padding: 3px 0;
}

a {
  color: #de6b27;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  color: rgb(89.7094259391%, 53.8483345145%, 32.6435152374%);
  text-decoration: underline;
}

select.error {
  background: url(../../images/error.png) no-repeat right 15px top 10px;
  border: solid 1px #e26884 !important;
}
select.valid {
  background: url(../../images/valid.png) no-repeat right 15px top 10px;
  border: solid 1px #00925c !important;
}

button {
  border: solid 1px #e0e0e0;
}

.read-more-link {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.read-more-link .view-article {
  border: solid 1px #b5b3b3;
  padding: 5px 20px;
  background: transparent;
  float: right;
  transition: all 0.2s;
}
.read-more-link .view-article:hover {
  border: solid 1px #de6b27;
}

.title-cuter {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#map {
  float: left;
  width: 100%;
  height: 400px;
  display: none;
}
#map .map-icon-postal-code {
  color: #de6b27;
  font-size: 45px;
}

#breadcrumbs {
  float: left;
  width: 100%;
  padding: 20px 0 10px;
  margin: 0 0 20px;
  font-size: small;
  border-bottom: solid 1px #e0e0e0;
  font-weight: 600;
  color: #de6b27;
}
#breadcrumbs span {
  color: #000;
}
#breadcrumbs span span a {
  font-weight: normal;
  opacity: 0.8;
}
#breadcrumbs span span span {
  font-weight: bold;
  opacity: 1;
}

/*▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄
	mail notifications
▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄*/
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0px, 25px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0px, 0px, 0);
  }
}
@keyframes opacityIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bg_overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 2;
  animation-name: opacityIn;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.bg_overlay.close {
  display: none;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate3d(0px, 25px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0px, 0px, 0);
  }
}
.notification {
  position: fixed;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  width: 95%;
  max-width: 590px;
  box-shadow: 0 0 225px 1px rgba(0, 0, 0, 0.3);
  z-index: 2;
  border-radius: 6px;
  text-align: center;
  font-size: 30px;
  padding: 75px;
  animation-name: slideUp;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@media only screen and (max-width: 767px) {
  .notification {
    width: 95%;
    top: 10%;
    padding: 50px 30px;
  }
}
.notification h2 {
  margin: 0 0 15px 0;
}
.notification.close {
  display: none;
}
.notification.success {
  background: #2aa664;
  color: #fff;
}
.notification.failed {
  background: #d23737;
  color: #fff;
}
.notification .fa {
  font-size: 25px;
  position: absolute;
  top: 15px;
  right: 18px;
  cursor: pointer;
  transform: scale(1);
  color: #fff;
}

/*===================================================*\
    DIVIDER
\*===================================================*/
.divider {
  float: left;
  width: 100%;
  height: 7px;
  background-image: url(../images/dot_orange.png);
  background-size: 7px;
  background-repeat: repeat-x;
}
.divider.color2 {
  border-color: #e7e7e8;
  background-image: url(../images/dot_grey.png);
}
.divider.withmargin {
  margin: 15px 0;
}
.divider.withmoremargin {
  margin: 30px 0;
}

/*===================================================*\
    OWL CSS
\*===================================================*/
/*===================*\
    CORE
\*===================*/
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*===================================================*\
    MailPoet 3 Nyhetsbrev
\*===================================================*/
#mailpoet_form_2#mailpoet_form_2 .mailpoet_form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-left: 0;
  padding-right: 0;
}
#mailpoet_form_2#mailpoet_form_2 .mailpoet_form:empty {
  display: none;
}

#mailpoet_form_2#mailpoet_form_2 .mailpoet_text,
#mailpoet_form_2#mailpoet_form_2 .mailpoet_textarea {
  padding: 9px 8px;
  border: none;
  background: #eee;
}
#mailpoet_form_2#mailpoet_form_2 .mailpoet_paragraph {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
#mailpoet_form_2#mailpoet_form_2 .mailpoet_paragraph.last {
  width: 100%;
  flex-direction: row;
}
#mailpoet_form_2#mailpoet_form_2 .mailpoet_text,
#mailpoet_form_2#mailpoet_form_2 .mailpoet_submit {
  flex: 0 1;
  width: 100%;
}

.parsley-required,
.parsley-custom-error-message {
  margin-top: 6px;
}

.parsley-errors-list {
  margin: 0;
}

#mailpoet_form_2 .mailpoet_paragraph .mailpoet_submit {
  margin: 0;
  background-color: #de6b27;
  color: #fff;
  transition: all 0.2s;
  border: none;
  padding: 9px 25px;
  border-radius: 20px;
}
#mailpoet_form_2 .mailpoet_paragraph .mailpoet_submit:hover {
  background: #e17a3d;
  cursor: pointer;
}

.mailpoet_form {
  width: auto;
}
.mailpoet_form .gdpr {
  width: auto;
}
.mailpoet_form .mailpoet_paragraph a {
  display: inline-block;
}
.mailpoet_form .mailpoet_paragraph .mailpoet_checkbox_label {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin-right: 0.3rem;
}
.mailpoet_form .mailpoet_paragraph .mailpoet_checkbox_label .mailpoet_checkbox {
  margin-right: 5px;
  margin-top: 5px;
}

.cookie-settings {
  background-color: #de6b27;
  color: #111;
  border-radius: 4px;
  font-size: 15px;
  border: none;
  padding: 0.6rem 0.9rem;
  cursor: pointer;
}
.cookie-settings:hover, .cookie-settings:focus {
  background-color: rgb(91.0347271439%, 59.7921096149%, 41.3182140326%);
}

.title-margin {
  margin-top: 1em;
  margin-bottom: 0.8em;
}

/* WCAG skip-link */
.skip-link {
  position: absolute;
  top: -40px; /* Move it out of view */
  left: 0;
  background-color: #de6b27;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  z-index: 100; /* Ensure it's above other elements */
}
.skip-link:hover {
  color: white;
}

.skip-link:focus {
  top: 0; /* Bring the skip-link back into view when focused */
  outline: 2px solid #000; /* Add a visible outline for keyboard users */
  outline-offset: 2px;
  text-decoration: none;
}

/* OWL-pause-button */
.sektion.top_sektion.hero #pauseButton {
  cursor: pointer;
  position: absolute;
  bottom: 50px;
  left: 0;
  background-color: #eee;
  color: black;
  padding: 10px;
  z-index: 2;
}
.sektion.top_sektion.hero .owl-carousel .owl-item .text_box {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .sektion.top_sektion.hero .owl-carousel .owl-item .text_box {
    width: 90%;
  }
  .sektion.top_sektion.hero .owl-carousel .owl-item img {
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* Mailchimp form focus */
.mc4wp-form input[type=text],
.mc4wp-form input[type=email],
.mc4wp-form input[type=submit] {
  margin-top: 10px;
}
.mc4wp-form input[type=text]:focus,
.mc4wp-form input[type=email]:focus,
.mc4wp-form input[type=submit]:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/* Search page styling */
.page-main.search-page,
.page-main.error-page {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .page-main.search-page,
  .page-main.error-page {
    margin-top: 20px;
  }
}
.page-main.search-page .search-form-wrapper,
.page-main.error-page .search-form-wrapper {
  background-color: #eee;
  padding: 20px;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
  border-radius: 10px;
}
.page-main.search-page .search-form-wrapper form,
.page-main.error-page .search-form-wrapper form {
  display: flex;
  flex-direction: row;
  justify-content: space-;
}
.page-main.search-page .search-form-wrapper form label,
.page-main.error-page .search-form-wrapper form label {
  width: 70%;
  margin-right: 10px;
}
.page-main.search-page .search-form-wrapper form input,
.page-main.error-page .search-form-wrapper form input {
  padding: 10px;
  border: none;
  border-radius: 5px;
}
.page-main.search-page .search-form-wrapper form input[type=search],
.page-main.error-page .search-form-wrapper form input[type=search] {
  width: 100%;
}
.page-main.search-page .search-form-wrapper form input[type=submit],
.page-main.error-page .search-form-wrapper form input[type=submit] {
  background-color: #be0754;
  color: white;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  width: 30%;
}
.page-main.search-page article,
.page-main.error-page article {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.page-main.search-page .navigation.posts-navigation,
.page-main.error-page .navigation.posts-navigation {
  width: 100%;
}
.page-main.search-page .navigation.posts-navigation .nav-links,
.page-main.error-page .navigation.posts-navigation .nav-links {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@font-face {
  font-family: "Aleo";
  src: url("../../assets/styles/fonts/aleo/Aleo-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Aleo";
  src: url("../../assets/styles/fonts/aleo/Aleo-Italic-VariableFont_wght.ttf") format("truetype");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}
.toggler {
  all: unset;
  position: absolute;
  height: 25px;
  width: 25px;
  top: -1px;
  right: 0;
  text-align: center;
  transition: all 0.2s;
  display: none;
}
@media only screen and (max-width: 767px) {
  .toggler {
    display: block;
    top: 2px;
  }
}
.toggler.desktop {
  display: block;
}
.toggler.active {
  transform: rotate(90deg) translate3d(2px, 0, 0);
}
.toggler:after {
  left: 0;
  right: 0;
  margin: auto;
  content: "\f054";
  font-family: FontAwesome;
  color: #de6b27;
  position: relative;
  font-size: 16px;
  top: 5px;
  display: inline-block;
  text-align: center;
}

/*▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄
    toggle meny
▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄*/
.toggle_navigation {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
}
.toggle_navigation.open {
  transform: translate3d(calc(var(--mobile-nav-width) + 1rem), 0, 0);
}
.toggle_navigation.open .bars {
  background-color: rgba(255, 255, 255, 0);
}
.toggle_navigation.open .bars:before {
  transform: translate3D(0, 8px, 0) rotate(-45deg);
}
.toggle_navigation.open .bars:after {
  transform: translate3D(0, -8px, 0) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .toggle_navigation {
    display: block;
  }
}
.toggle_navigation .bars {
  height: 2px;
  width: 30px;
  background-color: #be0754;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.01s;
}
.toggle_navigation .bars:before, .toggle_navigation .bars:after {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #be0754;
  border-radius: 3px;
  position: absolute;
  transition: all 0.5s;
}
.toggle_navigation .bars:before {
  top: -8px;
}
.toggle_navigation .bars:after {
  top: 8px;
}

/*▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄

▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄*/
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
#header {
  width: 100%;
  height: 100px;
  background-color: #eee;
  z-index: 3;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #header {
    height: 70px;
  }
}
#header > .wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#header #logotype#logotype {
  width: 100%;
  max-width: 180px;
  transition: all 0.2s;
  margin-bottom: -1.5rem;
}
@media (min-width: 767px) {
  #header #logotype#logotype {
    margin-bottom: -2.5rem;
  }
}
@media (min-width: 1100px) {
  #header #logotype#logotype {
    margin-top: 0.5rem;
    margin-bottom: -4.5rem;
  }
}
#header #logotype#logotype a {
  padding: 0;
}
#header #logotype#logotype.open {
  transform: translate3D(50px, 0, 0);
  opacity: 0.1;
  pointer-events: none;
}
@media only screen and (max-width: 1100px) {
  #header #logotype#logotype {
    max-width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  #header #logotype#logotype {
    max-width: 90px;
  }
}
#header #logotype#logotype .logo-img {
  display: block;
  width: 100%;
  height: auto;
}
#header nav.nav {
  margin-left: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-height: 100vh;
  overflow-y: auto;
}
@media (min-width: 767px) {
  #header nav.nav {
    overflow: unset;
  }
}
@supports (max-height: 100dvh) {
  #header nav.nav {
    max-height: 100dvh;
  }
}
#header nav.nav > ul {
  display: flex;
  align-content: center;
  height: 100%;
  flex-direction: column;
}
#header nav.nav .sub-menu {
  display: none;
  position: static;
}
@media (min-width: 767px) {
  #header nav.nav .sub-menu {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #header nav.nav .sub-menu {
    padding: 0 0 0 20px;
  }
  #header nav.nav .sub-menu:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    left: 16px;
    top: 0;
    background-color: #efefef;
  }
  #header nav.nav .sub-menu li.menu-item-type-custom a, #header nav.nav .sub-menu li.menu-item-object-custom a {
    pointer-events: none;
    margin-top: 5px;
    color: #111 !important;
  }
  #header nav.nav .sub-menu .toggler {
    display: none;
  }
  #header nav.nav .sub-menu.show {
    display: block;
    transform: none;
    margin-top: 8px;
    animation-name: slideDown;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
  }
  #header nav.nav .sub-menu.show li {
    margin-bottom: 0;
  }
  #header nav.nav .sub-menu.show li a {
    font-size: 16px;
  }
  #header nav.nav .sub-menu.show ul {
    display: block;
  }
  #header nav.nav .sub-menu.open li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #header nav.nav {
    margin-top: 0;
    margin-left: 0;
    transform: translate3d(0rem, 0, 0);
    background: #fff;
    position: absolute;
    height: auto;
    width: calc(var(--mobile-nav-width) + 2rem);
    min-height: 600px;
    left: calc((var(--mobile-nav-width) + 5% + 2rem) * -1);
    z-index: 1;
    top: 0;
    transition: all 0.3s ease;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #header nav.nav.open {
    transform: translate3d(calc(var(--mobile-nav-width) + 2rem), 0, 0);
  }
}
#header nav.nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  #header nav.nav ul {
    transform: translate3d(-50px, 0, 0);
    padding: 60px 0px 0 5px;
  }
  #header nav.nav ul.open {
    transform: translate3d(0px, 0, 0);
  }
}
#header nav.nav ul li {
  margin: 0;
  list-style: none;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #header nav.nav ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
  }
}
#header nav.nav ul li a {
  font-size: 18px;
  color: #be0754;
  display: block;
  padding: 10px 15px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  position: relative;
  transition: all 0s;
}
#header nav.nav ul li a:after {
  content: "";
  height: 2px;
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5px;
  z-index: 3;
  background-color: #de6b27;
  position: absolute;
  opacity: 0;
  transform: scaleX(0.86);
  transition: transform 0.2s;
}
@media only screen and (max-width: 767px) {
  #header nav.nav ul li a:after {
    right: auto;
    bottom: -2px;
  }
}
#header nav.nav ul li a:focus, #header nav.nav ul li a:hover {
  text-decoration: none;
  color: #de6b27;
}
#header nav.nav ul li a:focus:after, #header nav.nav ul li a:hover:after {
  opacity: 1;
  transform: scaleX(1);
}
@media only screen and (max-width: 1200px) {
  #header nav.nav ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1100px) {
  #header nav.nav ul li a {
    font-size: 12px;
    padding: 10px 8px;
  }
}
@media only screen and (max-width: 767px) {
  #header nav.nav ul li a {
    padding: 0px 15px;
    font-size: 18px;
  }
}
#header nav.nav ul li.current-menu-item a, #header nav.nav ul li.current_page_item a {
  color: #db6823;
}
#header nav.nav ul li.current-menu-item a:hover:after, #header nav.nav ul li.current_page_item a:hover:after, #header nav.nav ul li.current-page-ancestor a:hover:after {
  background-color: #de6b27;
}
#header nav.nav ul li.current-menu-item .sub-menu li a, #header nav.nav ul li.current_page_item .sub-menu li a, #header nav.nav ul li.current-page-ancestor .sub-menu li a {
  color: #be0754;
}
#header nav.nav ul li.current-menu-item .sub-menu li.current-menu-item a, #header nav.nav ul li.current-menu-item .sub-menu li.current_page_item a, #header nav.nav ul li.current_page_item .sub-menu li.current-menu-item a, #header nav.nav ul li.current_page_item .sub-menu li.current_page_item a, #header nav.nav ul li.current-page-ancestor .sub-menu li.current-menu-item a, #header nav.nav ul li.current-page-ancestor .sub-menu li.current_page_item a {
  color: #db6823;
}
#header nav.nav ul li.current-menu-item .sub-menu li.current-menu-item ul li a, #header nav.nav ul li.current-menu-item .sub-menu li.current_page_item ul li a, #header nav.nav ul li.current_page_item .sub-menu li.current-menu-item ul li a, #header nav.nav ul li.current_page_item .sub-menu li.current_page_item ul li a, #header nav.nav ul li.current-page-ancestor .sub-menu li.current-menu-item ul li a, #header nav.nav ul li.current-page-ancestor .sub-menu li.current_page_item ul li a {
  color: #be0754;
}
#header nav.nav ul li.current-menu-item .sub-menu li.current-menu-item ul li.current-menu-item a, #header nav.nav ul li.current-menu-item .sub-menu li.current-menu-item ul li.current_page_item a, #header nav.nav ul li.current-menu-item .sub-menu li.current_page_item ul li.current-menu-item a, #header nav.nav ul li.current-menu-item .sub-menu li.current_page_item ul li.current_page_item a, #header nav.nav ul li.current_page_item .sub-menu li.current-menu-item ul li.current-menu-item a, #header nav.nav ul li.current_page_item .sub-menu li.current-menu-item ul li.current_page_item a, #header nav.nav ul li.current_page_item .sub-menu li.current_page_item ul li.current-menu-item a, #header nav.nav ul li.current_page_item .sub-menu li.current_page_item ul li.current_page_item a, #header nav.nav ul li.current-page-ancestor .sub-menu li.current-menu-item ul li.current-menu-item a, #header nav.nav ul li.current-page-ancestor .sub-menu li.current-menu-item ul li.current_page_item a, #header nav.nav ul li.current-page-ancestor .sub-menu li.current_page_item ul li.current-menu-item a, #header nav.nav ul li.current-page-ancestor .sub-menu li.current_page_item ul li.current_page_item a {
  color: #db6823;
}

@media (min-width: 767px) {
  #header#header > .wrapper {
    flex-direction: row;
  }
  #header#header .nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #header#header .nav ul {
    flex-direction: row;
  }
  #header#header .nav a {
    padding: 7px 10px;
  }
  #header#header .nav a:after {
    content: none;
  }
  #header#header .menu-item {
    padding: 0;
    white-space: no-wrap;
  }
  #header#header .menu-item:hover .sub-menu, #header#header .menu-item:focus-within .sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  #header#header .menu-item.level-0, #header#header .menu-item.level-0 > a {
    display: flex;
    align-items: center;
    height: 100%;
  }
  #header#header .menu-item.level-0 .menu-item {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
  }
  #header#header .menu-item.level-1 {
    font-weight: bold;
  }
  #header#header .menu-item.level-1 a {
    min-width: 14rem;
    color: #111;
  }
  #header#header .menu-item.level-1 a:hover {
    color: #c90055;
  }
  #header#header .menu-item.level-2 {
    font-weight: normal;
  }
  #header#header .menu-item.level-2 .menu-item {
    padding-left: 1rem;
  }
  #header#header .level-0 > .sub-menu {
    position: absolute;
    -moz-columns: var(--sub-menu-columns, 1);
         columns: var(--sub-menu-columns, 1);
    padding: 7px 10px;
    top: 100%;
    border-top: 2px solid #de6b27;
    background-color: #e7e7e8;
    box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.13), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.11);
    max-width: calc(100vw - var(--shift-padding) * 2);
    left: 0;
    opacity: 0;
    transform: translateY(-10%);
    transition: opacity 200ms, transform 200ms;
    visibility: hidden;
  }
  #header#header .sub-menu {
    width: auto;
  }
  #header#header .sub-menu li {
    position: static;
  }
  #header#header .sub-menu a {
    font-size: 0.9rem;
    text-align: left;
  }
}
.sub-menu-columns-1 {
  --sub-menu-columns: 1;
}
.sub-menu-columns-2 {
  --sub-menu-columns: 2;
}
.sub-menu-columns-3 {
  --sub-menu-columns: 3;
}

/*===================================================*\
    ICON HOLDER
\*===================================================*/
.icon_holder {
  display: flex;
  margin: 0 0.4rem;
}
@media (min-width: 767px) {
  .icon_holder {
    margin-left: auto;
  }
}
@media only screen and (max-width: 1025px) {
  .icon_holder {
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(0.7);
    margin-top: 0px;
    transform-origin: right;
  }
}
@media only screen and (max-width: 767px) {
  .icon_holder {
    right: auto;
    left: 1.5rem;
    margin-top: 11px;
    transform: none;
  }
  #header > .wrapper > .icon_holder {
    display: none;
  }
}
@media (min-width: 767px) {
  #header > .wrapper > .okayNav .icon_holder {
    display: none;
  }
}
.icon_holder .icon_link {
  display: block;
}
.icon_holder .icon_link + .icon_link {
  margin-left: 0.5rem;
}

.page-content p:last-child {
  margin: 0;
}

.widget_wysija {
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
.widget_wysija .wysija-paragraph {
  float: left;
  position: relative;
  margin: 0 15px 10px 0;
}
.widget_wysija .wysija-paragraph input {
  float: left;
  width: 100%;
  padding: 9px 8px;
  border: none;
  background: #eee;
}
.widget_wysija .wysija-paragraph input:focus {
  box-shadow: none;
  outline: 0;
}
.widget_wysija .wysija-paragraph .formError {
  top: 9px !important;
  left: inherit !important;
  right: 10px !important;
  background: #a01717;
  width: 17px;
  height: 17px;
  border-radius: 2px;
  border: 1px solid #8a1414;
  text-align: center;
  position: absolute;
}
.widget_wysija .wysija-paragraph .formError:after {
  content: "!";
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: -4px;
  left: 7px;
}
.widget_wysija .wysija-paragraph .formError .formErrorContent {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .widget_wysija .wysija-paragraph {
    width: 48%;
    margin: 0 0 15px;
  }
  .widget_wysija .wysija-paragraph:nth-child(1) {
    float: left;
  }
  .widget_wysija .wysija-paragraph:nth-child(2) {
    float: right;
  }
}
@media only screen and (max-width: 568px) {
  .widget_wysija .wysija-paragraph {
    width: 100%;
  }
}
.widget_wysija .wysija-submit-field {
  margin: 0;
  background-color: #de6b27;
  color: #fff;
  transition: all 0.2s;
  border: none;
  padding: 9px 25px;
  border-radius: 20px;
}
.widget_wysija .wysija-submit-field:hover {
  background: rgb(88.3841247342%, 47.9045594141%, 23.9688164422%);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .widget_wysija .wysija-submit-field {
    float: none;
    display: block;
    width: 100%;
  }
}
.widget_wysija .allmsgs .updated {
  background-color: #e0ffe1;
  border-color: #83bf91;
}
.widget_wysija .allmsgs .updated ul li {
  padding: 8px;
  font-size: 16px;
  text-align: center;
}

#grid4[data-columns]::before {
  content: "4 .column.size-1of4";
}
@media only screen and (max-width: 1025px) {
  #grid4[data-columns]::before {
    content: "3 .column.size-1of3";
  }
}
@media only screen and (max-width: 767px) {
  #grid4[data-columns]::before {
    content: "2 .column.size-1of2";
  }
}

.mapp_item {
  float: left;
  width: 100%;
  margin-right: 2%;
  cursor: pointer;
  position: relative;
  margin-bottom: 15px;
}
.mapp_item.active h3:after {
  content: "\f068";
  transform: rotate(360deg);
}
.mapp_item .img_holder {
  float: left;
  border-color: #929292;
  width: 100%;
  height: 100px;
  background-position: 50% 50%;
  background-size: cover;
}
.mapp_item h3 {
  bottom: 0;
  left: 0;
  float: left;
  text-align: left;
  float: left;
  background-color: #fff;
  margin-bottom: 0;
}
.mapp_item h3:after {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ccc;
  font-size: 18px;
  margin-left: 10px;
  top: 10px;
  left: 0;
  transition: all 0.3s;
}
.mapp_item.last {
  margin-right: 0;
}

.mapp_galleri .wrapper {
  width: 100%;
}
.mapp_galleri {
  position: relative;
  margin-top: 15px;
  width: 100%;
  max-width: 1280px;
  float: left;
  width: 100%;
  display: none;
}
.mapp_galleri.open {
  display: block;
  animation-name: slideDown;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  height: auto;
  visibility: visible;
  opacity: 1;
}
.mapp_galleri .size-1of4 {
  width: 25%;
  float: left;
}
.mapp_galleri .size-1of4 .column {
  width: 100% !important;
}
.mapp_galleri .size-1of3 {
  width: 33%;
  float: left;
}
.mapp_galleri .size-1of3 .column {
  width: 100% !important;
}
.mapp_galleri .size-1of2 {
  width: 50%;
  float: left;
}
.mapp_galleri .size-1of2 .column {
  width: 100% !important;
}
.mapp_galleri span.title {
  text-align: center;
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 8px;
  padding: 0 5px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .mapp_galleri span.title {
    font-size: 11px;
  }
}
.mapp_galleri .bild_item {
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 15px 15px 8px;
  border: solid 1px #ccc;
}
.mapp_galleri .bild_item img {
  width: 100%;
  line-height: normal;
  border-radius: 4px;
}
.mapp_galleri a.laddaned {
  display: block;
  text-align: center;
  margin: 5px 0 0;
  font-size: 12px;
  color: #111;
  line-height: normal;
  opacity: 0.7;
}
.mapp_galleri a.laddaned:hover {
  opacity: 1;
}

.owl-carousel.owl-text-select-on .owl-item {
  display: block;
}

/*▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄
	form
▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄*/
.form {
  margin: 0px 0;
  float: left;
  width: 100%;
}
.form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.form label.error {
  position: absolute;
  bottom: 12px;
  right: 58px;
  color: #9c897e;
}
.form .fa {
  position: absolute;
  right: 9px;
  top: 7px;
  font-size: 34px;
  color: #23d239;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.21, 0.69, 0.32, 1.54);
}
.form .fa-times {
  color: #f94949;
  right: 14px;
}

.kontakt_left {
  float: left;
  width: 40%;
  padding-right: 30px;
}

.kontakt_right {
  float: left;
  width: 60%;
}

.form_item {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  position: relative;
}

.inputbox,
.textarea {
  background-color: #fff;
  border: 2px solid #ccc;
  padding: 12px;
  display: block;
  width: 100%;
  color: #111;
  outline: 0;
  resize: none;
  font-family: inherit;
}
.inputbox:focus,
.textarea:focus {
  border: 2px solid #111;
}
.submit {
  background-color: #de6b27;
  border: none;
  padding: 12px 20px;
  font-family: inherit;
  color: #111;
  position: relative;
  display: block;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s;
  float: right;
}
.submit:hover {
  background-color: rgb(89.7094259391%, 53.8483345145%, 32.6435152374%);
}

/*▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄
	mail notifications
▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄▀▄*/
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0px, 25px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0px, 0px, 0);
  }
}
@keyframes opacityIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate3d(0px, 25px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0px, 0px, 0);
  }
}
.notification {
  position: fixed;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  width: 95%;
  max-width: 590px;
  box-shadow: 0 0 225px 1px rgba(0, 0, 0, 0.3);
  z-index: 2;
  border-radius: 6px;
  text-align: center;
  font-size: 30px;
  padding: 75px;
  animation-name: slideUp;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@media only screen and (max-width: 767px) {
  .notification {
    width: 95%;
    top: 10%;
    padding: 50px 30px;
  }
}
.notification h2 {
  margin: 0 0 15px 0;
}
.notification.close {
  display: none;
}
.notification.success {
  background: #2aa664;
  color: #fff;
}
.notification.failed {
  background: #d23737;
  color: #fff;
}
.notification .fa {
  font-size: 25px;
  position: absolute;
  top: 15px;
  right: 18px;
  cursor: pointer;
  transform: scale(1);
  color: #fff;
}

/*===================================================*\
    SEKTION
\*===================================================*/
.sektion {
  width: 100%;
  padding: 30px 0;
}
.sektion.no_hero {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .sektion.no_hero {
    margin-top: 0px;
  }
}
.sektion.nopaddingtop {
  padding-top: 0;
}
.sektion.nopaddingbottom {
  padding-bottom: 0;
}

/*===================================================*\
    HERO
\*===================================================*/
.hero {
  padding: 0;
  padding-bottom: 38px;
  position: relative;
  overflow: hidden;
}

/*===================*\
   HERO PUFFAR
\*===================*/
.hero_puff_holder {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 220px;
  align-content: center;
  margin-bottom: 1rem;
}
.hero_puff_holder a {
  width: 100%;
}
@media (min-width: 767px) {
  .okayNav .hero_puff_holder {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hero_puff_holder {
    position: relative;
    height: auto;
    margin-top: 30px;
  }
}
.hero_puff_holder.desktop_puffs {
  display: none;
}
@media (min-width: 767px) {
  .hero_puff_holder.desktop_puffs {
    display: flex;
  }
}
.hero_puff_holder .hero_puff {
  float: left;
  width: 100%;
  background-color: #de6b27;
  color: #fff;
  font-size: 24px;
  padding: 5px 50px 5px 20px;
  margin: 5px 0;
  position: relative;
  right: -30px;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .hero_puff_holder .hero_puff {
    right: 0;
    left: -30px;
    text-align: right;
    padding: 5px 20px 5px 50px;
  }
  .hero_puff_holder .hero_puff:focus, .hero_puff_holder .hero_puff:hover {
    transform: translate3D(30px, 0, 0);
  }
}
.hero_puff_holder .hero_puff:hover {
  transform: translate3D(-30px, 0, 0);
  background-color: rgb(88.3841247342%, 47.9045594141%, 23.9688164422%);
}
.hero_puff_holder .hero_puff.even {
  background-color: #be0754;
}
.hero_puff_holder .hero_puff.even:hover {
  background-color: rgb(84.1544739723%, 3.1004279885%, 37.2051358615%);
}
.hero_puff_holder .hero_puff.sub_puffs {
  transform: translate3D();
}

/*===================*\
    OWL CSS
\*===================*/
body.safari .owl_item {
  display: block;
}
body.safari .owl_item .text_box {
  top: 40%;
}

.owl_item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0 0 10px #b0b0b0;
}
.owl_item .text_box {
  font-size: 50px;
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .owl_item .text_box {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1065px) {
  .owl_item .text_box {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .owl_item .text_box {
    font-size: 18px;
  }
}

.owl-controls {
  margin: 0 !important;
  position: absolute;
  width: 100%;
  margin-top: 30px;
  bottom: -42px;
}

.owl-dot {
  height: 20px;
  width: 20px;
  border: 2px solid #e7e7e8;
  display: inline-block;
  margin: 0 5px;
  border-radius: 100%;
}
.owl-dot.active {
  background-color: #e7e7e8;
}

/*===================================================*\
    AKTIVITETER
\*===================================================*/
.readmore {
  float: right;
  color: #c90055 !important;
  font-weight: 600;
}

.aktivitet_holder {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.aktivitet_holder .aktivitet_item {
  float: left;
  width: 100%;
}

/*===================================================*\
    PUFFAR
\*===================================================*/
.puff {
  float: left;
  width: 100%;
  background-color: #e7e7e8;
}
.puff .readMore {
  float: left;
  width: 100%;
}
.puff .readMore a {
  float: right !important;
  color: #c90055 !important;
  font-weight: 600;
}
.puff .readMore a.linkTypeExt .fa {
  color: #4a4a4a;
  margin: 0 0 0 10px;
  font-size: 14px;
}
.puff a {
  color: #111;
}
.puff a:hover, .puff a:hover div {
  color: #111;
  text-decoration: underline;
}
.puff .left_absolute {
  position: absolute;
  float: left;
  width: 48%;
  height: 100%;
  background-size: 50%;
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (max-width: 568px) {
  .puff .left_absolute {
    height: 315px;
    position: inherit;
    width: 100%;
    margin-right: 0%;
  }
}
.puff .left_absolute.youtubeEmbed iframe {
  width: 100%;
  height: 100%;
}
.puff .left_absolute img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.puff.nomargin {
  margin: 0;
}
.puff h3 {
  font-size: 25px;
}
.puff.puffmargin {
  margin: 0px 0;
}
.puff.even {
  background-color: #fff;
}
.puff.even.puffmargin {
  margin: 30px 0;
}
.puff .left {
  float: left;
  width: 48%;
  padding-left: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-right: 4%;
}
@media only screen and (max-width: 767px) {
  .puff .left {
    width: 100%;
    margin-right: 0%;
  }
}
.puff .left img {
  float: left;
  width: 100%;
}
.puff .left.nopadding {
  padding: 0;
}
.puff .left.full {
  width: 100%;
  margin-right: 0;
}
.puff .left.youtubeEmbed iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}
.puff .left.fadebookFeedSection {
  max-height: 300px;
  overflow-y: scroll;
  padding: 0 5px 0 0;
}
.puff .right {
  float: right;
  width: 48%;
  padding-left: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .puff .right {
    width: 48%;
  }
}
@media only screen and (max-width: 568px) {
  .puff .right {
    width: 100%;
  }
}
.puff .right .andras_aktiviteter_item {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  color: #000;
}
.puff .right .andras_aktiviteter_item .andras_aktiviteter_item_row {
  float: left;
  width: 100%;
  margin-bottom: 3px;
}
.puff .right .readmore.andras_aktiviteter_readmore {
  text-align: right;
}
.puff .right.nopadding {
  padding: 0;
}
.puff .right a {
  color: #c90055 !important;
  font-weight: 600;
}
.puff.puff_text_bild {
  padding: 0;
  background: none;
}
.puff.puff_text_bild .wrapper.supernarrow {
  max-width: 900px;
}
.puff.puff_text_bild .left {
  width: 26%;
  margin: 0;
}
.puff.puff_text_bild .left img {
  width: auto;
}
@media only screen and (max-width: 568px) {
  .puff.puff_text_bild .left {
    width: 100%;
    padding: 0 0 30px;
  }
}
.puff.puff_text_bild .right {
  width: 74%;
  padding-left: 30px;
}
@media only screen and (max-width: 568px) {
  .puff.puff_text_bild .right {
    width: 100%;
    padding: 0;
  }
}

/*===================================================*\
    FACEBOOK
\*===================================================*/
.rfbp-post a {
  pointer-events: none;
  cursor: default;
}

.rfbp-page-link-wrap a {
  color: #de6b27;
  float: right;
}

/*===================================================*\
    PAGE STRUCURE
\*===================================================*/
body.partners .page-sidebar ul li {
  display: none;
}
body.partners .page-sidebar ul li.current-menu-item {
  display: block;
}
body.partners .page-sidebar ul li.current_page_parent ul li.current-menu-item {
  display: block;
}

.page-sidebar {
  width: 25%;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .page-sidebar {
    width: 100%;
    padding-right: 0;
  }
}
.page-sidebar h1 {
  font-size: 25px;
  color: #be0754;
  margin-bottom: 15px;
}
.page-sidebar ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.page-sidebar ul .toggler {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-sidebar ul {
    display: none;
  }
}
.page-sidebar ul.show_all li {
  display: block;
  width: 100%;
  float: left;
}
.page-sidebar ul li.current_page_parent {
  display: block;
}
.page-sidebar ul li.current_page_parent > ul > li {
  display: block;
}
.page-sidebar ul li {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  padding: 3px 25px 3px 0;
}
.page-sidebar ul li a {
  float: left;
}
.page-sidebar ul li ul {
  margin-bottom: 5px;
}
.page-sidebar ul li ul .toggler {
  display: block;
}
.page-sidebar ul li ul.show {
  display: block;
  transform: none;
  animation-name: slideDown;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.page-sidebar ul li ul.show li {
  margin-bottom: 0;
}
.page-sidebar ul li ul li ul {
  display: none;
}
.page-sidebar ul li.current_page_item a {
  color: #be0754;
}
.page-sidebar ul li.current_page_item ul li a {
  color: #de6b27;
}
.page-sidebar ul li.current_page_item, .page-sidebar ul li.current-page-ancestor {
  display: block;
}
.page-sidebar ul li.current_page_item ul li, .page-sidebar ul li.current-page-ancestor ul li {
  display: block;
}
.page-sidebar ul li.current_page_item ul li a, .page-sidebar ul li.current-page-ancestor ul li a {
  display: block;
}
.page-sidebar ul li.current_page_item ul li ul, .page-sidebar ul li.current-page-ancestor ul li ul {
  padding-left: 20px;
  float: left;
}
.page-sidebar ul li.current_page_item ul li ul:after, .page-sidebar ul li.current-page-ancestor ul li ul:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  left: 0px;
  top: 0;
  background-color: #efefef;
}
.page-sidebar ul li.menu-item-type-custom a, .page-sidebar ul li.menu-item-object-custom a {
  pointer-events: none;
  margin-top: 5px;
  color: #111 !important;
}
.page-sidebar ul li.menu-item-type-custom.show a, .page-sidebar ul li.menu-item-object-custom.show a {
  color: #de6b27 !important;
  margin-top: 0;
  pointer-events: auto;
}
.page-sidebar ul li a {
  font-size: 14px;
  font-weight: 700;
  color: #de6b27;
  margin-bottom: 5px;
  display: block;
}
.current_page_ancestor.current_page_sibling {
  display: none !important;
}

.page-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .page-main {
    max-width: 870px;
    margin: 0 auto;
  }
}
.page-main h1 {
  font-size: 25px;
  color: #be0754;
}
.page-main h2 {
  font-size: 18px;
  color: #be0754;
  margin: 17px 0 7px;
}
.page-main h3,
.page-main h4,
.page-main h5,
.page-main h6 {
  text-transform: none;
}
.page-main .main_text {
  width: 60%;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .page-main .main_text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.page-main .main_text.full {
  width: 100%;
}
.page-main .thumbnail {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .page-main .thumbnail {
    width: 100%;
  }
}
.page-main .thumbnail img {
  margin-bottom: 15px;
}

.video_wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.imageSliderHolder {
  float: left;
  width: 100%;
  padding-top: 25px;
  position: relative;
}
.imageSliderHolder ul {
  margin: 0;
}
.imageSliderHolder ul li {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
}
.imageSliderHolder ul li img {
  line-height: 0;
  margin: 0;
}
.imageSliderHolder ul li span {
  float: left;
  width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #444;
}
.imageSliderHolder ul .owl-controls {
  margin: 0 !important;
  position: absolute;
  width: 100%;
  top: 135px;
  height: 45px !important;
}
.imageSliderHolder ul .owl-controls .owl-nav {
  float: left;
  width: 100%;
}
.imageSliderHolder ul .owl-controls .owl-nav .owl-prev {
  float: left;
  width: 50%;
  font-size: 30px;
  color: #fff;
  text-shadow: 0 1px 2px black;
  padding: 0 0 0 15px;
  transition: padding 0.1s;
  text-align: left;
}
.imageSliderHolder ul .owl-controls .owl-nav .owl-prev:hover {
  padding: 0 0 0 10px;
}
.imageSliderHolder ul .owl-controls .owl-nav .owl-next {
  float: right;
  width: 50%;
  font-size: 30px;
  color: #fff;
  text-shadow: 0 1px 2px black;
  padding: 0 15px 0 0;
  transition: padding 0.1s;
  text-align: right;
}
.imageSliderHolder ul .owl-controls .owl-nav .owl-next:hover {
  padding: 0 10px 0 0;
}

/*===================================================*\
    FORSKARE
\*===================================================*/
.forskare_item {
  float: left;
  width: 100%;
}
.forskare_item .left_forskare {
  float: left;
  width: 60%;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .forskare_item .left_forskare {
    width: 100%;
    padding-right: 0;
  }
}
.forskare_item .left_forskare.full {
  width: 100%;
}
.forskare_item .right_forskare {
  float: left;
  width: 40%;
  display: none;
}
@media only screen and (max-width: 767px) {
  .forskare_item .right_forskare {
    width: 100%;
  }
}
.forskare_item .right_forskare.open {
  display: block;
}
.forskare_item .right_forskare .img_item {
  float: left;
  width: 47%;
  margin-right: 6%;
  margin-bottom: 4%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .forskare_item .right_forskare .img_item {
    margin-top: 4%;
    margin-bottom: 0;
  }
}
.forskare_item .right_forskare .img_item.last {
  margin-right: 0;
}
.forskare_item .right_forskare .img_item img {
  display: inline-block;
}
.forskare_item .right_forskare .img_item span {
  display: block;
}

.lwa {
  max-width: 335px;
}

form.lwa-form input,
form.lwa-remember input,
div.lwa-register form input {
  margin: 5px 0px 10px;
  border-radius: 3px;
  border: 2px solid #d1d1d1;
  padding: 10px;
  width: 100%;
}
form.lwa-form input.lwa-rememberme,
form.lwa-remember input.lwa-rememberme,
div.lwa-register form input.lwa-rememberme {
  width: auto;
}

.lwa-divs-only .lwa-form .lwa-submit-button input {
  background-color: #be0754;
  border: 0;
  outline: 0;
  font-size: inherit;
  padding: 10px;
  color: #fff;
}

.sektion.bildgalleri-flex {
  width: 100%;
  float: left;
}
.sektion.bildgalleri-flex .wrapper .bildgalleri-container {
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sektion.bildgalleri-flex .wrapper .bildgalleri-container .img-single-container {
  width: 19%;
  float: left;
  max-height: 250px;
  margin-bottom: 10px;
  margin-right: 14px;
}
.sektion.bildgalleri-flex .wrapper .bildgalleri-container .img-single-container img {
  width: 100%;
  float: left;
  max-height: 250px;
}

.intro-image,
.intro-image img {
  width: 100%;
}

/* Evenemang styling */
.page-template-page-evenemang {
  /* Typography */
}
.page-template-page-evenemang h1, .page-template-page-evenemang h2, .page-template-page-evenemang h3, .page-template-page-evenemang h4, .page-template-page-evenemang h5, .page-template-page-evenemang h6 {
  font-family: "Aleo", serif;
  color: #19322a;
  font-weight: 600;
}
.page-template-page-evenemang p, .page-template-page-evenemang li, .page-template-page-evenemang a {
  font-family: "Aleo", serif;
  font-weight: 400;
  font-style: normal;
}
.page-template-page-evenemang p, .page-template-page-evenemang li {
  color: #19322a;
}
.page-template-page-evenemang hr {
  color: #19322a;
  height: 2px;
}
.page-template-page-evenemang a {
  color: #19322a;
}
.page-template-page-evenemang a:hover {
  color: #a5b76c;
}
.page-template-page-evenemang strong, .page-template-page-evenemang b {
  font-family: "Aleo", serif;
  font-weight: 700;
  color: #19322a;
}
.page-template-page-evenemang {
  /* Icons */
}
.page-template-page-evenemang .icon {
  color: #a5b76c !important;
  background-color: #a5b76c !important;
  padding: 5px !important;
}
.page-template-page-evenemang .icon.nyhetsbrevet {
  color: white !important;
}
.page-template-page-evenemang {
  /* Navbar */
}
@media only screen and (min-width: 768px) {
  .page-template-page-evenemang .nav.okayNav ul .sub-menu {
    border-top: 2px solid #a5b76c !important;
  }
}
.page-template-page-evenemang .nav.okayNav ul li a {
  color: #19322a !important;
}
.page-template-page-evenemang .toggler::after {
  color: #a5b76c !important;
}
.page-template-page-evenemang {
  /* Hamburgermenu */
}
.page-template-page-evenemang .toggle_navigation {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
}
.page-template-page-evenemang .toggle_navigation.open {
  transform: translate3d(calc(var(--mobile-nav-width) + 1rem), 0, 0);
}
.page-template-page-evenemang .toggle_navigation.open .bars {
  background-color: rgba(255, 255, 255, 0);
}
.page-template-page-evenemang .toggle_navigation.open .bars:before {
  transform: translate3D(0, 8px, 0) rotate(-45deg);
}
.page-template-page-evenemang .toggle_navigation.open .bars:after {
  transform: translate3D(0, -8px, 0) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .page-template-page-evenemang .toggle_navigation {
    display: block;
  }
}
.page-template-page-evenemang .toggle_navigation .bars {
  height: 2px;
  width: 30px;
  background-color: #19322a;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.01s;
}
.page-template-page-evenemang .toggle_navigation .bars:before, .page-template-page-evenemang .toggle_navigation .bars:after {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #19322a;
  border-radius: 3px;
  position: absolute;
  transition: all 0.5s;
}
.page-template-page-evenemang .toggle_navigation .bars:before {
  top: -8px;
}
.page-template-page-evenemang .toggle_navigation .bars:after {
  top: 8px;
}
.page-template-page-evenemang {
  /* Footer border */
}
.page-template-page-evenemang .top_footer {
  width: 100%;
  border-top: 10px solid #a5b76c !important;
  background-color: #353334;
  color: #fff;
  padding: 30px 0;
}
.page-template-page-evenemang .top_footer ul li a::after {
  background-color: #a5b76c !important;
}
.page-template-page-evenemang .top_footer a:hover {
  text-decoration: underline !important;
  text-decoration-color: #19322a !important;
}
.page-template-page-evenemang {
  /* Hero puffs */
}
.page-template-page-evenemang .hero_puff.sub_puffs {
  background-color: #a5b76c !important;
}
.page-template-page-evenemang .hero_puff.sub_puffs.even {
  background-color: #19322a !important;
  color: #fff !important;
}
@media only screen and (min-width: 768px) {
  .page-template-page-evenemang .hero_puff.sub_puffs.even {
    background-color: #fff !important;
    color: #a5b76c !important;
  }
}
.page-template-page-evenemang {
  /* Hide divider */
}
.page-template-page-evenemang .divider.color1.withmoremargin {
  display: none;
}
.page-template-page-evenemang {
  /* Download block */
}
.page-template-page-evenemang .pressContent {
  margin-top: 30px;
}
.page-template-page-evenemang #grid4[data-columns]::before {
  display: none !important;
}

.single-post .post-header .anmalDigHar {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
.single-post .post-header .anmalDigHar a {
  color: #FFF;
  font-size: 16px;
  padding: 5px 10px;
  float: left;
  background-color: #be0754;
}
.single-post .post-header .anmalDigHar a:hover {
  background-color: rgb(84.1544739723%, 3.1004279885%, 37.2051358615%);
}
.single-post .post-header .anmalDigHar .book_link {
  color: #FFF;
  padding: 5px 10px;
  float: left;
  font-size: 18px;
  background-color: #be0754;
}
.single-post .post-header .anmalDigHar .book_link:hover {
  background-color: rgb(84.1544739723%, 3.1004279885%, 37.2051358615%);
}
.single-post .post-content p:last-child {
  margin: 0;
}
#footer {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: column;
}
#footer .top_footer {
  width: 100%;
  border-top: 10px solid #de6b27;
  background-color: #353334;
  color: #fff;
  padding: 30px 0;
}
#footer .top_footer > .wrapper {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
@media (min-width: 767px) {
  #footer .top_footer > .wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#footer .top_footer ul {
  margin: 0;
  padding: 0;
  width: 100%;
  transition: all 0.5s;
}
#footer .top_footer ul li {
  margin: 0;
  list-style: none;
  text-align: center;
}
#footer .top_footer ul li a {
  font-size: 18px;
  color: #be0754;
  display: block;
  padding: 10px 15px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  position: relative;
  transition: all 0s;
}
#footer .top_footer ul li a:after {
  content: "";
  height: 2px;
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5px;
  z-index: 3;
  background-color: #de6b27;
  position: absolute;
  opacity: 0;
  transform: scaleX(0.86);
  transition: transform 0.2s;
}
@media only screen and (max-width: 767px) {
  #footer .top_footer ul li a:after {
    right: auto;
    bottom: -2px;
  }
}
#footer .top_footer ul li a:focus, #footer .top_footer ul li a:hover {
  text-decoration: none;
  color: #de6b27;
}
#footer .top_footer ul li a:focus:after, #footer .top_footer ul li a:hover:after {
  opacity: 1;
  transform: scaleX(1);
}
@media only screen and (max-width: 1200px) {
  #footer .top_footer ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1100px) {
  #footer .top_footer ul li a {
    font-size: 12px;
    padding: 10px 8px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .top_footer ul li a {
    padding: 0px 15px;
    font-size: 18px;
  }
}
#footer .top_footer ul li a {
  font-size: 16px;
  color: #efefef;
}
#footer .top_footer ul li a:focus, #footer .top_footer ul li a:hover {
  color: white;
}
#footer .top_footer .cookie-settings {
  margin-top: 1rem;
  margin-left: 1rem;
}
#footer .top_footer .left_top_footer {
  width: 50%;
}
#footer .top_footer .left_top_footer > ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #footer .top_footer .left_top_footer {
    width: 100%;
    margin-bottom: 15px;
  }
}
#footer .top_footer .right_top_footer {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
#footer .top_footer .right_top_footer * + * {
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  #footer .top_footer .right_top_footer {
    width: 100%;
  }
  #footer .top_footer .right_top_footer .icon_holder {
    position: static;
  }
}
#footer .bottom_footer {
  width: 100%;
  background-color: #fff;
  padding: 30px 0;
  border-bottom: 10px solid #e7e7e8;
}
#footer .bottom_footer .partner_holder {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#footer .bottom_footer .partner_item {
  margin-right: 5%;
  margin-bottom: 2%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .bottom_footer .partner_item {
    width: 50%;
    margin-right: 0;
    padding: 10px;
  }
}
#footer .bottom_footer .partner_item.last {
  margin-right: 0;
}
#footer .bottom_footer .partnerimg,
#footer .bottom_footer .partnerimg img {
  max-width: 170px;
  max-height: 70px;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  #footer .bottom_footer .partnerimg,
  #footer .bottom_footer .partnerimg img {
    width: 100%;
    margin-right: 0%;
    padding-right: 0;
    max-width: 100%;
    width: auto;
  }
}
#footer .copyright {
  font-size: 12px;
  width: 100%;
  padding: 5px 0 3px;
  margin: 5px 0 3px;
  text-align: center;
}
#footer .copyright .copy {
  width: 50%;
  text-align: left;
}
#footer .copyright .prod {
  width: 50%;
  text-align: right;
}

@media only screen and (max-width: 1140px) {
  .mailpoet_form {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .mailpoet_form .mailpoet_paragraph {
    width: 100% !important;
  }
  .mailpoet_form .mailpoet_paragraph .parsley-errors-list {
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  #header nav {
    float: left;
    width: 100%;
  }
  #header nav #toggle_navigation {
    display: block;
  }
  #header nav #toggle_navigation span {
    background: #d3531a;
  }
  #header nav #toggle_navigation.open span {
    background: #000;
  }
}
#s-bns#s-bns,
#c-bns#c-bns {
  --cc-btn-primary-bg: #be0754;
  --cc-btn-primary-hover-bg: #c90055;
}

.cc_div button:focus {
  color: unset;
}

.cc_div.cc_div th {
  font-weight: bold;
}
.cc_div.cc_div th,
.cc_div.cc_div td {
  word-break: keep-all;
}

.icon {
  height: 30px;
  width: 30px;
  top: 3px;
  background-color: #de6b27;
  border-radius: 100%;
  position: relative;
  text-align: center;
}
.icon .fa {
  height: 15px;
  color: #fff;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 15px;
  margin: auto;
}
.icon .fa.fa-envelope {
  top: -1px;
}
.icon.nyhetsbrevet {
  height: auto;
  width: auto;
  border-radius: 10px;
  color: #000;
  padding: 5px 15px;
}
.icon.text {
  top: 0;
  height: auto;
  border-radius: 0;
  width: auto;
  background-color: transparent;
  font-size: 18px;
  color: #be0754;
  display: block;
  padding: 10px 15px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  position: relative;
  transition: all 0s;
}
.icon.text:after {
  content: "";
  height: 2px;
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5px;
  z-index: 3;
  background-color: #de6b27;
  position: absolute;
  opacity: 0;
  transform: scaleX(0.86);
  transition: transform 0.2s;
}
@media only screen and (max-width: 767px) {
  .icon.text:after {
    right: auto;
    bottom: -2px;
  }
}
.icon.text:focus, .icon.text:hover {
  text-decoration: none;
  color: #de6b27;
}
.icon.text:focus:after, .icon.text:hover:after {
  opacity: 1;
  transform: scaleX(1);
}
@media only screen and (max-width: 1200px) {
  .icon.text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1100px) {
  .icon.text {
    font-size: 12px;
    padding: 10px 8px;
  }
}
@media only screen and (max-width: 767px) {
  .icon.text {
    padding: 0px 15px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .icon.text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1100px) {
  .icon.text {
    font-size: 12px;
  }
}

.post-password {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 350px;
  margin: 0 auto;
}
.post-password .lock-icon {
  width: 6rem;
  height: 6rem;
  color: #be0754;
  margin-bottom: 1.2rem;
}

.post-password-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.post-password-form__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
.post-password-form__label {
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.post-password-form__input-password {
  padding: 1rem 2rem;
  background-color: transparent;
  border-radius: 100vh;
  border: 3px solid #be0754;
  color: #be0754;
  font-size: 1rem;
}
.post-password-form__submit {
  background-color: #be0754;
  border-radius: 100vh;
  padding: 0.4rem 1.2rem;
  color: #fff;
  border: none;
  font-weight: bold;
  font-size: 1rem;
}

.password-card {
  cursor: pointer;
}
.password-card::after, .password-card__icon {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.password-card__icon {
  width: 4.5rem;
  place-self: center;
  color: #de6b27;
  z-index: 2;
}
.password-card::after {
  content: "";
  background-color: #be0754;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
}
