@charset "UTF-8";
/*
Theme Name:     Kathart Interactive
Theme URI:		https://kathart.dk
Description:    Child theme for Astra created by Kathart Interactive (https://kathart.dk)
Author:         Kathart Interactive
Author URI:		https://kathart.dk
Template:       astra
Version:        1.0
*/
/* =============================================================================
   Colors
   ========================================================================== */
/* =============================================================================
Main Colors
========================================================================== */
/* = #a9d3c7 */
/* =============================================================================
Sidebar Colors
========================================================================== */
/* =============================================================================
Font Colors
========================================================================== */
@import url("../astra/style.css");
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

h1.uagb-heading-text,
p,
li,
figcaption {
  text-wrap: pretty;
}

.secondary a *,
.site-footer a *,
.site-header a *,
a {
  transition: all 0.2s linear !important;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ol li,
ul,
ul li {
  font-family: "Open Sans", sans-serif !important;
}

body,
h1,
.entry-title a,
.entry-content h1,
h2,
.entry-content h2,
h3,
.entry-content h3,
h4,
.entry-content h4,
h5,
.entry-content h5 {
  color: #173f27;
}

a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}
a:hover {
  color: inherit;
  opacity: 0.8;
  text-decoration: underline;
}

p {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  color: #0a0a0a;
}
p a {
  text-decoration: underline;
  color: #173f27;
}

p.is-style-default a:before {
  display: none;
}

.entry-content ul.wp-block-list {
  width: calc(100% - 2em) !important;
}

h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -2px;
  line-height: 43px;
  color: #173f27;
  margin-bottom: 10px;
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 32px !important;
  color: #173f27;
}

.is-style-manchet {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  color: #0a0a0a;
}

.is-style-campaign {
  font-size: 35px !important;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 48px;
  color: #ffffff !important;
}
@media screen and (min-width: 768px) {
  .is-style-campaign {
    font-size: 68px !important;
  }
}

@media screen and (min-width: 1600px) {
  .wp-block-cover.is-style-campaign.large.animated.fadeIn {
    min-height: 720px !important;
  }
}
.is-style-campaign-manchet {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 21px;
}

.is-style-manchet-small-margin {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  color: #0a0a0a;
  margin-bottom: 8px !important;
}

h2.is-style-uppercase {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  text-transform: uppercase;
  color: #506eb7;
  margin-bottom: 20px;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
  margin-bottom: 10px;
  color: #173f27;
}

h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.entry-content h4 {
  margin-bottom: 5px;
}

h5 {
  font-weight: 700;
}

h6 {
  font-weight: 700 !important;
  font-size: 15px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  margin-bottom: 0 !important;
  color: #000000;
}

blockquote {
  margin: 0;
  padding: 20px 0 0;
  border-left: none;
}
@media screen and (min-width: 993px) {
  blockquote {
    padding: 20px 0 30px;
  }
}
blockquote p {
  font-size: 1.5em;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  color: #ff5b63;
}
@media screen and (min-width: 993px) {
  blockquote p {
    line-height: 37px;
    font-size: 29px;
  }
}
blockquote p + p {
  font-size: 17px;
  font-weight: 400 !important;
  margin-top: -26px;
}
@media screen and (min-width: 993px) {
  blockquote p + p {
    margin-top: -42px !important;
  }
}

blockquote.wp-block-quote {
  margin: 0;
  padding: 20px 0 30px;
  border-left: none;
}
blockquote.wp-block-quote p {
  font-family: "Open Sans", sans-serif;
  font-size: 29px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 37px;
  color: #ff5b63;
}

@media screen and (max-width: 767px) {
  blockquote.wp-block-quote p {
    font-size: 1.5em;
    line-height: 1.5;
  }
}
ul,
ol {
  margin: 0.5em 0 0.5em 2em;
}

ul {
  list-style-type: disc;
}

li {
  line-height: 22px;
  color: #0a0a0a;
  padding-bottom: 10px;
}

.widget ul,
.widget ol {
  margin: 0 20px 20px;
}

#content .widget ul {
  list-style-type: disc;
}

.uagb-column__inner-wrap ul li {
  padding-left: 0;
  padding-bottom: 10px;
}
.uagb-column__inner-wrap ul ::marker {
  color: #000000;
  font-size: 17px;
}
.uagb-column__inner-wrap ol li,
.uagb-column__inner-wrap ul li {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 15px;
}

.featured_description {
  font-style: italic;
}

p.is-style-breadcrumb {
  font-family: "Open Sans", sans-serif;
  color: #ff5b63;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
  margin-bottom: 10px;
}

p.is-style-subheader-uppercase {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
}

.is-style-red-sidebar-text {
  color: #ff5b63;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 42px;
}

.is-style-red-bold-text {
  color: #ff5b63;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 21px;
}

.is-style-read-more-text:before {
  content: "➔ Læs mere om:";
  color: #ff5b63;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.is-style-link-red-arrow a {
  font-weight: 700;
}
.is-style-link-red-arrow a:before {
  content: "➔ ";
  display: inline-block;
  color: #ff5b63;
}

h2.overskrift-indhold {
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 5px;
  color: #173f27;
}

h3.mellemrubrik-indhold {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 5px;
  color: #173f27;
}

h2.overskrift-faktaboks {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px !important;
  margin-bottom: 10px;
}

h3.mellemrubrik-faktaboks {
  font-size: 20px !important;
  font-weight: 600 !important;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
  margin-bottom: 5px;
}

/* =============================================================================
   WordPress Overrides
   ========================================================================== */
.pull-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

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

.aligncenter {
  margin: 0px auto;
  float: none;
}

.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* =============================================================================
   Gravity Forms Overrides
   ========================================================================== */
.gf_label_none label {
  display: none !important;
}

/* =============================================================================
   Main Menu Overrides
   ========================================================================== */
.site-header .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
  line-height: 50px;
}
.site-header .main-header-menu .menu-link,
.site-header .main-header-menu > a {
  padding: 0 0em;
  margin: 0 1em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .site-header .main-header-menu .menu-link,
  .site-header .main-header-menu > a {
    margin: 0 0.5em;
  }
}
.site-header a.menu-link {
  color: #636466;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.14px;
  border-bottom: 1px solid transparent;
}
.site-header a.menu-link:active, .site-header a.menu-link:hover {
  color: #074534;
  border-bottom: 1px solid #074534;
}
.site-header .current-menu-item > a {
  color: #074534;
  border-bottom: 1px solid #074534;
}
.site-header ul.sub-menu {
  padding: 20px 0 0;
  border-top: 0;
}
.site-header ul.sub-menu:before {
  display: none !important;
}
.site-header ul.sub-menu a.menu-link {
  font-weight: 400;
  padding-bottom: 8px !important;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .site-header ul.sub-menu a.menu-link {
    padding-bottom: 0 !important;
  }
}

.ast-logo-title-inline .ast-site-identity {
  padding: 0 0 1em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ast-logo-title-inline .ast-site-identity {
    padding-top: 10px;
  }
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
  line-height: 35px;
}

@media screen and (min-width: 993px) {
  #masthead .site-logo-img .custom-logo-link img {
    top: -12px;
    position: relative;
  }
}

.ast-builder-layout-element.ast-header-search {
  bottom: 5px;
  position: relative;
}

@media screen and (min-width: 993px) {
  html[lang=en-US] .site-logo-img .custom-logo-link img {
    width: 230px !important;
    max-width: 230px !important;
  }
}

a.ast-builder-language-switcher-item.ast-builder-language-switcher-item__active a {
  text-decoration: none !important;
}

html[lang=en-US] .wpml-da {
  text-decoration: none !important;
}

html[lang=da-DK] .wpml-en {
  text-decoration: none !important;
}

#ast-hf-mobile-menu {
  background: #ffffff;
}
#ast-hf-mobile-menu ul.children.sub-menu {
  padding: 7px 0 0;
}
#ast-hf-mobile-menu ul.children.sub-menu li {
  padding-bottom: 0;
}
#ast-hf-mobile-menu ul.children.sub-menu a.menu-link {
  font-size: 14px !important;
}
#ast-hf-mobile-menu ul.sub-menu {
  background: #ffffff;
}

ul#ast-hf-mobile-menu {
  padding: 20px 0;
}

.ast-header-break-point .main-navigation ul .menu-item .menu-link {
  padding: 5px 20px;
}

.site-header ul.sub-menu {
  padding: 7px 0 0;
}

@media screen and (max-width: 767px) {
  .astra-logo-svg:not(.sticky-custom-logo .astra-logo-svg, .transparent-custom-logo .astra-logo-svg, .advanced-header-logo .astra-logo-svg) {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .ast-builder-grid-row-container-inner {
    text-align: left;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  aside.footer-widget-area.widget-area.site-footer-focus-item.footer-widget-area-inner {
    text-align: left !important;
  }
}
.ast-builder-language-switcher-menu-item-header:not(:last-child),
.ast-builder-language-switcher-menu-item-footer:not(:last-child) {
  margin-right: 10px;
  padding-bottom: 10px !important;
}

.ast-builder-language-switcher-menu-item-header {
  padding: 0;
}

/* =============================================================================
   Layout
   ========================================================================== */
#content.site-content {
  -webkit-animation: fadeInAnimationPage ease 0.55s;
  animation: fadeInAnimationPage ease 0.55s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes fadeInAnimationPage {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInAnimationPage {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 0px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.ast-right-sidebar,
.ast-right-sidebar #secondary,
.ast-right-sidebar #primary {
  border-right: none;
  border-left: none;
}

.ast-right-sidebar #secondary {
  padding-left: 0;
}
@media screen and (min-width: 993px) {
  .ast-right-sidebar #secondary {
    padding-right: 30px;
  }
}

#secondary p {
  margin-bottom: 0.75em;
}

@media screen and (max-width: 992px) {
  #primary {
    padding-top: 0 !important;
  }
}

