/*$btn-height:

*/
/* ==========================
@mixin font-rem
=============================
Convert px units to rems with fallback to older browsers.
Sample:
  h1 { @include font-rem(16px, 24px) };
Compiles to no CSS:
  h1 { 
    font-size: 16px;
    font-size: 1.142857143rem;
    line-height: 24px;
    line-height: 1.714285714rem;
  }
  
Obs:
  - The first argument is for the font-size in px.
  - The second argument is for line-height in px and is optional.
  - Is a good idea to calculate the line-height with 1.5x the font-size.
  - Set the $rem-base-font to the same value of your body or html tag.
========================== */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);

  https://github.com/bfred-it/object-fit-images

*/
@media (min-width: 0) {
  .card-deck .card {
    flex: 0 0 calc(100% - 30px); } }
@media (min-width: 576px) {
  .card-deck .card {
    flex: 0 0 calc(100% - 30px); } }
@media (min-width: 768px) {
  .card-deck .card {
    flex: 0 0 calc(50% - 30px); } }
@media (min-width: 992px) {
  .card-deck .card {
    flex: 0 0 calc(33.3333333333% - 30px); } }
@media (min-width: 1200px) {
  .card-deck .card {
    flex: 0 0 calc(33.3333333333% - 30px); } }
.test {
  -moz-transform: skew(25deg, 10deg);
  -o-transform: skew(25deg, 10deg);
  -ms-transform: skew(25deg, 10deg);
  -webkit-transform: skew(25deg, 10deg);
  transform: skew(25deg, 10deg);
  moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: 25%;
  right: 25%;
  background-color: rgba(20, 20, 20, 0.5); }

html {
  position: relative;
  overflow-x: hidden;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }
  html a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

body {
  color: rgba(5, 16, 50, 0.6);
  font-size: 16px;
  line-height: 1.75em;
  overflow-x: hidden;
  font-family: "Roboto", helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (max-width: 767px) {
    body {
      padding-top: 0 !important; } }

a:hover {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  /*  margin-bottom: $headings-margin-bottom;
    font-family: $headings-font-family;
    font-weight: $headings-font-weight;
    line-height: $headings-line-height;*/
  font-family: "Roboto", helvetica, arial, sans-serif;
  color: #051032;
  font-weight: 500; }

.content h2:after, .content h3:after, .content h4:after, .content h5:after, .footer-cta h2:after, .footer-cta h3:after, .footer-cta h4:after, .mission-text h2:after {
  content: '';
  height: 2px;
  width: 50px;
  background: #e09228;
  display: block;
  position: relative;
  text-align: inherit;
  margin-top: 1rem;
  margin-bottom: 1rem; }

h1, .h1 {
  font-size: 2.488rem;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 767px) {
    h1, .h1 {
      font-size: 32px; } }

h2, .h2 {
  font-size: 2.074rem;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 767px) {
    h2, .h2 {
      font-size: 28px; } }

h3, .h3 {
  font-size: 1.728rem;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 767px) {
    h3, .h3 {
      font-size: 20px; } }

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

h5, .h5 {
  font-size: 1.2rem;
  margin-bottom: 1rem; }

.summary {
  list-style: none; }

.text-center > *:after {
  margin-left: auto;
  margin-right: auto; }

/* SELF EXPLANATORY - BUT REMOVES THE GUTTER FROM A ROW OF ELEMENTS  
*/
.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

/*%btn {
    border-radius: 4px;
    min-width: 80px;
    color:white;
    background:orange;
}*/
.wp-block-button.is-style-outline .btn, #body.woocommerce-page .button:disabled, #body.woocommerce .button.disabled, #body.woocommerce-cart .button:disabled, .btn, .main-menu .btn, .splash-overlay .btn, .wp-block-media-text.cta-baggrund .wp-block-media-text__content .btn, .footer form input.btn, #body.woocommerce-page .button, #body.woocommerce .button, .cta-layer a.btn, .wp-block-button .btn {
  border-radius: 3px;
  background: #e09228;
  border: 1px solid #d0851e;
  box-shadow: none;
  text-align: center;
  min-width: 100px;
  color: #fff;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  text-transform: none; }
  #body.woocommerce-cart .button:focus:disabled, .btn:focus, .wp-block-media-text.cta-baggrund .wp-block-media-text__content .btn:focus, .footer form input.btn:focus, #body.woocommerce-page .button:focus, #body.woocommerce .button:focus, .cta-layer a.btn:focus {
    box-shadow: none; }
  #body.woocommerce-cart .button:hover:disabled, .btn:hover, .wp-block-media-text.cta-baggrund .wp-block-media-text__content .btn:hover, .footer form input.btn:hover, #body.woocommerce-page .button:hover, #body.woocommerce .button:hover, .cta-layer a.btn:hover {
    color: #fff;
    background: #e39d3e; }

.wp-block-button.is-style-outline .btn {
  border: 2px solid #0a1f60;
  background: transparent;
  color: #051032; }
  .wp-block-button.is-style-outline .btn:hover {
    border-color: #d0851e;
    background: #e09228;
    color: #fff; }

#body.woocommerce-page .button:disabled, #body.woocommerce .button.disabled, #body.woocommerce-cart .button:disabled {
  background: rgba(5, 16, 50, 0.1);
  color: rgba(5, 16, 50, 0.9);
  border-color: rgba(5, 16, 50, 0.5); }
  #body.woocommerce-page .button:hover:disabled, #body.woocommerce .button.disabled:hover, #body.woocommerce-cart .button:hover:disabled {
    background: rgba(5, 16, 50, 0.1);
    color: rgba(5, 16, 50, 0.9);
    border-color: rgba(5, 16, 50, 0.5); }

.btn-alt, #cookie-notice .cn-button.cn-more-info, .wp-block-media-text.citat .wp-block-media-text__content .btn,
.wp-block-media-text.testimonial .wp-block-media-text__content .btn {
  background: rgba(224, 146, 40, 0.1);
  color: #e09228; }
  .btn-alt:hover, #cookie-notice .cn-button.cn-more-info:hover, .wp-block-media-text.citat .wp-block-media-text__content .btn:hover,
  .wp-block-media-text.testimonial .wp-block-media-text__content .btn:hover {
    background: rgba(224, 146, 40, 0.2);
    color: #e09228; }

.card-deck .card {
  border-radius: 0;
  border: 0;
  background: transparent; }
  @media only screen and (max-width: 767px) {
    .card-deck .card {
      border-bottom: 1px solid rgba(5, 16, 50, 0.1); }
      .card-deck .card:last-of-type {
        border-bottom: 0; } }
  .card-deck .card card-title {
    font-size: 2.074rem; }
  .card-deck .card img {
    border-radius: 0; }
  .card-deck .card .card-inner {
    padding: 15px 0; }
  .card-deck .card a:not(.btn) {
    color: #e09228; }

blockquote.wp-block-quote, blockquote.blockquote, .wp-block-pullquote blockquote {
  padding: 50px 30px;
  border-top: 1px solid rgba(5, 16, 50, 0.1);
  border-bottom: 1px solid rgba(5, 16, 50, 0.1);
  border-left: 0;
  border-right: 0;
  background: transparent;
  text-align: left;
  margin: 0 0 1.5rem; }

.wp-block-pullquote blockquote:before, .wp-block-media-text.citat .wp-block-media-text__content p:first-of-type:before,
.wp-block-media-text.testimonial .wp-block-media-text__content p:first-of-type:before, .page-template-default .wp-block-media-text.citat p:first-of-type:before,
.page-template-default .wp-block-media-text.testimonial p:first-of-type:before, .post-template-default .wp-block-media-text.citat p:first-of-type:before,
.post-template-default .wp-block-media-text.testimonial p:first-of-type:before {
  content: '\f10d';
  font-family: "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-size: 60px;
  line-height: 60px;
  top: 60px;
  left: 0;
  color: rgba(5, 16, 50, 0.03);
  transform: translateY(-50%);
  display: block;
  z-index: -1;
  position: absolute; }
  @media only screen and (max-width: 767px) {
    .wp-block-pullquote blockquote:before, .wp-block-media-text.citat .wp-block-media-text__content p:first-of-type:before,
    .wp-block-media-text.testimonial .wp-block-media-text__content p:first-of-type:before, .page-template-default .wp-block-media-text.citat p:first-of-type:before,
    .page-template-default .wp-block-media-text.testimonial p:first-of-type:before, .post-template-default .wp-block-media-text.citat p:first-of-type:before,
    .post-template-default .wp-block-media-text.testimonial p:first-of-type:before {
      font-size: 40px;
      line-height: 1em;
      top: 30px; } }

blockquote.wp-block-quote, blockquote.blockquote {
  width: auto;
  position: relative; }
  @media only screen and (max-width: 767px) {
    blockquote.wp-block-quote, blockquote.blockquote {
      padding: 15px 15px 30px; } }
  blockquote.wp-block-quote:before, blockquote.blockquote:before {
    content: '\f10d';
    font-family: 'Fontawesome';
    font-size: 60px;
    line-height: 60px;
    top: 60px;
    left: 0;
    color: rgba(5, 16, 50, 0.03);
    transform: translateY(-50%);
    display: block;
    z-index: -1;
    position: absolute; }
    @media only screen and (max-width: 767px) {
      blockquote.wp-block-quote:before, blockquote.blockquote:before {
        font-size: 40px;
        line-height: 1em;
        top: 30px; } }
  blockquote.wp-block-quote > p, blockquote.blockquote > p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
    color: #051032;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      blockquote.wp-block-quote > p, blockquote.blockquote > p {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 30px;
        line-height: 1.875rem; } }
    blockquote.wp-block-quote > p:last-of-type, blockquote.blockquote > p:last-of-type {
      margin-bottom: 0; }
  blockquote.wp-block-quote.alignleft, blockquote.blockquote.alignleft {
    float: left;
    text-align: left;
    margin-left: 0;
    margin-top: 0;
    padding-left: 30px;
    max-width: 400px; }
    blockquote.wp-block-quote.alignleft > p, blockquote.blockquote.alignleft > p {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 36px;
      line-height: 2.25rem;
      color: #051032;
      font-weight: 400; }
  blockquote.wp-block-quote.alignright, blockquote.blockquote.alignright {
    float: right;
    margin-right: 0;
    margin-top: 0;
    padding-right: 30px;
    max-width: 400px; }
    blockquote.wp-block-quote.alignright > p, blockquote.blockquote.alignright > p {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 36px;
      line-height: 2.25rem;
      color: #051032;
      font-weight: 400; }
  blockquote.wp-block-quote cite, blockquote.blockquote cite {
    color: rgba(5, 16, 50, 0.4);
    float: right;
    padding-top: 12.5px;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      blockquote.wp-block-quote cite, blockquote.blockquote cite {
        float: none;
        text-align: right;
        font-size: 14px; } }

.wp-block-pullquote blockquote {
  width: 100%;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .wp-block-pullquote blockquote {
      padding: 15px 15px 30px; } }
  .wp-block-pullquote blockquote > p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
    color: #051032;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .wp-block-pullquote blockquote > p {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 30px;
        line-height: 1.875rem; } }
  .wp-block-pullquote blockquote cite {
    color: rgba(5, 16, 50, 0.4);
    float: right;
    padding-top: 12.5px;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .wp-block-pullquote blockquote cite {
        float: none;
        text-align: right;
        font-size: 14px; } }
  .wp-block-pullquote blockquote.alignleft {
    float: left;
    text-align: left;
    margin-left: 0;
    margin-top: 0;
    padding-left: 30px;
    max-width: 400px; }
    .wp-block-pullquote blockquote.alignleft > p {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 36px;
      line-height: 2.25rem;
      color: #051032;
      font-weight: 400; }
  .wp-block-pullquote blockquote.alignright {
    float: right;
    margin-right: 0;
    margin-top: 0;
    padding-right: 30px;
    max-width: 400px; }
    .wp-block-pullquote blockquote.alignright > p {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 36px;
      line-height: 2.25rem;
      color: #051032;
      font-weight: 400; }

