.header-white .site-header {
  background-color: #fff;
}

.sticky-enabled .main-navigation.is_stuck {
  box-shadow: 0 10px 25px rgba(3, 0, 0, 0.05);
}

.header-transparent .site-header {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
  z-index: 999;
  /* Only when NOT sticky */
  /* Active item */
}
.header-transparent .site-header .site-logo-svg path {
  fill: white;
}
.header-transparent .site-header .main-navigation:not(.navigation-stick) .main-nav > ul > li > a {
  color: #fff;
}
.header-transparent .site-header .main-navigation:not(.navigation-stick) .main-nav > ul > li.current-menu-item > a,
.header-transparent .site-header .main-navigation:not(.navigation-stick) .main-nav > ul > li.current-menu-parent > a,
.header-transparent .site-header .main-navigation:not(.navigation-stick) .main-nav > ul > li.current-menu-ancestor > a {
  color: rgba(255, 255, 255, 0.5);
}
.header-transparent .inside-header {
  background: transparent;
}

.main-navigation.navigation-stick .inside-navigation {
  background: white;
}

@media (max-width: 767px) {
  .main-navigation {
    background: white;
  }
}
.main-navigation .main-nav {
  /* transition for smooth animation */
  /* flip when parent menu item is hovered */
}
.main-navigation .main-nav ul ul {
  background-color: #8bb0ce;
  padding-top: 12px;
  padding-bottom: 14px;
  box-shadow: 0 10px 25px rgba(3, 0, 0, 0.05);
}
.main-navigation .main-nav ul ul li a {
  padding: 7px 20px 7px 22px;
}
.main-navigation .main-nav .menu-item-has-children .dropdown-menu-toggle {
  padding-left: 3px;
  padding-right: 5px;
}
.main-navigation .main-nav .menu-item-has-children .dropdown-menu-toggle .gp-icon {
  position: relative;
  top: 1px;
}
.main-navigation .main-nav .menu-item-has-children .dropdown-menu-toggle .gp-icon svg {
  fill: #8BB0CE;
}
.main-navigation .main-nav .dropdown-menu-toggle .gp-icon {
  transition: transform 0.25s ease, top 0.25s ease;
  transform-origin: center center;
}
.main-navigation .main-nav .menu-item-has-children:hover .dropdown-menu-toggle .gp-icon {
  transform: rotate(-180deg);
  top: 4px;
}

.site-logo .site-logo-svg {
  width: 100px;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .site-logo .site-logo-svg {
    width: 120px;
  }
}
@media (min-width: 1024px) {
  .site-logo .site-logo-svg {
    width: 164px;
  }
}
.site-logo a {
  display: block;
}

@media (max-width: 768px) {
  .navigation-branding {
    margin-left: 20px !important;
  }
}
.navigation-stick .inside-navigation {
  max-width: 100%;
}

.sticky-navigation-logo {
  width: 100px;
  height: auto;
}
@media (min-width: 1024px) {
  .sticky-navigation-logo {
    width: 120px;
  }
}

@media (min-width: 769px) {
  nav.main-navigation .inside-navigation {
    position: static;
  }
  nav .main-nav .mega-menu {
    position: static;
  }
  nav .main-nav .mega-menu > ul {
    position: absolute;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    max-width: calc(100% - 80px);
    right: 0 !important;
    left: auto !important;
    margin-left: 40px;
    margin-right: 40px;
    padding: 10px 24px 30px 24px;
    column-gap: 24px;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media (min-width: 769px) and (min-width: 1200px) {
  nav .main-nav .mega-menu > ul {
    max-width: calc(70% - 80px);
    padding: 15px 40px 30px 40px;
    column-gap: 40px;
  }
}
@media (min-width: 769px) {
  nav .main-nav .mega-menu ul ul li a {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 769px) {
  nav .main-nav .mega-menu > ul > li > a {
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    min-height: 71px;
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 769px) {
  nav .main-nav .mega-menu > ul > li > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #000000;
    width: 100%;
    opacity: 0.1;
  }
}
@media (min-width: 769px) {
  nav .main-nav .mega-menu > ul > li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
  }
}
@media (min-width: 769px) {
  nav .main-nav .mega-menu > ul > li:hover > a,
  nav .main-nav .mega-menu > ul > li:focus > a,
  nav .main-nav .mega-menu > ul > li[class*=current-] > a,
  nav .main-nav .mega-menu ul ul {
    background-color: transparent !important;
    color: inherit;
  }
}
@media (min-width: 769px) {
  nav .main-nav .mega-menu ul .sub-menu {
    position: static;
    display: block;
    opacity: 1;
    visibility: visible;
    width: 100%;
    box-shadow: 0 0 0;
    left: 0;
    height: auto;
    pointer-events: auto;
    transform: scale(1);
  }
}
@media (min-width: 769px) {
  nav .main-nav .mega-menu ul.toggled-on .sub-menu {
    pointer-events: auto;
  }
}
@media (min-width: 769px) {
  nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
    display: none;
  }
}
nav.main-navigation .main-nav .mega-menu ul.sub-menu li:not(.menu-item-has-children) a {
  position: relative;
  padding-left: 16px !important;
}
nav.main-navigation .main-nav .mega-menu ul.sub-menu li:not(.menu-item-has-children) a::before {
  content: "";
  position: absolute;
  left: -1px;
  width: 7px;
  height: 7px;
  top: 16px;
  border-top: 2px solid #0077d5;
  border-right: 2px solid #0077d5;
  transform: translateY(-50%) rotate(45deg);
}

.main-navigation .main-nav .mega-menu ul li.menu-item-has-children > a {
  padding-bottom: 20px;
}

a.btn,
button.btn,
input[type=submit].btn,
.elementor a.elementor-button.btn,
.btn > a,
.button.btn,
.woocommerce a.button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 46px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.15s ease;
}