@media (max-width: 921px) {
  .site-content .ast-container {
    padding: 0;
  }
  .uagb-column__wrap {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .uagb-section__wrap {
    padding: 20px 0;
  }
}

/* =============================================================================
   Button modifications
   ========================================================================== */
.wp-block-button.is-style-fullwidth-green {
  background: #173f27;
  width: 100%;
  margin-top: 0;
  text-align: center;
  position: relative;
}
.wp-block-button.is-style-fullwidth-green:hover {
  opacity: 0.9;
}
.wp-block-button.is-style-fullwidth-green a.wp-block-button__link {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  padding: 15px 20px !important;
  background: transparent;
  width: 100%;
}
.wp-block-button.is-style-fullwidth-green a.wp-block-button__link:hover {
  text-decoration: none;
  opacity: 1;
  color: #ffffff;
}

.wp-block-button.is-style-fullwidth-green-about {
  background: transparent;
  width: 100%;
  margin-top: 0;
  text-align: center;
  position: relative;
  border: 3px solid #173f27;
  border-radius: 5px;
}
.wp-block-button.is-style-fullwidth-green-about:hover {
  opacity: 0.9;
  background: #173f27;
}
.wp-block-button.is-style-fullwidth-green-about a.wp-block-button__link {
  font-family: "Open Sans", sans-serif;
  color: #173f27;
  padding: 0;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: normal;
  line-height: 19px;
  padding: 15px 20px !important;
  background: transparent;
  width: 100%;
}
.wp-block-button.is-style-fullwidth-green-about a.wp-block-button__link:hover {
  text-decoration: none;
  opacity: 1;
  color: #ffffff;
}

.wp-block-button.is-style-fullwidth-blue {
  background: #506eb7;
  width: 100%;
  margin-top: 0;
  text-align: center;
  position: relative;
}
.wp-block-button.is-style-fullwidth-blue:hover {
  opacity: 0.9;
}
.wp-block-button.is-style-fullwidth-blue a.wp-block-button__link {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  padding: 0;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 19px;
  padding: 15px 20px !important;
  background: transparent;
  width: 100%;
}
.wp-block-button.is-style-fullwidth-blue a.wp-block-button__link:hover {
  text-decoration: none;
  opacity: 1;
}

.wp-block-button.is-style-fullwidth-white {
  background: transparent;
  width: 100%;
  margin-top: 0;
  text-align: center;
  position: relative;
  border: 3px solid #ffffff;
}
.wp-block-button.is-style-fullwidth-white:hover {
  opacity: 0.9;
  background: #ffffff;
}
.wp-block-button.is-style-fullwidth-white a.wp-block-button__link {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  padding: 0;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 19px;
  padding: 15px 20px !important;
  background: transparent;
  width: 100%;
}
.wp-block-button.is-style-fullwidth-white a.wp-block-button__link:hover {
  text-decoration: none;
  opacity: 1;
  color: #173f27;
}

p.is-style-red-button,
p.is-style-green-button,
p.is-style-blue-button {
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: -15px;
  line-height: 30px;
}
p.is-style-red-button a,
p.is-style-green-button a,
p.is-style-blue-button a {
  text-decoration: none !important;
}
p.is-style-red-button a:before,
p.is-style-green-button a:before,
p.is-style-blue-button a:before {
  content: "";
  position: relative;
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  display: inline-block;
  margin-right: 10px;
  top: 12px;
}

p.is-style-red-button a:before {
  background-image: url("./assets/img/red_btn.svg");
}

p.is-style-green-button a:before {
  background-image: url("./assets/img/green-btn.png");
}

p.is-style-blue-button a:before {
  background-image: url("./assets/img/blue_btn.svg");
}

/* =============================================================================
   Timeline modifications 
   ========================================================================== */
.uagb-timeline-wrapper .uagb-timeline__events-inner-new {
  background-color: transparent !important;
}
.uagb-timeline-wrapper .uagb-timeline__arrow {
  display: none;
}
@media screen and (min-width: 768px) {
  .uagb-timeline-wrapper .uagb-timeline__day-new.uagb-timeline__day-right {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .uagb-timeline-wrapper .uagb-timeline__widget.uagb-timeline__right .uagb-timeline-desc-content {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .uagb-timeline-wrapper .uagb-timeline__day-new.uagb-timeline__day-left {
    padding-left: 0 !important;
  }
}
.uagb-timeline-wrapper .uagb-timeline__widget.uagb-timeline__left .uagb-timeline-desc-content {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .uagb-timeline-wrapper .uagb-timeline__date-new {
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .uagb-timeline-wrapper .uagb-timeline__marker {
    min-height: 3em !important;
    min-width: 3em !important;
    line-height: 3em !important;
  }
}
@media screen and (max-width: 767px) {
  .uagb-timeline-wrapper p.uagb-timeline-desc-content {
    text-align: left !important;
  }
}

@media (max-width: 976px) {
  .uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__date-hide.uagb-timeline__date-inner {
    text-align: left !important;
    font-size: 30px !important;
    margin-bottom: -10px !important;
  }
}
/* =============================================================================
   Post Grid modifications (used for "Projekter")
   ========================================================================== */
.uagb-post-grid .uagb-post__inner-wrap {
  background: transparent !important;
  padding: 20px 0 !important;
}
@media screen and (max-width: 767px) {
  .uagb-post-grid .uagb-post__inner-wrap {
    padding: 20px 0 0 !important;
  }
}
.uagb-post-grid .uagb-post__image img {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .uagb-post-grid .uagb-post__image img {
    margin-bottom: -10px !important;
  }
}
@media screen and (max-width: 767px) {
  .uagb-post-grid .uagb-post__image {
    margin-bottom: 10px;
  }
}
.uagb-post-grid .uagb-post__title {
  line-height: 21px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .uagb-post-grid .uagb-post__title {
    padding: 0 10px !important;
  }
}
.uagb-post-grid .uagb-post__title a {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #506eb7 !important;
}
.uagb-post-grid .uagb-post__excerpt {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 21px;
}
@media screen and (max-width: 767px) {
  .uagb-post-grid .uagb-post__excerpt {
    padding: 0 10px 20px !important;
  }
}

/* =============================================================================
   Default Post Grid
   ========================================================================== */
.uagb-post-grid.is-style-default .uagb-post__text .uagb-post__cta a {
  padding: 0;
}
.uagb-post-grid.is-style-default .wp-block-button__link {
  background: transparent;
  border: none;
  color: #173f27 !important;
  font-weight: 700;
  padding: 0;
  margin-top: -20px !important;
  text-decoration: underline;
}
.uagb-post-grid.is-style-default .wp-block-button__link:before {
  content: "";
  background-image: url("./assets/img/blue_btn.svg");
  position: relative;
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  display: inline-block;
  margin-right: 10px;
  top: 12px;
}
.uagb-post-grid.is-style-default .uagb-post__cta {
  background: transparent !important;
}

/* =============================================================================
   UGA Buttons modifications
   ========================================================================== */
.uagb-post-grid.is-style-default .uagb-post__text .uagb-post__cta a {
  padding: 0;
}
.uagb-post-grid.is-style-default .wp-block-button__link {
  border: none;
  font-weight: 700;
  text-decoration: underline;
  color: #173f27 !important;
  margin-top: -20px !important;
}
.uagb-post-grid.is-style-default .wp-block-button__link:before {
  content: "";
  background-image: url("./assets/img/blue_btn.svg");
  position: relative;
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  display: inline-block;
  margin-right: 10px;
  top: 12px;
}
.uagb-post-grid.is-style-default .uagb-post__cta {
  background: transparent !important;
}

/* =============================================================================
   Custom buttons
   ========================================================================== */
.wp-block-buttons {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.is-style-blue-btn .wp-block-button__link {
  border: none;
  background: #506eb7;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  text-align: center;
  border-radius: 0 !important;
}
.is-style-blue-btn .wp-block-button__link:hover {
  background: #506eb7;
}

.is-style-light-blue-btn .wp-block-button__link {
  border: none;
  background: #aad4c8;
  color: #124634;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  text-align: center;
  border-radius: 0 !important;
  padding: 15px 20px;
}
.is-style-light-blue-btn .wp-block-button__link:hover {
  background: #aad4c8;
}

.is-style-green-buttons .uagb-button__wrapper a.uagb-buttons-repeater {
  border: 2px solid #173f27;
  color: #173f27;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 19px;
  text-decoration: none;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px !important;
  background: #ffffff;
}
@media screen and (min-width: 1280px) {
  .is-style-green-buttons .uagb-button__wrapper a.uagb-buttons-repeater {
    min-width: 180px;
  }
}
@media screen and (min-width: 1440px) {
  .is-style-green-buttons .uagb-button__wrapper a.uagb-buttons-repeater {
    min-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .is-style-green-buttons .uagb-button__wrapper a.uagb-buttons-repeater {
    background: #173f27;
    color: #173f27;
    font-size: 11px;
    line-height: 14px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 320px) {
  .is-style-green-buttons .uagb-button__wrapper a.uagb-buttons-repeater {
    padding: 10px;
  }
}
.is-style-green-buttons .uagb-button__wrapper a.uagb-buttons-repeater:hover {
  border: 2px solid #173f27;
  background: #173f27;
  color: #ffffff;
}

.is-style-light-green-btn .wp-block-button__link {
  border: none;
  background: transparent;
  padding: 0;
  color: #dadb4b;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding-left: 45px;
}
.is-style-light-green-btn .wp-block-button__link:before {
  content: "";
  background-image: url("./assets/img/light-green-arrow.png");
  position: absolute;
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  display: inline-block;
  margin-right: 10px;
  left: 0px;
  top: auto;
}
.is-style-light-green-btn .wp-block-button__link:hover {
  background: transparent;
  color: #dadb4b;
  text-decoration: underline;
}

.is-style-dark-green-btn .wp-block-button__link {
  border: none;
  background: transparent;
  padding: 0;
  color: #173f27;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding-left: 45px;
}
.is-style-dark-green-btn .wp-block-button__link:before {
  content: "";
  background-image: url("./assets/img/green-btn.png");
  position: absolute;
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  display: inline-block;
  margin-right: 10px;
  left: 0px;
  top: auto;
}
.is-style-dark-green-btn .wp-block-button__link:hover {
  background: transparent;
  color: #173f27;
  text-decoration: underline;
}

.is-style-white-btn .wp-block-button__link {
  border: none;
  background: transparent;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding-left: 45px;
}
.is-style-white-btn .wp-block-button__link:before {
  content: "";
  background-image: url("./assets/img/arrow-white.svg");
  position: absolute;
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  display: inline-block;
  margin-right: 10px;
  left: 0px;
  top: auto;
}
.is-style-white-btn .wp-block-button__link:hover {
  background: transparent;
  color: #ffffff;
  text-decoration: underline;
}

.is-style-red-btn .wp-block-button__link {
  border: none;
  background: transparent;
  padding: 0;
  color: #173f27;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding-left: 45px;
}
.is-style-red-btn .wp-block-button__link:before {
  content: "";
  background-image: url("./assets/img/red_btn.svg");
  position: absolute;
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  display: inline-block;
  margin-right: 10px;
  left: 0px;
  top: auto;
}
.is-style-red-btn .wp-block-button__link:hover {
  background: transparent;
  color: #173f27;
  text-decoration: underline;
}

/* =============================================================================
   Yoast Breadcrumb modifications
   ========================================================================== */
.yoast-breadcrumbs {
  padding: 1.1em 0 0.75em;
  color: #ff5b63;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
}
.yoast-breadcrumbs a,
.yoast-breadcrumbs span.breadcrumb_last {
  text-decoration: none;
  padding: 0 3px;
}
@media screen and (max-width: 920px) {
  .yoast-breadcrumbs a,
  .yoast-breadcrumbs span.breadcrumb_last {
    padding: 0 !important;
  }
}

/* =============================================================================
   FAQ modifications
   ========================================================================== */
.wp-block-uagb-faq {
  padding: 10px 0 15px;
}
@media screen and (max-width: 990px) {
  .wp-block-uagb-faq {
    padding: 10px 0 0;
  }
}

.uagb-faq-item {
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-color: rgba(170, 212, 200, 0.25) !important;
  border-width: 2px !important;
}

.uagb-icon svg,
.uagb-icon-active svg {
  width: 20px !important;
  height: 20px !important;
  fill: #ff5b63 !important;
}

.uagb-faq-icon-wrap {
  top: 3px;
  position: relative;
}

.uagb-faq-content p {
  font-size: 15x;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  margin-top: -15px !important;
}

span.uagb-question {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  font-family: "Open Sans", sans-serif !important;
  color: #0a0a0a;
}

.uagb-faq-questions-button {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}

.uagb-faq-content,
.uagb-faq-questions-button.uagb-faq-questions,
.uagb-faq-item.uagb-faq-item-active {
  border-right: none;
  border-left: none;
  border-bottom: none;
}

.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item:focus,
.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item:active {
  outline: none !important;
}

/* =============================================================================
   Breadcrumb modifications
   ========================================================================== */
li.trail-item.trail-begin {
  display: none;
}

.ast-breadcrumbs-wrapper {
  margin-bottom: -15px;
}

.ast-breadcrumbs {
  color: #ff5b63;
  font-family: "Open Sans", sans-serif;
}
.ast-breadcrumbs a {
  text-decoration: none;
}
.ast-breadcrumbs a:hover {
  text-decoration: underline;
}
.ast-breadcrumbs ul.trail-items span {
  font-size: 14px;
  font-weight: 700 !important;
  font-style: normal;
  letter-spacing: normal;
  line-height: 50px;
  color: #ff5b63;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}
.ast-breadcrumbs ul.trail-items span a {
  text-decoration: none;
}

/* =============================================================================
   UGA Advanced Columns modifications
   ========================================================================== */
.is-style-small-gap .uagb-columns__inner-wrap {
  gap: 35px;
}

.is-style-medium-gap .uagb-columns__inner-wrap {
  gap: 35px;
}

.is-style-large-gap .uagb-columns__inner-wrap {
  gap: 35px;
}

.is-style-x-large-gap .uagb-columns__inner-wrap {
  gap: 35px;
}

.is-style-red-border {
  border-top: 2px;
  border-bottom: 2px;
  border-color: #ff5b63;
  border-top-style: solid;
  border-bottom-style: solid;
}

/* =============================================================================
   Cover modifications
   ========================================================================== */
.is-style-cover-text-small {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 22px;
  text-align: center;
  margin-bottom: 10px !important;
}

.is-style-cover-text-large {
  font-family: "Open Sans", sans-serif;
  font-size: 43px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 48px;
  text-align: center;
  margin-bottom: 0 !important;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .is-style-cover-text-large {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .is-style-cover-text-large {
    font-size: 29px;
    line-height: 34px;
  }
}

/* =============================================================================
   UGA Section modifications
   ========================================================================== */
.is-style-light-green-box {
  background: #d9ece6 !important;
  padding-bottom: 30px !important;
}
.is-style-light-green-box a:hover {
  text-decoration: underline;
}
.is-style-light-green-box a:before {
  content: "";
  background-image: url("./assets/img/green-btn.png");
  position: relative;
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  display: inline-block;
  margin-right: 10px;
  top: 12px;
}
.is-style-light-green-box .entry-content p {
  margin-bottom: 1em !important;
}
@media screen and (max-width: 920px) {
  .is-style-light-green-box {
    padding-bottom: 40px !important;
  }
}

.is-style-dark-green-box {
  background: #173f27 !important;
  padding-bottom: 30px !important;
}
.is-style-dark-green-box h1,
.is-style-dark-green-box h2,
.is-style-dark-green-box h3,
.is-style-dark-green-box h4,
.is-style-dark-green-box h5,
.is-style-dark-green-box h6,
.is-style-dark-green-box em,
.is-style-dark-green-box a,
.is-style-dark-green-box p,
.is-style-dark-green-box li,
.is-style-dark-green-box li::marker {
  color: #ffffff;
}
.is-style-dark-green-box a:hover {
  text-decoration: underline;
}
.is-style-dark-green-box a:before {
  content: "";
  background-image: url("./assets/img/arrow-white.svg");
  position: relative;
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  display: inline-block;
  margin-right: 10px;
  top: 12px;
}
.is-style-dark-green-box .entry-content p {
  margin-bottom: 1em !important;
}
@media screen and (max-width: 920px) {
  .is-style-dark-green-box {
    padding-bottom: 40px !important;
  }
}

.is-style-coral-box {
  background: #ff848b !important;
}
.is-style-coral-box h1,
.is-style-coral-box h2,
.is-style-coral-box h3,
.is-style-coral-box h4,
.is-style-coral-box h5,
.is-style-coral-box h6,
.is-style-coral-box em,
.is-style-coral-box a,
.is-style-coral-box p,
.is-style-coral-box li,
.is-style-coral-box li::marker {
  color: #ffffff;
}
.is-style-coral-box a {
  text-decoration: none;
}
.is-style-coral-box a:hover {
  text-decoration: underline;
}
.is-style-coral-box a:before {
  content: "";
  background-image: url("./assets/img/arrow-coral.png");
  position: relative;
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  display: inline-block;
  margin-right: 10px;
  top: 12px;
}
.is-style-coral-box .entry-content p {
  margin-bottom: 1em !important;
}

.is-style-borders-box {
  border-top: 4px solid #173f27 !important;
  border-bottom: 4px solid #173f27 !important;
}
.is-style-borders-box h2 {
  color: #173f27;
  font-size: 60px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 73px;
  margin-bottom: 0;
}
.is-style-borders-box blockquote.wp-block-quote p {
  color: #173f27;
  margin-bottom: 10px;
}
.is-style-borders-box blockquote.wp-block-quote cite {
  font-style: normal;
  color: #173f27;
}

.is-style-red-borders-box {
  border-top: 3px solid #ff5b63;
  border-bottom: 3px solid #ff5b63;
}
.is-style-red-borders-box h2 {
  color: #ff5b63;
  font-size: 60px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 73px !important;
  margin-bottom: 0;
}
.is-style-red-borders-box strong {
  color: #ff5b63;
}
.is-style-red-borders-box blockquote.wp-block-quote p {
  color: #ff5b63;
  margin-bottom: 10px;
}
.is-style-red-borders-box blockquote.wp-block-quote cite {
  font-style: normal;
  color: #ff5b63;
}

.is-style-red-borders-box.large-letters h2 {
  font-weight: 600 !important;
  margin-top: -25px;
}

.is-style-grey-section-gallery .wp-block-uagb-column:first-child {
  background: #ededed;
  padding: 40px !important;
  margin-top: 30px;
}
.is-style-grey-section-gallery .uagb-column__inner-wrap {
  padding: 0 !important;
}
.is-style-grey-section-gallery .swiper-container.marySwiper {
  margin: 0;
}
.is-style-grey-section-gallery .swiper-pagination.swiper-pagination-fraction {
  left: 65px;
}
.is-style-grey-section-gallery .swiper-container.marySwiper .swiper-button-next {
  left: 30px;
}
.is-style-grey-section-gallery .swiper-container.marySwiper .swiper-button-prev {
  left: 0;
}

/* =============================================================================
   Gutenberg Cover modifications
   ========================================================================== */
@media screen and (min-width: 768px) {
  .is-style-campaign .wp-block-buttons {
    gap: 1.5em;
  }
}
.is-style-campaign .wp-block-uagb-columns {
  position: absolute !important;
  bottom: 0 !important;
}

/* =============================================================================
   Archive modifications
   ========================================================================== */
/* =============================================================================
   Column modifications
   ========================================================================== */
@media screen and (max-width: 767px) {
  .uagb-column__background-image .uagb-column__inner-wrap {
    height: 200px !important;
  }
}

/* =============================================================================
   Search modifications
   ========================================================================== */
.search span.pub-date {
  display: none;
}
.search #content {
  margin-top: 0;
}
.search #content .ast-container {
  border-top: 120px solid #173f27;
}
.search .ast-container {
  background: #ffffff;
  padding: 0 40px;
}
@media screen and (max-width: 990px) {
  .search .ast-container {
    padding: 0 20px;
  }
}
.search .ast-archive-description {
  border-bottom: 1px solid #dadada;
}
.search .ast-article-post {
  margin-bottom: 1.5em;
  background: #f2f2f2;
  min-height: 140px;
  padding: 30px 30px 10px;
  display: flex;
  align-items: center;
}
.search h2.entry-title a {
  font-weight: 700;
  text-decoration: none !important;
  margin-bottom: -10px !important;
}
.search h1.page-title.ast-archive-title {
  font-weight: 700;
}
.search .breadcrumbs-container,
.search .acf_nyheder_manchet,
.search .acf_nyheder_primary_content,
.search .wp-post-image,
.search .featured_description,
.search .swiper-container.singleNyheder,
.search .author,
.search .widget_custom_faktaboks_bund,
.search .acf_viden_manchet,
.search .acf_viden_resume,
.search .acf_viden_formaal_overskrift,
.search .acf_viden_formaal,
.search .acf_viden_undersoegelsen_overskrift,
.search .acf_viden_undersoegelsen,
.search .about-the-publication,
.search .acf_medarbejder_indhold {
  display: none;
  line-height: 0 !important;
  padding: 0 !important;
}
@media (min-width: 922px) {
  .search .blog-layout-2 .post-content {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .search .ast-width-md-6 {
    width: 100%;
  }
}

.ast-search-menu-icon.slide-search .search-form {
  border-color: #173f27;
}

.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-field {
  border: none !important;
}

input[type=search]:focus {
  outline: none;
}

/* =============================================================================
   Footer modifications
   ========================================================================== */
.site-footer {
  margin-top: 1px;
}
@media screen and (min-width: 993px) {
  .site-footer {
    margin-top: 90px;
  }
}
.site-footer p.copyright {
  padding-top: 30px;
}
.site-footer a {
  text-decoration: none !important;
}
.site-footer .site-above-footer-wrap {
  padding-top: 50px;
}
.site-footer .site-primary-footer-wrap {
  padding-top: 30px;
  padding-bottom: 80px;
}
.site-footer a,
.site-footer h2.widget-title {
  color: #173f27;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
}
.site-footer p {
  margin-bottom: 0.75em;
}
.site-footer em {
  font-weight: 300;
  color: #173f27;
}
.site-footer li {
  padding-bottom: 5px;
}
.site-footer .widget_nav_menu {
  padding-bottom: 0 !important;
}
.site-footer .widget_nav_menu h2.widget-title {
  color: #636466;
  margin-bottom: 0.75em;
}
.site-footer .widget_nav_menu a.menu-link {
  font-weight: 400;
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  .site-footer .widget_nav_menu a.menu-link {
    left: -3px;
    position: relative;
    top: 0px;
  }
}
.site-footer .widget {
  margin: 0;
}
.site-footer .site-footer-section-2,
.site-footer .site-footer-section-3,
.site-footer .site-footer-section-4 {
  border-left: 1px solid #aad4c8;
  padding-left: 35px;
  margin-left: -35px;
}
.site-footer #text-9 {
  padding-top: 40px;
}
.site-footer #text-9 h2.widget-title {
  margin-bottom: -10px;
}
@media screen and (max-width: 767px) {
  .site-footer #text-9 .textwidget {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-top: 20px;
  }
}
.site-footer #text-9 .alignleft {
  width: 35px;
}

footer#colophon .widget ul {
  list-style-type: disc !important;
  padding: 0 10px 0;
}
@media screen and (max-width: 767px) {
  footer#colophon .widget ul {
    padding-left: 10px;
  }
}
footer#colophon .widget ul ::marker {
  color: #173f27;
}

@media screen and (max-width: 767px) {
  section#media_image-2 {
    width: 180px;
    margin-bottom: -30px;
  }
}