#cookie-notice {
  top: auto;
  bottom: 0; }

#cookie-notice {
  background: transparent !important;
  font-size: 13px;
  font-family: "Roboto", helvetica, arial, sans-serif; }
  #cookie-notice .cookie-notice-container {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      #cookie-notice .cookie-notice-container {
        flex-direction: column; } }
  #cookie-notice #cn-notice-text {
    display: block;
    text-align: left;
    order: -1;
    padding-right: 15px; }
    @media only screen and (max-width: 767px) {
      #cookie-notice #cn-notice-text {
        text-align: center; } }
  #cookie-notice .cn-button {
    background-image: none;
    background: #e09228;
    color: #fff;
    border-color: #ba771b;
    min-width: 100px;
    order: 1;
    margin-right: 5px; }
    #cookie-notice .cn-button:last-of-type {
      margin-right: 0; }
    @media only screen and (max-width: 1024px) {
      #cookie-notice .cn-button {
        margin-top: 15px; } }
    #cookie-notice .cn-button:hover {
      background: #e6a955;
      border-color: #e09228;
      color: #fff; }
    #cookie-notice .cn-button.cn-more-info {
      color: #fff;
      text-decoration: none;
      min-width: 160px; }
      #cookie-notice .cn-button.cn-more-info:hover {
        color: #fff; }
      @media only screen and (max-width: 767px) {
        #cookie-notice .cn-button.cn-more-info {
          margin-top: 10px; } }

.content .wp-block-f2-facts-block {
  background: #eee;
  border-radius: 0;
  color: #000;
  padding: 30px;
  box-shadow: none;
  margin: 0 0 1.5rem 0;
  width: unset; }

.f2-facts-content > :last-child {
  margin-bottom: 0; }

.paginate, .paginate-bottom {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ced4da;
  width: 100%; }
  .paginate label, .paginate-bottom label {
    font-weight: 400;
    color: rgba(5, 16, 50, 0.6); }

.paginate-bottom {
  border-top: 1px solid #ced4da;
  border-bottom: 0;
  padding-top: 10px;
  margin-top: 20px; }

@media only screen and (max-width: 767px) {
  .paginate-left {
    /*        max-width: none;
            position: absolute;
            text-align: center!important;
            margin: 0 auto;*/
    width: 100%; } }
.paginate-left .paginate-desc, .paginate-left .infinite-desc {
  margin-bottom: 0; }

.paginate-right label {
  margin-left: 15px;
  margin-bottom: 0;
  background: transparent;
  border-radius: 3px;
  position: relative;
  outline: none; }
  .paginate-right label:hover {
    color: #051032;
    cursor: pointer; }
  .paginate-right label:first-of-type {
    margin-left: 0; }
  .paginate-right label:first-of-type:hover:before {
    color: #051032; }
  .paginate-right label:last-of-type:hover:after {
    color: #051032; }
@media only screen and (max-width: 767px) {
  .paginate-right .paginate-prev {
    /*            float:left;*/
    margin: 0; } }
@media only screen and (max-width: 767px) {
  .paginate-right .paginate-next:after {
    margin-right: 0; } }

.paginate-prev:before,
.paginate-next:after {
  font-family: "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  color: rgba(5, 16, 50, 0.6);
  font-size: 14px;
  margin-right: 15px;
  content: "\f053";
  display: inline-block; }

.paginate-next:after {
  margin-left: 15px;
  content: "\f054";
  margin-right: 0; }

#submit_query.loading + #loop_query {
  opacity: 0.5;
  transition: .4s all ease-in-out; }

#loop_query {
  opacity: 1;
  transition: .4s all ease-in-out; }

.search_highlight {
  background: #fff9c8; }

.bx-wrapper {
  margin-bottom: 20px;
  max-width: none;
  margin: 0 auto;
  padding: 0 50px; }
  @media only screen and (max-width: 767px) {
    .bx-wrapper {
      padding: 0 15px;
      margin-bottom: 15px; } }
  .bx-wrapper .slider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    float: left; }
    @media only screen and (max-width: 767px) {
      .bx-wrapper .slider > div {
        width: calc( 100vw - 60px) !important; }
        .bx-wrapper .slider > div img {
          max-height: unset;
          max-width: 70%; } }
  .bx-wrapper .bx-controls a {
    color: transparent;
    text-indent: 0;
    background: none; }
  .bx-wrapper .bx-prev {
    left: 0; }
    .bx-wrapper .bx-prev:before {
      color: rgba(5, 16, 50, 0.2);
      content: "\f053";
      font-size: 22px;
      font-weight: 900;
      font-family: "Font Awesome 5 Free", "FontAwesome";
      top: 50%;
      left: 0;
      position: absolute;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .bx-wrapper .bx-next {
    right: 0; }
    .bx-wrapper .bx-next:after {
      right: 0;
      color: rgba(5, 16, 50, 0.2);
      font-weight: 900;
      content: "\f054";
      font-size: 22px;
      font-family: "Font Awesome 5 Free", "FontAwesome";
      top: 50%;
      position: absolute;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

.bx-wrapper {
  max-width: none !important; }

.slider > div {
  width: 220px; }

.header-first {
  width: auto;
  max-width: none;
  flex: 0; }

header {
  position: fixed;
  padding-top: 15px;
  padding-bottom: 15px;
  left: 0;
  right: 0;
  z-index: 99;
  transform: translate3d(0, 0, 0);
  transition: .3s all ease-in-out;
  border-bottom: 1px solid transparent; }
  header:before, header:after {
    -webkit-transition: .3s all ease-in-out;
    content: '';
    height: calc(100% + 1px);
    width: 100%;
    left: -100%;
    right: 0;
    background: transparent;
    top: 0;
    bottom: 0;
    position: absolute;
    border-bottom: 1px solid transparent; }
  header:after {
    left: 100%;
    right: -100%; }
  header .row {
    align-items: center; }
  header .searchform .input-search::-webkit-input-placeholder {
    color: transparent; }
  header .searchform .input-search:-moz-placeholder {
    color: transparent; }
  header .searchform .input-search::-moz-placeholder {
    color: transparent; }
  header .searchform .input-search:-ms-input-placeholder {
    color: transparent; }
  header .searchform:hover .input-search::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.95); }
  header .searchform:hover .input-search:-moz-placeholder {
    color: rgba(255, 255, 255, 0.95); }
  header .searchform:hover .input-search::-moz-placeholder {
    color: rgba(255, 255, 255, 0.95); }
  header .searchform:hover .input-search:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.95); }
  header .searchform .btn i {
    /*              
                    scroll-far-top
                    color:rgba($header, .6);
                    &:hover{
                        color:rgba($header, .9);
                    }*/ }
  .video-playing header {
    background-image: linear-gradient(to bottom, #000, transparent);
    border: 0;
    border-color: transparent; }
    .video-playing header:before, .video-playing header:after {
      background-image: linear-gradient(to bottom, #000, transparent);
      border: 0;
      border-color: transparent; }
  .scroll-far-top header, .no-top-banner header {
    background: #fff;
    border-bottom: 1px solid rgba(5, 16, 50, 0.1);
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .scroll-far-top header:before, .no-top-banner header:before, .scroll-far-top header:after, .no-top-banner header:after {
      background: #fff;
      border-bottom: 1px solid rgba(5, 16, 50, 0.1); }

#logo {
  margin-bottom: 0;
  background-image: url(../images/logo-2x.png);
  background-size: cover;
  background-size: 156px 76px;
  width: 156px;
  height: 76px;
  -webkit-transition: .3s all ease-in-out;
  /*    font-size:24px;
      text-transform:uppercase;
      letter-spacing:0.025em;
      font-weight: 700;*/ }
  @media only screen and (max-width: 1279px) {
    #logo {
      background-image: url(../images/logo-2x.png);
      background-size: 110px 54px;
      width: 110px;
      height: 54px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #logo {
      margin: 0 auto 1rem;
      background-size: 90px 44px;
      width: 90px;
      height: 44px; } }
  .scroll-far-top #logo, .no-top-banner #logo {
    background-image: url(../images/logo-2x-primary.png);
    background-size: 110px 54px;
    width: 110px;
    height: 54px;
    -webkit-transition: .3s all ease-in-out; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .scroll-far-top #logo, .no-top-banner #logo {
        background-size: 90px 44px;
        width: 90px;
        height: 44px; } }
  #logo img {
    display: none; }
  #logo span {
    position: absolute;
    text-indent: -9999px; }
  #logo a {
    height: 100%;
    width: 100%;
    display: block; }
    #logo a:hover {
      text-decoration: none; }

.main-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.menu-main {
  margin-left: auto; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-main {
      margin-left: 0;
      margin-right: auto; } }
  .menu-main .menu-item {
    margin-right: 1.5rem;
    position: relative;
    /*        &:last-of-type{
                margin-right: 0;
            }*/ }
    @media only screen and (max-width: 1200px) {
      .menu-main .menu-item {
        font-size: 14px;
        margin-right: 1rem; } }
    .menu-main .menu-item a {
      color: white;
      font-weight: 500; }
      .menu-main .menu-item a:hover {
        color: white;
        text-decoration: none; }
  .menu-main .menu-item-has-children {
    margin-right: calc(1.5rem + 7.5px); }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .menu-main .menu-item-has-children {
        margin-right: calc(1.5rem + 2px); } }
    .menu-main .menu-item-has-children:after {
      content: '\f078';
      display: block;
      color: #fff;
      font-size: 10px;
      font-weight: 900;
      font-family: "Font Awesome 5 Free", "FontAwesome";
      float: right;
      position: absolute;
      top: 2px;
      right: -15px; }
      .scroll-far-top .menu-main .menu-item-has-children:after, .no-top-banner .menu-main .menu-item-has-children:after {
        color: rgba(5, 16, 50, 0.5); }
  .menu-main .sub-menu {
    padding: 15px 0 0;
    text-align: left; }
    .menu-main .sub-menu .menu-item-has-children:after {
      display: none; }
    .menu-main .sub-menu .menu-item {
      margin-right: 0;
      border: 1px solid rgba(5, 16, 50, 0.1); }
      @media only screen and (max-width: 767px) {
        .menu-main .sub-menu .menu-item {
          border: 0; } }
      .menu-main .sub-menu .menu-item a {
        font-size: 14px;
        display: block;
        width: 100%;
        padding: 15px 10px;
        background: rgba(5, 16, 50, 0.1); }
        @media only screen and (max-width: 767px) {
          .menu-main .sub-menu .menu-item a {
            background: transparent; } }
        .menu-main .sub-menu .menu-item a:hover {
          background: rgba(5, 16, 50, 0.2); }
          @media only screen and (max-width: 767px) {
            .menu-main .sub-menu .menu-item a:hover {
              background: transparent; } }
    .menu-main .sub-menu .sub-menu {
      left: 0;
      top: 100%;
      z-index: 99;
      opacity: 1;
      position: relative;
      padding: 0;
      /*            margin:0 10px 5px;*/
      padding-top: 0; }
      .menu-main .sub-menu .sub-menu .menu-item {
        width: -webkit-calc(100% - 2px);
        width: calc(100% - 2px);
        border: 0; }
        .menu-main .sub-menu .sub-menu .menu-item a {
          padding: 15px 20px; }
          .menu-main .sub-menu .sub-menu .menu-item a:before {
            content: "-";
            margin-right: .5rem; }
            @media only screen and (max-width: 767px) {
              .menu-main .sub-menu .sub-menu .menu-item a:before {
                display: none; } }

.scroll-far-top .menu-main .menu-item a, .no-top-banner .menu-main .menu-item a {
  color: rgba(5, 16, 50, 0.6); }
  .scroll-far-top .menu-main .menu-item a:hover, .no-top-banner .menu-main .menu-item a:hover {
    color: rgba(5, 16, 50, 0.9); }