.btn-icon-only {
  position: relative;
}
.btn-icon-only .elementor-button {
  position: relative;
}
.btn-icon-only .elementor-button:after {
  content: "";
  background: url(./assets/img/arrow-up-right-blue.svg) no-repeat center;
  width: 15px;
  height: 15px;
  position: relative;
  left: 24px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.15s ease;
}
.btn-icon-only .elementor-button .elementor-button-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.btn-icon-only .elementor-button:hover:after {
  transform: translate3d(2px, -2px, 0);
}
.btn-icon-only.btn-icon-only-white .elementor-button:after {
  background: url(./assets/img/arrow-up-right-white.svg) no-repeat center !important;
}

a.btn-primary,
a.btn-primary:visited,
button.btn-primary,
.btn-primary > a,
.btn-primary > a:visited {
  background: #004D89;
  color: #fff;
  border: transparent;
}

a.btn-primary:hover,
button.btn-primary:hover,
.btn-primary > a:hover {
  background: #005698;
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(0, 77, 137, 0.25);
}

.gform_button[type=submit] {
  background: #004D89 !important;
  color: #fff !important;
  border: transparent !important;
}

.gform_button[type=submit]:hover {
  background: #005698 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 10px 25px rgba(0, 77, 137, 0.25) !important;
}

a.btn-secondary,
a.btn-secondary:visited,
button.btn-secondary,
.btn-secondary > a,
.btn-secondary > a:visited {
  background: white;
  color: #002848;
}

a.btn-secondary:hover,
button.btn-secondary:hover,
.btn-secondary > a:hover {
  color: #005293;
  background: #ededed;
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.07);
}

a.btn-outline-white,
a.btn-outline-white:visited,
button.btn-outline-white,
.btn-outline-white > a,
.btn-outline-white > a:visited {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

a.btn-outline-white:hover,
button.btn-outline-white:hover,
.btn-outline-white > a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-color: #ffffff;
  transform: translateY(-1px);
}

a.btn-outline-dark,
a.btn-outline-dark:visited,
button.btn-outline-dark,
.btn-outline-dark > a,
.btn-outline-dark > a:visited {
  background: transparent;
  color: #002848;
  border: 1px solid #002848;
}

a.btn-outline-dark:hover,
button.btn-outline-dark:hover,
.btn-outline-dark > a:hover {
  transform: translateY(-1px);
  background: rgba(0, 40, 72, 0.06);
  color: #002848;
  border-color: #002848;
}

a.btn-text-simple,
button.btn-text-simple,
.btn-text-simple > a {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: color 0.2s ease;
}
a.btn-text-simple::after,
button.btn-text-simple::after,
.btn-text-simple > a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate3d(-1px, -1px, 0px);
  transition: transform 0.3s ease;
}
a.btn-text-simple.is-expanded::after,
button.btn-text-simple.is-expanded::after,
.btn-text-simple > a.is-expanded::after {
  transform: rotate(-135deg) translate3d(-3px, -2px, 0px);
}
a.btn-text-simple:hover,
button.btn-text-simple:hover,
.btn-text-simple > a:hover {
  transform: none !important;
  box-shadow: none !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Primary color */
a.btn-text-simple.btn-caret-primary,
a.btn-text-simple.btn-caret-primary:visited,
button.btn-text-simple.btn-caret-primary,
.btn-text-simple.btn-caret-primary > a,
.btn-text-simple.btn-caret-primary > a:visited {
  color: #004D89;
}

/* Secondary color */
a.btn-text-simple.btn-caret-secondary,
a.btn-text-simple.btn-caret-secondary:visited,
button.btn-text-simple.btn-caret-secondary,
.btn-text-simple.btn-caret-secondary > a,
.btn-text-simple.btn-caret-secondary > a:visited {
  color: #002848;
}

.icon-box-hide-body-text .elementor-icon-box-description {
  display: none;
}

.menu-icon-arrow-li-a ul > li > a {
  position: relative;
  margin-left: 14px;
}
.menu-icon-arrow-li-a ul > li > a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  opacity: 1 !important;
  background: url(./assets/img/arrow-light-blue.svg) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -19px;
  top: 10px;
}

