
.sv-imgslideshow-item {
  position: relative;
}

.sv-imgslideshow-item__description-wrapper {
  position: absolute;
  top: .25em;
  right: 0;
  left: 0;
  text-align: center;
}

.sv-imgslideshow-item__description {
  display: inline-block;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 1;
  padding: .5em 1em;
  border-radius: 1em;
}

/*
 *  Core SiteVision Owl Carousel CSS File
 *
 *  This file should not be edited directly
 *  in SiteVision project.
 *  Go to GitHub repo and follow instructions
 *  for how to build.
 *  https://github.com/sitevision/OwlCarousel2
 */
.sv-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sv-carousel *,
.sv-carousel *:before,
.sv-carousel *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.sv-carousel__stage-outer {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.sv-carousel__stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.sv-carousel__stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.sv-carousel__item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.sv-carousel__img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d;
}

.sv-carousel__nav.sv-carousel__nav--disabled,
.sv-carousel__dots.sv-carousel__dots--disabled {
  display: none;
}

.sv-carousel__navbtn-prev,
.sv-carousel__navbtn-next,
.sv-carousel__dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

.sv-carousel--refresh .sv-carousel__item {
  display: none;
}

.sv-carousel--drag .sv-carousel__item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

.sv-carousel--rtl .sv-carousel__item {
  float: right;
}

