@charset "UTF-8";
/*!
Theme Name: 5p Startpaket 2.0
Theme URI: https://www.fempunkter.se
Description: Tema för xxxx. Baserat på 5P Startpaket med SASS
Author: Fem punkter
Author URI: https://www.fempunkter.se
Version: 2.0
*/
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap");
@font-face {
  font-family: "Picadilly";
  font-weight: 400;
  font-style: italic;
  src: url("assets/webFonts/Picadillyitalic/font.woff2") format("woff2"), url("assets/webFonts/Picadillyitalic/font.woff") format("woff");
}
@font-face {
  font-family: "Picadilly";
  font-weight: 600;
  src: url("assets/webFonts/PicadillyBold/font.woff2") format("woff2"), url("assets/webFonts/PicadillyBold/font.woff") format("woff");
}
@font-face {
  font-family: "Picadilly";
  font-weight: 400;
  src: url("assets/webFonts/PicadillyRegular/font.woff2") format("woff2"), url("assets/webFonts/PicadillyRegular/font.woff") format("woff");
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu,
nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

html {
  text-rendering: optimizeLegibiity;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  font-size: 16px;
}
@media only screen and (max-width: 769px) {
  html {
    font-size: 14px;
  }
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body {
  overflow-x: hidden;
}

html {
  margin-top: 0 !important;
  height: 100%;
}

body {
  font-family: "Cardo", serif;
  min-height: 100%;
  background: #FCFCFC;
}

.sub-page {
  min-height: -webkit-calc(100% - 230px);
  min-height: -moz-calc(100% - 230px);
  min-height: calc(100% - 230px);
}

.wow {
  visibility: hidden;
}

img {
  max-width: 100%;
  height: auto;
  /*   border-radius: 11px; */
}
@media only screen and (max-width: 769px) {
  img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

input:focus, select:focus, .select2-selection:focus {
  outline: 0;
  opacity: 0.75;
}

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

/** @format */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Picadilly", sans-serif;
  color: #485B6D;
  line-height: 1.3;
}

.h1 {
  font-size: 2.5rem;
  margin-bottom: 0.425em;
  font-weight: 600;
  margin-top: 0;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 0.425em;
  font-weight: 600;
  margin-top: 0.67em;
  /*   color: $primary-color; */
}
@media only screen and (max-width: 769px) {
  h1 {
    font-size: 1.875rem;
  }
}

h2,
.h2 {
  font-size: 1.875rem;
  margin-bottom: 0.25em;
  margin-top: 0.5em;
  font-weight: 600;
  /*   color: $primary-color; */
}
@media only screen and (max-width: 769px) {
  h2,
  .h2 {
    font-size: 1.625rem;
  }
}
h2.headline,
.h2.headline {
  font-size: 2.5em;
}

h3,
.h3 {
  font-size: 1.5rem;
  margin-bottom: 0.875rem;
  font-weight: 600;
  margin-top: 1rem;
}
h3.headline,
.h3.headline {
  font-size: 2em;
}

h4,
.h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

h5,
.h5 {
  font-size: 0.875rem;
  text-transform: uppercase;
}

p {
  font-family: "Cardo", serif;
  font-size: 1.125em;
  font-weight: 400;
  color: #707070;
  line-height: 1.618;
  margin-bottom: 1em;
}
p.passerat {
  text-align: center;
  font-size: 0.875em;
  color: #485B6D;
  margin-top: -1rem;
}
p.xl-copy {
  font-size: 1.25rem;
}
p.columned-text {
  column-count: 2;
  column-gap: 3.125rem;
  -moz-column-count: 2;
  -moz-column-gap: 3.125rem;
  -webkit-column-count: 2;
  -webkit-column-gap: 3.125rem;
}
@media only screen and (max-width: 1025px) {
  p.columned-text {
    -column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
}
p a:link,
p a:visited {
  color: #0E202F;
  text-decoration: underline;
  -webkit-transform: all 0.2s;
  -moz-transform: all 0.2s;
  -ms-transform: all 0.2s;
  -o-transform: all 0.2s;
  transform: all 0.2s;
}
p a:link:hover,
p a:visited:hover {
  color: #1a3b56;
  text-decoration: underline;
}

a:link,
a:visited {
  color: #0E202F;
  text-decoration: underline;
  -webkit-transform: all 0.2s;
  -moz-transform: all 0.2s;
  -ms-transform: all 0.2s;
  -o-transform: all 0.2s;
  transform: all 0.2s;
}
a:link:hover,
a:visited:hover {
  color: #1a3b56;
  text-decoration: underline;
}

.link-arrow,
p a.link-arrow {
  font-size: 1rem;
  position: relative;
  font-family: "Picadilly", sans-serif;
  font-weight: 400;
  color: #C5AC41;
  border-bottom: none;
}
.link-arrow:after,
p a.link-arrow:after {
  position: absolute;
  float: right;
  top: 6px;
  right: -1rem;
  content: "";
  width: 6px;
  height: 12px;
  background: url(assets/img/arrow_primary.svg);
}
.link-arrow:hover,
p a.link-arrow:hover {
  color: #1f2830;
  border-bottom: none;
}

.hero-title {
  display: inline-block;
  font-family: "Picadilly", sans-serif;
  color: #C5AC41;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0.5rem 1.5rem 0.875rem 1.5rem;
  background: rgba(32, 32, 32, 0.8);
}

.hero-sub {
  text-shadow: 0px 0px 16px rgba(32, 32, 32, 0.3);
}

.hero-description {
  font-size: 1.25rem;
  margin-bottom: 1.4em;
}
@media only screen and (max-width: 1025px) {
  .hero-description {
    font-size: 1.225rem;
  }
}
@media only screen and (max-width: 769px) {
  .hero-description {
    font-size: 1rem;
  }
}

strong {
  font-weight: 600;
}

.italic,
em {
  font-style: italic;
}

blockquote {
  background: #F7F7F7;
  border-left: 4px solid #485B6D;
  color: #202020;
  margin: 1rem 0;
  padding: 1rem 10px;
  quotes: "“" "”" "‘" "’";
  line-height: 1.618;
}

blockquote:before {
  color: #202020;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

.white {
  color: #ffffff;
}

p a.white {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.sm-co {
  font-size: 0.875rem;
}

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

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

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

.balance-text {
  text-wrap: balance;
}

.form-title {
  font-family: "Picadilly", sans-serif;
  font-size: 1.75em;
  font-weight: bold;
  margin-bottom: 1rem;
}

.section-title {
  font-size: 2.75rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 769px) {
  .section-title {
    font-size: 1.75rem;
  }
}

.section-sub__title {
  font-size: 16px;
  font-weight: bold;
  opacity: 0.3;
}

.month_title {
  font-weight: bold;
  margin-top: 3rem;
}
@media only screen and (max-width: 769px) {
  .month_title {
    font-size: 1.75rem;
  }
}

.sidebar-title {
  font-weight: 500;
  border-bottom: 1px solid #707070;
  padding-bottom: 0.6rem;
  margin-top: 2rem;
}
.sidebar-title:first-child {
  margin-top: 0;
}

.entry-title, .is-style-entry-title {
  font-size: 2em;
  margin-top: 0;
}

.post-title {
  font-size: 1.5em;
}

.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.alignfull .wp-block-group__inner-container {
  max-width: 65rem;
  margin: 0 auto;
}
@media only screen and (max-width: 769px) {
  .alignfull .wp-block-group__inner-container {
    padding: 0 1.5rem;
  }
  .alignfull .wp-block-group__inner-container .wp-block-image .alignright {
    -webkit-transform: translateX(-1.5rem);
    -moz-transform: translateX(-1.5rem);
    -ms-transform: translateX(-1.5rem);
    -o-transform: translateX(-1.5rem);
    transform: translateX(-1.5rem);
  }
  .alignfull .wp-block-group__inner-container .wp-block-image .alignleft {
    -webkit-transform: translateX(-1.5rem);
    -moz-transform: translateX(-1.5rem);
    -ms-transform: translateX(-1.5rem);
    -o-transform: translateX(-1.5rem);
    transform: translateX(-1.5rem);
  }
}

@media only screen and (min-width: 3000px) {
  .site-fixed-width {
    max-width: 2000px;
    margin: 0 auto;
    display: block;
    overflow: auto;
  }
  .alignfull {
    margin: 0;
    max-width: calc(2000px - 4.8rem);
    width: calc(2000px - 3rem);
    -webkit-transform: translatex(-868px);
    -moz-transform: translatex(-868px);
    -ms-transform: translatex(-868px);
    -o-transform: translatex(-868px);
    transform: translatex(-397px);
  }
  .post-list {
    padding: 0;
  }
}
*.alignwide {
  width: calc(100% + 216px);
  max-width: unset;
  -webkit-transform: translateX(-108px);
  -moz-transform: translateX(-108px);
  -ms-transform: translateX(-108px);
  -o-transform: translateX(-108px);
  transform: translateX(-108px);
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 1400px) {
  *.alignwide {
    max-width: unset;
    width: calc(100% + 100px);
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
@media only screen and (max-width: 1025px) {
  *.alignwide {
    max-width: 100%;
    width: 100%;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
  }
}
@media only screen and (max-width: 1201px) {
  *.alignwide {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}

.content {
  margin-top: 7rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.content.no-top {
  padding-top: 0;
}
.content.no-pb {
  padding-bottom: 0;
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 4rem;
  padding-left: 4rem;
}
@media only screen and (max-width: 1201px) {
  .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  padding-top: 3.875rem;
  padding-bottom: 3.875rem;
}
.row.nested {
  padding: 0;
  margin-right: -1rem;
  margin-left: -1rem;
}
@media only screen and (max-width: 769px) {
  .row.hero-row {
    margin: 0;
  }
}
.row.row-header {
  padding: 1.4rem 0 1rem 0;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  -ms-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s;
  /*@include bp-sm {
    padding: 1rem 0 .625rem 0; 
  }*/
}
@media only screen and (max-width: 1025px) {
  .row.row-header {
    margin-right: 0;
    margin-left: 0;
    padding: 1.325rem 0 0.375rem 0;
  }
}
.row.no-top {
  padding-top: 0;
}
.row.hero-sub {
  padding: 5rem 0 5rem 0;
}
.row.border-bottom {
  padding-bottom: 3.875rem;
  margin-bottom: 0;
  position: relative;
}
.row.border-bottom.less-padding {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.row.border-bottom.onwhite-border:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 32px);
  background: rgba(197, 172, 65, 0.08);
  bottom: 0;
  left: 1rem;
}
.row.border-bottom.onblack-border:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 32px);
  background: rgba(230, 230, 230, 0.2);
  bottom: 0;
  left: 1rem;
}
.row.special-padding {
  padding: 1.5rem 0 2rem 0;
}
.row.no-pb {
  padding-bottom: 0;
}
.row.less-pb {
  padding-bottom: 0.5rem;
}

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

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* Custom margins */
@media only screen and (max-width: 1025px) {
  .xs2 {
    margin-bottom: 2rem;
  }
  .xs2:last-of-type {
    margin-bottom: 0;
  }
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.col-xs.no-padd,
.col-xs-1.no-padd,
.col-xs-2.no-padd,
.col-xs-3.no-padd,
.col-xs-4.no-padd,
.col-xs-5.no-padd,
.col-xs-6.no-padd,
.col-xs-7.no-padd,
.col-xs-8.no-padd,
.col-xs-9.no-padd,
.col-xs-10.no-padd,
.col-xs-11.no-padd,
.col-xs-12.no-padd,
.col-xs-offset-0.no-padd,
.col-xs-offset-1.no-padd,
.col-xs-offset-2.no-padd,
.col-xs-offset-3.no-padd,
.col-xs-offset-4.no-padd,
.col-xs-offset-5.no-padd,
.col-xs-offset-6.no-padd,
.col-xs-offset-7.no-padd,
.col-xs-offset-8.no-padd,
.col-xs-offset-9.no-padd,
.col-xs-offset-10.no-padd,
.col-xs-offset-11.no-padd,
.col-xs-offset-12.no-padd {
  padding: 0;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

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

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

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

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

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 769px) {
  .container {
    width: 100%;
  }
  .header-container {
    width: 100%;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm.no-padd,
  .col-sm-1.no-padd,
  .col-sm-2.no-padd,
  .col-sm-3.no-padd,
  .col-sm-4.no-padd,
  .col-sm-5.no-padd,
  .col-sm-6.no-padd,
  .col-sm-7.no-padd,
  .col-sm-8.no-padd,
  .col-sm-9.no-padd,
  .col-sm-10.no-padd,
  .col-sm-11.no-padd,
  .col-sm-12.no-padd,
  .col-sm-offset-0.no-padd,
  .col-sm-offset-1.no-padd,
  .col-sm-offset-2.no-padd,
  .col-sm-offset-3.no-padd,
  .col-sm-offset-4.no-padd,
  .col-sm-offset-5.no-padd,
  .col-sm-offset-6.no-padd,
  .col-sm-offset-7.no-padd,
  .col-sm-offset-8.no-padd,
  .col-sm-offset-9.no-padd,
  .col-sm-offset-10.no-padd,
  .col-sm-offset-11.no-padd,
  .col-sm-offset-12.no-padd {
    padding: 0;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .stretch-sm {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .container {
    width: 65rem;
  }
  .header-container {
    width: 100%;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md.no-padd,
  .col-md-1.no-padd,
  .col-md-2.no-padd,
  .col-md-3.no-padd,
  .col-md-4.no-padd,
  .col-md-5.no-padd,
  .col-md-6.no-padd,
  .col-md-7.no-padd,
  .col-md-8.no-padd,
  .col-md-9.no-padd,
  .col-md-10.no-padd,
  .col-md-11.no-padd,
  .col-md-12.no-padd,
  .col-md-offset-0.no-padd,
  .col-md-offset-1.no-padd,
  .col-md-offset-2.no-padd,
  .col-md-offset-3.no-padd,
  .col-md-offset-4.no-padd,
  .col-md-offset-5.no-padd,
  .col-md-offset-6.no-padd,
  .col-md-offset-7.no-padd,
  .col-md-offset-8.no-padd,
  .col-md-offset-9.no-padd,
  .col-md-offset-10.no-padd,
  .col-md-offset-11.no-padd,
  .col-md-offset-12.no-padd {
    padding: 0;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .stretch-md {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1201px) {
  .container {
    width: 76rem;
  }
  .header-container {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg.no-padd,
  .col-lg-1.no-padd,
  .col-lg-2.no-padd,
  .col-lg-3.no-padd,
  .col-lg-4.no-padd,
  .col-lg-5.no-padd,
  .col-lg-6.no-padd,
  .col-lg-7.no-padd,
  .col-lg-8.no-padd,
  .col-lg-9.no-padd,
  .col-lg-10.no-padd,
  .col-lg-11.no-padd,
  .col-lg-12.no-padd,
  .col-lg-offset-0.no-padd,
  .col-lg-offset-1.no-padd,
  .col-lg-offset-2.no-padd,
  .col-lg-offset-3.no-padd,
  .col-lg-offset-4.no-padd,
  .col-lg-offset-5.no-padd,
  .col-lg-offset-6.no-padd,
  .col-lg-offset-7.no-padd,
  .col-lg-offset-8.no-padd,
  .col-lg-offset-9.no-padd,
  .col-lg-offset-10.no-padd,
  .col-lg-offset-11.no-padd,
  .col-lg-offset-12.no-padd {
    padding: 0;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .stretch-xs {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 91em) {
  .container {
    width: 80rem;
  }
}
@media only screen and (max-width: 1025px) {
  .resize {
    width: 100%;
    padding: 0;
  }
}

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

.state--scrolled .row-header {
  padding: 0.8rem 0;
}
@media only screen and (max-width: 1025px) {
  .state--scrolled .row-header {
    padding: 0.8rem 0;
  }
}

@media only screen and (max-width: 1025px) {
  .hide-md {
    display: none;
  }
}

.no-padd-left {
  padding-left: 0;
}
@media only screen and (max-width: 1025px) {
  .no-padd-left {
    padding-right: 0;
    padding-left: 0;
  }
}

.no-padd-right {
  padding-right: 0;
}
@media only screen and (max-width: 1025px) {
  .no-padd-right {
    padding-right: 0;
    padding-left: 0;
  }
}

.first-col {
  order: 1;
}
@media only screen and (max-width: 1025px) {
  .first-col {
    order: 1;
  }
}

.last-col {
  order: 2;
}
@media only screen and (max-width: 1025px) {
  .last-col {
    order: 1;
  }
}

/** @format */
nav.subpages {
  padding: 0 2rem 2rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
nav.subpages .wp-block-separator.is-style-default {
  height: 1px;
  border: 0;
  background: #e2e2e2;
  position: relative;
  overflow: visible;
  margin: 5rem 0;
}
nav.subpages .wp-block-separator.is-style-default:after {
  content: "";
  position: absolute;
  background-color: #FCFCFC;
  background-image: url(assets/img/oa-light.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 40px;
  width: 260px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
nav.subpages ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
nav.subpages ul li {
  width: 25%;
  padding: 0.5rem;
  display: block;
}
nav.subpages ul li a {
  display: block;
  border-radius: 1rem;
  position: relative;
  height: 100%;
}
nav.subpages ul li a img {
  border-radius: 1rem;
}
nav.subpages ul li a span {
  padding: 2rem 1rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  display: block;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  border-radius: 0 0 1rem 1rem;
}
nav.subpages ul li a:hover span {
  color: #d1bd68;
  text-decoration: underline;
}

.footer-menu {
  display: block;
  font-family: "Picadilly", sans-serif;
}
.footer-menu li {
  display: inline-block;
  margin-right: 1.5rem;
}
.footer-menu li:last-child {
  margin-right: 0;
}
.footer-menu li a:link,
.footer-menu li a:visited {
  color: #ffffff;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
}
.footer-menu li a:link:hover,
.footer-menu li a:visited:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media only screen and (max-width: 769px) {
  .footer-menu li {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .footer-menu li:last-child {
    margin-bottom: 0;
  }
}

.sub-nav--list {
  display: block;
  font-family: "Picadilly", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.875rem;
}
.sub-nav--list li {
  display: inline-block;
  margin-right: 1.5rem;
}
.sub-nav--list li:last-child {
  margin-right: 0;
}
.sub-nav--list li a:link,
.sub-nav--list li a:visited {
  color: #ffffff;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.sub-nav--list li a:link:hover,
.sub-nav--list li a:visited:hover {
  color: #C5AC41;
}
@media only screen and (max-width: 769px) {
  .sub-nav--list li {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .sub-nav--list li:last-child {
    margin-bottom: 0;
  }
}

#subpagemenu .second-level {
  background-image: linear-gradient(#485B6D 33%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  background-size: 2px 8px;
  background-repeat: repeat-y;
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 1.2rem;
  position: relative;
}
#subpagemenu .second-level::before {
  content: "";
  position: absolute;
  background: #485B6D;
  left: -1px;
  top: 1px;
  display: block;
  width: 4px;
  height: 8px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
#subpagemenu .second-level::after {
  content: "";
  position: absolute;
  background: #485B6D;
  left: -1px;
  bottom: 1px;
  display: block;
  width: 4px;
  height: 8px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
#subpagemenu .second-level ul li {
  border-bottom: 1px solid rgba(72, 91, 109, 0.3);
  padding: 0.7rem 0;
}
#subpagemenu .second-level ul li a {
  font-family: "Picadilly", sans-serif;
  color: #485B6D;
  font-weight: 400;
  font-size: 16px;
  /*        padding-left: 1rem; */
  text-decoration: none;
  line-height: 1.3;
}
#subpagemenu .second-level ul li a:hover {
  text-decoration: none;
}
#subpagemenu .second-level ul li:last-child {
  border-bottom: none;
}
#subpagemenu .second-level ul li.parent-menu__item {
  border-bottom: 0;
}
#subpagemenu .second-level ul li.parent-menu__item a {
  font-size: 22px;
  font-weight: 600;
  padding-left: 0;
}

.sidebar_kontakt {
  margin-top: 3rem;
}
.sidebar_kontakt > .kontaktperson-item {
  width: 100%;
  text-align: center;
}
.sidebar_kontakt > .kontaktperson-item > img {
  width: 100%;
  max-height: 367px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-position: top center;
  object-fit: cover;
}
.sidebar_kontakt > .kontaktperson-item > .kontakt-information {
  text-align: center;
}
.sidebar_kontakt > .kontaktperson-item > .kontakt-information p.name {
  margin-bottom: 0.1rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.2rem;
  font-size: 1.025em;
  text-align: center;
}
.sidebar_kontakt > .kontaktperson-item > .kontakt-information p.title {
  margin-bottom: 0.4rem;
  font-weight: bold;
  line-height: 1.2;
  font-size: 0.895em;
  margin-top: 0rem;
  font-style: italic;
  text-align: center;
}
.sidebar_kontakt > .kontaktperson-item > .kontakt-information a:link,
.sidebar_kontakt > .kontaktperson-item > .kontakt-information a:visited {
  line-height: 1.2;
  display: block;
}
.sidebar_kontakt > .kontaktperson-item > .kontakt-information h5 {
  margin-bottom: 0.5rem;
}
.sidebar_kontakt > .kontaktperson-item > .kontakt-information h5:last-child {
  margin-bottom: 0;
}

/** @format */
#header {
  z-index: 9;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  /* position: fixed; */
  width: 100vw;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-bottom: 1px solid #e3e3e3;
  background: #ffffff;
  padding-bottom: 1rem;
  z-index: 100;
}
@media only screen and (max-width: 1025px) {
  #header {
    padding-bottom: 0;
  }
}
body.admin-bar #header {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  body.admin-bar #header {
    top: 46px;
  }
}

#header nav.main {
  position: relative;
  height: 100%;
}
#header nav.main div.menu-toppmeny-container {
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 98;
  height: 35px;
}
#header nav.main div.menu-toppmeny-container .inner {
  height: 100%;
  display: block;
  width: 100%;
  padding: 0.375rem 0 0.75rem;
  border-top: 0;
  height: 35px;
}
@media only screen and (max-width: 1025px) {
  #header nav.main div.menu-toppmeny-container {
    display: none;
    position: relative;
    z-index: 99;
    /*  &.mobile-active {
      display: block;
      top: unset;
      //bottom: 0;
      margin-bottom: 0.5rem;
    } */
  }
}
#header nav.main div.menu-toppmeny-container ul {
  /*         max-width: 80rem; */
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  padding-right: 5.5rem;
  color: #ffffff;
}
@media only screen and (max-width: 1025px) {
  #header nav.main div.menu-toppmeny-container ul {
    border: 1px solid #f4f4f4;
    border-radius: 8px 8px;
    float: none;
    display: inline-block;
    justify-content: center;
  }
}
#header nav.main div.menu-toppmeny-container ul li {
  display: inline-block;
  border-right: 1px solid white;
  padding: 0 2rem;
}
#header nav.main div.menu-toppmeny-container ul li:nth-last-child(-n+1) {
  border: none;
  padding: 0 0.4rem;
}
#header nav.main div.menu-toppmeny-container ul li:last-of-type {
  padding-right: 0;
}
#header nav.main div.menu-toppmeny-container ul li:nth-child(-n+3) {
  padding-left: 2rem;
}
#header nav.main div.menu-toppmeny-container ul li a:link,
#header nav.main div.menu-toppmeny-container ul li a:visited {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}
#header nav.main div.menu-toppmeny-container ul li a:link svg,
#header nav.main div.menu-toppmeny-container ul li a:visited svg {
  width: 15px;
  height: auto;
}
#header nav.main div.menu-toppmeny-container ul li a:link:hover,
#header nav.main div.menu-toppmeny-container ul li a:visited:hover {
  text-decoration: underline;
}
#header nav.main div.menu-toppmeny-container ul li a:link.icon::before,
#header nav.main div.menu-toppmeny-container ul li a:visited.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.5rem;
  position: relative;
  top: 1px;
}
#header nav.main div.menu-toppmeny-container ul li a:link.phone::before,
#header nav.main div.menu-toppmeny-container ul li a:visited.phone::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
}
#header nav.main div.menu-toppmeny-container ul li a:link.email::before,
#header nav.main div.menu-toppmeny-container ul li a:visited.email::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
}
#header nav > ul {
  display: flex;
  align-items: center;
  /*    max-width: 1280px; */
  margin-left: auto;
  margin-right: auto;
  padding-right: 4rem;
  padding-left: 4rem;
  align-items: flex-end;
  z-index: 101;
  position: relative;
}
@media only screen and (max-width: 1025px) {
  #header nav > ul {
    flex-wrap: wrap;
    align-items: center;
    padding: 0.5rem 0;
  }
}
@media only screen and (max-width: 769px) {
  #header nav > ul {
    padding: 0;
  }
}
#header nav > ul.mobile-active > li {
  display: block;
}
#header nav > ul > li {
  margin-right: 1rem;
  margin-bottom: -1rem;
  padding: 1rem 0;
}
@media only screen and (max-width: 1025px) {
  #header nav > ul > li {
    display: none;
    order: 4;
    background: #485B6D;
    margin-bottom: 0;
    padding: 0;
  }
}
#header nav > ul > li .toggle-button {
  display: none;
  position: Absolute;
  width: 15px;
  height: 15px;
  right: 24px;
  top: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}