.scroll-far-top .menu-main .sub-menu .menu-item, .no-top-banner .menu-main .sub-menu .menu-item {
  border: 1px solid rgba(5, 16, 50, 0.1);
  border-bottom: 0;
  background: #fff; }
  @media only screen and (max-width: 767px) {
    .scroll-far-top .menu-main .sub-menu .menu-item, .no-top-banner .menu-main .sub-menu .menu-item {
      border: 0; } }
  .scroll-far-top .menu-main .sub-menu .menu-item:last-of-type, .no-top-banner .menu-main .sub-menu .menu-item:last-of-type {
    border-bottom: 1px solid rgba(5, 16, 50, 0.1); }
    @media only screen and (max-width: 767px) {
      .scroll-far-top .menu-main .sub-menu .menu-item:last-of-type, .no-top-banner .menu-main .sub-menu .menu-item:last-of-type {
        border: 0; } }
  .scroll-far-top .menu-main .sub-menu .menu-item a, .no-top-banner .menu-main .sub-menu .menu-item a {
    background: transparent; }
    .scroll-far-top .menu-main .sub-menu .menu-item a:hover, .no-top-banner .menu-main .sub-menu .menu-item a:hover {
      background: rgba(5, 16, 50, 0.05); }
.scroll-far-top .menu-main .sub-menu .sub-menu .menu-item, .no-top-banner .menu-main .sub-menu .sub-menu .menu-item {
  border-color: transparent; }

.no-top-banner .title-section:before, .no-top-banner .title-section:after {
  display: none; }
.no-top-banner #main {
  padding-top: 85px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .no-top-banner #main {
      padding-top: 131px; } }
  @media only screen and (max-width: 767px) {
    .no-top-banner #main {
      padding-top: 70px; } }
.no-top-banner .footer #logo {
  background-image: url(/wp-content/themes/loekkefonden/images/logo-2x.png);
  background-size: 156px 76px;
  width: 156px;
  height: 76px;
  -webkit-transition: .3s all ease-in-out; }
  @media only screen and (max-width: 767px) {
    .no-top-banner .footer #logo {
      background-image: url(../images/logo-2x.png);
      background-size: 110px 54px;
      width: 110px;
      height: 54px; } }