@media screen and (max-width: 767px) {
  section#text-3 {
    border-bottom: 2px solid #cae4dc;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  section#text-5 {
    border-top: 2px solid #cae4dc;
    padding-top: 20px;
    margin-top: -10px;
  }
}

@media screen and (max-width: 767px) {
  .widget-area.site {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .site-primary-footer-wrap,
  .site-above-footer-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-below-footer-wrap[data-section=section-below-footer-builder] {
  min-height: 50px;
}

.site-below-footer-wrap {
  padding-top: 10px;
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .ast-footer-copyright {
    padding: 0 10px;
  }
}
.ast-footer-copyright p {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .ast-footer-copyright p {
    margin-bottom: 0;
  }
}
.ast-footer-copyright p a {
  font-size: 13px !important;
  font-weight: 400 !important;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  color: #0a0a0a;
}

@media (min-width: 922px) {
  .error404 .ast-container {
    max-width: 1310px !important;
  }
}

@keyframes fadeina {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Firefox < 16 */
@-moz-keyframes fadeina {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeina {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Internet Explorer */
@-ms-keyframes fadeina {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Opera < 12.1 */
@-o-keyframes fadeina {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Firefox < 16 */
@-moz-keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Internet Explorer */
@-ms-keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Opera < 12.1 */
@-o-keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (min-width: 922px) {
  body.single-post #content .ast-container {
    max-width: 1270px;
  }
}
body.single-post .hentry {
  margin: 0 0 10px;
}
@media screen and (min-width: 993px) {
  body.single-post #content {
    margin-top: 50px;
  }
}
body.single-post #content .ast-container {
  padding: 20px 40px 10px;
}
body.single-post .ast-container.no-padding {
  padding-left: 0px;
  padding-right: 0px;
  -webkit-animation: fadeInAnimationPage ease 0.55s;
  animation: fadeInAnimationPage ease 0.55s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
body.single-post .site-content > .ast-container {
  background-color: #ffffff;
  flex-wrap: wrap;
}
body.single-post .site-content > .ast-container .breadcrumbs-container {
  width: 100%;
}
body.single-post .site-content > .ast-container .breadcrumbs-container #breadcrumbs {
  padding: 1.1em 0 0.75em;
  color: #ff5b63;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  body.single-post .site-content > .ast-container .breadcrumbs-container #breadcrumbs {
    margin-left: -5px;
  }
}
@media (max-width: 767px) {
  body.single-post .site-content > .ast-container .breadcrumbs-container #breadcrumbs {
    margin-bottom: 10px;
  }
}
body.single-post .site-content > .ast-container .breadcrumbs-container #breadcrumbs a {
  text-decoration: none !important;
  color: #ff5b63;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  body.single-post .site-content > .ast-container .breadcrumbs-container #breadcrumbs a {
    padding: 0;
  }
}
body.single-post .site-content > .ast-container .breadcrumbs-container #breadcrumbs a:hover {
  opacity: 0.9;
}
body.single-post .site-content > .ast-container .breadcrumbs-container #breadcrumbs span.breadcrumb_last {
  padding: 0 5px;
}
@media (max-width: 767px) {
  body.single-post .site-content > .ast-container .content-area.primary {
    margin-top: 0em !important;
    padding-top: 0.5em !important;
  }
}
body.single-post .site-content > .ast-container .content-area.primary article header.entry-header {
  margin-bottom: 1em;
}
body.single-post .site-content > .ast-container .content-area.primary article header.entry-header .entry-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif !important;
}
@media (max-width: 976px) {
  body.single-post .site-content > .ast-container .content-area.primary article header.entry-header .entry-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  body.single-post .site-content > .ast-container .content-area.primary article header.entry-header .entry-title {
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
body.single-post .site-content > .ast-container .content-area.primary article .widget_custom_faktaboks_bund {
  background-color: #d9ece6;
  margin-top: 2em;
  padding: 30px 25px;
}
body.single-post .site-content > .ast-container .content-area.primary article .widget_custom_faktaboks_bund p:last-of-type {
  margin-bottom: 0px;
}
body.single-post .site-content > .ast-container .content-area.primary article .widget_custom_faktaboks_bund ul,
body.single-post .site-content > .ast-container .content-area.primary article .widget_custom_faktaboks_bund ol {
  margin: 0.5em 0 0.5em 2em;
}
body.single-post .site-content > .ast-container .content-area.primary article .widget_custom_faktaboks_bund ul li,
body.single-post .site-content > .ast-container .content-area.primary article .widget_custom_faktaboks_bund ol li {
  padding: 5px 0;
}
body.single-post .site-content > .ast-container .widget_custom_nyhed_top {
  background-color: #d9ece6;
  padding: 30px 25px;
}
body.single-post .site-content > .ast-container .widget_custom_nyhed_top p:last-of-type {
  margin-bottom: 0px;
}
body.single-post .site-content > .ast-container .widget_custom_nyhed_bund {
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  padding: 30px 25px;
}
body.single-post .site-content > .ast-container .widget_custom_nyhed_bund h3 {
  font-size: 50px;
  font-weight: 600;
}
body.single-post .site-content > .ast-container .widget_custom_nyhed_bund p:last-of-type {
  margin-bottom: 0px;
}
@media screen and (min-width: 993px) {
  body.single-post .content-area.primary,
  body.single-post .widget-area.secondary {
    margin: 0 !important;
  }
}
body.single-post .sidebar-main .widget_custom_nyhed_top {
  background-color: #d9ece6;
  padding: 30px 25px;
}
body.single-post .sidebar-main .widget_custom_nyhed_top p:last-of-type {
  margin-bottom: 0px;
}
body.single-post .sidebar-main .widget_custom_nyhed_bund {
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  padding: 30px 25px;
}
body.single-post .sidebar-main .widget_custom_nyhed_bund h3 {
  font-size: 50px;
  font-weight: 600;
}
body.single-post .sidebar-main .widget_custom_nyhed_bund p:last-of-type {
  margin-bottom: 0px;
}
body.single-post .acf_nyheder_manchet {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 0 20px;
  color: #0a0a0a;
}
@media screen and (min-width: 993px) {
  body.single-post .acf_nyheder_manchet {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
  }
}
body.single-post .feat-image {
  padding: 10px 0 20px;
  background-position: center center;
  background-attachment: scroll;
}
@media screen and (min-width: 1024px) {
  body.single-post .feat-image {
    padding-right: 30px;
  }
}
body.single-post .feat-image img {
  min-width: 100% !important;
}
body.single-post span.pub-date {
  width: 100vw;
  padding: 20px 0 10px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
body.single-post .author {
  display: flex;
  font-family: "Open Sans", sans-serif;
}
body.single-post .author p.the-author,
body.single-post .author p.author-text {
  padding-left: 5px;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
}
body.single-post .featured_description {
  text-align: right;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 20px;
  padding-top: 2px;
  padding-right: 5px;
  line-height: 16px;
}

blockquote {
  padding: 10px 0 0;
}

.swiper-container.singleNyheder {
  height: 390px;
  padding-bottom: 30px;
  padding-right: 30px;
  margin: 40px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .swiper-container.singleNyheder {
    height: 350px;
  }
}
@media (max-width: 544px) {
  .swiper-container.singleNyheder {
    height: 280px;
  }
}
.swiper-container.singleNyheder .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-position: center;
  background-size: cover;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container.singleNyheder .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-container.singleNyheder .swiper-slide .caption,
.swiper-container.singleNyheder .swiper-slide .photo-credit {
  display: none;
}
.swiper-container.singleNyheder .swiper-slide.swiper-slide-active .photo-credit {
  display: block;
  position: absolute;
  top: 25px;
  right: -115px;
  color: #888;
  width: 200px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  transform: rotate(90deg) translate(100px, 0);
  -webkit-transform: rotate(90deg) translate(100px, 0);
  -moz-transform: rotate(90deg) translate(40px, 0);
  -ms-transform: rotate(90deg) translate(40px, 0);
  -o-transform: rotate(90deg) translate(40px, 0);
}
.swiper-container.singleNyheder .swiper-slide.swiper-slide-active .photo-credit span {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.05em;
  position: absolute;
  height: 30px;
  line-height: 30px;
  width: 250px;
  color: #000000;
  -webkit-animation: fadeina 1s;
  -moz-animation: fadeina 1s;
  -ms-animation: fadeina 1s;
  -o-animation: fadeina 1s;
  animation: fadeina 1s;
}
.swiper-container.singleNyheder .swiper-slide.swiper-slide-active .caption {
  display: block;
  position: absolute;
  bottom: -30px;
  right: 0px;
  color: #333;
  height: 30px;
  line-height: 26px;
  width: calc(100% - 135px);
}
.swiper-container.singleNyheder .swiper-slide.swiper-slide-active .caption span {
  font-size: 12px;
  letter-spacing: 0.05em;
  left: 0px;
  text-align: right;
  height: 30px;
  line-height: 30px;
  position: absolute;
  width: 100%;
  -webkit-animation: faderight 1s;
  -moz-animation: faderight 1s;
  -ms-animation: faderight 1s;
  -o-animation: faderight 1s;
  animation: faderight 1s;
}
.swiper-container.singleNyheder .swiper-button-next,
.swiper-container.singleNyheder .swiper-button-prev {
  position: absolute;
  top: inherit;
  bottom: -30px;
  width: 30px;
  height: 30px;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #ff5b64;
}
.swiper-container.singleNyheder .swiper-button-next {
  left: 60px;
}
.swiper-container.singleNyheder .swiper-button-prev {
  left: 30px;
  right: auto;
}
.swiper-container.singleNyheder .swiper-button-next:after,
.swiper-container.singleNyheder .swiper-button-prev:after {
  font-size: calc(var(--swiper-navigation-size) / 3);
}
.swiper-container.singleNyheder .swiper-pagination.swiper-pagination-fraction {
  color: #222222;
}
.swiper-container.singleNyheder .swiper-background {
  background: #ededed;
  height: calc(100% - 0px);
  width: calc(100% - 0px);
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: -1;
}
.swiper-container.singleNyheder .swiper-pagination.swiper-pagination-fraction {
  bottom: -30px;
  height: 30px;
  font-size: 13px;
  left: 95px;
  line-height: 30px;
  width: 40px;
}

body.single-viden .hentry,
body.single-bestyrelsesmedlem .hentry {
  margin: 0 0 10px;
}
@media (min-width: 922px) {
  body.single-viden #content .ast-container,
  body.single-bestyrelsesmedlem #content .ast-container {
    max-width: 1270px;
  }
}
body.single-viden h3,
body.single-bestyrelsesmedlem h3 {
  color: #173f27;
  margin-bottom: 10px;
}
body.single-viden .site-content > .ast-container,
body.single-bestyrelsesmedlem .site-content > .ast-container {
  border-top: 100px solid #ff5b63;
}
body.single-viden #content .ast-container,
body.single-bestyrelsesmedlem #content .ast-container {
  padding: 20px 40px 10px;
}
body.single-viden .ast-container.no-padding,
body.single-bestyrelsesmedlem .ast-container.no-padding {
  padding-left: 0px;
  padding-right: 0px;
  -webkit-animation: fadeInAnimationPage ease 0.55s;
  animation: fadeInAnimationPage ease 0.55s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
body.single-viden .site-content > .ast-container,
body.single-bestyrelsesmedlem .site-content > .ast-container {
  background-color: #ffffff;
  flex-wrap: wrap;
}
body.single-viden .site-content > .ast-container .breadcrumbs-container,
body.single-bestyrelsesmedlem .site-content > .ast-container .breadcrumbs-container {
  width: 100%;
}
body.single-viden .site-content > .ast-container .breadcrumbs-container #breadcrumbs,
body.single-bestyrelsesmedlem .site-content > .ast-container .breadcrumbs-container #breadcrumbs {
  padding: 1.1em 0 0.75em;
  color: #ff5b63;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  body.single-viden .site-content > .ast-container .breadcrumbs-container #breadcrumbs,
  body.single-bestyrelsesmedlem .site-content > .ast-container .breadcrumbs-container #breadcrumbs {
    margin-left: -5px;
  }
}
@media (max-width: 767px) {
  body.single-viden .site-content > .ast-container .breadcrumbs-container #breadcrumbs,
  body.single-bestyrelsesmedlem .site-content > .ast-container .breadcrumbs-container #breadcrumbs {
    margin-bottom: 10px;
  }
}
body.single-viden .site-content > .ast-container .breadcrumbs-container #breadcrumbs a,
body.single-bestyrelsesmedlem .site-content > .ast-container .breadcrumbs-container #breadcrumbs a {
  color: #ff5b63;
  text-decoration: none !important;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  body.single-viden .site-content > .ast-container .breadcrumbs-container #breadcrumbs a,
  body.single-bestyrelsesmedlem .site-content > .ast-container .breadcrumbs-container #breadcrumbs a {
    padding: 0;
  }
}
body.single-viden .site-content > .ast-container .breadcrumbs-container #breadcrumbs a:hover,
body.single-bestyrelsesmedlem .site-content > .ast-container .breadcrumbs-container #breadcrumbs a:hover {
  opacity: 0.9;
}
body.single-viden .site-content > .ast-container .breadcrumbs-container #breadcrumbs span.breadcrumb_last,
body.single-bestyrelsesmedlem .site-content > .ast-container .breadcrumbs-container #breadcrumbs span.breadcrumb_last {
  padding: 0 5px;
}
@media (max-width: 767px) {
  body.single-viden .site-content > .ast-container .content-area.primary,
  body.single-bestyrelsesmedlem .site-content > .ast-container .content-area.primary {
    margin-top: 0em !important;
    padding-top: 0.5em !important;
  }
}
body.single-viden .site-content > .ast-container .content-area.primary article header.entry-header,
body.single-bestyrelsesmedlem .site-content > .ast-container .content-area.primary article header.entry-header {
  margin-bottom: 1em;
}
body.single-viden .site-content > .ast-container .content-area.primary article header.entry-header .entry-title,
body.single-bestyrelsesmedlem .site-content > .ast-container .content-area.primary article header.entry-header .entry-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif !important;
}
@media (max-width: 976px) {
  body.single-viden .site-content > .ast-container .content-area.primary article header.entry-header .entry-title,
  body.single-bestyrelsesmedlem .site-content > .ast-container .content-area.primary article header.entry-header .entry-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  body.single-viden .site-content > .ast-container .content-area.primary article header.entry-header .entry-title,
  body.single-bestyrelsesmedlem .site-content > .ast-container .content-area.primary article header.entry-header .entry-title {
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
body.single-viden .site-content > .ast-container .content-area.primary article .widget_custom_faktaboks_bund,
body.single-bestyrelsesmedlem .site-content > .ast-container .content-area.primary article .widget_custom_faktaboks_bund {
  background-color: rgba(170, 212, 200, 0.25);
  margin-top: 2em;
  padding: 30px 25px;
}
body.single-viden .site-content > .ast-container .content-area.primary article .widget_custom_faktaboks_bund p:last-of-type,
body.single-bestyrelsesmedlem .site-content > .ast-container .content-area.primary article .widget_custom_faktaboks_bund p:last-of-type {
  margin-bottom: 0px;
}
body.single-viden .site-content > .ast-container .widget_custom_nyhed_top,
body.single-bestyrelsesmedlem .site-content > .ast-container .widget_custom_nyhed_top {
  background-color: rgba(170, 212, 200, 0.25);
  padding: 30px 25px;
}
body.single-viden .site-content > .ast-container .widget_custom_nyhed_top p:last-of-type,
body.single-bestyrelsesmedlem .site-content > .ast-container .widget_custom_nyhed_top p:last-of-type {
  margin-bottom: 0px;
}
body.single-viden .site-content > .ast-container .widget_custom_nyhed_bund,
body.single-bestyrelsesmedlem .site-content > .ast-container .widget_custom_nyhed_bund {
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  padding: 30px 25px;
}
body.single-viden .site-content > .ast-container .widget_custom_nyhed_bund h3,
body.single-bestyrelsesmedlem .site-content > .ast-container .widget_custom_nyhed_bund h3 {
  font-size: 50px;
  font-weight: 600;
}
body.single-viden .site-content > .ast-container .widget_custom_nyhed_bund p:last-of-type,
body.single-bestyrelsesmedlem .site-content > .ast-container .widget_custom_nyhed_bund p:last-of-type {
  margin-bottom: 0px;
}
body.single-viden span.pub-date,
body.single-bestyrelsesmedlem span.pub-date {
  width: 100vw;
  padding: 20px 0 10px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
@media screen and (min-width: 993px) {
  body.single-viden .content-area.primary,
  body.single-viden .widget-area.secondary,
  body.single-bestyrelsesmedlem .content-area.primary,
  body.single-bestyrelsesmedlem .widget-area.secondary {
    margin: 0 !important;
  }
}
body.single-viden .sidebar-main .widget_custom_nyhed_top,
body.single-bestyrelsesmedlem .sidebar-main .widget_custom_nyhed_top {
  background-color: rgba(170, 212, 200, 0.25);
  padding: 30px 25px;
}
body.single-viden .sidebar-main .widget_custom_nyhed_top p:last-of-type,
body.single-bestyrelsesmedlem .sidebar-main .widget_custom_nyhed_top p:last-of-type {
  margin-bottom: 0px;
}
body.single-viden .sidebar-main .widget_custom_nyhed_bund,
body.single-bestyrelsesmedlem .sidebar-main .widget_custom_nyhed_bund {
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  padding: 30px 25px;
}
body.single-viden .sidebar-main .widget_custom_nyhed_bund h3,
body.single-bestyrelsesmedlem .sidebar-main .widget_custom_nyhed_bund h3 {
  font-size: 50px;
  font-weight: 600;
}
body.single-viden .sidebar-main .widget_custom_nyhed_bund p:last-of-type,
body.single-bestyrelsesmedlem .sidebar-main .widget_custom_nyhed_bund p:last-of-type {
  margin-bottom: 0px;
}
body.single-viden .acf_viden_manchet,
body.single-bestyrelsesmedlem .acf_viden_manchet {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 0 20px;
  font-family: "Open Sans", sans-serif !important;
  color: #0a0a0a;
}
@media screen and (min-width: 993px) {
  body.single-viden .acf_viden_manchet,
  body.single-bestyrelsesmedlem .acf_viden_manchet {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
  }
}
body.single-viden .acf_viden_formaal_overskrift h3,
body.single-viden .acf_viden_undersoegelsen_overskrift h3,
body.single-bestyrelsesmedlem .acf_viden_formaal_overskrift h3,
body.single-bestyrelsesmedlem .acf_viden_undersoegelsen_overskrift h3 {
  padding-top: 20px;
}
body.single-viden .feat-image img,
body.single-bestyrelsesmedlem .feat-image img {
  min-width: 100% !important;
}
body.single-viden .about-the-publication,
body.single-bestyrelsesmedlem .about-the-publication {
  margin: 60px 0px 0px;
  background: #d9ece6;
  width: fit-content;
  padding: 25px 60px 40px 40px;
}
body.single-viden .about-the-publication h3,
body.single-bestyrelsesmedlem .about-the-publication h3 {
  margin-bottom: 15px;
}
body.single-viden .about-the-publication p,
body.single-bestyrelsesmedlem .about-the-publication p {
  margin-bottom: 4px;
}
body.single-viden aside.widget_text.widget.widget_custom_nyhed_bund p,
body.single-bestyrelsesmedlem aside.widget_text.widget.widget_custom_nyhed_bund p {
  margin-bottom: 0 !important;
}
body.single-viden aside.widget_text.widget.widget_custom_nyhed_bund p.contact-name,
body.single-bestyrelsesmedlem aside.widget_text.widget.widget_custom_nyhed_bund p.contact-name {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0 !important;
}
body.single-viden aside.widget_text.widget.widget_custom_nyhed_bund h4,
body.single-bestyrelsesmedlem aside.widget_text.widget.widget_custom_nyhed_bund h4 {
  margin-bottom: 15px;
}
body.single-viden aside.widget_text.widget.widget_custom_nyhed_bund p.phone,
body.single-bestyrelsesmedlem aside.widget_text.widget.widget_custom_nyhed_bund p.phone {
  margin-top: 20px;
  margin-bottom: 0px !important;
}
body.single-viden .author,
body.single-bestyrelsesmedlem .author {
  display: flex;
  font-family: "Open Sans", sans-serif;
  padding-top: 2.8em;
}
body.single-viden .author p.the-author,
body.single-viden .author p.author-text,
body.single-bestyrelsesmedlem .author p.the-author,
body.single-bestyrelsesmedlem .author p.author-text {
  padding-left: 5px;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
}
body.single-viden .download,
body.single-bestyrelsesmedlem .download {
  margin-bottom: 30px;
  background: rgba(170, 212, 200, 0.25);
}
body.single-viden .download h4,
body.single-bestyrelsesmedlem .download h4 {
  padding: 20px 20px 10px;
}
body.single-viden .download p,
body.single-bestyrelsesmedlem .download p {
  padding: 0 20px 10px;
}
body.single-viden .download a.button,
body.single-bestyrelsesmedlem .download a.button {
  display: block;
  text-decoration: none;
  padding: 15px 20px;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  font-family: "Open Sans", sans-serif;
}
body.single-viden .relateret,
body.single-bestyrelsesmedlem .relateret {
  background: rgba(170, 212, 200, 0.25);
}
body.single-viden .relateret h4,
body.single-bestyrelsesmedlem .relateret h4 {
  padding: 20px 20px 10px;
}
body.single-viden .relateret p,
body.single-bestyrelsesmedlem .relateret p {
  padding: 0 20px;
}
body.single-viden .relateret a.button,
body.single-bestyrelsesmedlem .relateret a.button {
  display: block;
  text-decoration: none;
  padding: 15px 20px;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  font-family: "Open Sans", sans-serif;
}
body.single-viden .relateret img,
body.single-bestyrelsesmedlem .relateret img {
  padding: 0 20px 20px;
}
body.single-viden .wp-caption .wp-caption-text,
body.single-bestyrelsesmedlem .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  text-align: right;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 20px;
  padding-top: 2px;
  padding-right: 5px;
  line-height: 16px;
  font-style: italic;
  margin-top: 5px;
}

.swiper-container.singleNyheder {
  height: 390px;
  padding-bottom: 30px;
  padding-right: 30px;
  margin: 40px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .swiper-container.singleNyheder {
    height: 350px;
  }
}
@media (max-width: 544px) {
  .swiper-container.singleNyheder {
    height: 280px;
  }
}
.swiper-container.singleNyheder .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-position: center;
  background-size: cover;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container.singleNyheder .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-container.singleNyheder .swiper-slide .caption,
.swiper-container.singleNyheder .swiper-slide .photo-credit {
  display: none;
}
.swiper-container.singleNyheder .swiper-slide.swiper-slide-active .photo-credit {
  display: block;
  position: absolute;
  top: 25px;
  right: -115px;
  color: #888;
  width: 200px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  transform: rotate(90deg) translate(100px, 0);
  -webkit-transform: rotate(90deg) translate(100px, 0);
  -moz-transform: rotate(90deg) translate(40px, 0);
  -ms-transform: rotate(90deg) translate(40px, 0);
  -o-transform: rotate(90deg) translate(40px, 0);
}
.swiper-container.singleNyheder .swiper-slide.swiper-slide-active .photo-credit span {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.05em;
  position: absolute;
  height: 30px;
  line-height: 30px;
  width: 250px;
  color: #000000;
  -webkit-animation: fadeina 1s;
  -moz-animation: fadeina 1s;
  -ms-animation: fadeina 1s;
  -o-animation: fadeina 1s;
  animation: fadeina 1s;
}
.swiper-container.singleNyheder .swiper-slide.swiper-slide-active .caption {
  display: block;
  position: absolute;
  bottom: -30px;
  right: 0px;
  color: #333;
  height: 30px;
  line-height: 26px;
  width: calc(100% - 135px);
}
.swiper-container.singleNyheder .swiper-slide.swiper-slide-active .caption span {
  font-size: 12px;
  letter-spacing: 0.05em;
  left: 0px;
  text-align: right;
  height: 30px;
  line-height: 30px;
  position: absolute;
  width: 100%;
  -webkit-animation: faderight 1s;
  -moz-animation: faderight 1s;
  -ms-animation: faderight 1s;
  -o-animation: faderight 1s;
  animation: faderight 1s;
}
.swiper-container.singleNyheder .swiper-button-next,
.swiper-container.singleNyheder .swiper-button-prev {
  position: absolute;
  top: inherit;
  bottom: -30px;
  width: 30px;
  height: 30px;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #ff5b64;
}
.swiper-container.singleNyheder .swiper-button-next {
  left: 60px;
}
.swiper-container.singleNyheder .swiper-button-prev {
  left: 30px;
  right: auto;
}
.swiper-container.singleNyheder .swiper-button-next:after,
.swiper-container.singleNyheder .swiper-button-prev:after {
  font-size: calc(var(--swiper-navigation-size) / 3);
}
.swiper-container.singleNyheder .swiper-pagination.swiper-pagination-fraction {
  color: #222222;
}
.swiper-container.singleNyheder .swiper-background {
  background: #ededed;
  height: calc(100% - 0px);
  width: calc(100% - 0px);
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: -1;
}
.swiper-container.singleNyheder .swiper-pagination.swiper-pagination-fraction {
  bottom: -30px;
  height: 30px;
  font-size: 13px;
  left: 95px;
  line-height: 30px;
  width: 40px;
}

footer#colophon .widget ul {
  list-style-type: none;
}

@media (min-width: 922px) {
  .single-projekt #primary,
  .single-aarsberetning #primary,
  .single-kampagne #primary {
    width: 100%;
    margin: 0;
  }
  .single-projekt #secondary,
  .single-aarsberetning #secondary,
  .single-kampagne #secondary {
    width: 0;
    display: none;
  }
}
.single-projekt .wp-block-quote p,
.single-aarsberetning .wp-block-quote p,
.single-kampagne .wp-block-quote p {
  margin-bottom: 10px;
  color: #ff5b63;
}
.single-projekt .wp-block-quote p:before,
.single-aarsberetning .wp-block-quote p:before,
.single-kampagne .wp-block-quote p:before {
  position: relative;
  bottom: 10px;
  padding-right: 10px;
  display: inline-flex;
  content: url("./assets/img/open-quote-01.png") !important;
}
.single-projekt .wp-block-quote p:after,
.single-aarsberetning .wp-block-quote p:after,
.single-kampagne .wp-block-quote p:after {
  position: relative;
  bottom: 10px;
  padding-left: 10px;
  display: inline-flex;
  content: url("./assets/img/open-quote-01.png") !important;
}
.single-projekt .wp-block-quote cite,
.single-aarsberetning .wp-block-quote cite,
.single-kampagne .wp-block-quote cite {
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  color: #ff5b63;
}
.single-projekt .is-style-light-green-box a,
.single-aarsberetning .is-style-light-green-box a,
.single-kampagne .is-style-light-green-box a {
  text-decoration: underline;
}
.single-projekt .is-style-light-green-box a:before,
.single-aarsberetning .is-style-light-green-box a:before,
.single-kampagne .is-style-light-green-box a:before {
  display: none;
}
.single-projekt .is-style-light-green-box p.is-style-default a,
.single-aarsberetning .is-style-light-green-box p.is-style-default a,
.single-kampagne .is-style-light-green-box p.is-style-default a {
  text-decoration: underline;
}