/*
*  Standard SiteVision Owl Carousel Theme
*/
.sv-carousel__stage {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sv-carousel__navbtn-prev,
.sv-carousel__navbtn-next {
  position: absolute;
  top: 50%;
  margin: -14px auto 0;
  background-color: #000;
  padding-top: 28px;
  width: 34px;
  height: 0;
  border-radius: 17px;
  border: 3px solid #fff;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.sv-carousel__navbtn-prev:after,
.sv-carousel__navbtn-next:after {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 8px;
  margin-top: -8px;
}

.sv-editing-mode .sv-carousel .sv-carousel__navbtn-prev,
.sv-carousel:hover .sv-carousel__navbtn-prev,
.sv-editing-mode .sv-carousel .sv-carousel__navbtn-next,
.sv-carousel:hover .sv-carousel__navbtn-next {
  opacity: 1;
}

.sv-editing-mode .sv-carousel .sv-carousel__navbtn-prev.sv-carousel__navbtn--disabled,
.sv-carousel:hover .sv-carousel__navbtn-prev.sv-carousel__navbtn--disabled,
.sv-editing-mode .sv-carousel .sv-carousel__navbtn-next.sv-carousel__navbtn--disabled,
.sv-carousel:hover .sv-carousel__navbtn-next.sv-carousel__navbtn--disabled,
.sv-editing-mode .sv-carousel .sv-carousel__navbtn-prev.sv-carousel__navbtn--disabled,
.sv-carousel:hover .sv-carousel__navbtn-prev.sv-carousel__navbtn--disabled,
.sv-editing-mode .sv-carousel .sv-carousel__navbtn-next.sv-carousel__navbtn--disabled,
.sv-carousel:hover .sv-carousel__navbtn-next.sv-carousel__navbtn--disabled {
  opacity: 0.6;
}

.sv-carousel__navbtn-prev {
  left: 10px;
}

.sv-carousel__navbtn-next {
  right: 10px;
}

.sv-carousel__navbtn-prev:after {
  right: 11px;
  border-right-color: #fff;
}

.sv-carousel__navbtn-next:after {
  left: 11px;
  border-left-color: #fff;
}

.sv-carousel__navbtn--disabled {
  cursor: default;
}

.sv-carousel__dots {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  height: 14px;
  line-height: 14px;
  text-align: center;
}

.sv-carousel__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 5px;
  background-color: #000;
  border: 2px solid #FFF;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.sv-carousel__dot.sv-carousel__dot--active,
.sv-carousel__dot:hover {
  background-color: #AEAEAE;
}

.af-panicButton {
  position: fixed;
  top: 100px;
  right: 10%;
  display: block;
  z-index: 2147483647;
  border-radius: 8px;
  padding: 16px 32px;
  font-family: 'OpenSans', sans-serif;
  font-size: 28px;
  font-weight: bold;
  width: 350px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media (max-width: 640px) {
  .af-panicButton {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    max-width: none;
    border-radius: 0;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
  }
}

.af-panicButton:hover {
  cursor: pointer;
  text-decoration: underline;
}

.af-panicButton:hover svg {
  margin-right: -8px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.af-panicButton__close {
  position: absolute;
  top: -12px;
  right: -12px;
  background-color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  vertical-align: middle;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIyLjI0NSA0LjAxNWEuODA4LjgwOCAwIDAxMCAxLjEzOWwtNi4yNzYgNi4yN2EuODEuODEgMCAwMDAgMS4xNGw2LjI3MyA2LjI3MmEuODEuODEgMCAwMTAgMS4xNGwtMi4yODUgMi4yNzdhLjgxNC44MTQgMCAwMS0xLjE0MiAwbC02LjI3MS02LjI3MWEuODEuODEgMCAwMC0xLjE0MSAwbC02LjI3NiA2LjI2N2EuODEuODEgMCAwMS0xLjE0MSAwbC0yLjI4Mi0yLjI4YS44MS44MSAwIDAxMC0xLjE0bDYuMjc4LTYuMjY5YS44MS44MSAwIDAwMC0xLjE0TDEuNzA5IDUuMTQ3YS44MDguODA4IDAgMDEwLTEuMTRsMi4yODQtMi4yNzhhLjgxMy44MTMgMCAwMTEuMTQyLjAwMUwxMS40MDUgOGEuODEuODEgMCAwMDEuMTQxLjAwMWw2LjI3Ni02LjI2N2EuODEyLjgxMiAwIDAxMS4xNDEgMGwyLjI4MiAyLjI4MXoiLz48L3N2Zz4=);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 640px) {
  .af-panicButton__close {
    top: 0;
    right: 0;
  }
}

.af-panicButton__close:hover {
  cursor: pointer;
}

.af-panicButton__text {
  color: #fff;
  display: block;
  padding-right: 40px;
}

.af-panicButton__arrow {
  position: absolute;
  right: 32px;
  top: 50%;
  margin: -16px 0 0;
}

.af-panicButton__title {
  color: #fff;
  font-size: 28px;
  margin-bottom: 8px;
  text-transform: uppercase;
  line-height: 28px;
}

.af-panicButton__subtitle {
  color: #fff;
  font-size: 16px;
  margin: 0;
  line-height: 22px;
}

.vh {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.body-copy a {
  color: #000;
  text-decoration: none;
}

.body-copy a.normal,
.body-copy .normal a,
.body-copy a.normal {
  color: #4a7c96;
  text-decoration: none;
}

.cmpgn-flex {
  /* background-color: [set from page metadata in markup]; */
  margin: -5px 0 -32px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cmpgn-flex__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.cmpgn-flex .pagecontent {
  padding-top: 10px;
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-fluid-grid {
  padding: 15px !important;
  border-radius: 6px;
  margin: 10px;
  width: calc(100% - 20px);
}

@media (max-width: 640px) {
  .cmpgn-flex .pagecontent > .sv-layout > .sv-fluid-grid {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .cmpgn-flex .pagecontent > .sv-layout > .sv-fluid-grid > .sv-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cmpgn-flex .pagecontent > .sv-layout > .sv-fluid-grid > .sv-row > div {
    width: 100%;
  }
  .cmpgn-flex .pagecontent > .sv-layout > .sv-fluid-grid > .sv-row > div img {
    max-width: 100%;
    max-height: 100%;
  }
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-fluid-grid > .sv-row > div:nth-child(2) {
  padding-left: 15px;
}

@media (max-width: 640px) {
  .cmpgn-flex .pagecontent > .sv-layout > .sv-fluid-grid > .sv-row > div:nth-child(2) {
    padding-left: 0;
    margin-left: 0;
  }
}

.cmpgn-flex .pagecontent > .sv-fluid-grid {
  max-width: 980px !important;
}

.cmpgn-flex--bodybg .sv-layout.body-copy {
  position: relative;
  z-index: 1;
}

.cmpgn-flex--bodybg ~ footer,
.cmpgn-flex--bodybg ~ div {
  position: relative;
  z-index: 2;
}

.cmpgn-flex .pagecontent .responsive-iframe {
  width: 100%;
}

.cmpgn-flex .pagecontent > .sv-layout {
  max-width: 980px;
  margin: 0 auto;
}

@media (min-width: 640px) and (max-width: 820px) {
  .cmpgn-flex .pagecontent > .sv-layout {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 640px) {
  .cmpgn-flex .pagecontent > .sv-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-items: stretch;
  }
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-image-portlet {
  display: block !important;
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-text-portlet > .sv-text-portlet-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 10px;
  border-radius: 6px;
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-custom-module > .sv-script-portlet,
.cmpgn-flex .pagecontent > .sv-layout > .sv-linked-portlet > .sv-script-portlet {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-custom-module,
.cmpgn-flex .pagecontent > .sv-layout > .sv-linked-portlet,
.cmpgn-flex .pagecontent > .sv-layout > .sv-image-portlet,
.cmpgn-flex .pagecontent > .sv-layout > .sv-text-portlet,
.cmpgn-flex .pagecontent > .sv-layout .sv-imageslideshow-portlet {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-items: stretch;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 10px;
  min-width: 25%;
}

@media (min-width: 640px) {
  .cmpgn-flex .pagecontent > .sv-layout > .sv-custom-module,
  .cmpgn-flex .pagecontent > .sv-layout > .sv-linked-portlet,
  .cmpgn-flex .pagecontent > .sv-layout > .sv-image-portlet,
  .cmpgn-flex .pagecontent > .sv-layout > .sv-text-portlet,
  .cmpgn-flex .pagecontent > .sv-layout .sv-imageslideshow-portlet {
    max-width: 50%;
  }
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-custom-module:nth-child(n + 5),
.cmpgn-flex .pagecontent > .sv-layout > .sv-linked-portlet:nth-child(n + 5),
.cmpgn-flex .pagecontent > .sv-layout > .sv-image-portlet:nth-child(n + 5),
.cmpgn-flex .pagecontent > .sv-layout > .sv-text-portlet:nth-child(n + 5),
.cmpgn-flex .pagecontent > .sv-layout .sv-imageslideshow-portlet:nth-child(n + 5) {
  display: none;
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-imageslideshow-portlet {
  padding: 10px;
  margin: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-imageslideshow-portlet ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-imageslideshow-portlet li {
  margin: 0;
  padding: 0;
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-custom-module:only-child,
.cmpgn-flex .pagecontent > .sv-layout > .sv-text-portlet:only-child {
  width: 50%;
}

@media (min-width: 640px) {
  .cmpgn-flex .pagecontent > .sv-layout > .sv-custom-module:only-child,
  .cmpgn-flex .pagecontent > .sv-layout > .sv-image-portlet:only-child,
  .cmpgn-flex .pagecontent > .sv-layout .sv-imageslideshow-portlet:only-child {
    max-width: 100%;
  }
}

@media (min-width: 640px) {
  .cmpgn-flex .pagecontent > .sv-layout > .sv-text-portlet:only-child,
  .cmpgn-flex .pagecontent > .sv-layout > .sv-linked-portlet:only-child {
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .cmpgn-flex .pagecontent > .sv-layout > .sv-custom-module:only-child,
  .cmpgn-flex .pagecontent > .sv-layout > .sv-image-portlet:only-child,
  .cmpgn-flex .pagecontent > .sv-layout > .sv-text-portlet:only-child {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .cmpgn-flex .pagecontent > .sv-layout.flex-join-text-portlets > .sv-text-portlet:nth-child(1) {
    padding-bottom: 0;
  }
  .cmpgn-flex .pagecontent > .sv-layout.flex-join-text-portlets > .sv-text-portlet:nth-child(1) .sv-text-portlet-content {
    padding: 15px 15px 0 15px !important;
    border-radius: 6px 6px 0 0;
  }
}

@media (min-width: 640px) {
  .cmpgn-flex .pagecontent > .sv-layout.flex-join-text-portlets > .sv-text-portlet:nth-child(1) {
    padding-right: 0;
  }
  .cmpgn-flex .pagecontent > .sv-layout.flex-join-text-portlets > .sv-text-portlet:nth-child(1) .sv-text-portlet-content {
    padding: 15px !important;
    border-radius: 6px 0 0 6px;
  }
}

@media (max-width: 639px) {
  .cmpgn-flex .pagecontent > .sv-layout.flex-join-text-portlets > .sv-text-portlet:nth-child(2) {
    padding-top: 0;
  }
  .cmpgn-flex .pagecontent > .sv-layout.flex-join-text-portlets > .sv-text-portlet:nth-child(2) .sv-text-portlet-content {
    padding: 0 15px 15px 15px !important;
    border-radius: 0 0 6px 6px;
  }
}

@media (min-width: 640px) {
  .cmpgn-flex .pagecontent > .sv-layout.flex-join-text-portlets > .sv-text-portlet:nth-child(2) {
    padding-left: 0;
  }
  .cmpgn-flex .pagecontent > .sv-layout.flex-join-text-portlets > .sv-text-portlet:nth-child(2) .sv-text-portlet-content {
    padding: 20px !important;
    border-radius: 0 6px 6px 0;
  }
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-html-portlet {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-width: 25%;
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-html-portlet:not([class*="flex-html-portlet--ext"]) {
  padding: 10px;
  width: auto !important;
  height: auto !important;
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-html-portlet:nth-child(n + 5) {
  display: none;
}

.flex-html-portlet--ext {
  position: relative;
  padding: 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.flex-html-portlet--ext iframe, .flex-html-portlet--ext object, .flex-html-portlet--ext embed {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 0;
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-html-portlet.flex-html-portlet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-items: stretch;
  -ms-flex-line-pack: center;
  align-content: center;
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-html-portlet.flex-html-portlet > *:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-html-portlet.flex-html-portlet > *:nth-child(n + 3) {
  display: none;
}

.sv-edit-mode .cmpgn-flex .pagecontent > .sv-layout > .sv-html-portlet.flex-html-portlet > *:nth-child(n + 3) {
  display: block;
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-html-portlet.flex-html-portlet > *:nth-child(3):before {
  content: "Fel! Omslut egen HTML med t.ex. en div så att det endast finns ett rotelement.";
  display: block !important;
  background: #a60000;
  color: #fff;
  padding: 5px;
}

@media (min-width: 640px) {
  .cmpgn-flex .pagecontent > .sv-layout > .sv-html-portlet.flex-html-portlet {
    max-width: 50%;
  }
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-html-portlet > div:first-child + * {
  border-radius: 6px;
}

.cmpgn-flex .breadcrumbs {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 0 0;
}

.cmpgn-flex .breadcrumbs--hidden {
  display: none;
}

.cmpgn-flex .breadcrumbs ol {
  margin: 0 0 0 10px;
  padding-left: 0;
}

.cmpgn-flex .cmpgn-flex__socialLinks {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 980px;
  min-height: 44px;
  margin: 0 auto;
  padding: 20px 7px;
}

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

.hero .cmpgn-flex__container {
  position: absolute;
  z-index: 9999999;
  bottom: 0;
  margin: 0 0 20px;
  margin: 0;
}

.hero .cmpgn-flex__container .cmpgn-flex__socialLinks {
  margin: 20px auto 10px;
  padding: 0 7px;
}

.cmpgn-flex .cmpgn-flex__socialLinks__item {
  margin: 0 3px;
}

.cmpgn-flex .cmpgn-flex__socialLinks__lnk {
  position: relative;
  display: block;
  width: 44px;
  height: 0;
  padding: 44px 0 0;
  overflow: hidden;
  background-size: auto 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 22px;
}

.cmpgn-flex .cmpgn-flex__socialLinks__lnk svg {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
}

.hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (min-width: 1024px) {
  .hero {
    padding: 0 !important;
  }
}

.hero--social {
  min-height: 74px;
}

@media (max-width: 512px) {
  .hero--img, .hero--bodybg, .hero--herobg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0 !important;
  }
}

.hero--bodybg {
  padding-top: 30px !important;
  overflow: visible;
}

.hero--bodybg .hero__img {
  display: none !important;
}

.hero--fill {
  height: calc(100vh - 43px);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-aspect-ratio: 4 / 3) {
  .hero--fill.hero--video {
    height: auto;
  }
}

.hero--fill .hero__bodyWrapper {
  padding-bottom: 64px !important;
}

.hero--fillWithMobile {
  height: calc(100vh - 43px);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-aspect-ratio: 4 / 3) {
  .hero--fillWithMobile.hero--video {
    height: auto;
  }
}

.hero--fillWithMobile .hero__bodyWrapper {
  padding-bottom: 64px !important;
}

.hero--text.hero--social .hero__bodyWrapper {
  padding-bottom: 64px !important;
}

.hero--text.hero--fill.hero--social .hero__bodyWrapper {
  padding-bottom: 104px !important;
}

.hero__img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero__img__lnk {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero__video {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hero__video {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
}

@supports (-ms-ime-align: auto) {
  .hero__video {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 4 / 3) {
  .hero--fill .hero__video {
    position: static;
    -webkit-transform: none;
    transform: none;
    height: 100%;
  }
}

.cmpgn-flex--bodybg .hero__video {
  position: fixed;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.hero__bodyWrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  pointer-events: none;
}

.hero__bodyWrapper > * {
  pointer-events: auto;
}

@media (max-width: 512px) {
  .hero__bodyWrapper {
    margin-top: 0 !important;
  }
}

.hero__body {
  z-index: 1;
  bottom: 0;
  left: 0;
  max-width: 960px;
  margin: 2em 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 512px) {
  .hero__body {
    margin: 0 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

.hero__lnk, .hero__heading, .hero__text {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  margin: 0;
}

.hero__heading {
  font-weight: bold;
  font-size: 3em;
}

@media (max-width: 512px) {
  .hero__heading {
    font-size: 2em;
  }
}

.hero__text {
  font-size: 2em;
}

@media (max-width: 512px) {
  .hero__text {
    font-size: 1.33333em;
  }
}

.hero__scrollArrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: 0 0 0 -25px;
}

.hero--social .hero__scrollArrow {
  bottom: 70px;
}

@media (max-aspect-ratio: 4 / 3) {
  .hero--fill .hero__scrollArrow {
    display: none;
  }
}

.hero__scrollArrow__lnk {
  display: block;
  border-radius: 25px;
  height: 50px;
  background-position: 50% 21px;
  background-size: 34px auto;
  background-repeat: no-repeat;
}

.hero__scrollArrow svg {
  display: block;
}

a.teaser:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  display: block;
  border-radius: 6px;
  -webkit-transition: 100ms;
  transition: 100ms;
}

a.teaser:hover:after, a.teaser:focus:after {
  background-color: rgba(0, 0, 0, 0.1);
}

.teaser {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 960px;
  color: #000;
  font-family: OpenSans, Verdana, sans-serif !important;
  border-radius: 6px;
  position: relative;
  border: 1px solid #fff;
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-custom-module:only-child .teaser--halfwidth,
.cmpgn-flex .pagecontent > .sv-layout > .sv-text-portlet:only-child .teaser--halfwidth {
  max-width: 480px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .cmpgn-flex .pagecontent > .sv-layout > .sv-custom-module:only-child .teaser--halfwidth,
  .cmpgn-flex .pagecontent > .sv-layout > .sv-text-portlet:only-child .teaser--halfwidth {
    max-width: 100%;
  }
}

.teaser--video, .teaser--txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.teaser--bgimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
}

@media (max-width: 640px) {
  .teaser--bgimg {
    padding: 40px 0;
  }
}

.teaser--bgimg .teaser__heading {
  font-size: 1.25em;
}

.teaser__heading {
  font-weight: bold;
  padding: 15px;
}

.teaser__body {
  padding: 15px;
}

.teaser__body__text {
  margin: -15px 0 10px;
}

.teaser__body a {
  color: inherit !important;
}

.teaser .teaser__heading ~ .teaser__body {
  padding-top: 0;
  margin-top: -15px;
}

.teaser > .teaser__heading:first-child + .teaser__body {
  margin-top: 0;
}

.teaser__date {
  font-size: 0.875em;
  font-style: italic;
  padding: 0 15px 15px;
  margin: -15px 0 0;
}

.teaser .teaser__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 0 10px 0;
}

.teaser__listItem {
  margin: 0 0 10px !important;
}

.teaser__listItem .teaser__listItem__lnk {
  color: #000 !important;
  font-size: 16px !important;
  line-height: 1.2;
  font-weight: bold;
}

.teaser__listItem .teaser__date {
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

.teaser__more {
  text-align: right;
}

.teaserList .teaser__more {
  margin-right: 10px;
}

.teaser__more__lnk {
  position: relative;
  color: #000 !important;
  font-size: 17px !important;
  font-weight: bold !important;
  padding-right: 0.9em;
}

.teaser__more__lnk:after {
  content: "\00BB";
  position: absolute;
  right: 0;
  top: 0;
}

.teaser__video {
  display: block;
  -o-object-fit: fill;
  object-fit: fill;
  max-width: 100%;
  margin: 0;
  border-radius: 6px 6px 0 0;
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-custom-module:only-child .teaser__video,
.cmpgn-flex .pagecontent > .sv-layout > .sv-text-portlet:only-child .teaser__video {
  border-radius: 6px;
}

.teaser__videoLnk {
  color: #000000 !important;
  text-align: left;
  line-height: normal !important;
}

.teaser__img {
  padding: 56.25% 0 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  border-radius: 6px 6px 0 0;
}

.teaser__img:only-child {
  border-radius: 6px;
  height: 100%;
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-custom-module:only-child .teaser__img,
.cmpgn-flex .pagecontent > .sv-layout > .sv-text-portlet:only-child .teaser__img {
  border-radius: 6px;
}

.teaser__bcVideo,
.youtube__videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  min-height: 270px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-custom-module:only-child .teaser__bcVideo,
.cmpgn-flex .pagecontent > .sv-layout > .sv-text-portlet:only-child .teaser__bcVideo, .cmpgn-flex .pagecontent > .sv-layout > .sv-custom-module:only-child
.youtube__videoWrapper,
.cmpgn-flex .pagecontent > .sv-layout > .sv-text-portlet:only-child
.youtube__videoWrapper {
  border-radius: 6px;
}

.teaser__bcVideo__video,
.youtube__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.teaserList {
  color: #000 !important;
  font-family: OpenSans, Verdana, sans-serif !important;
  border-radius: 0;
  position: relative;
}

.teaserList, .teaserList__wrapper {
  max-width: 980px;
  margin: 0 auto;
}

.teaserList__wrapper {
  padding: 10px 0;
  margin: 10px auto;
}

.teaserList--bg-full {
  max-width: none;
  padding: 20px 0;
}

.teaserList--bg-full .teaserList__wrapper {
  padding: 0;
  margin: 0 auto;
}

.teaserList--bg-wrapped {
  max-width: 960px;
  border-radius: 6px;
}

@media (max-width: 980px) {
  .teaserList--bg-wrapped {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.teaserList--bg-wrapped .teaserList__wrapper {
  max-width: 960px;
  border-radius: 6px;
  padding: 10px;
  margin: 10px auto;
}

.teaserList__heading {
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
}

.teaserList__body {
  padding: 10px;
}

.teaserList__heading ~ .teaserList__body {
  padding-top: 0;
  margin-top: -10px;
}

.teaserList__heading:first-child + .teaserList__body {
  margin-top: 0;
}

.teaserList__items {
  outline: none;
}

.teaserList__items--carousel {
  padding-bottom: 20px;
}

@media (min-width: 640px) {
  .teaserList__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    justify-items: stretch;
  }
  .teaserList__items--cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .teaserList__items--carousel {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.teaserList__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-items: stretch;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 10px;
  min-width: 50%;
}

@media (min-width: 640px) and (max-width: 820px) {
  .teaserList--bg-wrapped .teaserList__item,
  .teaserList__items--cards .teaserList__item {
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}

@media (min-width: 820px) {
  .teaserList--bg-wrapped .teaserList__item,
  .teaserList__items--cards .teaserList__item {
    min-width: 33.33333%;
    max-width: 33.33333%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
  }
}

.teaserList .sv-carousel__stage {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.teaserList .sv-carousel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.teaserList .sv-carousel__navbtn-next,
.teaserList .sv-carousel__navbtn-prev {
  top: calc(50% - 27px);
  margin-top: 0;
  opacity: 1;
  border-color: #fff;
  background-color: #000;
}

@media (min-width: 1080px) {
  .teaserList .sv-carousel__navbtn-prev {
    left: -40px;
  }
}

.teaserList .sv-carousel__navbtn-prev:after {
  border-right-color: #fff;
}

@media (min-width: 1080px) {
  .teaserList .sv-carousel__navbtn-next {
    right: -40px;
  }
}

.teaserList .sv-carousel__navbtn-next:after {
  border-left-color: #fff;
}

@media (max-width: 639px) {
  .teaserList .sv-carousel__dots {
    display: block !important;
  }
}

.teaserList .sv-carousel__dot {
  background-color: #000;
  border-color: #fff;
}

.teaserList .sv-carousel__dot--active {
  background-color: #fff;
}

.flex--noMarginTop {
  margin-top: -10px !important;
}

.box--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin: 10px;
}

.box--flex:only-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 20px);
  flex: 0 1 calc(50% - 20px);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 639px) {
  .box--flex:only-child {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 640px) and (max-width: 820px) {
  .box--flex {
    max-width: calc(50% - 20px);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 20px);
    flex: 1 1 calc(50% - 20px);
  }
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-layout .box {
  border: 1px solid #000 !important;
  border-bottom: none !important;
  margin-bottom: 0;
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-layout .box .box-content {
  margin: 0;
  padding: .6em;
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid #000;
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-layout .box .box-title {
  background-color: #000;
  color: #fff;
  border-bottom: 1px solid #000;
}

.cmpgn-flex .pagecontent > .sv-layout > .sv-layout .box-toggler-wrapper {
  color: #fff;
}