.searchform {
  width: auto;
  margin-bottom: 0;
  margin-right: 1rem; }
  @media only screen and (max-width: 1024px) {
    .searchform {
      margin-right: .5rem; } }
  @media only screen and (max-width: 767px) {
    .searchform {
      margin-right: 0;
      display: none; } }
  .searchform.mobile-search {
    display: none; }
    @media only screen and (max-width: 767px) {
      .searchform.mobile-search {
        margin-top: 14px;
        display: block;
        display: inline-block;
        float: left;
        width: calc(100% - 50px); } }
  .searchform input {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    color: transparent;
    width: 1.5rem;
    padding: 5px 0 2px;
    transition: all .3s ease-in-out;
    background: transparent;
    border-radius: 0; }
    @media only screen and (max-width: 1024px) {
      .searchform input {
        width: 104px;
        margin-right: 2rem;
        font-size: 14px;
        border-color: #fff;
        color: #fff; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .searchform input {
        width: 65px;
        margin-right: 2rem;
        font-size: 14px;
        border-color: #fff;
        color: #fff; } }
    @media only screen and (max-width: 767px) {
      .searchform input {
        width: 100%;
        margin-right: 0px;
        padding: 3px 36px 3px 10px;
        border: 1px solid rgba(5, 16, 50, 0.1);
        color: rgba(5, 16, 50, 0.6);
        border-radius: 3px; 
      } 
    }
    .searchform input:focus {
      box-shadow: none;
      outline: transparent;
      color: #fff; }
    .searchform input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: transparent; }
      @media only screen and (max-width: 1279px) {
        .searchform input::-webkit-input-placeholder {
          color: rgba(5, 16, 50, 0.3) !important; } 
        }
    .searchform input::-moz-placeholder {
      /* Firefox 19+ */
      color: transparent; }
      @media only screen and (max-width: 1279px) {
        .searchform input::-moz-placeholder {
          color: rgba(5, 16, 50, 0.3) !important; } 
      }
    .searchform input:-ms-input-placeholder {
      /* IE 10+ */
      color: transparent; }
      @media only screen and (max-width: 1279px) {
        .searchform input:-ms-input-placeholder {
          color: rgba(5, 16, 50, 0.3) !important; } }
    .searchform input:-moz-placeholder {
      /* Firefox 18- */
      color: transparent; }
      @media only screen and (max-width: 1279px) {
        .searchform input:-moz-placeholder {
          color: rgba(5, 16, 50, 0.3) !important; } }
  .searchform .btn {
    background: transparent;
    border: none;
    position: absolute;
    min-width: unset;
    padding: 0;
    width: 24px;
    line-height: 36px;
    /*    top:5px; */
    right: 0;
    padding-right: 0; }
    @media only screen and (max-width: 1279px) {
      .searchform .btn {
        width: 36px;
        color: rgba(5, 16, 50, 0.6); } }
    .searchform .btn:focus, .searchform .btn:active, .searchform .btn:hover {
      background: transparent;
      outline: 0;
      box-shadow: none; }

.header-second .searchform:hover input:focus,
.header-second .searchform input:focus {
  width: 150px;
  border-color: #fff;
  margin-right: 2rem;
  color: #fff; }
  @media only screen and (max-width: 1024px) {
    .header-second .searchform:hover input:focus,
    .header-second .searchform input:focus {
      width: 104px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-second .searchform:hover input:focus,
    .header-second .searchform input:focus {
      width: 65px; } }
  @media only screen and (max-width: 767px) {
    .header-second .searchform:hover input:focus,
    .header-second .searchform input:focus {
      width: 100%;
      color: inherit;
      border-color: rgba(5, 16, 50, 0.3);
      margin-right: 0; } }

.header-second .searchform:hover input {
  width: 150px;
  border-color: #fff;
  margin-right: 2rem;
  color: #fff; }
  @media only screen and (max-width: 1024px) {
    .header-second .searchform:hover input {
      width: 104px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-second .searchform:hover input {
      width: 65px; } }
  @media only screen and (max-width: 767px) {
    .header-second .searchform:hover input {
      width: 100%;
      color: inherit;
      border-color: rgba(5, 16, 50, 0.3);
      margin-right: 0; } }

.scroll-far-top .searchform .btn, .no-top-banner .searchform .btn {
  color: rgba(5, 16, 50, 0.6); }
.scroll-far-top .searchform:hover input, .no-top-banner .searchform:hover input {
  color: rgba(5, 16, 50, 0.6);
  border-color: rgba(5, 16, 50, 0.1); }
  .scroll-far-top .searchform:hover input:focus, .no-top-banner .searchform:hover input:focus {
    color: rgba(5, 16, 50, 0.6);
    border-color: rgba(5, 16, 50, 0.3); }
@media only screen and (max-width: 1024px) {
  .scroll-far-top .searchform input, .no-top-banner .searchform input {
    color: rgba(5, 16, 50, 0.6);
    border-color: rgba(5, 16, 50, 0.3); } }
@media only screen and (max-width: 767px) {
  .scroll-far-top .searchform input, .no-top-banner .searchform input {
    border-color: rgba(5, 16, 50, 0.1); } }
.scroll-far-top .searchform input:focus, .no-top-banner .searchform input:focus {
  color: rgba(5, 16, 50, 0.6);
  border-color: rgba(5, 16, 50, 0.3); }

.container, .splash .splash-inner, .goal-wrapper {
  max-width: 1140px; }
  @media only screen and (max-width: 1600px) {
    .container, .splash .splash-inner, .goal-wrapper {
      max-width: 1140px; } }
  @media only screen and (max-width: 1200px) {
    .container, .splash .splash-inner, .goal-wrapper {
      max-width: 960px; } }
  @media only screen and (max-width: 1024px) {
    .container, .splash .splash-inner, .goal-wrapper {
      max-width: 960px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .container, .splash .splash-inner, .goal-wrapper {
      max-width: 720px; } }
  @media only screen and (max-width: 767px) {
    .container, .splash .splash-inner, .goal-wrapper {
      max-width: 100%; } }

.splash-image {
  background-size: cover;
  background-position: center; }

.splash-video {
  padding-top: 0;
  height: auto;
  background-size: cover;
  background-position: top center;
  /*    button{
          &:before {
              content:'';
          }
          
      }*/ }
  .splash-video iframe {
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.video-playing #header {
  opacity: .5; }
.video-playing .splash-overlay {
  opacity: .0;
  transition: .3s all ease-in-out;
  z-index: -1; }
.video-playing .splash {
  max-height: 950px;
  transition: .3s all ease-in-out; }

.splash {
  display: flex;
  width: 100%;
  overflow: hidden;
  height: 80vh;
  max-height: 720px;
  transition: .3s all ease-in-out;
  /*    &:before {
          content: '';
          padding-top: 56.25%;
          display: block;
          max-height: calc(100vh - 30%);
      }*/ }
  .splash:after {
    content: '';
    display: block;
    height: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.3), 50%, rgba(0, 0, 0, 0.5));
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  .splash .splash-inner {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    align-items: center; }
  .splash .splash-overlay {
    position: relative;
    width: calc((100% / 12) * 5 ); }
    @media only screen and (max-width: 1024px) {
      .splash .splash-overlay {
        width: calc((100% / 12) * 7 ); } }
  .splash span.progressive {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .splash button.trigger-youtube-js {
    border: 0;
    color: transparent;
    padding-bottom: 0px;
    outline: 0;
    box-shadow: none;
    cursor: pointer;
    height: 60px;
    width: 60px;
    background: #e09228;
    border-radius: 50%; }
    @media only screen and (max-width: 1024px) {
      .splash button.trigger-youtube-js {
        left: 75%; } }
    @media only screen and (max-width: 767px) {
      .splash button.trigger-youtube-js {
        top: initial;
        bottom: 30px;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        transform: translate(-50%);
        z-index: 3;
        left: 50%; } }
    .splash button.trigger-youtube-js:hover:before {
      background: #e39d3e; }
    .splash button.trigger-youtube-js:before {
      width: 60px;
      height: 60px;
      background: #e09228;
      display: block;
      border-radius: 50%;
      margin-bottom: 10px; }
    .splash button.trigger-youtube-js:after {
      content: '\f04b';
      color: #fff;
      font-family: "Font Awesome 5 Free", "FontAwesome";
      font-weight: 900;
      /*            line-height: 40px;*/
      text-align: center;
      font-size: 16px;
      position: absolute;
      height: 60px;
      top: 0%;
      width: 60px;
      line-height: 60px;
      left: 50%;
      transform: translateX(-50%); }

.splash-overlay > * {
  color: white; }

.featured-media .splash {
  height: auto; }
  @media only screen and (max-width: 767px) {
    .featured-media .splash {
      padding-top: 0; } }
  .featured-media .splash span {
    position: relative;
    width: 100%; }

@media only screen and (max-width: 767px) {
  .splash {
    height: auto;
    padding-top: 70px;
    min-height: 75vh;
    padding-bottom: 70px; }
    .splash .splash-overlay {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px; } 
}
@media only screen and (max-width: 1279px) {
  .header-first, .header-second {
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .header-second {
    margin-left: auto; }

  .footer {
    display: none; } }
@media only screen and (max-width: 1279px) {
  #header {
    padding: 0;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    max-width: 100%;
    width: 100%;
  }
    #header .row {
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }
    @media only screen and (max-width: 1279px) and (max-width: 1279px) {
      #header .row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; } }

@media only screen and (max-width: 1279px) {
  #logo {
    font-size: 22px;
    margin-bottom: 0; 
  }
  #main-menu {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    min-height: 100vh;
    background: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: left 0.3s ease, box-shadow 0.3s ease;
    z-index: 999;
    min-width: 320px;
    width: -webkit-calc(100% - 30%);
    width: calc(100% - 30%);
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    display: block; 
  }
  #main-menu:target, #main-menu[aria-expanded="true"] {
      right: 0;
      outline: none;
      -moz-box-shadow: 3px 0 12px rgba(0, 0, 0, 0.25);
      -webkit-box-shadow: 3px 0 12px rgba(0, 0, 0, 0.25);
      box-shadow: 3px 0 12px rgba(0, 0, 0, 0.25); 
  }
  #main-menu:target .menu-close, #main-menu[aria-expanded="true"] .menu-close {
      z-index: 1001; 
  }
  #main-menu:target ul.menu, #main-menu[aria-expanded="true"] ul.menu {
      position: relative;
      z-index: 1000;
      padding-top: 15px;
      border-top: 1px solid rgba(5, 16, 50, 0.1);
      margin-top: 15px;
      margin-bottom: 15px; 
  }
  #main-menu:target + .backdrop, #main-menu[aria-expanded="true"] + .backdrop {
      position: absolute;
      display: block;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 998;
      background: #000;
      background: rgba(0, 0, 0, 0.85);
      cursor: default; 
  }
  #main-menu .menu-main {
      width: 100%;
      float: left; 
  }
  #main-menu ul li {
      font-size: 18px;
      display: block;
      width: 100%;
      padding: 5px 0px;
      margin: 0;
      text-align: left;
      max-width: 100%;
      overflow: hidden;
      outline: none;
      box-shadow: none; 
  }
  #main-menu ul li a {
        color: rgba(5, 16, 50, 0.8);
        padding: 5px 10px 5px 0; 
  }
  #main-menu .menu-item-has-children:after {
      content: '\f078';
      display: block;
      color: rgba(5, 16, 50, 0.7);
      font-size: 14px;
      font-weight: 900;
      font-family: "Font Awesome 5 Free", "FontAwesome";
      float: right;
      position: absolute;
      top: 9px;
      right: 0; 
  }
  #main-menu .menu-item-has-children[aria-expanded="true"]:after {
      opacity: 0; 
  }
  #main-menu .menu-item-has-children[aria-expanded="true"] > .sub-menu {
      position: relative;
      display: block; 
  }
  #main-menu .menu-item-has-children[aria-expanded="true"] > .sub-menu .menu-item-has-children[aria-expanded="true"] > .sub-menu {
        left: 0; 
  }
  #main-menu .sub-menu {
      border-left: 1px solid rgba(5, 16, 50, 0.2);
      padding: 5px 10px;
      margin: 10px;
      width: auto; 
  }
  #main-menu .sub-menu::after {
        display: block;
        content: "";
        clear: both; 
  }
  #main-menu .sub-menu .sub-menu {
        border-left: 1px solid rgba(5, 16, 50, 0.1); 
  }
  #main-menu .sub-menu .sub-menu > li {
          font-size: 14px; 
  }
  #main-menu .sub-menu > li.menu-item-has-children:after {
        display: none; 
  }
  #main-menu .sub-menu > li a {
        font-size: 16px;
        color: rgba(5, 16, 50, 0.7);
        padding: 5px 10px; 
  }
  #main-menu .btn:not([type="submit"]) {
      width: 100%; 
  }
  #main-menu .footer-wrap {
      float: left;
      width: 100%; 
  }
  #main-menu .footer {
      display: block;
      background: none;
      position: relative; 
  }
  #main-menu .footer .row {
        height: auto; 
  }
  #main-menu .social-links {
      justify-content: space-between;
      width: 100%;
      margin-top: 15px; 
  } 
}
.menu-toggle {
  display: none; 
}
@media only screen and (max-width: 1279px) {
  .menu-toggle {
      font-size: 20px;
      display: inline-block;
      /*        padding: .75em 15px;*/
      line-height: 1em;
      color: #fff;
      margin-left: auto;
      transition: .3s all ease-in-out; }
      .menu-toggle:active, .menu-toggle:hover {
        color: #fff; }
      .scroll-far-top .menu-toggle, .no-top-banner .menu-toggle {
        color: #e09228; 
  } 
}

.menu-close {
  display: none; }
@media only screen and (max-width: 1279px) {
  #main-menu .d-lg-none{
    display: block!important;
  }
  .menu-close {
    position: relative;
    right: 0px;
    margin-top: 22px;
    margin-bottom: 0px;
    display: inline-block;
    /*            padding: .75em 15px;*/
    line-height: 1em;
    font-size: 20px;
    color: rgba(5, 16, 50, 0.7);
    margin-left: auto; 
  }
  .searchform{
    display: none;
  }
  .searchform.mobile-search{
    margin-top: 14px;
        display: block;
        display: inline-block;
        float: left;
        width: calc(100% - 50px);
  }
  .searchform input {
    width: 100%;
    margin-right: 0px;
    padding: 3px 36px 3px 10px;
    border: 1px solid rgba(5, 16, 50, 0.1);
    color: rgba(5, 16, 50, 0.6);
    border-radius: 3px;
  }
  .searchform .btn {
    width: 36px;
    color: rgba(5, 16, 50, 0.6);
  }
  .menu-close:focus, .menu-close:hover {
      color: rgba(5, 16, 50, 0.7); 
  }
  span.line-bars, span.line-close {
    height: 40px;
    width: 40px;
    position: relative;
    display: block; 
  }
  span.line-bars:before, span.line-close:before {
      content: '';
      background: url(../images/icons/arrows_hamburger-white.svg);
      background-repeat: no-repeat;
      background-size: contain;
      float: left;
      height: 40px;
      width: 40px;
      position: relative;
      display: inline-block; 
  }
  span.line-close:before {
    background: url(../images/icons/arrows_remove-white.svg); 
  }
.footer-wrap .menu {
  width: 100%; 
}
.footer-wrap .menu li {
    font-size: 14px !important; 
}
.goal-wrapper {
  /*    max-width: 1140px;*/
  margin-left: auto;
  margin-right: auto;
  top: -130px;
  margin-bottom: -130px;
  position: relative;
  box-shadow: 0 0px 20px -5px rgba(0, 0, 0, 0.5);
  background-color: white;
  padding: 30px;
  z-index: 1;
  border-radius: 4px; }
}
  @media only screen and (max-width: 767px) {
    .goal-wrapper {
      top: initial;
      margin: 15px;
      padding: 20px;
      border: 1px solid rgba(5, 16, 50, 0.1);
      box-shadow: none; } }
  .goal-wrapper > .row > .project-desc:last-child p {
    column-count: 2; }
  .goal-wrapper > .row > .project-desc:last-child:after {
    display: none; }
  @media only screen and (max-width: 1024px) {
    .goal-wrapper > .row > .project-desc:last-child {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media only screen and (max-width: 1024px) {
    .goal-wrapper .project-desc {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media only screen and (max-width: 767px) {
    .goal-wrapper .project-desc {
      flex: 0 0 100%;
      max-width: 100%; } }
  .goal-wrapper .project-desc p {
    max-width: 95%; }
    .goal-wrapper .project-desc p:last-of-type {
      margin-bottom: 0; }
  .goal-wrapper .project-desc:after {
    content: "";
    height: calc(100% + 60px);
    top: -30px;
    bottom: 0;
    right: 10px;
    display: block;
    width: 1px;
    background: rgba(5, 16, 50, 0.1);
    position: absolute; }
    @media only screen and (max-width: 767px) {
      .goal-wrapper .project-desc:after {
        display: none; } }
  .goal-wrapper .list-group {
    flex-flow: row wrap;
    height: 100%; }
    @media only screen and (max-width: 1024px) {
      .goal-wrapper .list-group {
        flex-flow: column wrap; } }
    @media only screen and (max-width: 767px) {
      .goal-wrapper .list-group {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 15px;
        margin-top: 16px; } }
    .goal-wrapper .list-group li {
      color: #051032;
      flex: 0 1 50%;
      border: 0;
      position: relative;
      padding: 0 15px 0;
      margin-bottom: 10px;
      font-weight: 500; }
      .goal-wrapper .list-group li:hover {
        background: transparent; }
      @media only screen and (max-width: 1024px) {
        .goal-wrapper .list-group li {
          flex: 1 1 auto; } }
      @media only screen and (max-width: 767px) {
        .goal-wrapper .list-group li {
          flex: 1 1 auto; } }
      .goal-wrapper .list-group li:before {
        content: "";
        height: 8px;
        width: 8px;
        left: -4px;
        top: 8px;
        display: block;
        background: orange;
        position: absolute; }

.content {
  max-width: none;
  padding-bottom: 50px;
  margin: 0 auto;
  max-width: 1140px;
  width: calc((100% / 12) * 10);
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  /*  & h2 {
          color:#2A3741;
          font-family: 'Roboto Slab',serif;
          font-size: 25px;
          line-height: 1.2em;
      }*/ }
  @media only screen and (max-width: 767px) {
    .content {
      width: 100%;
      padding-bottom: 15px; } }
  .content p {
    font-size: 16px;
    line-height: 1.75em;
    letter-spacing: 0;
    margin-bottom: 1rem; }
  .content .has-drop-cap:first-letter {
    color: #e09228;
    font-size: 64px !important;
    font-weight: 600 !important; }
  .content strong {
    color: #051032; }
  .content a {
    color: #e09228;
    font-weight: 400;
    border-bottom: 1px dotted #ccc; }
    .content a:hover {
      color: #eab46b;
      border-color: #e09228; }
  .content ul, .content ol {
    /*        &.wp-block-gallery {
                padding-left: 0;
            }*/ }
    @media only screen and (max-width: 414px) {
      .content ul, .content ol {
        padding-left: 1.5rem; } }
    .content ul li, .content ol li {
      font-size: 16px;
      line-height: 1.75em;
      margin-bottom: 1rem; }
    .content ul:last-of-type li em, .content ol:last-of-type li em {
      color: rgba(5, 16, 50, 0.6);
      font-size: 13px;
      margin-left: .5rem; }
  .content .btn:hover {
    color: #fff;
    background: #e39d3e; }
  .content .wp-block-image.filter-black-90 {
    background: #000; }
    .content .wp-block-image.filter-black-90 img {
      opacity: .10; }
  .content .wp-block-image.filter-black-80 {
    background: #000; }
    .content .wp-block-image.filter-black-80 img {
      opacity: .20; }
  .content .wp-block-image.filter-black-70 {
    background: #000; }
    .content .wp-block-image.filter-black-70 img {
      opacity: .30; }
  .content .wp-block-image.filter-black-60 {
    background: #000; }
    .content .wp-block-image.filter-black-60 img {
      opacity: .40; }
  .content .wp-block-image.filter-black-50 {
    background: #000; }
    .content .wp-block-image.filter-black-50 img {
      opacity: .50; }
  .content .wp-block-image.filter-black-40 {
    background: #000; }
    .content .wp-block-image.filter-black-40 img {
      opacity: .60; }
  .content .wp-block-image.filter-black-30 {
    background: #000; }
    .content .wp-block-image.filter-black-30 img {
      opacity: .70; }
  .content .wp-block-image.filter-black-20 {
    background: #000; }
    .content .wp-block-image.filter-black-20 img {
      opacity: .80; }
  .content .wp-block-image.filter-black-10 {
    background: #000; }
    .content .wp-block-image.filter-black-10 img {
      opacity: .90; }
  .content .wp-block-image.filter-primary-90 {
    background: #e09228; }
    .content .wp-block-image.filter-primary-90 img {
      opacity: .10; }
  .content .wp-block-image.filter-primary-80 {
    background: #e09228; }
    .content .wp-block-image.filter-primary-80 img {
      opacity: .20; }
  .content .wp-block-image.filter-primary-70 {
    background: #e09228; }
    .content .wp-block-image.filter-primary-70 img {
      opacity: .30; }
  .content .wp-block-image.filter-primary-60 {
    background: #e09228; }
    .content .wp-block-image.filter-primary-60 img {
      opacity: .40; }
  .content .wp-block-image.filter-primary-50 {
    background: #e09228; }
    .content .wp-block-image.filter-primary-50 img {
      opacity: .50; }
  .content .wp-block-image.filter-primary-40 {
    background: #e09228; }
    .content .wp-block-image.filter-primary-40 img {
      opacity: .60; }
  .content .wp-block-image.filter-primary-30 {
    background: #e09228; }
    .content .wp-block-image.filter-primary-30 img {
      opacity: .70; }
  .content .wp-block-image.filter-primary-20 {
    background: #e09228; }
    .content .wp-block-image.filter-primary-20 img {
      opacity: .80; }
  .content .wp-block-image.filter-primary-10 {
    background: #e09228; }
    .content .wp-block-image.filter-primary-10 img {
      opacity: .90; }
  .content .wp-block-gallery.filter-black-90 figure {
    background: #000; }
  .content .wp-block-gallery.filter-black-90 img {
    opacity: .10; }
  .content .wp-block-gallery.filter-black-80 figure {
    background: #000; }
  .content .wp-block-gallery.filter-black-80 img {
    opacity: .20; }
  .content .wp-block-gallery.filter-black-70 figure {
    background: #000; }
  .content .wp-block-gallery.filter-black-70 img {
    opacity: .30; }
  .content .wp-block-gallery.filter-black-60 figure {
    background: #000; }
  .content .wp-block-gallery.filter-black-60 img {
    opacity: .40; }
  .content .wp-block-gallery.filter-black-50 figure {
    background: #000; }
  .content .wp-block-gallery.filter-black-50 img {
    opacity: .50; }
  .content .wp-block-gallery.filter-black-40 figure {
    background: #000; }
  .content .wp-block-gallery.filter-black-40 img {
    opacity: .60; }
  .content .wp-block-gallery.filter-black-30 figure {
    background: #000; }
  .content .wp-block-gallery.filter-black-30 img {
    opacity: .70; }
  .content .wp-block-gallery.filter-black-20 figure {
    background: #000; }
  .content .wp-block-gallery.filter-black-20 img {
    opacity: .80; }
  .content .wp-block-gallery.filter-black-10 figure {
    background: #000; }
  .content .wp-block-gallery.filter-black-10 img {
    opacity: .90; }
  .content .wp-block-gallery.filter-primary-90 figure {
    background: #e09228; }
  .content .wp-block-gallery.filter-primary-90 img {
    opacity: .10; }
  .content .wp-block-gallery.filter-primary-80 figure {
    background: #e09228; }
  .content .wp-block-gallery.filter-primary-80 img {
    opacity: .20; }
  .content .wp-block-gallery.filter-primary-70 figure {
    background: #e09228; }
  .content .wp-block-gallery.filter-primary-70 img {
    opacity: .30; }
  .content .wp-block-gallery.filter-primary-60 figure {
    background: #e09228; }
  .content .wp-block-gallery.filter-primary-60 img {
    opacity: .40; }
  .content .wp-block-gallery.filter-primary-50 figure {
    background: #e09228; }
  .content .wp-block-gallery.filter-primary-50 img {
    opacity: .50; }
  .content .wp-block-gallery.filter-primary-40 figure {
    background: #e09228; }
  .content .wp-block-gallery.filter-primary-40 img {
    opacity: .60; }
  .content .wp-block-gallery.filter-primary-30 figure {
    background: #e09228; }
  .content .wp-block-gallery.filter-primary-30 img {
    opacity: .70; }
  .content .wp-block-gallery.filter-primary-20 figure {
    background: #e09228; }
  .content .wp-block-gallery.filter-primary-20 img {
    opacity: .80; }
  .content .wp-block-gallery.filter-primary-10 figure {
    background: #e09228; }
  .content .wp-block-gallery.filter-primary-10 img {
    opacity: .90; }
  .content figure.alignleft {
    text-align: left; }
    .content figure.alignleft figcaption {
      text-align: left; }
  .content figure.alignright figcaption {
    text-align: left; }
  .content figure figcaption {
    color: rgba(5, 16, 50, 0.4);
    font-size: 14px;
    line-height: 1.5em; }

.footer-cta {
  border-radius: 4px;
  box-shadow: 0 0px 20px -5px rgba(0, 0, 0, 0.5);
  background-color: white; }

.footer-cta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 300px;
  height: calc(100%);
  padding: 50px;
  margin-top: 150px;
  top: -150px;
  margin-bottom: -150px;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-cta {
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .footer-cta {
      top: -1px;
      height: auto;
      margin-top: 0;
      margin-right: -15px;
      margin-bottom: 0;
      margin-left: -15px;
      box-shadow: none;
      padding: 30px;
      border: 1px solid #e4e4e4; } }
  .footer-cta .row {
    -webkit-align-items: inherit;
    -moz-align-items: inherit;
    -ms-align-items: inherit;
    align-items: inherit;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-cta h2:after, .footer-cta h3:after, .footer-cta h4:after {
      margin-left: auto;
      margin-right: auto; } }
  .footer-cta p {
    width: 100%; }
  .footer-cta .btn-group {
    text-align: right;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
    @media only screen and (max-width: 767px) {
      .footer-cta .btn-group {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start; } }
    .footer-cta .btn-group .btn {
      border-radius: 3px !important; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-cta .btn-group {
        text-align: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; } }
  .footer-cta .btn {
    margin-right: 15px; }
    .footer-cta .btn:last-of-type {
      margin-right: 0; }

.wp-block-media-text.cta-baggrund {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0px 20px -5px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  @media only screen and (max-width: 767px) {
    .wp-block-media-text.cta-baggrund {
      width: 100vw;
      margin-left: -30px;
      margin-right: -30px;
      box-shadow: none; } }
  .wp-block-media-text.cta-baggrund .wp-block-media-text__media {
    width: 100%;
    z-index: -1;
    position: relative;
    top: 0;
    height: auto;
    /* display: flex; */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
    .wp-block-media-text.cta-baggrund .wp-block-media-text__media:before {
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(0, 0, 0, 0.5); }
    .wp-block-media-text.cta-baggrund .wp-block-media-text__media img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover";
      /*            object-fit: cover;
                  font-family: 'object-fit: cover;';*/ }
  .wp-block-media-text.cta-baggrund .wp-block-media-text__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    /* width: 100%; */
    z-index: 1;
    padding-top: 8%;
    padding-bottom: 8%; }
    @media only screen and (max-width: 767px) {
      .wp-block-media-text.cta-baggrund .wp-block-media-text__content {
        padding: 8%; } }
    .wp-block-media-text.cta-baggrund .wp-block-media-text__content > * {
      color: #fff;
      max-width: 60%; }
      @media only screen and (max-width: 767px) {
        .wp-block-media-text.cta-baggrund .wp-block-media-text__content > * {
          max-width: unset; } }
    .wp-block-media-text.cta-baggrund .wp-block-media-text__content h2, .wp-block-media-text.cta-baggrund .wp-block-media-text__content h3, .wp-block-media-text.cta-baggrund .wp-block-media-text__content h4 {
      margin-bottom: 0; }
    .wp-block-media-text.cta-baggrund .wp-block-media-text__content > *[style*="text-align:center"],
    .wp-block-media-text.cta-baggrund .wp-block-media-text__content .text-center,
    .wp-block-media-text.cta-baggrund .wp-block-media-text__content .text-center + * {
      margin-left: auto;
      margin-right: auto;
      max-width: 80%; }
      @media only screen and (max-width: 767px) {
        .wp-block-media-text.cta-baggrund .wp-block-media-text__content > *[style*="text-align:center"],
        .wp-block-media-text.cta-baggrund .wp-block-media-text__content .text-center,
        .wp-block-media-text.cta-baggrund .wp-block-media-text__content .text-center + * {
          max-width: unset; } }
      .wp-block-media-text.cta-baggrund .wp-block-media-text__content > *[style*="text-align:center"]:after,
      .wp-block-media-text.cta-baggrund .wp-block-media-text__content .text-center:after,
      .wp-block-media-text.cta-baggrund .wp-block-media-text__content .text-center + *:after {
        margin-left: auto;
        margin-right: auto; }
    .wp-block-media-text.cta-baggrund .wp-block-media-text__content > :last-child {
      margin-bottom: 0; }
  .wp-block-media-text.cta-baggrund.hvid {
    background: #fff; }
    @media only screen and (max-width: 767px) {
      .wp-block-media-text.cta-baggrund.hvid {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }
    .wp-block-media-text.cta-baggrund.hvid .wp-block-media-text__media:before {
      display: none; }
    .wp-block-media-text.cta-baggrund.hvid .wp-block-media-text__media img {
      display: none; }
    .wp-block-media-text.cta-baggrund.hvid .wp-block-media-text__content > * {
      color: inherit;
      max-width: 90%; }
      @media only screen and (max-width: 767px) {
        .wp-block-media-text.cta-baggrund.hvid .wp-block-media-text__content > * {
          max-width: unset; } }
    .wp-block-media-text.cta-baggrund.hvid .wp-block-media-text__content h2, .wp-block-media-text.cta-baggrund.hvid .wp-block-media-text__content h3, .wp-block-media-text.cta-baggrund.hvid .wp-block-media-text__content h4 {
      color: #051032; }
    .wp-block-media-text.cta-baggrund.hvid .wp-block-media-text__content > *[style*="text-align:center"],
    .wp-block-media-text.cta-baggrund.hvid .wp-block-media-text__content .text-center,
    .wp-block-media-text.cta-baggrund.hvid .wp-block-media-text__content .text-center + * {
      margin-left: auto;
      margin-right: auto;
      max-width: 75%; }
      @media only screen and (max-width: 767px) {
        .wp-block-media-text.cta-baggrund.hvid .wp-block-media-text__content > *[style*="text-align:center"],
        .wp-block-media-text.cta-baggrund.hvid .wp-block-media-text__content .text-center,
        .wp-block-media-text.cta-baggrund.hvid .wp-block-media-text__content .text-center + * {
          max-width: unset; } }
      .wp-block-media-text.cta-baggrund.hvid .wp-block-media-text__content > *[style*="text-align:center"]:after,
      .wp-block-media-text.cta-baggrund.hvid .wp-block-media-text__content .text-center:after,
      .wp-block-media-text.cta-baggrund.hvid .wp-block-media-text__content .text-center + *:after {
        margin-left: auto;
        margin-right: auto; }

.footer form input, form input[type="text"], form input[type="tel"], form input[type="email"], form select, form textarea {
  border-radius: 3px;
  border: 1px solid transparent;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border-color: rgba(5, 16, 50, 0.2);
  outline: none;
  box-shadow: none;
  font-size: 14px; }
  .footer form input:focus, form input[type="text"]:focus, form input[type="tel"]:focus, form input[type="email"]:focus, form select:focus, form textarea:focus {
    box-shadow: none; }

.footer .form-wrapper {
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (max-width: 767px) {
    .footer .form-wrapper {
      margin-right: 0; } }
.footer form {
  display: flex;
  flex-flow: row wrap; }
  .footer form label {
    display: none; }
    .footer form label + div {
      padding-right: 0; }
  .footer form .form-group {
    flex: 0 1 50%; }
  .footer form input {
    color: #fff;
    border-color: rgba(255, 255, 255, 0);
    transition: .3s all ease-in-out;
    background: rgba(255, 255, 255, 0.1); }
    .footer form input:focus {
      color: #fff;
      transition: .3s all ease-in-out;
      border-color: #e09228;
      background: rgba(255, 255, 255, 0.1);
      box-shadow: none;
      outline: none; }
  .footer form .form-type-email {
    flex: 1 1 auto; }

.content .form-wrapper {
  padding: 50px;
  border: 1px solid rgba(5, 16, 50, 0.1);
  box-shadow: 0 0px 20px -5px rgba(0, 0, 0, 0.5);
  background: #fff;
  border-radius: 4px;
  margin-bottom: 1.5rem; }
  @media only screen and (max-width: 767px) {
    .content .form-wrapper {
      padding: 15px;
      width: calc(100% + 30px);
      margin-left: -15px;
      margin-right: -15px;
      box-shadow: none; } }
  .content .form-wrapper form {
    /*        width: 100%;*/
    margin-left: -15px;
    margin-right: -15px; }

form {
  /*  width: 100%;
      margin-left: -15px;
      margin-right: -15px;*/ }
  form #field_search_query {
    border-right: 0; }
  form .form-control {
    font-size: 14px; }
    form .form-control:focus {
      box-shadow: none;
      outline: none;
      border-color: #e09228; }
  form .input-group-text {
    cursor: pointer;
    border: 1px solid #d0851e;
    background: #e09228;
    color: #fff; }
    form .input-group-text:hover {
      color: #fff;
      background: #e39d3e; }
    form .input-group-text:focus {
      outline: none; }
  form select {
    cursor: pointer;
    font-size: 14px; }
  form textarea {
    min-height: 200px;
    line-height: 1.5em;
    padding: 10px; }
  form textarea:focus,
  form select.form-control:focus,
  form input[type=tel]:focus,
  form input[type=email]:focus,
  form input[type=text]:focus {
    border-color: #e09228; }
  form input[type=file]:active,
  form input[type=file]:focus {
    border-color: #e09228; }
  form label {
    position: relative;
    font-size: 16px;
    color: #051032;
    line-height: 1rem;
    font-weight: 500;
    letter-spacing: .025em;
    margin-bottom: .5rem; }
    @media only screen and (max-width: 767px) {
      form label {
        font-size: 14px; } }
  form .checkbox label, form .radio label {
    font-size: 14px;
    color: rgba(5, 16, 50, 0.9);
    font-weight: 400;
    letter-spacing: .025em;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    line-height: 1.5rem; }
  form:not(.wpforms-form) input[type="radio"],
  form:not(.wpforms-form) input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    z-index: -1;
    opacity: 0; }
    form input[type="radio"] + span:before, form input[type="checkbox"] + span:before {
      border-radius: 4px;
      position: absolute;
      top: .25rem;
      left: 0;
      display: block;
      width: 1rem;
      height: 1rem;
      pointer-events: none;
      content: "";
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border: 1px solid rgba(5, 16, 50, 0.2); }
    form input[type="radio"] + span:after, form input[type="checkbox"] + span:after {
      position: absolute;
      top: .25rem;
      left: 0;
      display: block;
      width: 1rem;
      height: 1rem;
      content: "";
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%; }
  form input[type="checkbox"]:checked + span:before {
    background-color: #e09228; }
  form input[type="checkbox"]:checked + span:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
  form input[type="radio"] + span:before {
    border-radius: 50%; }
  form input[type="radio"]:checked + span:before {
    background-color: #e09228; }
  form input[type="radio"]:checked + span:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
  form input[type=file] {
    display: block;
    height: auto;
    width: auto;
    font-size: 13px;
    padding: 10px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%; }
  form input[type=file]::-ms-browse {
    background: #e09228;
    color: #fff;
    border: none;
    padding: 8px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .025em;
    font-family: "Open Sans",sans-serif; }
  form input[type=file]::-webkit-file-upload-button {
    background: #e09228;
    color: #fff;
    border: none;
    padding: 10px 24px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .025em;
    font-family: "Roboto", helvetica, arial, sans-serif; }
  form .form-field-radio > label + div {
    display: flex;
    flex-flow: row wrap; }
    form .form-field-radio > label + div .radio {
      margin-right: 15px; }
  form .alert-warning,
  form .alert-success {
    max-width: 100%;
    margin: 0 auto; }

.wp-block-media-text.citat,
.wp-block-media-text.testimonial {
  border: 1px solid rgba(5, 16, 50, 0.1);
  border-left: 0;
  border-right: 0;
  margin-bottom: 1rem;
  padding: 30px 50px;
  grid-template-columns: 35% auto !important; }
  @media only screen and (max-width: 1024px) {
    .wp-block-media-text.citat,
    .wp-block-media-text.testimonial {
      padding: 30px; } }
  @media only screen and (max-width: 767px) {
    .wp-block-media-text.citat,
    .wp-block-media-text.testimonial {
      padding: 15px; } }
  @media only screen and (max-width: 767px) {
    .wp-block-media-text.citat .wp-block-media-text__media,
    .wp-block-media-text.testimonial .wp-block-media-text__media {
      -webkit-box-ordinal-group: -1;
      -moz-box-ordinal-group: -1;
      -ms-flex-order: -1;
      -webkit-order: -1;
      order: -1;
      margin-top: 15px;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .wp-block-media-text.citat .wp-block-media-text__media img,
    .wp-block-media-text.testimonial .wp-block-media-text__media img {
      width: 60px;
      height: 60px;
      border-radius: 50%; } }
  .wp-block-media-text.citat .wp-block-media-text__content,
  .wp-block-media-text.testimonial .wp-block-media-text__content {
    /*        padding-right:0;*/ }
    @media only screen and (max-width: 767px) {
      .wp-block-media-text.citat .wp-block-media-text__content,
      .wp-block-media-text.testimonial .wp-block-media-text__content {
        text-align: center; } }
    .wp-block-media-text.citat .wp-block-media-text__content p:first-of-type,
    .wp-block-media-text.testimonial .wp-block-media-text__content p:first-of-type {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 48px;
      line-height: 3rem;
      color: #051032;
      font-weight: 400;
      margin-bottom: 0;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        .wp-block-media-text.citat .wp-block-media-text__content p:first-of-type,
        .wp-block-media-text.testimonial .wp-block-media-text__content p:first-of-type {
          font-size: 24px;
          font-size: 1.5rem;
          line-height: 32px;
          line-height: 2rem; } }
      @media only screen and (max-width: 767px) {
        .wp-block-media-text.citat .wp-block-media-text__content p:first-of-type,
        .wp-block-media-text.testimonial .wp-block-media-text__content p:first-of-type {
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 30px;
          line-height: 1.875rem; } }
      .wp-block-media-text.citat .wp-block-media-text__content p:first-of-type:before,
      .wp-block-media-text.testimonial .wp-block-media-text__content p:first-of-type:before {
        font-size: 80px;
        top: 15px;
        left: -25px; }
        @media only screen and (max-width: 1024px) {
          .wp-block-media-text.citat .wp-block-media-text__content p:first-of-type:before,
          .wp-block-media-text.testimonial .wp-block-media-text__content p:first-of-type:before {
            font-size: 60px; } }
        @media only screen and (max-width: 767px) {
          .wp-block-media-text.citat .wp-block-media-text__content p:first-of-type:before,
          .wp-block-media-text.testimonial .wp-block-media-text__content p:first-of-type:before {
            display: none; } }
    .wp-block-media-text.citat .wp-block-media-text__content p:last-of-type,
    .wp-block-media-text.testimonial .wp-block-media-text__content p:last-of-type {
      font-size: 80%;
      color: rgba(5, 16, 50, 0.4);
      padding-top: 12.5px;
      padding-bottom: 12.5px;
      font-weight: 600; }
  .wp-block-media-text.citat.has-media-on-the-right,
  .wp-block-media-text.testimonial.has-media-on-the-right {
    padding: 30px 50px;
    grid-template-columns: auto 35% !important; }
    @media only screen and (max-width: 767px) {
      .wp-block-media-text.citat.has-media-on-the-right,
      .wp-block-media-text.testimonial.has-media-on-the-right {
        padding: 15px; } }
    .wp-block-media-text.citat.has-media-on-the-right .wp-block-media-text__content,
    .wp-block-media-text.testimonial.has-media-on-the-right .wp-block-media-text__content {
      /*            padding-left:0;*/ }

.page-template-default .wp-block-media-text.citat,
.page-template-default .wp-block-media-text.testimonial, .post-template-default .wp-block-media-text.citat,
.post-template-default .wp-block-media-text.testimonial {
  padding: 30px 0px; }
  .page-template-default .wp-block-media-text.citat p:first-of-type,
  .page-template-default .wp-block-media-text.testimonial p:first-of-type, .post-template-default .wp-block-media-text.citat p:first-of-type,
  .post-template-default .wp-block-media-text.testimonial p:first-of-type {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
    color: #051032;
    font-weight: 400;
    margin-bottom: 0;
    position: relative; }
    .page-template-default .wp-block-media-text.citat p:first-of-type:before,
    .page-template-default .wp-block-media-text.testimonial p:first-of-type:before, .post-template-default .wp-block-media-text.citat p:first-of-type:before,
    .post-template-default .wp-block-media-text.testimonial p:first-of-type:before {
      font-size: 60px; }

.related-wrapper {
  background: rgba(5, 16, 50, 0.05);
  padding-top: 150px;
  padding-bottom: 200px;
  margin-bottom: -150px;
  /*    @include bp-md {
          .card-deck {
              width: calc(100% + 15px);
              overflow: auto;
              flex-flow: row nowrap;
          }
      }*/ }
  .related-wrapper .card-text {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: -webkit-calc(16px * 1.40 * 3);
    height: calc(16px * 1.40 * 3);
    margin: 0 auto 15px;
    font-size: 16px;
    line-height: 1.5rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  @media only screen and (max-width: 767px) {
    .related-wrapper {
      margin-bottom: 0;
      padding-bottom: 50px; } }

.footer {
  background: -webkit-radial-gradient(top right, black, rgba(0, 0, 0, 0.85));
  background: radial-gradient(at top right, black, rgba(0, 0, 0, 0.85)); }
  @media only screen and (max-width: 767px) {
    .footer {
      display: block; } }
  .footer #logo {
    background-image: url("../images/logo-2x.png");
    background-size: 156px 76px;
    width: 156px;
    height: 76px;
    margin-top: -50px;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer #logo {
        margin-right: auto;
        margin-left: 0; } }
  .footer .contact-row {
    padding-top: 100px;
    padding-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .footer .contact-row {
        padding-top: 30px; } }
    .footer .contact-row > * {
      color: white; }
    .footer .contact-row ul {
      list-style: none;
      padding: 0; }
    .footer .contact-row p {
      color: rgba(255, 255, 255, 0.6); }
    .footer .contact-row a {
      color: rgba(255, 255, 255, 0.6); }
      .footer .contact-row a:hover {
        color: #fff;
        text-decoration: none; }
  .footer h1 {
    margin-bottom: 13px; }
  .footer h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff; }
  .footer .footer-first p {
    max-width: 370px;
    margin-bottom: 1.5em; }
  .footer .footer-first ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .footer .footer-first .contact-email {
    order: -1; }
  .footer .footer-first .contact-address {
    order: 0; }
  .footer .footer-first .contact-email_presse {
    order: 2; }
  .footer .footer-first .contact-cvr {
    order: 3; }
  .footer .footer-first li {
    color: rgba(255, 255, 255, 0.6);
    flex: 0 1 50%;
    font-size: 14px;
    margin-bottom: 15px; }
    .footer .footer-first li dfn {
      font-size: 16px;
      color: #fff;
      font-weight: 500;
      margin: 0;
      display: block;
      width: auto;
      height: auto;
      position: relative;
      font-style: normal; }
    .footer .footer-first li a {
      color: rgba(255, 255, 255, 0.6); }
      .footer .footer-first li a:hover {
        color: #fff;
        text-decoration: none; }
  .footer .footer-second {
    margin-left: auto; }
    .footer .footer-second h4 {
      margin-bottom: 22px; }
    .footer .footer-second li {
      width: 100%;
      line-height: 1.5rem;
      margin-bottom: .5rem; }
    .footer .footer-second a {
      color: white; }
  .footer .footer-third {
    margin-left: auto; }
    .footer .footer-third .social-links {
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      /*            justify-content: space-between;*/
      margin-top: 15px; }
    .footer .footer-third li {
      width: auto;
      display: inline-block;
      line-height: 1.5rem;
      margin-bottom: 0;
      margin-right: 50px;
      /* &:last-of-type  {
          margin-left: 0;
          }*/ }
    .footer .footer-third a {
      font-size: 24px;
      color: #fff; }

.legal-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px; }
  @media only screen and (max-width: 767px) {
    .legal-menu .text-left {
      text-align: center !important; }
    .legal-menu .text-right {
      display: none; } }
  .legal-menu p {
    margin-top: 1rem; }
  .legal-menu a {
    color: rgba(255, 255, 255, 0.6); }
    .legal-menu a:hover {
      color: rgba(255, 255, 255, 0.9); }
  .legal-menu ul {
    padding-top: 1rem;
    width: 100%;
    /*        @include flexbox;
            @include justify-content(end);*/ }
    .legal-menu ul li {
      line-height: 1.5em;
      float: right;
      margin: 0 0 0 15px; }

#body.woocommerce-page .title-section {
  min-height: unset; }
  #body.woocommerce-page .title-section > * {
    width: auto;
    margin-left: 0;
    margin-right: 0; }
#body.woocommerce-page #article {
  flex: 0 0 100%;
  max-width: 100%; }
  #body.woocommerce-page #article .meta-info {
    display: none; }
  #body.woocommerce-page #article .content {
    max-width: none;
    width: 100%;
    padding: 0 0 50px; }
#body.woocommerce-page h1:after, #body.woocommerce-page h2:after, #body.woocommerce-page h3:after, #body.woocommerce-page h4:after {
  display: none; }
#body.woocommerce-page .quantity input {
  /*  @extend %input;*/
  height: 40px;
  border-radius: 3px;
  outline: 0;
  box-shadow: 0;
  border: 1px solid rgba(5, 16, 50, 0.2); }

#body.woocommerce .woocommerce-message {
  border-top-color: #e09228;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  #body.woocommerce .woocommerce-message:before {
    top: initial;
    color: #e09228; }
  #body.woocommerce .woocommerce-message .button {
    order: 3; }
@media only screen and (max-width: 767px) {
  #body.woocommerce .products .product {
    width: 100%; } }
#body.woocommerce .product h1:after, #body.woocommerce .product h2:after, #body.woocommerce .product h3:after, #body.woocommerce .product h4:after {
  display: none; }
#body.woocommerce .product h2 {
  padding-top: 0;
  font-size: 1.728rem; }
#body.woocommerce .product .price {
  color: rgba(5, 16, 50, 0.5); }
#body.woocommerce .product .reset_variations {
  color: rgba(5, 16, 50, 0.5);
  font-weight: 500;
  padding: 10px 0; }
#body.woocommerce .product .variations select {
  min-width: 100%; }
#body.woocommerce .product .related {
  float: left;
  width: 100%; }
#body.woocommerce .product .product_meta {
  display: none; }
#body.woocommerce .product .woocommerce-tabs {
  display: none; }

#body.woocommerce-cart a.remove {
  color: rgba(5, 16, 50, 0.5) !important; }
  #body.woocommerce-cart a.remove:hover {
    color: #fff !important;
    background: rgba(5, 16, 50, 0.5); }
#body.woocommerce-cart .coupon input {
  width: 49%; }
#body.woocommerce-cart .cart-collaterals h2 {
  font-size: 1.728rem; }
#body.woocommerce-cart .cart_totals {
  float: none;
  margin-left: auto;
  margin-right: auto; }
#body.woocommerce-cart .checkout-button {
  background: #e09228;
  border: 1px solid #d0851e;
  font-weight: 500;
  line-height: 1.5em;
  font-size: 18px; }
  #body.woocommerce-cart .checkout-button:hover {
    color: #fff;
    background: #e39d3e; }

#body.woocommerce-checkout #customer_details {
  padding-bottom: 50px; }
#body.woocommerce-checkout .col-1, #body.woocommerce-checkout .col-2 {
  max-width: unset; }
#body.woocommerce-checkout .woocommerce-error li {
  margin-bottom: 0; }
#body.woocommerce-checkout .woocommerce-info {
  border-top-color: #e09228; }
  #body.woocommerce-checkout .woocommerce-info:before {
    top: initial;
    color: #e09228; }
#body.woocommerce-checkout #customer_details {
  margin-left: -15px;
  margin-right: -15px; }
#body.woocommerce-checkout .woocommerce-input-wrapper {
  width: 100%; }
#body.woocommerce-checkout .woocommerce-billing-fields label, #body.woocommerce-checkout .woocommerce-shipping-fields label {
  font-size: 14px;
  line-height: 1.5em; }
#body.woocommerce-checkout .woocommerce-billing-fields .woocommerce-form__label, #body.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-form__label {
  font-size: 16px; }
  #body.woocommerce-checkout .woocommerce-billing-fields .woocommerce-form__label span, #body.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-form__label span {
    margin-left: 1.5rem; }
#body.woocommerce-checkout .woocommerce-billing-fields .selection .select2-selection, #body.woocommerce-checkout .woocommerce-shipping-fields .selection .select2-selection {
  height: 40px; }
  #body.woocommerce-checkout .woocommerce-billing-fields .selection .select2-selection .select2-selection__rendered, #body.woocommerce-checkout .woocommerce-shipping-fields .selection .select2-selection .select2-selection__rendered {
    line-height: 40px;
    font-size: 14px; }
  #body.woocommerce-checkout .woocommerce-billing-fields .selection .select2-selection .select2-selection__arrow, #body.woocommerce-checkout .woocommerce-shipping-fields .selection .select2-selection .select2-selection__arrow {
    height: 38px; }

/*$third: calc((100% - 30px) / 3);
$third-m: calc(((100% - 30px) / 3) / -2);*/
@media only screen and (max-width: 767px) {
  .cta-wrapper {
    padding-top: 15px;
    padding-bottom: 15px; } }
.cta-wrapper .row {
  margin-bottom: -webkit-calc((100% / 3 ) / -2 );
  margin-bottom: calc((100% / 3 ) / -2 );
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 0 0px 20px -5px rgba(0, 0, 0, 0.5); }
  @media only screen and (max-width: 767px) {
    .cta-wrapper .row {
      /*          margin-bottom: -20%;
                  top: -20%;
                  transform: translateY(-20%);*/
      margin-bottom: initial;
      top: initial;
      transform: none;
      /*            @include flex-direction(row); */
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      box-shadow: none;
      overflow-x: scroll;
      padding-bottom: 15px;
      margin-left: -15px;
      margin-right: -15px; } }
.cta-wrapper .cta {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .cta-wrapper .cta {
      min-width: 85%;
      padding-right: 15px;
      display: inline-block; } }
  .cta-wrapper .cta:first-of-type span {
    border-radius: 4px 0 0 4px; }
    @media only screen and (max-width: 767px) {
      .cta-wrapper .cta:first-of-type span {
        border-radius: 4px; } }
  @media only screen and (max-width: 767px) {
    .cta-wrapper .cta:first-of-type {
      margin-left: 15px; } }
  .cta-wrapper .cta:last-of-type span {
    border-radius: 0  4px 4px 0; }
    @media only screen and (max-width: 767px) {
      .cta-wrapper .cta:last-of-type span {
        border-radius: 4px; } }
  .cta-wrapper .cta span {
    overflow: hidden;
    display: block;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .cta-wrapper .cta span {
        border-radius: 4px; } }
    .cta-wrapper .cta span:after {
      content: '';
      display: block;
      height: 100%;
      height: 100%;
      background: linear-gradient(transparent, 50%, rgba(0, 0, 0, 0.8));
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute; }

.cta-layer {
  position: absolute;
  bottom: 0;
  padding: 20px; }
  .cta-layer a {
    color: white; }
    .cta-layer a:hover {
      text-decoration: none; }
  .cta-layer h2 {
    font-size: 1.44rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: .5rem;
    text-shadow: 1px 1px rgba(5, 16, 50, 0.8); }
  .cta-layer p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cta-layer p {
        font-size: 13px; } }

.mission-text {
  padding-top: 50px; }
  @media only screen and (max-width: 767px) {
    .mission-text {
      padding-top: 15px; } }
  .mission-text h2 {
    font-size: 1.728rem; }
    .mission-text h2:after {
      margin-left: auto;
      margin-right: auto; }

.latest {
  padding-top: 50px;
  padding-bottom: 50px;
  /* .excerpt p {
     // convert to mixin
      display:block;
      display:-webkit-box;
      max-width:100%;
      height:-webkit-calc(16px * 1.48 * 3);
      height:calc(16px * 1.48 * 3);
      margin:0 auto;
      font-size:16px;
      line-height:1.5rem;
      -webkit-line-clamp:3;
      -webkit-box-orient:vertical;
      overflow:hidden;
      text-overflow:ellipsis;
  }*/ }
  @media only screen and (max-width: 767px) {
    .latest > .row {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .latest > .row > .left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .latest .header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(5, 16, 50, 0.1);
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .latest .header {
        margin-top: 30px;
        margin-bottom: 15px; } }
    @media only screen and (max-width: 320px) {
      .latest .header {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .latest h3 {
    margin-bottom: 0;
    font-size: 1.44rem; }
  .latest .heading-section .heading {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: .5rem; }
    .latest .heading-section .heading a {
      color: #051032; }
  .latest .publications .progressive {
    position: relative; }
    .latest .publications .progressive img {
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      font-family: "object-fit: cover; object-position: center";
      width: 100%;
      max-width: 100%;
      height: 100%; }
      @media only screen and (max-width: 767px) {
        .latest .publications .progressive img {
          height: 100%;
          width: 100%; } }
  .latest .publications .heading-section {
    margin-top: 1rem; }
  .latest .news {
    position: relative;
    /*        &:after{
                content: '';
                width: 100%;
                height: 1px;
                bottom: 0;
                background: rgba($header, .1);
                display: block;
            }*/ }
    @media only screen and (max-width: 767px) {
      .latest .news {
        order: -1; } }
    .latest .news .header {
      margin-top: 0; }
    .latest .news .progressive {
      position: relative;
      margin-bottom: 1rem; }
  .latest .sponsers {
    margin-top: 30px;
    position: relative; }
    .latest .sponsers:after {
      content: '';
      width: 100%;
      height: 1px;
      bottom: 0;
      background: rgba(5, 16, 50, 0.1);
      display: block; }
    .latest .sponsers .row {
      align-items: center;
      padding-bottom: 20px; }
      .latest .sponsers .row .col {
        align-items: center; }
        .latest .sponsers .row .col:first-of-type img {
          margin-left: 0; }
        .latest .sponsers .row .col:last-of-type img {
          margin-right: 0; }
    .latest .sponsers img {
      display: block;
      max-width: 100px;
      max-height: 90px;
      margin: 0 auto; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .latest .sponsers img {
          max-width: 80px; } }
      @media only screen and (max-width: 767px) {
        .latest .sponsers img {
          max-width: 70px;
          max-height: 60px; } }
  .latest a.text-right {
    font-size: 14px;
    color: #e09228; }
    .latest a.text-right i {
      vertical-align: baseline; }

/*.a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}*/
.page-template-page-project {
  /*      
          display: grid;
          grid-template-columns: repeat(12, [col-start] 1fr);
          grid-gap: 20px;*/ }
  .page-template-page-project .content {
    padding-top: 50px;
    padding-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .page-template-page-project .content {
        padding-top: 15px;
        padding-bottom: 15px; } }

body:not(.home):not(.page-template-page-project) .splash {
  margin-bottom: -100px; }
  @media only screen and (max-width: 767px) {
    body:not(.home):not(.page-template-page-project) .splash {
      margin-bottom: -50px; } }
  @media only screen and (max-width: 767px) {
    body:not(.home):not(.page-template-page-project) .splash {
      height: calc(30vh + 50px);
      min-height: inherit;
      padding-bottom: 0; }
      body:not(.home):not(.page-template-page-project) .splash span img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        font-family: "object-fit: cover; object-position: center";
        height: 100%;
        height: 100%; } }

.article-wrap .row {
  justify-content: center; }

.title-section {
  min-height: 100px;
  position: relative;
  border-radius: 3px 3px 0 0;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .title-section {
      padding-top: 20px; } }
  .title-section:before, .title-section:after {
    content: '';
    background: linear-gradient(rgba(0, 0, 0, 0.3), transparent);
    top: 0;
    width: 30px;
    height: 100%;
    left: -3px;
    position: absolute;
    display: block;
    z-index: -1;
    transform: rotate(-0.5deg); }
    @media only screen and (max-width: 767px) {
      .title-section:before, .title-section:after {
        height: 100px; } }
  .title-section:after {
    right: -3px;
    left: initial;
    transform: rotate(0.5deg); }
  .title-section > * {
    width: calc(((100% / 12) * 10) - 30px);
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 767px) {
      .title-section > * {
        width: calc(100% - 30px); } }
  .title-section p {
    color: #051032;
    font-size: 1.2rem;
    line-height: 1.5em;
    margin-bottom: 1.5rem; }

.no-top-banner:not(.home):not(.page-template-page-project) .title-section:before, .no-top-banner:not(.home):not(.page-template-page-project) .title-section:after {
  display: none; }

#article {
  z-index: 1; }

ul.meta-info {
  width: calc(((100% / 12) * 10) - 30px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  padding: 0;
  list-style: none;
  padding: 15px 0;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0; }
  @media only screen and (max-width: 767px) {
    ul.meta-info {
      width: calc(100% - 30px); } }
  ul.meta-info li {
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #051032; }
    ul.meta-info li dfn {
      font-style: normal;
      color: rgba(5, 16, 50, 0.6); }
    ul.meta-info li a {
      color: #e09228; }
    ul.meta-info li .meta-published {
      margin-right: 5px; }

.share-wrapper {
  height: 200px;
  border-radius: 3px;
  padding: 50px;
  position: relative;
  background: #fff;
  box-shadow: 0 0px 20px -5px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
  bottom: -100px;
  margin-top: -100px; }
  @media only screen and (max-width: 767px) {
    .share-wrapper {
      padding: 30px;
      height: 254px;
      position: relative;
      z-index: 2;
      bottom: -127px;
      margin-top: -127px; } }
  .share-wrapper ul {
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .share-wrapper ul {
        margin-bottom: 0; } }
  .share-wrapper a {
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin-right: 15px;
    min-width: 150px; }
    @media only screen and (max-width: 1024px) {
      .share-wrapper a {
        min-width: 120px; } }
    @media only screen and (max-width: 767px) {
      .share-wrapper a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; } }
    .share-wrapper a:last-of-type {
      margin-right: 0; }
      @media only screen and (max-width: 767px) {
        .share-wrapper a:last-of-type {
          margin-bottom: 0px; } }
    .share-wrapper a.btn-facebook {
      border-color: #3B5998;
      background-color: rgba(59, 89, 152, 0.9); }
      .share-wrapper a.btn-facebook:hover {
        background-color: rgba(59, 89, 152, 0.8); }
    .share-wrapper a.btn-twitter {
      border-color: #1DA1F2;
      background-color: rgba(29, 161, 242, 0.9); }
      .share-wrapper a.btn-twitter:hover {
        background-color: rgba(29, 161, 242, 0.8); }
    .share-wrapper a.btn-linkedin {
      border-color: #0077B5;
      background-color: rgba(0, 119, 181, 0.9); }
      .share-wrapper a.btn-linkedin:hover {
        background-color: rgba(0, 119, 181, 0.8); }
    @media only screen and (max-width: 767px) {
      .share-wrapper a.btn-print {
        display: none !important; } }
  .share-wrapper i {
    margin-right: 10px; }

.archive .title-section, .search .title-section {
  min-height: unset; }
  .archive .title-section > *, .search .title-section > * {
    width: auto;
    margin-left: 0;
    margin-right: 0; }

.page-template-page-publikationer .card-deck, .archive .card-deck, .search .card-deck {
  margin: 0; }
.page-template-page-publikationer .card-text, .archive .card-text, .search .card-text {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: -webkit-calc(16px * 1.45 * 3);
  height: calc(16px * 1.45 * 3);
  margin: 0 auto 15px;
  font-size: 16px;
  line-height: 1.5rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
.page-template-page-publikationer #submit_query, .archive #submit_query, .search #submit_query {
  width: 100%; }
.page-template-page-publikationer.search-no-results #loop_query, .archive.search-no-results #loop_query, .search.search-no-results #loop_query {
  margin: 0; }
.page-template-page-publikationer .article-wrap #loop_query, .archive .article-wrap #loop_query, .search .article-wrap #loop_query {
  justify-content: unset; }
  @media only screen and (max-width: 767px) {
    .page-template-page-publikationer .article-wrap #loop_query, .archive .article-wrap #loop_query, .search .article-wrap #loop_query {
      justify-content: center; } }
.page-template-page-publikationer .query-filter, .archive .query-filter, .search .query-filter {
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 0px 20px -5px rgba(0, 0, 0, 0.5);
  background-color: white;
  padding: 30px;
  z-index: 1;
  /*        @include media-specific(768px, 991px) {
              
          }*/ }
  @media only screen and (max-width: 1024px) {
    .page-template-page-publikationer .query-filter, .archive .query-filter, .search .query-filter {
      margin-top: 15px;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .page-template-page-publikationer .query-filter, .archive .query-filter, .search .query-filter {
      box-shadow: none;
      border: 1px solid rgba(5, 16, 50, 0.1);
      padding: 20px; }
      .page-template-page-publikationer .query-filter > .row .col, .archive .query-filter > .row .col, .search .query-filter > .row .col {
        flex-basis: 100%; } }

.page-template-page-sponsor {
  /*   .title-section {
          min-height:unset;
          & > * {
              width: auto;
              margin-left:0;
              margin-right: 0;
  
          }
      } */ }
  .page-template-page-sponsor .sponsors-wrapper {
    border: 1px solid rgba(5, 16, 50, 0.2);
    border-radius: 4px;
    padding: 0 30px 30px;
    position: relative;
    margin: 50px 0;
    /*        box-shadow:$box-shadow;*/ }
    .page-template-page-sponsor .sponsors-wrapper > .row {
      /*            justify-content:flex-start;*/ }
      .page-template-page-sponsor .sponsors-wrapper > .row div {
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 15px;
        /* object-fit: cover; */
        min-height: 80px; }
    .page-template-page-sponsor .sponsors-wrapper .img-fluid {
      max-width: 180px;
      -o-object-fit: contain;
      object-fit: contain;
      font-family: "object-fit: contain";
      width: 100%;
      height: 100%;
      padding: 15px; }
    .page-template-page-sponsor .sponsors-wrapper h3 {
      font-size: 1.44rem;
      display: inline-block;
      text-align: center;
      transform: translateX(-50%) translateY(-50%);
      top: 50%;
      margin-bottom: 0;
      left: 50%;
      position: relative;
      background: #fff;
      padding: 0 15px; }

img[class*="wp-image-"] {
  /*    margin: 0 0 1rem;
      max-width: calc(100% + 1rem);  
      height: auto;
      display: block;*/
  /*    &.aligncenter{
          float:none;
          margin-left: auto;
          margin-right: auto;
      }*/ }
  @media only screen and (max-width: 414px) {
    img[class*="wp-image-"] {
      width: unset !important;
      /*        height: auto;
              margin: 0 0 1rem;*/
      max-width: 100%; } }

.wp-block-image {
  margin: 0 0 1rem;
  max-width: calc(100% + 1rem);
  height: auto;
  display: block;
  /*    .aligncenter{
          @include bp-sm {
              width: 100%;
              margin-right: 0;
          }
          img {
              @include bp-sm {
                  width: 100%;
              }
          }
      }   */ }
  @media only screen and (max-width: 414px) {
    .wp-block-image {
      width: unset !important;
      height: auto;
      margin: 0 0 1rem;
      max-width: 100%; } }
  .wp-block-image.aligncenter {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .wp-block-image figcaption {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .wp-block-image .alignright {
      width: 100%;
      margin-left: 0; } }
  @media only screen and (max-width: 767px) {
    .wp-block-image .alignright img {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .wp-block-image .alignleft {
      width: 100%;
      margin-right: 0; } }
  @media only screen and (max-width: 767px) {
    .wp-block-image .alignleft img {
      width: 100%; } }

.wp-block-gallery {
  padding-left: 0 !important; }
  .wp-block-gallery::after {
    display: block;
    content: "";
    clear: both; }

.content .blocks-gallery-item:hover figure figcaption {
  /*      visibility:visible;
          opacity:1;
          transform:translateX(-100%); 
          -webkit-transition: 3.3s;
          -moz-transition: 3.3s;
          transition: 3.3s;  
          -webkit-transition-timing-function: linear;
          -moz-transition-timing-function: linear;
          transition-timing-function: linear;
  */ }
.content .blocks-gallery-item figure {
  overflow: hidden; }
.content .blocks-gallery-item figcaption {
  visibility: hidden;
  padding: 0 0 0 10px;
  white-space: nowrap;
  background: black;
  left: 0;
  width: auto;
  overflow: visible;
  /* display: inline; */
  /* width: 100%; */
  padding-left: 10px;
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  /* bottom: 0; */ }

.wp-block-columns {
  display: flex;
  margin-bottom: 1.5rem; }
  @media only screen and (max-width: 414px) {
    .wp-block-columns {
      display: block; } }
  .wp-block-columns .wp-block-column {
    flex: 1;
    margin-right: 1rem; }
    .wp-block-columns .wp-block-column:last-of-type {
      margin-right: 0; }

.columns-2 {
  column-count: 2; }
  @media only screen and (max-width: 767px) {
    .columns-2 {
      column-count: 1; } }

.columns-3 {
  column-count: 3; }
  @media only screen and (max-width: 1024px) {
    .columns-3 {
      column-count: 2; } }
  @media only screen and (max-width: 767px) {
    .columns-3 {
      column-count: 1; } }

.wp-block-latest-posts {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.5rem; }
  .wp-block-latest-posts li {
    margin-bottom: .5rem; }
    .wp-block-latest-posts li a {
      border-bottom: none; }

.wp-block-separator {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-color: rgba(0, 0, 0, 0.1); }
  .wp-block-separator.is-style-dots:before {
    color: rgba(0, 0, 0, 0.1);
    font-size: 20px;
    letter-spacing: 1em;
    padding-left: 1em; }
  .wp-block-separator.is-style-default {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }

.wp-block-button.is-style-default .btn {
  border-radius: 1.5rem; }
.wp-block-button.is-style-outline .btn {
  border-radius: 1.5rem; }

.wp-block-media-text {
  margin-bottom: 1rem; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .wp-block-media-text:not(.cta-baggrund):not(.citat):not(.testimonial) {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: column wrap;
      -moz-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap; }
      .wp-block-media-text:not(.cta-baggrund):not(.citat):not(.testimonial) .wp-block-media-text__content {
        -webkit-box-ordinal-group: -1;
        -moz-box-ordinal-group: -1;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1;
        padding: 0; } }
  @media only screen and (max-width: 767px) {
    .wp-block-media-text {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: column wrap;
      -moz-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap; } }
  .wp-block-media-text .wp-block-media-text__media img {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .wp-block-media-text .wp-block-media-text__content {
      -webkit-box-ordinal-group: -1;
      -moz-box-ordinal-group: -1;
      -ms-flex-order: -1;
      -webkit-order: -1;
      order: -1;
      padding: 0; } }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0; }
  .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
    padding-right: 0; }

.wp-block-embed[class*="wp-embed-aspect-"] .wp-block-embed__wrapper:before {
  display: none; }

.wp-block-embed.wp-block-embed-youtube {
  position: relative;
  padding-top: 56.25%;
  height: 0; }
  .wp-block-embed.wp-block-embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

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