.single-aarsberetning .campaign-frontpage {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (min-width: 768px) {
  .single-aarsberetning .campaign-frontpage {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.single-aarsberetning .campaign-frontpage p.is-style-cover-text-large {
  font-size: 30px;
  line-height: 27px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .single-aarsberetning .campaign-frontpage p.is-style-cover-text-large {
    font-size: 70px;
    line-height: 75px;
  }
}
.single-aarsberetning .campaign-frontpage p.is-style-cover-text-large em {
  font-size: 60px;
  font-style: normal;
  line-height: 60px;
}
@media screen and (min-width: 768px) {
  .single-aarsberetning .campaign-frontpage p.is-style-cover-text-large em {
    font-size: 220px;
    line-height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .single-aarsberetning .campaign-frontpage-btn a.uagb-buttons-repeater {
    border-color: #ffffff;
    background: #ffffff;
    color: #173f27;
    font-size: 11px;
    line-height: 14px;
    padding: 10px 20px;
    min-height: 52px;
  }
}
.single-aarsberetning .video-fullscreen {
  left: 50%;
  margin-left: -49vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}
.single-aarsberetning .video-fullscreen p.has-text-align-center.has-ast-global-color-5-color.has-text-color {
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
}
.single-aarsberetning div#billede-gallery-block_61ee738830e86 .swiper-container.marySwiper,
.single-aarsberetning div#billede-gallery-block_61efe53ead179 .swiper-container.marySwiper {
  height: fit-content;
}
.single-aarsberetning .logo-styles-aarsberetning {
  padding-top: 20px !important;
  padding-bottom: 0px !important;
  margin-bottom: 10px !important;
  margin-top: 50px !important;
}
@media screen and (min-width: 768px) {
  .single-aarsberetning .logo-styles-aarsberetning {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .single-aarsberetning .logo-styles-aarsberetning .uagb-columns__wrap {
    margin: -50px 0 -25px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .single-aarsberetning .logo-styles-aarsberetning .uagb-columns__wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.single-aarsberetning .logo-styles-aarsberetning .uagb-column__inner-wrap {
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .single-aarsberetning .logo-styles-aarsberetning .uagb-column__inner-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.single-aarsberetning .logo-styles-aarsberetning .uagb-column__inner-wrap .wp-block-image.size-full {
  margin: 0 !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single-aarsberetning .logo-styles-aarsberetning .uagb-column__inner-wrap .wp-block-image.size-full {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .single-aarsberetning .logo-styles-aarsberetning .uagb-column__inner-wrap .wp-block-image img {
    object-fit: contain;
    min-height: 90px;
    max-height: 90px;
    padding-right: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .single-aarsberetning .logo-styles-aarsberetning .uagb-column__inner-wrap .wp-block-image img {
    min-height: 90px;
    max-height: 90px;
    padding-right: 0;
    width: 100%;
    height: 90px;
    margin: -5px 0px;
    object-fit: contain;
  }
}
.single-aarsberetning .logo-styles-aarsberetning .uagb-columns__columns-5 > .uagb-column__wrap {
  width: auto !important;
}
.single-aarsberetning .columns-fullwidth-aarsberetning .uagb-section__wrap {
  padding: 100px !important;
}
@media screen and (min-width: 768px) {
  .single-aarsberetning .columns-fullwidth-aarsberetning .uagb-section__wrap {
    min-height: 810px;
  }
}
@media screen and (min-width: 1024px) {
  .single-aarsberetning .columns-fullwidth-aarsberetning .uagb-section__wrap {
    min-height: 650px;
  }
}
@media screen and (min-width: 1440px) {
  .single-aarsberetning .columns-fullwidth-aarsberetning .uagb-section__wrap {
    min-height: 675px;
  }
}
.single-aarsberetning .columns-fullwidth-aarsberetning .tekst {
  padding: 20px 20px 80px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .single-aarsberetning .columns-fullwidth-aarsberetning .tekst {
    padding: 50px !important;
  }
}
@media screen and (min-width: 1440px) {
  .single-aarsberetning .columns-fullwidth-aarsberetning .tekst {
    padding-left: 10% !important;
    padding-right: 15% !important;
  }
}
@media screen and (min-width: 1200px) {
  .single-aarsberetning .columns-fullwidth-aarsberetning .tekst {
    padding-left: 7% !important;
    padding-right: 6% !important;
  }
}
@media screen and (min-width: 1024px) {
  .single-aarsberetning .columns-fullwidth-aarsberetning .tekst {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
.single-aarsberetning .wp-block-cover {
  min-height: 140px !important;
  background-size: contain !important;
}
@media screen and (min-width: 768px) {
  .single-aarsberetning .wp-block-cover {
    min-height: 400px !important;
    background-size: cover !important;
  }
}
@media screen and (min-width: 1440px) {
  .single-aarsberetning .wp-block-cover {
    min-height: 550px !important;
  }
}
@media screen and (min-width: 1680px) {
  .single-aarsberetning .wp-block-cover {
    min-height: 600px !important;
  }
}
@media screen and (min-width: 2400px) {
  .single-aarsberetning .wp-block-cover {
    min-height: 800px !important;
  }
}
@media screen and (min-width: 768px) {
  .single-aarsberetning .is-style-campaign-btn .is-style-campaign {
    padding: 15vh 0 8vh;
  }
}
@media screen and (min-width: 1680px) {
  .single-aarsberetning .is-style-campaign-btn .is-style-campaign {
    padding: 25vh 0 20vh;
  }
}
@media screen and (min-width: 768px) {
  .single-aarsberetning .is-style-campaign-btn .wp-block-buttons {
    gap: 1.5em;
  }
}
@media screen and (min-width: 1680px) {
  .single-aarsberetning .single-aarsberetning .is-style-campaign-btn .is-style-campaign.small-cover {
    padding: 10vh 0 5vh;
  }
}
.single-aarsberetning .logo-styles {
  margin-top: 50px !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.single-aarsberetning .only-frontpage p.is-style-cover-text-large {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .single-aarsberetning .only-frontpage p.is-style-cover-text-large {
    bottom: -18vh;
    left: 0vh;
  }
}
@media screen and (min-width: 1200px) {
  .single-aarsberetning .only-frontpage p.is-style-cover-text-large {
    bottom: -15vh;
    left: 0vh;
  }
}
@media screen and (min-width: 1440px) {
  .single-aarsberetning .only-frontpage p.is-style-cover-text-large {
    bottom: -15vh;
    left: 0vw;
  }
}
@media screen and (min-width: 1660px) {
  .single-aarsberetning .only-frontpage p.is-style-cover-text-large {
    bottom: -15vh;
    left: -5vw;
  }
}
@media screen and (min-width: 1920px) {
  .single-aarsberetning .only-frontpage p.is-style-cover-text-large {
    bottom: -15vh;
    left: -5vw;
  }
}
@media screen and (min-width: 2400px) {
  .single-aarsberetning .only-frontpage p.is-style-cover-text-large {
    bottom: -10vh;
    left: -10vw;
  }
}

/*  March 2023 - Kathart/js
    Customized styling of hero-header for Aarsberetning 2022 cover page 
    Differs from original 2021 that is controlled .single-aarsberetning.
*/
#hero-aarsberetning {
  aspect-ratio: 2.32;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 40px;
}
#hero-aarsberetning.uagb-section__wrap > .uagb-section__inner-wrap {
  margin-right: unset;
  margin-left: unset;
}
@media screen and (max-width: 976px) {
  #hero-aarsberetning.uagb-section__wrap > .uagb-section__inner-wrap {
    scale: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #hero-aarsberetning.uagb-section__wrap > .uagb-section__inner-wrap {
    scale: 0.5;
    padding: 0;
  }
}
#hero-aarsberetning p.is-style-default {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.07;
  text-align: center;
}
#hero-aarsberetning p.is-style-default em {
  font-size: 314.3%;
  line-height: 0.91;
  font-style: normal;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  #hero-aarsberetning {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 6vw;
    padding-left: 38vw;
    max-height: 80vh;
  }
  #hero-aarsberetning p.is-style-default {
    font-size: 3.6458vw;
  }
}

#hero-menu {
  width: 100vw;
  margin-top: -60px;
  min-height: 60px;
  padding: 10px;
}
#hero-menu .uagb-section__overlay {
  opacity: 0.7;
  background-color: #a9d3c7;
}
#hero-menu .uagb-buttons__outer-wrap .uagb-buttons__wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #hero-menu .uagb-buttons__outer-wrap .uagb-buttons__wrap > div {
    min-width: 25%;
  }
}
#hero-menu a.uagb-buttons-repeater {
  background-color: transparent;
  border: 0 none #fff;
  color: #173f27;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 20px;
  text-decoration: none;
  padding: 10px 10px;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  #hero-menu a.uagb-buttons-repeater {
    font-size: 15px;
  }
}
@media screen and (min-width: 1440px) {
  #hero-menu {
    margin-top: -80px;
    min-height: 80px;
    padding: 20px;
  }
  #hero-menu a.uagb-buttons-repeater {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #hero-menu {
    margin-top: 0;
    padding: 15px 20px;
  }
  #hero-menu a.uagb-buttons-repeater {
    line-height: 12px;
  }
}
@media screen and (max-width: 600px) {
  #hero-menu a.uagb-buttons-repeater {
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  #hero-menu a.uagb-buttons-repeater {
    font-size: 12px;
  }
}
@media screen and (max-width: 430px) {
  #hero-menu {
    padding: 15px 0;
  }
}
#hero-menu a.uagb-buttons-repeater:hover {
  background-color: transparent;
}