.no-margin-bottom > *:last-child {
  margin-bottom: 0;
}

.no-margin-bottom .elementor-text-editor > *:last-child {
  margin-bottom: 0;
}

.margin-top-auto {
  margin-top: auto !important;
}

.link-underline {
  text-decoration: underline !important;
}

.link-underline:hover {
  text-decoration: none !important;
}

.color-dark-blue {
  color: #002848;
}

.site-footer .site-footer-lists-wrapper {
  flex-wrap: wrap;
}
.site-footer .site-footer-lists-wrapper > .e-con {
  flex: 0 0 230px; /* hver kolonne 300px */
  max-width: 230px;
}

.main-title,
.comment-content a,
.site-content,
.entry-header,
h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

/* Replace selector with your widget wrapper */
.linkedin-feed {
  min-height: 410.5px; /* tune to your typical loaded height */
}

body {
  /* Chosen select: show the same red error state as other GF fields */
}
body .gform-theme--api, body .gform-theme--framework {
  --gf-form-validation-bg-color: rgba(var(--gf-color-danger-rgb), 0.10);
  --gf-form-validation-radius: 10px;
  --gf-form-validation-shadow: none;
  --gf-form-validation-margin-y: 0 20px;
  --gf-form-validation-heading-font-weight: 600;
  --gf-form-validation-heading-line-height: 1.3;
}
body .gform-theme--api, body .gform-theme--foundation {
  --gf-form-gap-x: 8px;
  --gf-form-gap-y: 8px;
}
body .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-local-shadow: none;
}
body .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework .gfield:not(.gfield--type-checkbox):not(.gfield--type-radio):not(.gfield--type-consent):not(.gfield--input-type-checkbox):not(.gfield--input-type-radio):not(.gfield--input-type-consent) .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework input[type]:not([type=checkbox]):not([type=radio]):not([type=hidden]):where(:not(.gform-text-input-reset)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-local-border-color: transparent;
  --gf-local-radius: 10px;
}
body .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-local-border-color: transparent;
  --gf-local-radius: 10px;
}
body .gform-theme--framework .ginput_container_consent input[type=checkbox] {
  --gf-local-padding-x: 5px;
  --gf-local-padding-y: 5px;
  --gf-local-border-color: transparent;
  --gf-local-radius: 5px;
}
body .gform-theme--foundation .gform-grid-col {
  padding-inline: 4px;
}
body .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:hover,
body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, body .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, body .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, body .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, body .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, body .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, body .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, body .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, body .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, body .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, body .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, body .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, body .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:hover,
body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:hover,
body .gform-theme--framework .gfield:not(.gfield--type-checkbox):not(.gfield--type-radio):not(.gfield--type-consent):not(.gfield--input-type-checkbox):not(.gfield--input-type-radio):not(.gfield--input-type-consent) .gform-theme-field-control:hover,
body .gform-theme--framework input[type]:not([type=checkbox]):not([type=radio]):not([type=hidden]):not(.gform-text-input-reset):hover,
body .gform-theme--framework select:hover,
body .gform-theme--framework select[multiple]:hover {
  --gf-local-border-color: #0263af!important;
}
body .gform-theme--framework .gfield.gfield_error .chosen-container-single .chosen-single,
body .gform-theme--framework .gfield.gfield_error .chosen-container-active .chosen-single {
  border-color: var(--gf-color-danger, #d92d0c) !important;
  outline: none !important;
  box-shadow: none !important;
}
body .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:focus-within,
body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:focus,
body .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:focus,
body .gform-theme--framework .gform-theme-field-control:focus,
body .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):focus,
body .gform-theme--framework select:focus,
body .gform-theme--framework select[multiple]:focus,
body .gform-theme--framework textarea:focus,
body .gform-theme--framework.gform-theme.gform_wrapper .button:focus,
body .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:focus,
body .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):focus,
body .gform-theme--framework.gform-theme.gform_wrapper button.button:focus,
body .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:focus,
body .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):focus,
body .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:focus {
  --gf-local-outline-width: 0!important;
  --gf-local-border-color: #004070!important;
}
body .gform-theme--framework .gfield_error .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework .gfield_error select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework .gfield_error select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework .gfield_error textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-local-border-color: var(--gf-ctrl-border-color-error)!important;
}
body .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-local-padding-x: 46px;
  --gf-local-padding-y: 17px;
  --gf-local-radius: 40px;
}
body .gform-theme--foundation #field_submit, body .gform-theme--foundation .gform_footer, body .gform-theme--foundation .gform_page_footer {
  justify-content: flex-end;
}
body .gform-theme--framework .gform_validation_errors:focus {
  outline: none;
  --gf-local-outline-width: 0;
}
body .gform-theme--framework .field_description_above .gfield_description:where(:not([class=gfield_description]):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_consent_description):not(.gfield_choice_limit_message)) {
  margin-block-start: 4px;
  padding-right: 5px;
  line-height: 1.15;
}
body .gform-theme--framework .gform-field-label > .gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme--framework.gform_editor legend.gform-field-label > span > .gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  padding-left: 6px;
}
body .gfield_consent_label a {
  text-decoration: underline;
  color: #002848;
}
body .gfield_consent_label a:hover {
  text-decoration: none;
}
body .gform_wrapper .chosen-container {
  width: 100% !important;
}