#header nav > ul > li .toggle-button::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(assets/img/plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#header nav > ul > li .toggle-button.tgl-active::after {
  background-image: url(assets/img/minus.svg);
}
@media only screen and (max-width: 1025px) {
  #header nav > ul > li .toggle-button {
    justify-content: center;
    display: flex;
    align-items: center;
  }
}
#header nav > ul > li.menu-item-has-children {
  position: relative;
}
#header nav > ul > li.menu-item-has-children > a:after {
  content: "▾";
  display: inline-block;
  margin-left: 0.25em;
}
@media only screen and (max-width: 1025px) {
  #header nav > ul > li.menu-item-has-children > a:after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  #header nav > ul > li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
  }
}
@media only screen and (max-width: 1025px) {
  #header nav > ul > li.menu-item-has-children.menu-collapsed > ul.sub-menu {
    display: block;
  }
}
#header nav > ul > li > a {
  padding: 0.5rem;
  display: block;
  color: #485B6D;
  text-decoration: none;
  font-size: 1.125em;
  font-weight: 400;
  font-family: "Picadilly", sans-serif;
}
@media only screen and (max-width: 1025px) {
  #header nav > ul > li > a {
    color: #ffffff;
    padding: 1rem 0;
    margin: 0 1rem;
    border-bottom: 1px solid white;
    padding-left: 1rem;
  }
}
#header nav > ul > li > a:hover {
  text-decoration: underline;
}
#header nav > ul > li > ul.sub-menu {
  display: none;
  position: absolute;
  width: 249px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #485B6D;
  text-align: center;
  top: 67px;
}
#header nav > ul > li > ul.sub-menu > li {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.375rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#header nav > ul > li > ul.sub-menu > li:last-child {
  border-bottom: none;
}
#header nav > ul > li > ul.sub-menu > li a {
  color: #ffffff;
  text-decoration: none;
  padding: 0.5rem 1rem;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header nav > ul > li > ul.sub-menu > li a:hover {
  text-decoration: none;
  background: #3e4e5e;
}
@media only screen and (max-width: 1025px) {
  #header nav > ul > li > ul.sub-menu {
    /*    display: block; */
    position: static;
    transform: none;
    left: unset;
    border: 0;
    margin-left: 1rem;
    width: 100%;
    text-align: left;
  }
}
#header nav > ul > li.logo {
  display: block;
  margin-right: auto;
}
@media only screen and (max-width: 1025px) {
  #header nav > ul > li.logo {
    order: 1;
    background: #ffffff;
    padding-left: 1rem;
  }
}
#header nav > ul > li.logo a {
  display: block;
}
@media only screen and (max-width: 769px) {
  #header nav > ul > li.logo a {
    padding: 0;
  }
}
#header nav > ul > li.logo img {
  width: calc(230px + 2rem);
  height: auto;
  display: block;
}
@media only screen and (max-width: 1025px) {
  #header nav > ul > li.logo img {
    margin-top: 0;
    width: calc(130px + 2rem);
  }
}
@media only screen and (max-width: 769px) {
  #header nav > ul > li.logo img {
    width: calc(130px + 2rem);
    padding: 1rem 0;
  }
}
#header nav > ul > li.cta-btn {
  margin-left: auto;
}
@media only screen and (max-width: 1025px) {
  #header nav > ul > li.cta-btn {
    display: block;
    order: 2;
  }
}
#header nav > ul > li.cta-btn a:link,
#header nav > ul > li.cta-btn a:visited {
  background: #485B6D;
  color: #ffffff;
  padding: 0.7rem 1.6rem;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#header nav > ul > li.cta-btn a:link:hover,