body.single-bestyrelsesmedlem .site-content > .ast-container {
  border-top: 100px solid #aad4c8;
}
body.single-bestyrelsesmedlem #breadcrumbs {
  margin-bottom: 20px !important;
}
body.single-bestyrelsesmedlem #content .ast-container {
  padding-bottom: 20px;
}

.nyheder span.wpgb-checkbox-control {
  border-color: #ff5b64 !important;
  border-width: 1px !important;
  border-radius: 0 !important;
}
.nyheder .wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-control {
  background: #ff5b64 !important;
}
@media screen and (min-width: 768px) {
  .nyheder article.wpgb-card:nth-child(even) .wpgb-card-inner {
    flex-direction: row-reverse !important;
  }
}
.nyheder article.wpgb-card:nth-child(even) .wpgb-card-inner .wpgb-card-body,
.nyheder article.wpgb-card:nth-child(even) .wpgb-card-inner .wpgb-card-footer {
  background: #e1f0ec !important;
}
.nyheder article.wpgb-card:nth-child(odd) .wpgb-card-inner .wpgb-card-body,
.nyheder article.wpgb-card:nth-child(odd) .wpgb-card-inner .wpgb-card-footer {
  background: #f2f9f7 !important;
}
.nyheder .wpgb-card-wrapper {
  margin-bottom: 25px !important;
}
@media screen and (min-width: 1024px) {
  .nyheder .wpgb-card-wrapper {
    min-height: 290px;
  }
}
.nyheder .wpgb-card-media {
  width: 100% !important;
}
@media screen and (min-width: 993px) {
  .nyheder .wpgb-card-media {
    width: 40% !important;
  }
}
.nyheder .wpgb-card-content {
  width: fit-content !important;
}
@media screen and (min-width: 993px) {
  .nyheder .wpgb-card-content {
    width: 60% !important;
  }
}
@media screen and (min-width: 993px) {
  .nyheder .wpgb-facet .wpgb-hierarchical-list {
    display: flex !important;
    flex-wrap: wrap;
  }
}
.nyheder .wpgb-facet .wpgb-hierarchical-list li {
  padding-right: 20px !important;
  font-family: "Open Sans", sans-serif;
}
@media screen and (min-width: 993px) {
  .nyheder .wpgb-facet .wpgb-hierarchical-list li {
    margin: 0 !important;
    padding: 10px 0px;
  }
}
.nyheder time.wpgb-block-4.wpgb-idle-scheme-1 {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
}
.nyheder .wpgb-block-3 {
  font-size: 25px !important;
  font-weight: 700 !important;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px !important;
  color: #ff5b63 !important;
  font-family: "Open Sans", sans-serif !important;
  display: contents !important;
}
.nyheder .wpgb-block-4 {
  font-size: 15px !important;
  font-weight: 400 !important;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px !important;
  font-family: "Open Sans", sans-serif !important;
  padding-top: 10px !important;
}
.nyheder .read-more {
  text-align: left !important;
  padding: 0 !important;
  margin: 0 !important;
  text-transform: none !important;
  border: none !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  line-height: 19px !important;
  font-family: "Open Sans", sans-serif !important;
  text-decoration: none !important;
  padding-top: 10px !important;
}
.nyheder .read-more:before {
  content: "" !important;
  background-image: url("./assets/img/red_btn.svg") !important;
  position: relative !important;
  width: 35px !important;
  height: 35px !important;
  background-size: 35px 35px !important;
  display: inline-block !important;
  margin-right: 10px !important;
  top: 12px !important;
}
.nyheder .wpgb-block-2.wpgb-idle-scheme-1 {
  background: #aad4c8;
  width: fit-content;
  color: #173f27 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  line-height: 18px !important;
  text-align: center !important;
  padding: 5px 15px !important;
  font-family: "Open Sans", sans-serif !important;
}