#breadcrumbs svg {
  width: 0.8em;
  height: 0.8em;
  vertical-align: middle;
  margin: 0 6px;
}
#breadcrumbs a {
  color: #8BB0CE;
}
#breadcrumbs a:hover {
  color: #004D89;
}
#breadcrumbs .breadcrumb_last {
  color: #004D89;
}

.breadcrumbs-on-dark #breadcrumbs a {
  color: #8BB0CE;
}
.breadcrumbs-on-dark #breadcrumbs a:hover {
  color: #aaceea;
}
.breadcrumbs-on-dark #breadcrumbs .breadcrumb_last {
  color: #c9dcf0;
}

#generate-slideout-menu {
  background: #afcde5;
}

.search.separate-containers .site-main, .separate-containers.error404 .site-main, .separate-containers.page-template-default .site-main {
  margin-top: 20px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .search.separate-containers .site-main, .separate-containers.error404 .site-main, .separate-containers.page-template-default .site-main {
    margin-top: 30px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .search.separate-containers .site-main, .separate-containers.error404 .site-main, .separate-containers.page-template-default .site-main {
    margin-top: 90px;
    margin-bottom: 140px;
  }
}

.search-results-search-form input[type=search], .search-form input[type=search] {
  margin-bottom: 10px;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #e6eaf0;
  border-radius: 28px;
  background: #ffffff;
  color: #1f3349;
  font-size: 15px;
  outline: none;
  box-shadow: none;
  transition: all 0.2s ease;
}
.search-results-search-form input[type=search]::placeholder, .search-form input[type=search]::placeholder {
  color: #1f3349;
  opacity: 1;
}
.search-results-search-form input[type=search]:hover, .search-form input[type=search]:hover {
  border-color: #d6dde6;
}
.search-results-search-form input[type=search]:focus, .search-results-search-form input[type=search]:active, .search-form input[type=search]:focus, .search-form input[type=search]:active {
  border-color: #004D89;
  box-shadow: 0 0 0 2px rgba(0, 77, 137, 0.15);
}
.search-results-search-form .search-submit, .search-form .search-submit {
  background: #004D89;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.15s ease;
}
.search-results-search-form .search-submit:hover, .search-form .search-submit:hover {
  background: #0a5c9c; /* manuel lighten */
  transform: translateY(-1px);
}

.CookieDeclaration .CookieDeclarationTableCell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.CookieDeclaration .CookieDeclarationType {
  padding: 0;
  border: none;
}

.main-navigation .wpml-ls-display, .slideout-menu .wpml-ls-display {
  display: none;
}
.main-navigation .wpml-ls-item-da > a::after, .slideout-menu .wpml-ls-item-da > a::after {
  content: "DA";
}
.main-navigation .wpml-ls-item-en > a::after, .slideout-menu .wpml-ls-item-en > a::after {
  content: "EN";
}
.main-navigation .wpml-ls-item-de > a::after, .slideout-menu .wpml-ls-item-de > a::after {
  content: "DE";
}
.main-navigation .wpml-ls-item > a, .slideout-menu .wpml-ls-item > a {
  display: inline-flex;
  align-items: center;
}
.main-navigation .wpml-ls-item > a .dropdown-menu-toggle, .slideout-menu .wpml-ls-item > a .dropdown-menu-toggle {
  order: 2;
}
.main-navigation .wpml-ls-item .sub-menu, .slideout-menu .wpml-ls-item .sub-menu {
  width: auto;
}
.main-navigation .wpml-ls-item > a::before, .slideout-menu .wpml-ls-item > a::before {
  display: none !important;
}

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