#header nav > ul > li.cta-btn a:visited:hover {
  text-decoration: none;
  background: #506579;
}
@media only screen and (max-width: 769px) {
  #header nav > ul > li.cta-btn a:link,
  #header nav > ul > li.cta-btn a:visited {
    font-size: 0.85em;
    padding: 0.7rem 1.4rem;
  }
}
#header nav > ul > li.menu-item {
  margin-right: 0;
}
@media only screen and (max-width: 1025px) {
  #header nav > ul > li.menu-item {
    width: 100%;
  }
}
#header nav > ul > li.menu-item:last-of-type > a {
  border-bottom: none;
}
@media only screen and (max-width: 1025px) {
  #header nav > ul > li.wpml-switcher {
    display: block;
    background: #ffffff;
    order: 2;
  }
}
#header nav > ul > li.wpml-switcher .wpml-ls ul {
  display: flex;
  align-items: center;
}
#header nav > ul > li.wpml-switcher .wpml-ls ul > li a:link img, #header nav > ul > li.wpml-switcher .wpml-ls ul > li a:visited img {
  width: 20px;
  height: auto;
}
@media only screen and (max-width: 1025px) {
  #header nav > ul > li.wpml-switcher .wpml-ls ul > li a:link img, #header nav > ul > li.wpml-switcher .wpml-ls ul > li a:visited img {
    width: 25px;
  }
}
#header nav > ul > li.wpml-switcher .wpml-ls-legacy-list-horizontal {
  border: 1px solid transparent;
  padding: 5px;
  clear: both;
}
@media only screen and (max-width: 769px) {
  #header nav > ul > li.wpml-switcher .wpml-ls-legacy-list-horizontal {
    padding-right: 0;
  }
}
#header nav > ul > li.burger {
  display: none;
}
@media only screen and (max-width: 1025px) {
  #header nav > ul > li.burger {
    display: block;
    background: #ffffff;
    order: 3;
    padding-right: 1rem;
  }
}
#header nav > ul > li.burger button {
  position: relative;
  width: 43px;
  height: 43px;
  padding: 0;
  background: none;
  border: 0;
  background: #485b6d;
  padding: 0rem;
  padding: 0rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #485B6D;
}
#header nav > ul > li.burger button:focus {
  outline: 0;
}
#header nav > ul > li.burger button span {
  display: block;
  position: absolute;
  background: #ffffff;
  height: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 47%;
  transition: all 0.2s;
}
#header nav > ul > li.burger button span:nth-child(1) {
  top: 13px;
  bottom: unset;
}
#header nav > ul > li.burger button span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
}
#header nav > ul > li.burger button span:nth-child(3) {
  top: unset;
  bottom: 13px;
}
#header nav > ul > li.burger button.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
#header nav > ul > li.burger button.active span:nth-child(2) {
  opacity: 0;
}
#header nav > ul > li.burger button.active span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(45deg);
}
#header nav > ul > li.last-menu-item a {
  border-bottom: none;
}

.header-bg-fix {
  z-index: 94;
  position: absolute;
  float: right;
  width: 500px;
  height: 33px;
  background: #485b6d;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  right: 0;
}
@media only screen and (max-width: 1025px) {
  .header-bg-fix {
    display: none;
  }
}
.header-bg-fix:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-style: solid;
  border-top: 0px solid transparent;
  border-bottom: 33px solid transparent;
  border-right: 40px solid #485b6d;
  border-left: 0;
  left: -40px;
}