.projekter span.wpgb-checkbox-control {
  border-color: #506eb7 !important;
  border-width: 1px !important;
  border-radius: 0 !important;
}
.projekter .wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-control {
  background: #506eb7 !important;
}
@media screen and (min-width: 768px) {
  .projekter article.wpgb-card:nth-child(even) .wpgb-card-inner {
    flex-direction: row-reverse !important;
  }
}
.projekter article.wpgb-card:nth-child(even) .wpgb-card-inner .wpgb-card-body,
.projekter article.wpgb-card:nth-child(even) .wpgb-card-inner .wpgb-card-footer {
  background: #e1f0ec !important;
}
.projekter article.wpgb-card:nth-child(odd) .wpgb-card-inner .wpgb-card-body,
.projekter article.wpgb-card:nth-child(odd) .wpgb-card-inner .wpgb-card-footer {
  background: #f2f9f7 !important;
}
@media screen and (min-width: 1024px) {
  .projekter .wpgb-card-wrapper {
    min-height: 290px;
  }
}
.projekter .wpgb-card-media {
  width: fit-content !important;
}
@media screen and (min-width: 768px) {
  .projekter .wpgb-card-media {
    width: 40% !important;
  }
}
.projekter .wpgb-card-content {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .projekter .wpgb-card-content {
    width: 60% !important;
  }
}
@media screen and (min-width: 768px) {
  .projekter .wpgb-facet .wpgb-hierarchical-list {
    display: flex !important;
    flex-wrap: wrap;
  }
}
.projekter .wpgb-facet .wpgb-hierarchical-list li {
  padding-right: 20px !important;
  font-family: "Open Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .projekter .wpgb-facet .wpgb-hierarchical-list li {
    margin: 0 !important;
    padding: 10px 0;
  }
}
.projekter time.wpgb-block-4.wpgb-idle-scheme-1 {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
}
.projekter .wpgb-block-3 {
  font-size: 25px !important;
  font-weight: 700 !important;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px !important;
  color: #506eb7 !important;
  font-family: "Open Sans", sans-serif !important;
  display: contents !important;
}
.projekter .wpgb-block-4 {
  font-size: 15px !important;
  font-weight: 400 !important;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px !important;
  font-family: "Open Sans", sans-serif !important;
  padding-top: 10px !important;
}
.projekter .read-more {
  text-align: left !important;
  padding: 0 !important;
  margin: 0 !important;
  text-transform: none !important;
  border: none !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  line-height: 19px !important;
  font-family: "Open Sans", sans-serif !important;
  text-decoration: none !important;
  padding-top: 10px !important;
}
.projekter .read-more:before {
  content: "" !important;
  background-image: url("./assets/img/blue_btn.svg") !important;
  position: relative !important;
  width: 35px !important;
  height: 35px !important;
  background-size: 35px 35px !important;
  display: inline-block !important;
  margin-right: 10px !important;
  top: 12px !important;
}
.projekter .wpgb-block-2.wpgb-idle-scheme-1 {
  color: #173f27 !important;
  background: #aad4c8;
  width: fit-content;
  font-size: 12px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  line-height: 18px !important;
  text-align: center !important;
  padding: 5px 15px !important;
  font-family: "Open Sans", sans-serif !important;
}

.viden span.wpgb-checkbox-control {
  border-color: #ff5b64 !important;
  border-width: 1px !important;
  border-radius: 0 !important;
}
.viden .wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-control {
  background: #ff5b64 !important;
}
.viden article.wpgb-card:nth-child(even) .wpgb-card-inner .wpgb-card-body,
.viden article.wpgb-card:nth-child(even) .wpgb-card-inner .wpgb-card-footer {
  background: #e1f0ec !important;
}
.viden article.wpgb-card:nth-child(odd) .wpgb-card-inner .wpgb-card-body,
.viden article.wpgb-card:nth-child(odd) .wpgb-card-inner .wpgb-card-footer {
  background: #f2f9f7 !important;
}
.viden .wpgb-card-wrapper {
  margin-bottom: 25px !important;
}
@media screen and (min-width: 1024px) {
  .viden .wpgb-card-wrapper {
    min-height: 290px;
  }
}
.viden .wpgb-card-media {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .viden .wpgb-card-media {
    width: 40% !important;
  }
}
.viden .wpgb-card-content {
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .viden .wpgb-card-content {
    width: 60% !important;
  }
}
@media screen and (min-width: 768px) {
  .viden .wpgb-facet .wpgb-hierarchical-list {
    display: flex !important;
    flex-wrap: wrap;
  }
}
.viden .wpgb-facet .wpgb-hierarchical-list li {
  padding-right: 20px !important;
  font-family: "Open Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .viden .wpgb-facet .wpgb-hierarchical-list li {
    margin: 0 !important;
    padding: 10px 0;
  }
}
.viden time.wpgb-block-4.wpgb-idle-scheme-1 {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
}
.viden .wpgb-block-3 {
  font-size: 25px !important;
  font-weight: 700 !important;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px !important;
  color: #ff5b63 !important;
  font-family: "Open Sans", sans-serif !important;
  display: contents !important;
}
.viden .wpgb-block-4 {
  font-size: 15px !important;
  font-weight: 400 !important;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px !important;
  font-family: "Open Sans", sans-serif !important;
  padding-top: 10px !important;
}
.viden .read-more {
  text-align: left !important;
  padding: 0 !important;
  margin: 0 !important;
  text-transform: none !important;
  border: none !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  line-height: 19px !important;
  font-family: "Open Sans", sans-serif !important;
  text-decoration: none !important;
  padding-top: 10px !important;
}
.viden .read-more:before {
  content: "" !important;
  background-image: url("./assets/img/red_btn.svg") !important;
  position: relative !important;
  width: 35px !important;
  height: 35px !important;
  background-size: 35px 35px !important;
  display: inline-block !important;
  margin-right: 10px !important;
  top: 12px !important;
}
.viden .wpgb-block-2.wpgb-idle-scheme-1 {
  color: #173f27 !important;
  background: #aad4c8;
  width: fit-content;
  font-size: 12px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  line-height: 18px !important;
  text-align: center !important;
  padding: 5px 15px !important;
  font-family: "Open Sans", sans-serif !important;
}
.viden .wpgb-block-5.wpgb-idle-scheme-1 {
  font-size: 13px !important;
  font-weight: 600 !important;
  font-style: normal;
  letter-spacing: normal;
  line-height: 16px !important;
  padding-bottom: 12px !important;
  font-family: "Open Sans", sans-serif !important;
}

.wpgb-block-4.wpgb-idle-scheme-2 p {
  color: #0a0a0a !important;
}

.wp-grid-builder .wpgb-card-1 .wpgb-block-4 {
  color: #0a0a0a !important;
}

.wp-grid-builder .wpgb-card-2 .wpgb-card-body,
.wp-grid-builder .wpgb-card-1 .wpgb-card-body {
  padding: 35px 40px 0 !important;
}
@media screen and (max-width: 767px) {
  .wp-grid-builder .wpgb-card-2 .wpgb-card-body,
  .wp-grid-builder .wpgb-card-1 .wpgb-card-body {
    padding: 20px !important;
  }
}

.wp-grid-builder .wpgb-card-3 .wpgb-card-body {
  padding: 30px 40px 0 !important;
}
@media screen and (max-width: 767px) {
  .wp-grid-builder .wpgb-card-3 .wpgb-card-body {
    padding: 20px !important;
  }
}

.wp-grid-builder .wpgb-card-1:hover .wpgb-card-inner,
.wp-grid-builder .wpgb-card-2:hover .wpgb-card-inner,
.wp-grid-builder .wpgb-card-3:hover .wpgb-card-inner {
  box-shadow: none !important;
}

.wp-grid-builder [class*=wpgb-scheme-] .wpgb-idle-accent-1,
.wp-grid-builder [class*=wpgb-scheme-] [class^=wpgb-block-].wpgb-hover-accent-1:hover {
  color: inherit !important;
  opacity: 1 !important;
  text-decoration: underline !important;
}

.wp-grid-builder.wpgb-enabled .wpgb-card {
  padding-bottom: 10px !important;
}
@media screen and (min-width: 1024px) {
  .wp-grid-builder.wpgb-enabled .wpgb-card {
    padding-bottom: 25px !important;
  }
}

.wp-grid-builder .wpgb-card-3 .wpgb-card-inner,
.wp-grid-builder .wpgb-card-1 .wpgb-card-inner,
.wp-grid-builder .wpgb-card-2 .wpgb-card-inner {
  border-radius: 0 !important;
}

.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox {
  margin-right: 15px;
}

.wpgb-grid-4 .wpgb-wrapper {
  margin-bottom: 15px !important;
}

.wpgb-grid-3 .wpgb-wrapper,
.wpgb-grid-2 .wpgb-wrapper {
  margin-bottom: -5px !important;
}

button.wpgb-button.wpgb-load-more {
  background: #124634;
  margin-bottom: 60px !important;
}

.ast-lswitcher-item-header {
  font-weight: 400;
  margin-left: 5px;
}

.ast-mobile-header-wrap .ast-above-header-bar,
.ast-above-header-bar .site-above-header-wrap {
  min-height: 0;
}

.ast-above-header-bar {
  border: none;
}

.site-header-above-section-right.site-header-section.ast-flex.ast-grid-right-section {
  position: relative;
  top: 10px;
  z-index: 9999;
}

a.ast-builder-language-switcher-item {
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

a.ast-builder-language-switcher-item {
  text-decoration: none;
}

html[lang=en-US] span.ast-lswitcher-item-header.ast-builder-language-switcher-native-name.wpml-da {
  text-decoration: none;
}
html[lang=en-US] span.ast-lswitcher-item-header.ast-builder-language-switcher-native-name.wpml-da:hover {
  text-decoration: underline !important;
}
html[lang=en-US] span.ast-lswitcher-item-header.ast-builder-language-switcher-native-name.wpml-en {
  text-decoration: underline;
}

html[lang=da-DK] span.ast-lswitcher-item-header.ast-builder-language-switcher-native-name.wpml-en {
  text-decoration: none;
}
html[lang=da-DK] span.ast-lswitcher-item-header.ast-builder-language-switcher-native-name.wpml-en:hover {
  text-decoration: underline !important;
}
html[lang=da-DK] span.ast-lswitcher-item-header.ast-builder-language-switcher-native-name.wpml-da {
  text-decoration: underline;
}

.tablepress {
  font-family: "Open Sans", sans-serif !important;
}
.tablepress thead th {
  background: #aad4c8;
}
.tablepress .even td {
  background: rgba(170, 212, 200, 0.25);
}
.tablepress .odd td {
  background: rgba(170, 212, 200, 0.5);
}

.tablepress-table-description {
  font-size: 13px !important;
  line-height: 19px !important;
}

.noegletal th.column-2,
.noegletal th.column-3,
.noegletal th.column-4,
.noegletal th.column-5,
.noegletal th.column-6,
.noegletal td.column-2,
.noegletal td.column-3,
.noegletal td.column-4,
.noegletal td.column-5,
.noegletal td.column-6 {
  text-align: right;
}

.tabel-aarsberetning-2021 th.column-2,
.tabel-aarsberetning-2021 th.column-3,
.tabel-aarsberetning-2021 td.column-2,
.tabel-aarsberetning-2021 td.column-3 {
  text-align: right;
}

a.ais-PoweredBy-link,
#ais-facets,
span.ais-Stats-text,
.autocomplete-header {
  display: none;
}

#algolia-search-box input {
  border-bottom-color: #173f27;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  line-height: 34px;
  padding-left: 50px !important;
}

.algolia-search-box-wrapper .search-icon {
  fill: #173f27;
}

#ais-wrapper {
  width: 100%;
  padding-top: 5%;
  align-items: center;
  justify-content: center;
}
#ais-wrapper article {
  display: flex;
  border-bottom: 1px solid #173f27;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #ais-wrapper article {
    display: block;
  }
}

.ais-Hits-item {
  margin: 0 0 15px 0;
}

main#ais-main {
  padding-bottom: 40px;
}
@media screen and (min-width: 1280px) {
  main#ais-main {
    width: 80%;
  }
}

.ais-hits--content {
  padding: 20px;
  font-size: 27px;
}
.ais-hits--content h2 {
  line-height: 28px !important;
  padding-bottom: 15px !important;
}

a.ais-hits--title-link {
  font-size: 23px !important;
  font-style: normal;
  text-decoration: none;
  color: #0a0a0a;
}

.excerpt p {
  margin: 0 !important;
}

input.ais-search-box--input {
  padding: 20px 20px !important;
  font-family: "Open Sans", sans-serif !important;
}

a.ais-pagination--link {
  font-size: 25px;
}

ul.ais-pagination {
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .ais-hits--large {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
  }
}
.ais-hits--large img {
  min-height: 170px;
  max-height: 170px;
  object-fit: cover;
  min-width: 100%;
}

a.ais-Pagination-link {
  font-size: 23px;
  text-decoration: none;
  font-weight: 400;
}

.ais-Hits.ais-Hits--empty {
  font-size: 25px;
  text-align: center;
  padding-bottom: 70px;
}

#mc_embed_signup .mc-field-group.emailfelt {
  display: flex;
  gap: 15px;
  flex-direction: row;
}
@media (max-width: 780px) {
  #mc_embed_signup .mc-field-group.emailfelt {
    gap: 0px;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
#mc_embed_signup .mc-field-group.emailfelt h3 {
  color: #173f27;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  line-height: 47px;
  margin-bottom: 0px;
}
#mc_embed_signup .mc-field-group.emailfelt > p {
  min-width: 250px;
}
#mc_embed_signup .mc-field-group input#mce-EMAIL {
  background: rgba(170, 212, 200, 0.3);
  border: none;
  color: #000;
  width: 100%;
}
#mc_embed_signup .mc-field-group label {
  font-size: 18px;
}
#mc_embed_signup input[type=checkbox],
#mc_embed_signup input[type=radio] {
  margin-right: 12px;
  height: 17px;
  width: 17px;
  top: 2px;
  position: relative;
}
#mc_embed_signup fieldset {
  border: none;
  padding: 0 0 20px;
}
#mc_embed_signup .indicates-required {
  display: none;
}
#mc_embed_signup input#mc-embedded-subscribe {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  font-family: "Open Sans";
  padding: 20px 30px;
  margin-top: 10px;
}
#mc_embed_signup input#mc-embedded-subscribe:hover {
  opacity: 0.9;
}
#mc_embed_signup p.legal {
  font-size: 12px;
}
#mc_embed_signup .content__gdpr h3 {
  font-size: 22px;
}

/* =============================================================================
   Custom Class
   ========================================================================== */
.image-to-top {
  background-size: contain !important;
}
@media screen and (min-width: 1024px) {
  .image-to-top {
    top: -30px;
    left: -30px;
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .image-to-top {
    width: 46%;
    margin-left: 50px;
  }
}
.fill {
  object-fit: fill;
}

.contain {
  object-fit: contain;
}

.cover {
  object-fit: cover;
}

.scale-down {
  object-fit: scale-down;
}

#block-2 .wp-block-image.size-full {
  margin: 0;
  width: 250px;
}

/* =============================================================================
   Custom Number Counter (Kioken)
   ========================================================================== */
.wp-block-kioken-countup {
  display: flex;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .wp-block-kioken-countup {
    display: block;
  }
}
.wp-block-kioken-countup .counter-wrap {
  width: auto;
  padding-right: 10px;
  font-weight: 700 !important;
  color: #173f27 !important;
  font-size: 60px;
}
.wp-block-kioken-countup p {
  font-weight: 700 !important;
  color: #173f27 !important;
}

.wp-block-kioken-countup .kt-count,
.wp-block-kioken-countup .kt-suffix,
.wp-block-kioken-countup .kt-prefix {
  font-family: "Open Sans", sans-serif;
}

/* =============================================================================
   Custom Green Grid Post modifications (used on "Saadan arbejder vi")
   ========================================================================== */
.green-post-grid .uagb-post__inner-wrap {
  background: #173f27 !important;
}
.green-post-grid h3.uagb-post__title {
  padding-top: 10px;
  line-height: 32px;
}
.green-post-grid h3.uagb-post__title a {
  font-size: 25px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 32px;
  text-align: left;
  color: #ffffff !important;
}
.green-post-grid .uagb-post__text {
  padding: 0 20px;
}
.green-post-grid .uagb-post__excerpt {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
}
.green-post-grid .uagb-post__text .uagb-post__cta {
  background: transparent !important;
  padding: 0 !important;
  padding-bottom: 20px !important;
  margin-top: -10px;
}
.green-post-grid a.wp-block-button__link.uagb-text-link {
  padding: 0 !important;
  color: #dadb4b !important;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 19px;
}
.green-post-grid a.wp-block-button__link.uagb-text-link:before {
  content: "";
  background-image: url("./assets/img/light-green-arrow.png");
  position: relative;
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  display: inline-block;
  margin-right: 10px;
  top: 12px;
}

/* =============================================================================
   UAG Multi buttons modifications used for the frontpage
   ========================================================================== */