footer {
  position: relative;
  width: 100%;
  background: #0E202F;
  display: flex;
  flex-wrap: wrap;
  z-index: 100;
}
@media only screen and (max-width: 769px) {
  footer {
    display: block;
  }
}
footer p {
  color: #ffffff;
}
footer strong {
  color: #ffffff;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #ffffff;
}
footer a:link, footer a:visited {
  color: #ffffff;
}
footer .footer-cta {
  flex: 1 0 100%;
  background: #3A4A5A;
  height: 90px;
}
@media only screen and (max-width: 1025px) {
  footer .footer-cta {
    height: 172px;
  }
}
footer .footer-cta .footer-cta__inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1025px) {
  footer .footer-cta .footer-cta__inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
footer .footer-cta .footer-cta__inner .footer-cta__left h4 {
  font-weight: 600;
  margin: 0;
  font-size: 20px;
}
@media only screen and (max-width: 1025px) {
  footer .footer-cta .footer-cta__inner .footer-cta__left h4 {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 769px) {
  footer .footer-cta .footer-cta__inner .footer-cta__left h4 {
    font-size: 14px;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
footer .footer__left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 2 0 33.333%;
  height: 200px;
  background: #0E202F;
}
footer .footer__left img {
  width: 100%;
  height: auto;
  max-width: 216.15px;
}
footer .footer__middle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 33.333%;
  height: 200px;
  background: #2A3A4F;
}
footer .footer__middle p {
  font-weight: 400;
}
footer .footer__middle p strong {
  font-weight: 600;
}
footer .footer__middle p:nth-child(1) {
  margin-top: 0;
}
footer .footer__middle p:last-of-type {
  margin-bottom: 0;
}
footer .footer__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 33.333%;
  height: 200px;
  background: #485B6D;
}
footer .footer__right h4 {
  margin-top: 0;
  opacity: 0.47;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
footer .footer__right a {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0;
  font-weight: 600;
  text-decoration: none;
}
footer .footer__bottom {
  flex: 1 0 100%;
}

/** @format */
article .wp-block-gallery, .block-editor__container .wp-block-gallery {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
article hr.wp-block-separator, .block-editor__container hr.wp-block-separator {
  border: 0;
  height: 2px;
  background: #707070;
  overflow: visible;
  position: relative;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
article hr.wp-block-separator.page-hr, .block-editor__container hr.wp-block-separator.page-hr {
  margin-top: 1rem;
  margin-bottom: 4rem;
}
article hr.wp-block-separator.is-style-wide, article hr.wp-block-separator.is-style-default, .block-editor__container hr.wp-block-separator.is-style-wide, .block-editor__container hr.wp-block-separator.is-style-default {
  border: 0;
  height: 2px;
  background: #e0e0e0;
}
article hr.wp-block-separator.is-style-default, .block-editor__container hr.wp-block-separator.is-style-default {
  width: 300px;
  max-width: calc(100vw - 4rem);
}
article hr.wp-block-separator:after, .block-editor__container hr.wp-block-separator:after {
  content: "";
  background: url("assets/img/emblem_single.svg") no-repeat #FCFCFC;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: contain;
  background-position: center;
  position: absolute;
  height: 58px;
  width: 81px;
  display: block;
  padding: 0.5rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -56%);
}
article a.wp-block-button__link,
article a.wp-block-button__link:link,
article a.wp-block-button__link:visited, .block-editor__container a.wp-block-button__link,
.block-editor__container a.wp-block-button__link:link,
.block-editor__container a.wp-block-button__link:visited {
  color: #ffffff;
  padding: 0.8rem 2rem;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.158);
  transition: all 0.3s ease 0s;
  margin: 0.6rem 0;
}
article a.wp-block-button__link:hover,
article a.wp-block-button__link:link:hover,
article a.wp-block-button__link:visited:hover, .block-editor__container a.wp-block-button__link:hover,
.block-editor__container a.wp-block-button__link:link:hover,
.block-editor__container a.wp-block-button__link:visited:hover {
  color: #ffffff;
}
article ol,
article ul, .block-editor__container ol,
.block-editor__container ul {
  color: #707070;
  line-height: 1.618;
  font-size: 1.125em;
  margin-left: 1em;
  margin-bottom: 1rem;
}
article ol li,
article ul li, .block-editor__container ol li,
.block-editor__container ul li {
  margin-bottom: 0.5rem;
}
article ul li, .block-editor__container ul li {
  list-style-type: disc;
}
article ol li, .block-editor__container ol li {
  list-style-type: decimal;
}
article table, .block-editor__container table {
  color: #707070;
  width: 100%;
  border: 1px solid rgba(72, 91, 109, 0.06);
  margin-top: 1rem;
  font-size: 1.125em;
  margin-bottom: 2rem;
}
article table thead, .block-editor__container table thead {
  background: #485B6D;
}
article table thead tr th, .block-editor__container table thead tr th {
  color: #ffffff;
  padding: 1rem 1rem;
  font-weight: bold;
  text-align: left;
}
article table tr, .block-editor__container table tr {
  padding-left: 10px;
}
article table tr:hover, .block-editor__container table tr:hover {
  background: rgba(197, 172, 65, 0.08);
}
article table tr:nth-child(even), .block-editor__container table tr:nth-child(even) {
  background: rgba(197, 172, 65, 0.02);
  border: 1px solid rgba(72, 91, 109, 0.1);
}
article table tr:nth-child(even):hover, .block-editor__container table tr:nth-child(even):hover {
  background: rgba(197, 172, 65, 0.05);
}
article table tr td, .block-editor__container table tr td {
  padding: 1rem 1rem;
  width: 10%;
}
article .wp-block-image figcaption, .block-editor__container .wp-block-image figcaption {
  font-size: 0.875rem;
  padding: 0 1rem;
  color: #707070;
}
article .wp-block-image .alignright, .block-editor__container .wp-block-image .alignright {
  float: right;
  margin-right: 0;
  margin-left: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 769px) {
  article .wp-block-image .alignright, .block-editor__container .wp-block-image .alignright {
    transform: translateX(-0.5rem);
    float: none;
    width: 100vw;
    min-width: 100vw;
    margin: 0 0;
  }
  article .wp-block-image .alignright img, .block-editor__container .wp-block-image .alignright img {
    width: 100%;
  }
}
article .wp-block-image .alignleft, .block-editor__container .wp-block-image .alignleft {
  float: left;
  margin-left: 0;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 769px) {
  article .wp-block-image .alignleft, .block-editor__container .wp-block-image .alignleft {
    transform: translateX(-0.5rem);
    float: none;
    width: 100vw;
    min-width: 100vw;
    margin: 0 0;
  }
  article .wp-block-image .alignleft img, .block-editor__container .wp-block-image .alignleft img {
    width: 100%;
  }
}
article .wp-block-image.is-style-full-image, .block-editor__container .wp-block-image.is-style-full-image {
  height: 100%;
}
article .wp-block-image.is-style-full-image > img, .block-editor__container .wp-block-image.is-style-full-image > img {
  height: 100%;
  object-fit: cover;
}
article .wp-block-quote, .block-editor__container .wp-block-quote {
  padding-left: 2em;
  background: #efefef;
  box-shadow: 0px 1px 100px rgba(221, 221, 221, 0.7);
}
article .wp-block-quote p, .block-editor__container .wp-block-quote p {
  color: #485B6D;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  display: block;
}
article .wp-block-quote cite, .block-editor__container .wp-block-quote cite {
  display: block;
  font-family: "Cardo", serif;
  font-size: 1.125em;
  font-weight: 400;
  color: #707070;
  line-height: 1.618;
}
article .wp-block-quote::before, .block-editor__container .wp-block-quote::before {
  display: none;
}
article .wp-block-button.is-style-arrow-right .wp-block-button__link, .block-editor__container .wp-block-button.is-style-arrow-right .wp-block-button__link {
  padding: 0.7rem 4rem 0.7rem 1rem;
  position: relative;
}
article .wp-block-button.is-style-arrow-right .wp-block-button__link::after, .block-editor__container .wp-block-button.is-style-arrow-right .wp-block-button__link::after {
  content: "";
  background-image: url(assets/img/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  position: absolute;
}
article .has-text-color.has-primary-color-color, .block-editor__container .has-text-color.has-primary-color-color {
  color: #485B6D;
}
article .has-text-color.has-primary-color-2-color, .block-editor__container .has-text-color.has-primary-color-2-color {
  color: #2A3A4F;
}
article .has-text-color.has-primary-color-3-color, .block-editor__container .has-text-color.has-primary-color-3-color {
  color: #0E202F;
}
article .has-text-color.has-secondary-color-color, .block-editor__container .has-text-color.has-secondary-color-color {
  color: #C5AC41;
}
article .has-text-color.has-third-color-color, .block-editor__container .has-text-color.has-third-color-color {
  color: #007c7a;
}
article .has-text-color.has-light-grey-color, .block-editor__container .has-text-color.has-light-grey-color {
  color: #F7F7F7;
}
article .has-text-color.has-white-color, .block-editor__container .has-text-color.has-white-color {
  color: #ffffff;
}
article .has-text-color.has-black-color, .block-editor__container .has-text-color.has-black-color {
  color: #202020;
}
article .has-background.has-primary-color-background-color, .block-editor__container .has-background.has-primary-color-background-color {
  background: #485B6D;
  border: 1px solid #485B6D;
}
article .has-background.has-primary-color-2-background-color, .block-editor__container .has-background.has-primary-color-2-background-color {
  background: #2A3A4F;
  border: 1px solid #2A3A4F;
}
article .has-background.has-primary-color-3-background-color, .block-editor__container .has-background.has-primary-color-3-background-color {
  background: #0E202F;
  border: 1px solid #0E202F;
}
article .has-background.has-secondary-color-background-color, .block-editor__container .has-background.has-secondary-color-background-color {
  background: #C5AC41;
  border: 1px solid #C5AC41;
}
article .has-background.has-third-color-background-color, .block-editor__container .has-background.has-third-color-background-color {
  background: #007c7a;
  border: 1px solid #007c7a;
}
article .has-background.has-light-grey-background-color, .block-editor__container .has-background.has-light-grey-background-color {
  background: #F7F7F7;
  border: 1px solid #F7F7F7;
}
article .has-background.has-white-background-color, .block-editor__container .has-background.has-white-background-color {
  background: #ffffff;
  border: 1px solid #ffffff;
}
article .has-background.has-black-background-color, .block-editor__container .has-background.has-black-background-color {
  background: #202020;
  border: 1px solid #202020;
}
article .has-background-dim.has-primary-color-background-color, .block-editor__container .has-background-dim.has-primary-color-background-color {
  background: #485B6D;
  border: 1px solid #485B6D;
}
article .has-background-dim.has-secondary-color-background-color, .block-editor__container .has-background-dim.has-secondary-color-background-color {
  background: #C5AC41;
  border: 1px solid #C5AC41;
}
article .has-background-dim.has-primary-color-2-background-color, .block-editor__container .has-background-dim.has-primary-color-2-background-color {
  background: #2A3A4F;
  border: 1px solid #2A3A4F;
}
article .has-background-dim.has-primary-color-3-background-color, .block-editor__container .has-background-dim.has-primary-color-3-background-color {
  background: #0E202F;
  border: 1px solid #0E202F;
}
article .has-background-dim.has-third-color-background-color, .block-editor__container .has-background-dim.has-third-color-background-color {
  background: #007c7a;
  border: 1px solid #007c7a;
}
article .has-background-dim.has-light-grey-background-color, .block-editor__container .has-background-dim.has-light-grey-background-color {
  background: #F7F7F7;
  border: 1px solid #F7F7F7;
}
article .has-background-dim.has-white-background-color, .block-editor__container .has-background-dim.has-white-background-color {
  background: #ffffff;
  border: 1px solid #ffffff;
}
article a.wp-block-button__link, .block-editor__container a.wp-block-button__link {
  transition: all 0.2s;
}
article a.wp-block-button__link:hover, .block-editor__container a.wp-block-button__link:hover {
  text-decoration: none;
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
article a.wp-block-button__link:hover.has-primary-color-color, .block-editor__container a.wp-block-button__link:hover.has-primary-color-color {
  background: transparent;
}
article a.wp-block-button__link:hover.has-primary-color-2-color, .block-editor__container a.wp-block-button__link:hover.has-primary-color-2-color {
  background: transparent;
}
article a.wp-block-button__link:hover.has-primary-color-3-color, .block-editor__container a.wp-block-button__link:hover.has-primary-color-3-color {
  background: transparent;
}
article a.wp-block-button__link:hover.has-secondary-color-color, .block-editor__container a.wp-block-button__link:hover.has-secondary-color-color {
  background: transparent;
}
article a.wp-block-button__link:hover.has-third-color-color, .block-editor__container a.wp-block-button__link:hover.has-third-color-color {
  background: transparent;
}
article a.wp-block-button__link:hover.has-light-grey-color, .block-editor__container a.wp-block-button__link:hover.has-light-grey-color {
  background: transparent;
}
article a.wp-block-button__link:hover.has-white-color, .block-editor__container a.wp-block-button__link:hover.has-white-color {
  background: transparent;
}
article a.wp-block-button__link:hover.has-primary-color-background-color, .block-editor__container a.wp-block-button__link:hover.has-primary-color-background-color {
  color: #ffffff;
}
article a.wp-block-button__link:hover.has-secondary-color-background-color, .block-editor__container a.wp-block-button__link:hover.has-secondary-color-background-color {
  color: #ffffff;
  background: #C5AC41;
}
article a.wp-block-button__link:hover.has-primary-color-2-background-color, .block-editor__container a.wp-block-button__link:hover.has-primary-color-2-background-color {
  color: #ffffff;
}
article a.wp-block-button__link:hover.has-secondary-color-background-color, .block-editor__container a.wp-block-button__link:hover.has-secondary-color-background-color {
  color: #ffffff;
}
article a.wp-block-button__link:hover.has-third-color-background-color, .block-editor__container a.wp-block-button__link:hover.has-third-color-background-color {
  color: #ffffff;
}
article a.wp-block-button__link:hover.has-light-grey-background-color, .block-editor__container a.wp-block-button__link:hover.has-light-grey-background-color {
  color: #ffffff;
}
article a.wp-block-button__link:hover.has-white-background-color, .block-editor__container a.wp-block-button__link:hover.has-white-background-color {
  color: #ffffff;
}
article .wp-block-columns.full-sektion, .block-editor__container .wp-block-columns.full-sektion {
  padding: 0;
  height: 500px;
}
article .wp-block-columns.full-sektion .wp-block-image, .block-editor__container .wp-block-columns.full-sektion .wp-block-image {
  margin-bottom: 0;
  height: 100%;
}
article .wp-block-columns.full-sektion .wp-block-image img, .block-editor__container .wp-block-columns.full-sektion .wp-block-image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: Cover;
  z-index: 3;
  position: relative;
}
article .wp-block-columns.full-sektion:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child), .block-editor__container .wp-block-columns.full-sektion:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
  margin-left: 0;
}
article .wp-block-columns.full-sektion.text-right, .block-editor__container .wp-block-columns.full-sektion.text-right {
  overflow: hidden;
}
@media only screen and (max-width: 1025px) {
  article .wp-block-columns.full-sektion.text-right, .block-editor__container .wp-block-columns.full-sektion.text-right {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
@media only screen and (max-width: 1025px) {
  article .wp-block-columns.full-sektion.text-right .wp-block-column:first-of-type, .block-editor__container .wp-block-columns.full-sektion.text-right .wp-block-column:first-of-type {
    order: 1;
  }
}
article .wp-block-columns.full-sektion.text-right .wp-block-column:last-of-type, .block-editor__container .wp-block-columns.full-sektion.text-right .wp-block-column:last-of-type {
  padding-left: 6rem;
  z-index: 1;
  position: relative;
}
article .wp-block-columns.full-sektion.text-right .wp-block-column:last-of-type::after, .block-editor__container .wp-block-columns.full-sektion.text-right .wp-block-column:last-of-type::after {
  position: absolute;
  content: "";
  background-image: url(assets/img/harenviks_emblem_vit.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -161px;
  left: -119px;
  z-index: 0;
  width: 350px;
  height: 350px;
  opacity: 0.04;
  transform: rotate(13deg);
}
article .wp-block-columns.full-sektion.text-right .wp-block-column:last-of-type::before, .block-editor__container .wp-block-columns.full-sektion.text-right .wp-block-column:last-of-type::before {
  position: absolute;
  content: "";
  background-image: url(assets/img/emblem_color_full.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -161px;
  right: -186px;
  z-index: 0;
  width: 350px;
  height: 350px;
  opacity: 0.04;
  transform: rotate(13deg);
}
@media only screen and (max-width: 1025px) {
  article .wp-block-columns.full-sektion.text-right .wp-block-column:last-of-type, .block-editor__container .wp-block-columns.full-sektion.text-right .wp-block-column:last-of-type {
    padding: 5rem 4rem;
    margin: 0;
    order: 1;
  }
}
@media only screen and (max-width: 769px) {
  article .wp-block-columns.full-sektion.text-right .wp-block-column:last-of-type, .block-editor__container .wp-block-columns.full-sektion.text-right .wp-block-column:last-of-type {
    padding: 4rem 3rem;
  }
}
article .wp-block-columns.full-sektion.text-right h3, .block-editor__container .wp-block-columns.full-sektion.text-right h3 {
  max-width: 700px;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1025px) {
  article .wp-block-columns.full-sektion.text-right h3, .block-editor__container .wp-block-columns.full-sektion.text-right h3 {
    max-width: none;
  }
}
article .wp-block-columns.full-sektion.text-right p, .block-editor__container .wp-block-columns.full-sektion.text-right p {
  max-width: 700px;
}
@media only screen and (max-width: 1025px) {
  article .wp-block-columns.full-sektion.text-right p, .block-editor__container .wp-block-columns.full-sektion.text-right p {
    max-width: none;
  }
}
@media only screen and (max-width: 1201px) {
  article .wp-block-columns.is-style-full-width, .block-editor__container .wp-block-columns.is-style-full-width {
    flex-direction: column;
  }
}
article .wp-block-columns.is-style-full-width .wp-block-column, .block-editor__container .wp-block-columns.is-style-full-width .wp-block-column {
  margin: 0 !important;
}
article .wp-block-group.has-emblem, .block-editor__container .wp-block-group.has-emblem {
  position: relative;
  overflow: hidden;
}
article .wp-block-group.has-emblem::after, .block-editor__container .wp-block-group.has-emblem::after {
  position: absolute;
  content: "";
  background-image: url(assets/img/harenviks_emblem_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -100px;
  right: -50px;
  z-index: -1;
  width: 600px;
  height: 600px;
  opacity: 0.04;
}
@media only screen and (max-width: 1201px) {
  article .wp-block-group.has-emblem::after, .block-editor__container .wp-block-group.has-emblem::after {
    width: 500px;
    height: 500px;
  }
}
@media only screen and (max-width: 1025px) {
  article .wp-block-group.has-emblem::after, .block-editor__container .wp-block-group.has-emblem::after {
    width: 400px;
    height: 400px;
  }
}
article .ingress-block p, .block-editor__container .ingress-block p {
  font-family: "Picadilly", sans-serif;
  font-size: 18px;
}
article .wp-block-group.is-style-padding-group, .block-editor__container .wp-block-group.is-style-padding-group {
  padding: 4rem;
}
@media only screen and (max-width: 769px) {
  article .wp-block-group.is-style-padding-group, .block-editor__container .wp-block-group.is-style-padding-group {
    padding: 1rem;
  }
}
article .wp-block-group.is-style-padding-group-horizontal, .block-editor__container .wp-block-group.is-style-padding-group-horizontal {
  padding: 0 4rem;
}
@media only screen and (max-width: 769px) {
  article .wp-block-group.is-style-padding-group-horizontal, .block-editor__container .wp-block-group.is-style-padding-group-horizontal {
    padding: 0 1rem;
  }
}
@media (max-width: 769px) {
  article .wp-block-column, .block-editor__container .wp-block-column {
    flex-basis: 100% !important;
  }
}
article .alignleft, .block-editor__container .alignleft {
  text-align: left;
}
article .aligncenter, .block-editor__container .aligncenter {
  text-align: center;
}
article .alignright, .block-editor__container .alignright {
  text-align: right;
}

body.has-emblem {
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
}
body.has-emblem::after {
  position: absolute;
  content: "";
  background-image: url(assets/img/harenviks_emblem_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0px;
  right: 0px;
  -webkit-transform: translate(20%, -200px);
  -moz-transform: translate(20%, -200px);
  -ms-transform: translate(20%, -200px);
  -o-transform: translate(20%, -200px);
  transform: translate(20%, -200px);
  z-index: -1;
  width: 600px;
  height: 600px;
  opacity: 0.03;
}
@media only screen and (max-width: 1201px) {
  body.has-emblem::after {
    -webkit-transform: translate(40%, -200px);
    -moz-transform: translate(40%, -200px);
    -ms-transform: translate(40%, -200px);
    -o-transform: translate(40%, -200px);
    transform: translate(40%, -200px);
    width: 500px;
    height: 500px;
  }
}
@media only screen and (max-width: 1025px) {
  body.has-emblem::after {
    width: 400px;
    -webkit-transform: translate(30%, -200px);
    -moz-transform: translate(30%, -200px);
    -ms-transform: translate(30%, -200px);
    -o-transform: translate(30%, -200px);
    transform: translate(30%, -200px);
    height: 400px;
  }
}
@media only screen and (max-width: 769px) {
  body.has-emblem::after {
    -webkit-transform: translate(30%, 0px);
    -moz-transform: translate(30%, 0px);
    -ms-transform: translate(30%, 0px);
    -o-transform: translate(30%, 0px);
    transform: translate(30%, 0px);
    width: 300px;
    height: 300px;
  }
}

@media only screen and (max-width: 769px) {
  .wp-block-image.karta figure {
    transform: none;
    width: auto;
    min-width: unset;
    float: right;
  }
}

/** @format */
body .has-primary-color-background-color .gform_wrapper h3.gform_title {
  color: #ffffff;
}

body .has-primary-color-background-color .gform_wrapper form ul.gform_fields li.gfield div.ginput_container label {
  color: #ffffff;
}
body .has-primary-color-background-color .gform_wrapper form ul.gform_fields li.gfield div.ginput_container label a:link,
body .has-primary-color-background-color .gform_wrapper form ul.gform_fields li.gfield div.ginput_container label a:visited {
  color: #ffffff;
}

body .gform_wrapper {
  margin-top: 0rem;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 0.5rem 0rem;
  display: block;
  font-size: 1em;
  background: #F7F7F7;
  text-indent: 1em;
  border: 1px solid #f4f4f4;
  width: 100%;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border: 1px solid rgba(72, 91, 109, 0.1);
}
body .gform_wrapper .gform_heading {
  margin-bottom: 0;
}
body .gform_wrapper h3.gform_title {
  font-size: 2em;
  color: #ffffff;
  font-family: "Picadilly", sans-serif;
}
body .gform_wrapper form input {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
body .gform_wrapper form ul.gform_fields li.gfield {
  padding-right: 0;
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 1rem;
}
body .gform_wrapper form ul.gform_fields li.gfield.gf_right_half {
  padding-right: 0;
}
body .gform_wrapper form ul.gform_fields li.gfield .ginput_complex {
  width: 100%;
}
body .gform_wrapper form ul.gform_fields li.gfield .ginput_complex span:last-of-type {
  padding-right: 0;
}
body .gform_wrapper form ul.gform_fields li.gfield label.gfield_label {
  font-family: "Picadilly", sans-serif;
  margin-bottom: 0.3rem;
  display: inline-block;
  color: #707070;
  font-weight: 500;
}
body .gform_wrapper form ul.gform_fields li.gfield div.ginput_container input[type=text] {
  margin-bottom: 0;
}
body .gform_wrapper form ul.gform_fields li.gfield div.ginput_container textarea {
  padding: 0.5rem 0rem;
  display: block;
  font-size: 1em;
  background: #F7F7F7;
  text-indent: 1em;
  border: 1px solid #f4f4f4;
}
body .gform_wrapper form ul.gform_fields li.gfield div.ginput_container textarea:focus {
  border: 1px solid rgba(72, 91, 109, 0.1);
}
body .gform_wrapper form ul.gform_fields li.gfield div.ginput_container label {
  font-family: "Picadilly", sans-serif;
  margin-top: 0.4rem;
  display: block;
}
body .gform_wrapper form .gform_footer button {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  border: none;
  background: #C5AC41;
  transition: all 0.2s;
  font-weight: 600;
  padding: 0.7rem 1rem 0.7rem 1rem;
  text-shadow: none;
  position: relative;
  display: flex;
  justify-content: space-between;
}
body .gform_wrapper form .gform_footer button span {
  margin-right: 1rem;
}
body .gform_wrapper form .gform_footer button svg {
  font-size: 16px;
}
@media only screen and (max-width: 769px) {
  body .gform_wrapper form .gform_footer button {
    border-width: 2px;
    width: unset;
    width: 100%;
  }
}
body .gform_wrapper form .gform_footer button:hover {
  /*   border: 2px solid $black; */
}

body .gform_wrapper form ul.gform_fields li.gfield div.ginput_container input {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
  width: auto;
}
body .gform_wrapper form ul.gform_fields li.gfield div.ginput_container label {
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
  width: 96%;
  font-size: 0.875em;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  body .gform_wrapper form ul.gform_fields li.gfield div.ginput_container label {
    font-size: 14px;
  }
}

body .gform_wrapper form ul.gform_fields li.gfield div.ginput_container.ginput_container_consent label {
  display: inline-block;
}

.btn,
a.btn {
  border: none;
  font-family: "Picadilly", sans-serif;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.btn:hover,
a.btn:hover {
  text-decoration: none;
  color: #ffffff;
}

.btn::after,
a.btn::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn.arrow-right {
  font-size: 16px;
  padding: 0.7rem 4rem 0.7rem 1rem;
}
.btn.arrow-right::after {
  background-image: url(assets/img/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
}
.btn.outlined {
  border: 1px solid #ffffff;
}
.btn.outlined:hover {
  color: #202020;
  background: #C5AC41;
  border: 1px solid #C5AC41;
  color: #ffffff;
}

/** @format */
section.hero {
  overflow: hidden;
  /* padding-left: calc(50vw - 685px); */
  /* padding-right: calc(50vw - 685px); */
  /*   padding-left: 2rem;
    padding-right: 2rem; */
  display: flex;
}
@media only screen and (max-width: 769px) {
  section.hero {
    padding: 0;
  }
}
@media only screen and (max-width: 1201px) {
  section.hero {
    flex-direction: column;
  }
  section.hero .heroSwiper {
    display: none;
  }
}
section.hero > div {
  max-width: 50%;
  flex: 0 0 50%;
}
@media only screen and (max-width: 1201px) {
  section.hero > div {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
section.hero .cta-hero-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 8rem 2rem 4rem;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  background: #485B6D;
  position: relative;
}
@media only screen and (max-width: 1201px) {
  section.hero .cta-hero-section {
    padding: 4rem;
  }
}
@media only screen and (max-width: 1025px) {
  section.hero .cta-hero-section {
    padding: 4rem 2rem;
  }
}
section.hero .cta-hero-section__content {
  display: flex;
  width: 100%;
  gap: 2rem;
}
@media only screen and (max-width: 769px) {
  section.hero .cta-hero-section__content {
    flex-direction: column;
    flex-warp: wrap;
  }
}
section.hero .cta-hero-section__content > div {
  flex: 1 1 50%;
}
@media only screen and (max-width: 769px) {
  section.hero .cta-hero-section__content > div {
    flex: 1 1 100%;
  }
}
section.hero .cta-hero-section::after {
  position: absolute;
  content: "";
  background-image: url(assets/img/harenviks_emblem_vit.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -161px;
  left: -119px;
  z-index: 0;
  width: 350px;
  height: 350px;
  opacity: 0.04;
  transform: rotate(13deg);
}
section.hero .cta-hero-section::before {
  position: absolute;
  content: "";
  background-image: url(assets/img/emblem_color_full.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -90px;
  right: -186px;
  z-index: 0;
  width: 350px;
  height: 350px;
  opacity: 0.04;
  transform: rotate(13deg);
}
section.hero .cta-hero-section__inner h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #ffffff;
  max-width: 750px;
  margin-top: 0;
}
@media only screen and (max-width: 1400px) {
  section.hero .cta-hero-section__inner h1 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 1201px) {
  section.hero .cta-hero-section__inner h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 769px) {
  section.hero .cta-hero-section__inner h1 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 481px) {
  section.hero .cta-hero-section__inner h1 {
    font-size: 1.5rem;
  }
}
section.hero .cta-hero-section__inner p {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #ffffff;
  max-width: 750px;
}
@media only screen and (max-width: 1201px) {
  section.hero .cta-hero-section__inner p {
    font-size: 1rem;
  }
}
section.hero .cta-hero-section h3 {
  color: #ffffff;
  font-size: 1.25rem;
}
section.hero .cta-hero-section .cta-hero-section-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 769px) {
  section.hero .cta-hero-section .cta-hero-section-title {
    font-size: 2rem;
  }
}
section.hero .cta-hero-section .cta-hero-section-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 769px) {
  section.hero .cta-hero-section .cta-hero-section-text {
    font-size: 1.2rem;
  }
}
section.hero .cta-hero-section .cta-hero-section-button {
  margin-top: 1rem;
}
@media only screen and (max-width: 769px) {
  section.hero .cta-hero-section .cta-hero-section-button {
    margin-top: 0;
  }
}

.cta__list {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% + 1rem);
  margin: 0 -0.5rem;
  flex-direction: column;
}
@media only screen and (max-width: 769px) {
  .cta__list {
    margin-top: 0;
  }
}
.cta__list-item {
  flex: 1 1 100%;
  width: 100%;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
}
.cta__list-item a {
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 600;
  border: none;
  width: 100%;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  padding: 1rem 0;
  border-bottom: 1px solid #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0.75rem;
}
.cta__list-item a::after {
  content: "";
  background-image: url(assets/img/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 10px;
  margin-left: auto;
}
.cta__list-item a svg {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
}
.cta__list-item a:hover {
  color: #202020;
  background: #ffffff;
  padding-left: 0.75rem;
}
.cta__list-item a:hover::after {
  content: "";
  background-image: url(assets/img/arrow-right-black.svg);
}
.cta__list-item a:hover svg path {
  fill: #202020;
  stroke: #202020;
}

.box {
  width: 100%;
  padding: 0.5rem 1.25rem;
}

.text-block {
  display: flex;
  height: 100%;
  padding: 4rem;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  max-width: 900px;
}
.text-block.left-block {
  margin-left: auto;
}
@media only screen and (max-width: 1201px) {
  .text-block.left-block {
    margin-left: unset;
  }
}
@media only screen and (max-width: 769px) {
  .text-block {
    padding: 2.5rem;
  }
}
.text-block a:link,
.text-block a:visited {
  background: #202020;
  color: #ffffff;
  padding: 0.8rem 2rem;
  display: block;
  width: max-content;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.315);
  transition: all 0.3s ease 0s;
}
.text-block a:link:hover,
.text-block a:visited:hover {
  color: #ffffff;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.text-block h3 {
  font-size: 2.5em;
}
@media only screen and (max-width: 769px) {
  .text-block h3 {
    font-size: 1.75em;
  }
}

.bild-block img {
  height: 389px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  object-fit: cover;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .bild-block img {
    height: 361px;
  }
}

hr.wp-block-separator {
  border: 0;
  height: 2px;
  background: #707070;
  overflow: visible;
  position: relative;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
hr.wp-block-separator.page-hr {
  margin-top: 1rem;
  margin-bottom: 4rem;
}
hr.wp-block-separator.is-style-wide, hr.wp-block-separator.is-style-default {
  border: 0;
  height: 2px;
  background: #e0e0e0;
}
hr.wp-block-separator.is-style-wide.subpage-hr, hr.wp-block-separator.is-style-default.subpage-hr {
  width: 100%;
  max-width: unset;
}
hr.wp-block-separator.is-style-default {
  width: 300px;
  max-width: calc(100vw - 4rem);
}
hr.wp-block-separator.is-style-default.subpage-hr {
  width: 100%;
  max-width: unset;
}
hr.wp-block-separator:after {
  content: "";
  background: url("assets/img/emblem_single.svg") no-repeat #FCFCFC;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: contain;
  background-position: center;
  position: absolute;
  height: 58px;
  width: 81px;
  display: block;
  padding: 0.5rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -56%);
}
hr.wp-block-separator.subpage-hr {
  width: 100%;
  max-width: unset;
}

@media only screen and (max-width: 1400px) {
  .puff-block {
    margin-bottom: 2rem;
  }
}
.puff-block figure {
  margin-bottom: 0;
}
.puff-block figure > img {
  display: block;
  height: 50px;
  width: auto;
  object-fit: contain;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.puff-block > .wp-block-group > .wp-block-group__inner-container {
  padding: 0 1rem;
}
.puff-block > .wp-block-group > .wp-block-group__inner-container > h3 {
  margin: 31px 0 15px;
  font-size: 1.25em;
  font-weight: 600;
}
.puff-block a {
  text-decoration: none;
}
.puff-block a:hover {
  text-decoration: none;
}
.puff-block a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.puff-block a:hover h3 {
  text-decoration: underline;
}
.puff-block a p {
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 769px) {
  .puff-block {
    margin-bottom: 4rem;
  }
}

.relative {
  position: relative;
}

.aboslute {
  position: absolute;
}

.cta-item img {
  margin-bottom: 0.875rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.cta-item p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 1025px) {
  .order-first {
    order: 1;
  }
}

@media only screen and (max-width: 1025px) {
  .order-last {
    order: 2;
  }
}

.logo-item img {
  max-width: 65%;
  filter: grayscale(100%);
  opacity: 0.35;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.logo-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
@media only screen and (max-width: 1025px) {
  .logo-item {
    margin-bottom: 2rem;
  }
}

.widget {
  padding: 1rem;
  background: #f4f4ee;
  margin-bottom: 1rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.widget h4 {
  color: #C5AC41;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(197, 172, 65, 0.2);
}
.widget p:last-of-type {
  margin-bottom: 0;
}
.widget:last-of-type {
  margin-bottom: 0;
}
.widget ul li {
  padding: 0.125rem 0;
}
.widget a:link,
.widget a:visited {
  color: #C5AC41;
  line-height: 1.618;
}
.widget a:link:hover,
.widget a:visited:hover {
  color: #1f2830;
}
.widget input[type=text],
.widget input[type=password] {
  padding: 0.75rem;
  width: 94%;
  outline: none;
  border: none;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
@media only screen and (max-width: 1025px) {
  .widget {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}

#wrapper-Bwbl {
  margin: 0 auto;
  padding-top: 0 !important;
}

.gallery-link-item {
  padding: 0 0.5rem 1rem 0.5rem;
}
.gallery-link-item img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gallery-link-item h5 {
  margin-top: 0.5rem;
}

.wp-block-cover {
  position: relative;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: max-content;
}
.wp-block-cover > .wp-block-cover__inner-container {
  max-width: 51rem;
}
@media only screen and (max-width: 769px) {
  .wp-block-cover > .wp-block-cover__inner-container {
    max-width: 100%;
    width: 100%;
  }
}
.wp-block-cover > .wp-block-cover__inner-container > h2 {
  font-weight: 300;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/** @format */
.top-fade {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.5032213569) 76%, black 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.5032213569) 76%, black 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.5032213569) 76%, black 100%);
}

.hero-intro {
  overflow: auto;
}

.hero-slider {
  width: 100%;
  height: 550px;
}
@media only screen and (max-width: 1025px) {
  .hero-slider {
    height: 550px;
  }
}

.hero-sub-page {
  background: #485B6D;
  background-size: cover;
  background-position: center center;
  position: relative;
  /*  margin: 0; */
  /*   border-radius: 11px; */
}
.hero-sub-page img {
  width: 100%;
  display: block;
  max-height: 450px;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 769px) {
  .hero-sub-page img {
    max-height: 300px;
  }
}

.hero-slider,
.hero-slider-sub {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}

.hero-slider-sub img {
  display: block;
  width: 100%;
  min-height: 900px;
  object-fit: cover;
}

.hero-content {
  position: absolute;
  color: #ffffff;
  margin: 0 auto;
  top: 89%;
  left: 50%;
  -webkit-transform: translate(-50%, -89%);
  -moz-transform: translate(-50%, -89%);
  -ms-transform: translate(-50%, -89%);
  -o-transform: translate(-50%, -89%);
  transform: translate(-50%, -89%);
  text-align: center;
  display: flex;
  align-items: center;
  width: max-content;
}
@media only screen and (max-width: 769px) {
  .hero-content {
    top: 79%;
    left: 50%;
    -webkit-transform: translate(-50%, -79%);
    -moz-transform: translate(-50%, -79%);
    -ms-transform: translate(-50%, -79%);
    -o-transform: translate(-50%, -79%);
    transform: translate(-50%, -79%);
    align-items: center;
    text-align: center;
  }
}
.hero-content .hero-intro-text {
  display: inline-block;
}
.hero-content .hero-intro-text > p {
  margin-bottom: 0;
  color: #ffffff;
}
.hero-content .hero-intro-text > h1 {
  color: #ffffff;
  font-size: 3.75em;
  font-weight: bold;
  font-family: "Picadilly", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1025px) {
  .hero-content .hero-intro-text > h1 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 769px) {
  .hero-content .hero-intro-text > h1 {
    font-size: 2.5rem;
  }
}
.hero-content .hero-intro-text > .slide__info {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 481px) {
  .hero-content .hero-intro-text > .slide__info {
    flex-direction: column;
  }
}
.hero-content .hero-intro-text > .slide__info > p {
  color: #ffffff;
  margin: 0 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 481px) {
  .hero-content .hero-intro-text > .slide__info > p {
    display: block;
  }
}
@media only screen and (max-width: 769px) {
  .hero-content .hero-intro-text > .slide__info > p {
    font-size: 1em;
  }
}
.hero-content .hero-intro-text > .slide__info > p > svg {
  margin-right: 0.6rem;
  position: relative;
  top: -1px;
}
.hero-content .hero-intro-text .slide-cta__con {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
  margin-top: 1rem;
}
@media only screen and (max-width: 481px) {
  .hero-content .hero-intro-text .slide-cta__con {
    flex-direction: column;
  }
}
.hero-content .hero-intro-text .slide-cta__con a {
  display: inline-block;
  color: #ffffff;
  background: transparent;
  font-family: "Cardo", serif;
  font-size: 1.075em;
  font-weight: 400;
  margin-top: 0.5em;
  transition: all 0.2s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ffffff;
  min-width: 170px;
  height: 43px;
  line-height: 43px;
}
@media only screen and (max-width: 769px) {
  .hero-content .hero-intro-text .slide-cta__con a {
    font-size: 1em;
    min-width: 150px;
  }
}
@media only screen and (max-width: 481px) {
  .hero-content .hero-intro-text .slide-cta__con a {
    margin-bottom: 0.5rem;
  }
  .hero-content .hero-intro-text .slide-cta__con a:last-of-type {
    margin-bottom: 0;
  }
}
.hero-content .hero-intro-text .slide-cta__con a:hover {
  color: #202020;
  background: white;
}

/** @format */
.post-list {
  display: flex;
  margin: 0;
  padding: 0 1rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.post-list > .post-list__item {
  padding: 0 0.7rem 0 0.7rem;
  flex: 0 0 25%;
  list-style-type: none;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 1201px) {
  .post-list > .post-list__item {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 769px) {
  .post-list > .post-list__item {
    flex: 0 0 100%;
    padding: 0;
    min-width: 100vw;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.post-list__item a.post-item__inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #FCFCFC;
  z-index: 10;
  text-decoration: none;
}
.post-list__item a.post-item__inner::before {
  position: absolute;
  background: #fff;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  opacity: 0;
  box-shadow: 0 5px 74px -36px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.post-list__item a.post-item__inner .post-item__image-con {
  overflow: hidden;
}
.post-list__item a.post-item__inner .post-item__image-con img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 100%;
}
.post-list__item a.post-item__inner:hover {
  text-decoration: none;
}
.post-list__item a.post-item__inner:hover::before {
  opacity: 1;
}
.post-list__item a.post-item__inner:hover .post-item__image-con img {
  transform: scale(1.05);
}
.post-list__item .post-item__content {
  padding-left: 1.63862rem;
  padding-right: 1.63862rem;
  background: #FCFCFC;
  padding-top: 0.7rem;
  position: relative;
  max-width: 100%;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 769px) {
  .post-list__item .post-item__content {
    padding: 0.7rem 2rem 1.5rem 2rem;
  }
}
.post-list__item .post-item__content::after {
  position: absolute;
  content: "";
  background-image: url(assets/img/long-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 15px;
  right: 15px;
  border: 0;
  width: 30px;
  height: 18px;
}
@media only screen and (max-width: 769px) {
  .post-list__item .post-item__content::after {
    right: 2rem;
  }
}
.post-list__item .post-item__content h3 {
  font-family: "Picadilly", sans-serif;
  color: #485B6D;
  font-weight: 600;
  font-size: 22px;
}
.post-list__item .post-item__content p {
  font-size: 16px;
  color: #707070;
  font-family: "Picadilly", sans-serif;
}

.kontaktpersoner .kontakt-lista {
  display: flex;
  flex-wrap: wrap;
  /*     justify-content: center; */
  -webkit-transform: translateX(-2rem);
  -moz-transform: translateX(-2rem);
  -ms-transform: translateX(-2rem);
  -o-transform: translateX(-2rem);
  transform: translateX(-2rem);
  width: calc(100% + 1rem);
}
.kontaktpersoner .kontakt-lista .kontakt-item {
  border: 1rem solid transparent;
  border-top: 0;
  border-bottom: 0;
  padding-top: 0rem;
  margin-bottom: 1rem;
  flex: 0 0 33.33%;
  list-style-type: none;
}
@media only screen and (max-width: 769px) {
  .kontaktpersoner .kontakt-lista .kontakt-item {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 481px) {
  .kontaktpersoner .kontakt-lista .kontakt-item {
    flex-basis: 50%;
  }
}
.kontaktpersoner .kontakt-lista .kontakt-item > .kontaktperson-item {
  width: 100%;
}
.kontaktpersoner .kontakt-lista .kontakt-item > .kontaktperson-item > img {
  width: 100%;
  max-height: 367px;
  height: auto;
  object-position: top center;
  object-fit: cover;
}
.kontaktpersoner .kontakt-lista .kontakt-item > .kontaktperson-item > .kontakt-information p.name {
  margin-bottom: 0.1rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.2rem;
  font-size: 1.025em;
}
.kontaktpersoner .kontakt-lista .kontakt-item > .kontaktperson-item > .kontakt-information p.title {
  margin-bottom: 0.4rem;
  font-weight: bold;
  line-height: 1.2;
  font-size: 0.895em;
  margin-top: 0rem;
  font-style: italic;
}
.kontaktpersoner .kontakt-lista .kontakt-item > .kontaktperson-item > .kontakt-information a:link,
.kontaktpersoner .kontakt-lista .kontakt-item > .kontaktperson-item > .kontakt-information a:visited {
  line-height: 1.2;
  display: block;
}
.kontaktpersoner .kontakt-lista .kontakt-item > .kontaktperson-item > .kontakt-information h5 {
  margin-bottom: 0.5rem;
}
.kontaktpersoner .kontakt-lista .kontakt-item > .kontaktperson-item > .kontakt-information h5:last-child {
  margin-bottom: 0;
}

.kontakt-puff {
  background: #485B6D;
  background: #f7f7f7;
  background: linear-gradient(240deg, rgb(247, 247, 247) 70%, #485B6D 70%);
  height: 393px;
  position: relative;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .kontakt-puff {
    background: #f7f7f7;
    height: auto;
    margin-top: 0;
  }
}
.kontakt-puff::after {
  position: absolute;
  content: "";
  background-image: url(assets/img/harenviks_emblem_vit.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -150px;
  left: 0;
  z-index: 46;
  width: 500px;
  height: 500px;
  opacity: 0.04;
}
@media only screen and (max-width: 1201px) {
  .kontakt-puff::after {
    width: 500px;
    height: 500px;
  }
}
@media only screen and (max-width: 1025px) {
  .kontakt-puff::after {
    width: 400px;
    height: 400px;
  }
}
.kontakt-puff .inner {
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 769px) {
  .kontakt-puff .inner {
    flex-direction: column;
  }
}
.kontakt-puff .inner .left {
  flex: 0.7;
  padding: 5rem;
}
.kontakt-puff .inner .left img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 90;
  max-height: 410px;
}
@media only screen and (max-width: 769px) {
  .kontakt-puff .inner .left img {
    height: 360px;
    right: 5%;
  }
}
@media only screen and (max-width: 769px) {
  .kontakt-puff .inner .left {
    flex: 1;
    order: 2;
    height: 300px;
    display: block;
    background: linear-gradient(190deg, #f7f7f7 40%, #485B6D 40%);
    min-height: 300px;
  }
}
.kontakt-puff .inner .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10%;
  flex: 1;
  padding-right: 5%;
  max-width: 80%;
}
@media only screen and (max-width: 769px) {
  .kontakt-puff .inner .right {
    order: 1;
    padding-top: 2rem;
    background: #f7f7f7;
  }
}

/** @format */
body .heroSwiper {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
body .heroSwiper img,
body .heroSwiper video {
  /* min-height: 656px; */
  visibility: visible !important;
  animation-fill-mode: forwards;
  height: 100%;
  width: 100%;
  object-fit: cover;
  height: 656px;
  max-height: 656px;
}
@media only screen and (max-width: 1201px) {
  body .heroSwiper img,
  body .heroSwiper video {
    height: 500px;
  }
}
@media only screen and (max-width: 481px) {
  body .heroSwiper img,
  body .heroSwiper video {
    min-height: 250px;
    height: 300px;
  }
}
body .heroSwiper #heroSwiper {
  height: auto;
  height: 656px;
  max-height: 656px;
}
@media only screen and (max-width: 1201px) {
  body .heroSwiper #heroSwiper {
    height: 500px;
  }
}
@media only screen and (max-width: 481px) {
  body .heroSwiper #heroSwiper {
    min-height: 250px;
    height: 300px;
  }
}
body .heroSwiper .swiper-slide {
  text-align: left;
  display: block;
  overflow: hidden;
  height: 656px;
  max-height: 656px;
}
@media only screen and (max-width: 1201px) {
  body .heroSwiper .swiper-slide {
    height: 500px;
  }
}
@media only screen and (max-width: 481px) {
  body .heroSwiper .swiper-slide {
    min-height: 250px;
    height: 300px;
  }
}
body .heroSwiper .swiper-slide:after {
  content: "";
  background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
body .heroSwiper .swiper-slide figcaption {
  z-index: 2;
  position: absolute;
  width: 100%;
  max-width: 50%;
  bottom: 0;
  right: 0%;
  /* 	@include transform(translate(-50%, -50%)); */
}
@media only screen and (max-width: 769px) {
  body .heroSwiper .swiper-slide figcaption {
    text-align: center;
    left: 50%;
    top: 50%;
    width: 94%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
body .heroSwiper .swiper-slide figcaption.overlay .inside {
  padding: 0;
  background: rgba(14, 32, 47, 0.46);
  margin: 0 auto;
  padding: 2rem;
  position: relative;
}
@media only screen and (max-width: 769px) {
  body .heroSwiper .swiper-slide figcaption.overlay .inside {
    padding: 2rem 1rem;
    background: rgba(14, 32, 47, 0.26);
  }
}
body .heroSwiper .swiper-slide figcaption.overlay .inside .emblem {
  width: 125px;
  height: 125px;
  object-fit: contain;
  position: absolute;
  right: 6%;
  bottom: 10%;
  min-width: 0;
  max-width: none;
  min-height: 0;
  max-height: none;
}
@media only screen and (max-width: 769px) {
  body .heroSwiper .swiper-slide figcaption.overlay .inside .emblem {
    display: none;
  }
}
body .heroSwiper .swiper-slide figcaption.overlay .inside p:first-of-type {
  color: #ffffff;
  font-size: 22px;
  margin-top: 0;
  font-weight: 600;
  font-family: "Picadilly", sans-serif;
  max-width: 600px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 769px) {
  body .heroSwiper .swiper-slide figcaption.overlay .inside p:first-of-type {
    font-size: 20px;
    margin-bottom: 1rem;
    width: unset;
    max-width: 80%;
    margin: 0 auto 1rem auto;
  }
}
body .heroSwiper .swiper-slide figcaption.overlay .inside p:last-of-type {
  color: #ffffff;
  font-family: "Picadilly", sans-serif;
  font-size: 18px;
  padding-right: 150px;
  margin: 0;
}
@media only screen and (max-width: 769px) {
  body .heroSwiper .swiper-slide figcaption.overlay .inside p:last-of-type {
    font-size: 1em;
    margin-right: 1rem;
    max-width: unset;
  }
}
body .heroSwiper .swiper-slide figcaption.overlay .inside a {
  margin-top: 2rem;
  display: inline-block;
  /*      box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.315); */
  /*       border: 1px solid $white; */
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  border: none;
  background: #C5AC41;
  border: 1px solid #C5AC41;
  transition: all 0.2s;
  font-weight: 400;
  text-shadow: none;
}
@media only screen and (max-width: 769px) {
  body .heroSwiper .swiper-slide figcaption.overlay .inside a {
    font-size: 0.875rem;
    border-width: 2px;
    width: unset;
  }
}
body .heroSwiper .swiper-slide figcaption.overlay .inside a:hover {
  background: transparent;
  border: 1px solid #ffffff;
  /*   border: 2px solid $black; */
}
body .heroSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 2px solid #ffffff;
  bottom: 20px;
}
@media only screen and (max-width: 769px) {
  body .heroSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
body .heroSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}

/** @format */
#fempContactPopup {
  z-index: 999999;
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: none;
  /*   right: 13vw;
  @include transform(translateX(-13vw)); */
  /*  @include bp-xxl {
     right: 20px;
     transform: unset;
   }
  */
}
@media only screen and (max-width: 1201px) {
  #fempContactPopup {
    right: 20px !important;
    bottom: 20px !important;
  }
}
#fempContactPopup .popup__panel {
  pointer-events: none;
  background: none;
  width: 475px; /*Panel width*/
  height: auto; /*Panel height*/
  max-width: 475px; /*Mac Panel width*/
  max-height: 800px; /*Max Panel height*/
  background: #485B6D;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 40px;
  right: 0px;
  opacity: 0;
  border-radius: 4px;
  padding: 30px;
  transform: scale(1);
  z-index: 99999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  padding-bottom: 0.75em;
  /*   .toggle-form-popup {
    background: #006156;
    display: inline-block;
    border-radius: 25px;
    color: #ffffff;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 1em 2.5em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    line-height: 1;
  } */
  /*  .panel-body {
    display: block;

    @include bp-lg {
      display: none;
    }
  } */
}
@media only screen and (max-width: 1748px) {
  #fempContactPopup .popup__panel {
    max-width: 450px;
  }
}
@media only screen and (max-width: 769px) {
  #fempContactPopup .popup__panel {
    padding: 0;
  }
}
#fempContactPopup .popup__panel h3,
#fempContactPopup .popup__panel h4,
#fempContactPopup .popup__panel h5,
#fempContactPopup .popup__panel a:link,
#fempContactPopup .popup__panel a:visited {
  color: #ffffff;
}
#fempContactPopup .popup__panel .panel__header {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 769px) {
  #fempContactPopup .popup__panel .panel__header {
    flex-direction: column;
    background-color: #485B6D;
    padding: 30px;
  }
}
@media only screen and (max-width: 769px) {
  #fempContactPopup .popup__panel .panel__header .kontakt-info {
    order: 2;
    text-align: center;
  }
}
#fempContactPopup .popup__panel .panel__header .kontakt-info h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#fempContactPopup .popup__panel .panel__header .kontakt-info h4 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#fempContactPopup .popup__panel .panel__header .kontakt-info h5 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  text-transform: none;
  font-family: "Cardo", serif;
  margin-top: 0.25rem;
}
#fempContactPopup .popup__panel .panel-image__container {
  border: 1px solid #e6e6e6;
  padding: 0;
  max-width: 350px;
  border-radius: 4px;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  margin-top: -2.2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /*   &:before {
      content: url(assets/img/paperclip.png);
      position: absolute;
      z-index: 9;
      top: -50px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
    } */
}
@media only screen and (max-width: 769px) {
  #fempContactPopup .popup__panel .panel-image__container {
    margin: 2rem auto 1rem auto;
    max-width: 50%;
    width: auto;
  }
}
#fempContactPopup .popup__panel .panel-image__container figure {
  position: relative;
}
#fempContactPopup .popup__panel .panel-image__container figure:after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #485B6D;
  mix-blend-mode: overlay;
  opacity: 0.4;
  transition: all 0.075s;
}
#fempContactPopup .popup__panel .panel-image__container figure img {
  filter: grayscale(100%);
  display: block;
  max-width: 150px;
  object-fit: cover;
  object-position: top center;
  max-height: 180px;
}
@media only screen and (max-width: 769px) {
  #fempContactPopup .popup__panel .panel-image__container figure img {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
}
#fempContactPopup .popup__panel .panel-image__container figure:hover img {
  filter: grayscale(20%);
}
#fempContactPopup .popup__panel .panel-image__container figure:hover:after {
  opacity: 0.2;
}
#fempContactPopup .popup__panel.active {
  bottom: 100px;
  pointer-events: auto;
  opacity: 1;
  background: #485B6D;
}
@media only screen and (max-width: 1748px) {
  #fempContactPopup .popup__panel.active {
    bottom: 90px;
  }
}
#fempContactPopup .popup__panel .gfield.no-label > .gfield_label {
  display: none;
}
#fempContactPopup .popup__panel .gform_footer {
  padding-bottom: 0;
}
#fempContactPopup .popup__panel input[type=submit] {
  width: 100%;
  margin-bottom: 0;
  margin-top: 1rem;
}
@media only screen and (max-width: 769px) {
  #fempContactPopup .popup__panel input[type=submit] {
    margin-top: 0;
  }
}
@media only screen and (max-width: 769px) {
  #fempContactPopup .popup__panel {
    max-width: unset;
    position: fixed;
    width: 100vw;
    max-height: unset;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    height: 100vh;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 769px) {
  #fempContactPopup .popup__panel .panel-body > h3 {
    margin-bottom: 0.4rem;
    color: #485B6D;
    padding-left: 30px;
    margin-top: 30px;
  }
  #fempContactPopup .popup__panel .panel-body .gform_wrapper {
    margin-top: 0;
    padding: 0 30px 0 30px;
  }
}
#fempContactPopup .chat-bubble {
  position: absolute;
  transform-origin: 100% 100%;
  text-align: left;
  background-color: #ffffff;
  color: #485B6D;
  border-radius: 10px;
  width: 200px;
  padding: 10px;
  padding-left: 20px;
  right: 80px;
  bottom: 58px;
  transform: scale(0);
  animation-fill-mode: forwards;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 200;
}
@media only screen and (max-width: 769px) {
  #fempContactPopup .chat-bubble {
    width: 175px;
    padding: 10px;
    right: 60px;
    bottom: 38px;
  }
}
#fempContactPopup .chat-bubble p {
  margin: 0;
  font-weight: 600;
  color: #485B6D;
}
#fempContactPopup .chat-bubble::before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  bottom: -20px;
  right: 3px;
  border-style: solid;
  border-width: 15px;
  border-color: transparent #ffffff #ffffff transparent;
  transform: rotate(246deg);
  z-index: 198;
}
#fempContactPopup .person {
  background: #ffffff; /*Change this colour to change the circle*/
  width: 80px;
  height: 80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  float: right;
  position: relative;
}
@media only screen and (max-width: 1748px) {
  #fempContactPopup .person {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 769px) {
  #fempContactPopup .person {
    width: 60px;
    height: 60px;
  }
}
#fempContactPopup .person img {
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  border: none;
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 109;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  object-position: center top;
  aspect-ratio: 1/1;
}
#fempContactPopup .person::before {
  content: "";
  display: block;
  width: 150%;
  height: 150%;
  box-sizing: border-box;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: -25%;
  margin-top: -25%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-color: #485B6D;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
#fempContactPopup .person:after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
  background: #485B6D;
  mix-blend-mode: overlay;
  opacity: 0.4;
  transition: all 0.075s;
  z-index: 9999;
}
#fempContactPopup .person:hover {
  transform: scale(1.1);
  cursor: pointer;
}
#fempContactPopup .person:hover:after {
  opacity: 0.2;
}
#fempContactPopup .person svg {
  display: none;
  position: relative;
  font-size: 2em;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 110;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: #ffffff;
}
#fempContactPopup .person.active {
  background-color: #485B6D;
  box-shadow: none;
}
@media only screen and (max-width: 769px) {
  #fempContactPopup .person.active {
    z-index: 999999;
  }
}
#fempContactPopup .person.active img {
  display: none;
}
#fempContactPopup .person.active svg {
  display: block;
}
#fempContactPopup.active .chat-bubble {
  display: none;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes expand-bounce {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
/* Here the scale simply goes from 1 back to 0 */
@keyframes shrink {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

/*# sourceMappingURL=style.css.map */