.uagb-button__wrapper a.uagb-buttons-repeater {
  border: 2px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 19px;
  text-decoration: none;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px !important;
}
@media screen and (min-width: 1280px) {
  .uagb-button__wrapper a.uagb-buttons-repeater {
    min-width: 180px;
  }
}
@media screen and (min-width: 1440px) {
  .uagb-button__wrapper a.uagb-buttons-repeater {
    min-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .uagb-button__wrapper a.uagb-buttons-repeater {
    background: #ffffff;
    color: #173f27;
    font-size: 11px;
    line-height: 14px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 320px) {
  .uagb-button__wrapper a.uagb-buttons-repeater {
    padding: 10px;
  }
}
.uagb-button__wrapper a.uagb-buttons-repeater:hover {
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #173f27;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .uagb-button__wrapper a.uagb-buttons-repeater {
    font-size: 12px;
    line-height: 13px;
    padding: 10px 13px;
  }
}
/* =============================================================================
   Top banner modifications 
   ========================================================================== */
@media screen and (max-width: 767px) {
  .top-banner {
    padding: 70px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .top-banner-small {
    padding: 50px 0 !important;
  }
}

/* =============================================================================
   Custom About image modifications 
   ========================================================================== */
@media screen and (min-width: 993px) {
  html[lang=da-DK] .about-cover {
    padding: 80px 0 !important;
  }
}
@media screen and (min-width: 1280px) {
  html[lang=da-DK] .about-cover {
    padding: 180px 0 !important;
  }
}
@media screen and (min-width: 1921px) {
  html[lang=da-DK] .about-cover {
    padding: 250px 0 !important;
  }
}
html[lang=da-DK] .about-cover .is-style-cover-text-large {
  padding: 0;
}
@media screen and (max-width: 767px) {
  html[lang=da-DK] .about-cover .is-style-cover-text-large {
    width: 224px;
    font-size: 16px;
    line-height: 19px;
    padding-right: 0;
    top: 15px;
    right: 20px;
    margin-bottom: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  html[lang=da-DK] .about-cover .uagb-columns__wrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 10px;
  }
}

@media screen and (min-width: 993px) {
  html[lang=en-US] .about-cover {
    padding: 90px 0 !important;
  }
}
@media screen and (min-width: 1280px) {
  html[lang=en-US] .about-cover {
    padding: 180px 0 !important;
  }
}
@media screen and (min-width: 1680px) {
  html[lang=en-US] .about-cover {
    padding: 230px 0 !important;
  }
}
@media screen and (min-width: 1921px) {
  html[lang=en-US] .about-cover {
    padding: 310px 0 !important;
  }
}
html[lang=en-US] .about-cover .is-style-cover-text-large {
  padding: 0;
}
@media screen and (max-width: 767px) {
  html[lang=en-US] .about-cover .is-style-cover-text-large {
    width: 224px;
    font-size: 16px;
    line-height: 19px;
    padding-right: 0;
    top: 15px;
    right: 20px;
    margin-bottom: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  html[lang=en-US] .about-cover .uagb-columns__wrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 10px;
  }
}

/* =============================================================================
   Custom Entrance for the page "Vores arbejde" modifications 
   ========================================================================== */
@media screen and (min-width: 1024px) {
  .custom-entrance .uagb-columns__columns-2 > .uagb-column__wrap {
    min-height: 315px !important;
  }
}

/* =============================================================================
   Custom Red/Blue Post Carousel modifications 
   ========================================================================== */
/* Slidere - generelt */
.wp-block-uagb-post-carousel .uagb-post__text.uagb-post-grid-byline {
  position: absolute;
  top: 0;
  background: #aad4c8 !important;
  color: #173f27 !important;
  font-size: 11px;
  line-height: 18px;
  padding: 5px 10px;
  display: inline-block;
  text-align: center;
  word-break: break-all;
  margin-left: 20px !important;
}

article.type-projekt .uagb-post-grid-byline {
  display: none !important;
}

.wp-block-uagb-post-carousel.uagb-post-grid .uagb-post__inner-wrap {
  padding: 0 !important;
  background: #fff !important;
}

.wp-block-uagb-post-carousel .uagb-post__image img {
  padding: 0;
  height: auto !important;
  object-fit: cover;
  aspect-ratio: 5/3;
  max-height: 100% !important;
  min-height: 100% !important;
}

@media screen and (min-width: 768px) {
  .wp-block-uagb-post-carousel.uagb-slick-carousel.slick-initialized .slick-slide {
    padding: 0 10px;
  }
  /* .slider-outer-container er en klasse der smider på en container udenom slideren, så slides flugter med content bredde */
  .wp-block-uagb-container.slider-outer-container {
    max-width: calc(100% + 20px) !important;
    width: calc(100% + 20px) !important;
  }
}
/* Slider - rød */
.is-style-related-red h3.uagb-post__title a {
  color: #ff5b63 !important;
}

.is-style-related-red h3.uagb-post__title {
  padding-bottom: 5px;
}

/* Slider - blå (det hele skal smides på denne klasse: .is-style-projects-blue) */
.is-style-projects-blue .uagb-post__excerpt {
  padding: 0px !important;
  margin-bottom: 20px !important;
}

.is-style-projects-blue .uagb-post__title {
  padding: 0px 0px 5px 0px !important;
}

.is-style-projects-blue:not(.uagb-slick-carousel) {
  gap: 20px !important;
}

.is-style-projects-blue:not(.uagb-slick-carousel).uagb-post__columns-4 article {
  width: calc(25% - 15px) !important;
}

.uagb-post-grid .uagb-post-grid-byline > * {
  margin-right: 0px;
}

@media screen and (max-width: 976px) {
  .is-style-projects-blue:not(.uagb-slick-carousel).uagb-post__columns-tablet-2 article {
    width: calc(50% - 10px) !important;
  }
}
@media screen and (max-width: 767px) {
  .is-style-projects-blue:not(.uagb-slick-carousel).uagb-post__columns-mobile-1 article {
    width: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-style-related-red .uagb-post__image img {
    max-height: 200px;
  }
  .is-style-related-red .uagb-post__inner-wrap {
    height: 430px;
  }
}
.is-style-projects-blue h3.uagb-post__title a {
  color: #506eb7 !important;
}
.is-style-projects-blue .uagb-post__inner-wrap {
  background: #ffffff !important;
}
@media screen and (max-width: 767px) {
  .is-style-projects-blue .uagb-post__image {
    margin-bottom: 20px !important;
  }
}
.is-style-projects-blue h3.uagb-post__title {
  padding: 0 20px;
}
.is-style-projects-blue .uagb-post__excerpt {
  padding: 1px 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .is-style-projects-blue .uagb-post__excerpt {
    padding: 0 10px 40px !important;
    background: #fff !important;
    margin-bottom: 0 !important;
  }
}
.is-style-projects-blue .uagb-post__date {
  background: #aad4c8 !important;
  font-family: "Open Sans", sans-serif;
  color: #173f27 !important;
  position: absolute;
  top: 0;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  text-align: center;
  color: #000000;
  padding: 5px 10px;
}
.is-style-projects-blue .uagb-post__date .dashicons-calendar:before {
  display: none;
}

/* =============================================================================
   Custom Grid Post modifications (used on the page "Nyheder")
   ========================================================================== */
@media (max-width: 976px) {
  .is-style-nyheder {
    column-gap: 20px !important;
  }
}
.is-style-nyheder article.uagb-post__inner-wrap {
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr auto 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  margin-bottom: 40px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.is-style-nyheder article.uagb-post__inner-wrap:last-child {
  margin-bottom: 0px !important;
}
@media (max-width: 976px) {
  .is-style-nyheder article.uagb-post__inner-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px !important;
  }
}
@media (max-width: 544px) {
  .is-style-nyheder article.uagb-post__inner-wrap {
    margin-bottom: 35px !important;
  }
}
@media screen and (min-width: 921px) {
  .is-style-nyheder article.uagb-post__inner-wrap .uagb-post__title {
    padding: 50px 50px 0 !important;
  }
}
.is-style-nyheder article.uagb-post__inner-wrap .uagb-post__excerpt {
  padding: 15px 20px !important;
  background: transparent !important;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
}
@media screen and (min-width: 1100px) {
  .is-style-nyheder article.uagb-post__inner-wrap .uagb-post__excerpt {
    padding: 20px 50px !important;
  }
}
.is-style-nyheder article.uagb-post__inner-wrap .uagb-post__title {
  padding: 15px 20px 0 !important;
}
@media screen and (min-width: 1100px) {
  .is-style-nyheder article.uagb-post__inner-wrap .uagb-post__title {
    padding: 0px 50px 0 !important;
  }
}
@media (max-width: 976px) {
  .is-style-nyheder article.uagb-post__inner-wrap .uagb-post__title {
    padding: 20px 20px 10px !important;
  }
}
.is-style-nyheder article.uagb-post__inner-wrap .uagb-post__title a {
  font-size: 25px !important;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  color: #ff5b63 !important;
  text-transform: none !important;
}
@media screen and (max-width: 1099px) {
  .is-style-nyheder article.uagb-post__inner-wrap .uagb-post__title a {
    font-size: 22px !important;
    line-height: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .is-style-nyheder article.uagb-post__inner-wrap .uagb-post__title a {
    font-size: 20px !important;
    line-height: 23px !important;
  }
}
.is-style-nyheder article.uagb-post__inner-wrap:nth-child(even) {
  background: #e1f0ec !important;
}
.is-style-nyheder article.uagb-post__inner-wrap:nth-child(even) > .uagb-post__image {
  grid-area: 1/3/4/5;
  padding-bottom: 0px;
}
.is-style-nyheder article.uagb-post__inner-wrap:nth-child(even) > h3.uagb-post__title.uagb-post__text {
  grid-area: 1/1/2/3;
  align-self: end;
}
@media (max-width: 976px) {
  .is-style-nyheder article.uagb-post__inner-wrap:nth-child(even) > h3.uagb-post__title.uagb-post__text {
    align-self: start;
  }
}
.is-style-nyheder article.uagb-post__inner-wrap:nth-child(even) > .uagb-post__text.uagb-post__excerpt {
  grid-area: 2/1/3/3;
  align-self: center;
}
.is-style-nyheder article.uagb-post__inner-wrap:nth-child(even) > .uagb-post__text.uagb-post__cta.wp-block-button {
  grid-area: 3/1/4/3;
  align-self: start;
}
.is-style-nyheder article.uagb-post__inner-wrap:nth-child(odd) {
  background: #f2f9f7 !important;
}
.is-style-nyheder article.uagb-post__inner-wrap:nth-child(odd) > .uagb-post__image {
  grid-area: 1/1/4/3;
  padding-bottom: 0px;
}
.is-style-nyheder article.uagb-post__inner-wrap:nth-child(odd) > h3.uagb-post__title.uagb-post__text {
  grid-area: 1/3/2/5;
  align-self: end;
}
@media (max-width: 976px) {
  .is-style-nyheder article.uagb-post__inner-wrap:nth-child(odd) > h3.uagb-post__title.uagb-post__text {
    align-self: start;
  }
}
.is-style-nyheder article.uagb-post__inner-wrap:nth-child(odd) > .uagb-post__text.uagb-post__excerpt {
  grid-area: 2/3/3/5;
  align-self: center;
  width: 100%;
}
.is-style-nyheder article.uagb-post__inner-wrap:nth-child(odd) > .uagb-post__text.uagb-post__cta.wp-block-button {
  grid-area: 3/3/4/5;
  align-self: start;
}
.is-style-nyheder .uagb-post__cta {
  background: transparent !important;
  padding: 0px 20px 0;
}
@media screen and (min-width: 1100px) {
  .is-style-nyheder .uagb-post__cta {
    padding: 0px 50px 0;
  }
}
@media (max-width: 976px) {
  .is-style-nyheder .uagb-post__cta {
    margin: 20px 0 30px;
  }
}
@media (max-width: 767px) {
  .is-style-nyheder .uagb-post__cta {
    margin: 20px 0 10px;
  }
}
@media (max-width: 544px) {
  .is-style-nyheder .uagb-post__cta {
    margin: 20px 0 5px;
  }
}
.is-style-nyheder .uagb-post__cta a.wp-block-button__link.uagb-text-link {
  background: transparent;
  padding: 0;
  color: #173f27;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  height: 35px;
  display: flex;
  align-items: center;
}
.is-style-nyheder .uagb-post__cta a.wp-block-button__link.uagb-text-link::before {
  content: "";
  background-image: url("./assets/img/red_btn.svg");
  position: relative;
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  display: inline-block;
  margin-right: 10px;
  top: auto;
  left: 0;
}
.is-style-nyheder .uagb-post__cta a.wp-block-button__link.uagb-text-link:hover {
  background: transparent;
  color: #173f27;
  text-decoration: underline;
}
.is-style-nyheder .uagb-post__inner-wrap {
  padding: 0 !important;
}
.is-style-nyheder .uagb-post__inner-wrap > .uagb-post__image:first-child {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.is-style-nyheder .uagb-post-grid .uagb-post__inner-wrap {
  padding-bottom: 0 !important;
}
.is-style-nyheder .uagb-post__image img {
  padding: 0 !important;
}
.is-style-nyheder .uagb-post__image {
  margin-bottom: 0 !important;
}
.is-style-nyheder .uagb-post-grid-byline {
  display: none !important;
}

/* =============================================================================
   Custom Grid Post modifications (used on the page "Projekter")
   ========================================================================== */
@media (max-width: 976px) {
  .is-style-projekter {
    column-gap: 20px !important;
  }
}
.is-style-projekter article.uagb-post__inner-wrap {
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr auto 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  margin-bottom: 40px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.is-style-projekter article.uagb-post__inner-wrap:last-child {
  margin-bottom: 0px !important;
}
@media (max-width: 976px) {
  .is-style-projekter article.uagb-post__inner-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px !important;
  }
}
@media (max-width: 544px) {
  .is-style-projekter article.uagb-post__inner-wrap {
    margin-bottom: 35px !important;
  }
}
.is-style-projekter article.uagb-post__inner-wrap .uagb-post__title {
  padding: 15px 20px 0 !important;
}
@media screen and (min-width: 1100px) {
  .is-style-projekter article.uagb-post__inner-wrap .uagb-post__title {
    padding: 0px 50px 0 !important;
  }
}
@media (max-width: 976px) {
  .is-style-projekter article.uagb-post__inner-wrap .uagb-post__title {
    padding: 20px 20px 10px !important;
  }
}
.is-style-projekter article.uagb-post__inner-wrap .uagb-post__title a {
  font-size: 25px !important;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  color: #506eb7 !important;
  text-transform: none !important;
}
@media screen and (max-width: 767px) {
  .is-style-projekter article.uagb-post__inner-wrap .uagb-post__title a {
    font-size: 20px !important;
    line-height: 23px !important;
  }
}
.is-style-projekter article.uagb-post__inner-wrap .uagb-post__excerpt {
  padding: 15px 20px !important;
  background: transparent !important;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
}
@media screen and (min-width: 1100px) {
  .is-style-projekter article.uagb-post__inner-wrap .uagb-post__excerpt {
    padding: 20px 50px !important;
  }
}
.is-style-projekter article.uagb-post__inner-wrap:nth-child(even) {
  background: #e1f0ec !important;
}
.is-style-projekter article.uagb-post__inner-wrap:nth-child(even) > .uagb-post__image {
  grid-area: 1/3/4/5;
  padding-bottom: 0px;
}
.is-style-projekter article.uagb-post__inner-wrap:nth-child(even) > h3.uagb-post__title.uagb-post__text {
  grid-area: 1/1/2/3;
  align-self: end;
}
@media (max-width: 976px) {
  .is-style-projekter article.uagb-post__inner-wrap:nth-child(even) > h3.uagb-post__title.uagb-post__text {
    align-self: start;
  }
}
.is-style-projekter article.uagb-post__inner-wrap:nth-child(even) > .uagb-post__text.uagb-post__excerpt {
  grid-area: 2/1/3/3;
  align-self: center;
}
.is-style-projekter article.uagb-post__inner-wrap:nth-child(even) > .uagb-post__text.uagb-post__cta.wp-block-button {
  grid-area: 3/1/4/3;
  align-self: start;
}
.is-style-projekter article.uagb-post__inner-wrap:nth-child(odd) {
  background: #f2f9f7 !important;
}
.is-style-projekter article.uagb-post__inner-wrap:nth-child(odd) > .uagb-post__image {
  grid-area: 1/1/4/3;
  padding-bottom: 0px;
}
.is-style-projekter article.uagb-post__inner-wrap:nth-child(odd) > h3.uagb-post__title.uagb-post__text {
  grid-area: 1/3/2/5;
  align-self: end;
}
@media (max-width: 976px) {
  .is-style-projekter article.uagb-post__inner-wrap:nth-child(odd) > h3.uagb-post__title.uagb-post__text {
    align-self: start;
  }
}
.is-style-projekter article.uagb-post__inner-wrap:nth-child(odd) > .uagb-post__text.uagb-post__excerpt {
  grid-area: 2/3/3/5;
  align-self: center;
  width: 100%;
}
.is-style-projekter article.uagb-post__inner-wrap:nth-child(odd) > .uagb-post__text.uagb-post__cta.wp-block-button {
  grid-area: 3/3/4/5;
  align-self: start;
}
.is-style-projekter .uagb-post__cta {
  background: transparent !important;
  padding: 0px 20px 0;
}
@media screen and (min-width: 1100px) {
  .is-style-projekter .uagb-post__cta {
    padding: 0px 50px 0;
  }
}
@media (max-width: 976px) {
  .is-style-projekter .uagb-post__cta {
    margin: 20px 0 30px;
  }
}
@media (max-width: 767px) {
  .is-style-projekter .uagb-post__cta {
    margin: 20px 0 10px;
  }
}
@media (max-width: 544px) {
  .is-style-projekter .uagb-post__cta {
    margin: 20px 0 5px;
  }
}
.is-style-projekter .uagb-post__cta a.wp-block-button__link.uagb-text-link {
  background: transparent;
  padding: 0;
  color: #173f27;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  height: 35px;
  display: flex;
  align-items: center;
}
.is-style-projekter .uagb-post__cta a.wp-block-button__link.uagb-text-link::before {
  content: "";
  background-image: url("./assets/img/blue_btn.svg");
  position: relative;
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  display: inline-block;
  margin-right: 10px;
  top: auto;
  left: 0;
}
.is-style-projekter .uagb-post__cta a.wp-block-button__link.uagb-text-link:hover {
  background: transparent;
  color: #173f27;
  text-decoration: underline;
}
.is-style-projekter .uagb-post__inner-wrap {
  padding: 0 !important;
}
.is-style-projekter .uagb-post__inner-wrap > .uagb-post__image:first-child {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.is-style-projekter .uagb-post-grid .uagb-post__inner-wrap {
  padding-bottom: 0 !important;
}
.is-style-projekter .uagb-post__image img {
  padding: 0 !important;
}
.is-style-projekter .uagb-post__image {
  margin-bottom: 0 !important;
}
.is-style-projekter .uagb-post__image:before {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  text-align: center;
  content: "Projekt";
  position: absolute;
  background: #aad4c8 !important;
  opacity: 1 !important;
  padding: 5px 30px;
  z-index: 99;
}

/* =============================================================================
   Custom Grid Post modifications (used on the page "Bestyrelsen")
   ========================================================================== */
.is-style-bestyrelsen .uagb-post__inner-wrap {
  background: rgba(170, 212, 200, 0.25) !important;
  margin-bottom: 0px !important;
}
@media (max-width: 976px) {
  .is-style-bestyrelsen .uagb-post__inner-wrap {
    padding-top: 0px !important;
  }
}
@media (max-width: 767px) {
  .is-style-bestyrelsen .uagb-post__inner-wrap .uagb-post__image {
    padding-bottom: 0px;
  }
}
@media (max-width: 976px) {
  .is-style-bestyrelsen .uagb-post__inner-wrap .uagb-post__image img {
    padding: 0px;
  }
}
.is-style-bestyrelsen h3.uagb-post__title {
  padding: 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .is-style-bestyrelsen h3.uagb-post__title {
    padding: 5px 15px !important;
  }
}
.is-style-bestyrelsen h3.uagb-post__title a {
  color: #173f27 !important;
  font-size: 18px;
  font-weight: 600 !important;
  font-style: normal;
  letter-spacing: normal;
  line-height: 23px;
  text-align: left;
}
.is-style-bestyrelsen h3.uagb-post__title a:active, .is-style-bestyrelsen h3.uagb-post__title a:focus {
  font-size: 18px !important;
}
.is-style-bestyrelsen .uagb-post__cta {
  margin: 0 20px;
  background: transparent !important;
}
@media screen and (max-width: 767px) {
  .is-style-bestyrelsen .uagb-post__cta {
    margin: 0px 15px;
    padding: 10px 0 20px !important;
  }
}
.is-style-bestyrelsen .uagb-post__cta a {
  padding: 0 !important;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 19px;
  color: #173f27 !important;
  margin-top: -10px;
  background: transparent;
}
.is-style-bestyrelsen .uagb-post__cta a:hover {
  background: transparent;
  border: none;
}
.is-style-bestyrelsen .uagb-post__cta a:before {
  content: "";
  background-image: url("./assets/img/red_btn.svg");
  position: relative;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  display: inline-block;
  margin-right: 10px;
  top: 10px;
}

/* =============================================================================
   General styles for post grids
   ========================================================================== */
@media (max-width: 767px) {
  .uagb-post__title {
    padding: 15px 20px 0 !important;
  }
  .uagb-post__excerpt {
    padding: 0 20px !important;
  }
  .uagb-post__cta {
    padding: 0 20px 20px !important;
  }
}
/* =============================================================================
   Buttons after a section (frontpage)
   ========================================================================== */
@media screen and (min-width: 1024px) {
  .button-middle {
    position: relative;
    top: 50px;
    margin-top: -50px;
  }
}

/* =============================================================================
   Custom Grid Post modifications (used on the page "Bestyrelsen")
   ========================================================================== */
.column-remove-margin {
  margin-left: -10px;
  margin-right: -10px;
}

/* =============================================================================
   Custom styles for Logo on Projekt-posts
   ========================================================================== */
.logo-styles {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  margin-bottom: 30px !important;
}
@media screen and (min-width: 768px) {
  .logo-styles {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .logo-styles .uagb-columns__wrap {
    margin: -40px 0 -25px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .logo-styles .uagb-columns__wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.logo-styles .uagb-column__inner-wrap {
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .logo-styles .uagb-column__inner-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.logo-styles .uagb-column__inner-wrap .wp-block-image.size-full {
  margin: 0 !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .logo-styles .uagb-column__inner-wrap .wp-block-image.size-full {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .logo-styles .uagb-column__inner-wrap .wp-block-image img {
    object-fit: contain;
    min-height: 90px;
    max-height: 90px;
    padding-right: 30px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .logo-styles .uagb-column__inner-wrap .wp-block-image img {
    min-height: 90px;
    max-height: 90px;
    padding-right: 0;
    width: 100%;
    height: 90px;
    margin: -5px 0px;
    object-fit: contain;
  }
}
.logo-styles .uagb-columns__columns-5 > .uagb-column__wrap {
  width: auto !important;
}

.type-kampagne .uagb-post__image:before {
  display: none;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20%, 0);
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20%, 0);
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInMF {
  0% {
    opacity: 0;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: cubic-bezier(0.5, 0.015, 0.245, 0.995);
    transition-timing-function: cubic-bezier(0.5, 0.015, 0.245, 0.995);
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transform: scale(1.15) translate3d(0, 0, 0);
    will-change: opacity, transform;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeInMF {
  0% {
    opacity: 0;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: cubic-bezier(0.5, 0.015, 0.245, 0.995);
    transition-timing-function: cubic-bezier(0.5, 0.015, 0.245, 0.995);
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transform: scale(1.15) translate3d(0, 0, 0);
    will-change: opacity, transform;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.fadeInMF {
  -webkit-animation-name: fadeInMF;
  animation-name: fadeInMF;
}

form.post-password-form {
  padding-top: 90px;
}

.tennis .uagb-section__overlay {
  background: #e47e2a !important;
}

.haandbold .uagb-section__overlay {
  background: #dc9d2f !important;
}

.svoemning .uagb-section__overlay {
  background: #2ac0eb !important;
}

.wp-block-eedee-block-gutenslider.content-change {
  height: fit-content !important;
}