@charset "UTF-8";
/*!
Theme Name: Bureaubiz 2026
Theme URI: https://bureaubiz.dk
Author: Bureaubiz
Description: The 2026 Bureaubiz block theme.
Requires at least: 6.6
Text Domain: bureaubiz-2026
Version: 0.1.0
*/
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Focus styles.
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
/**
 * These are default block editor widths in case the theme doesn't provide them.
 */
/**
 * Breakpoints & Media Queries
 */
/**
 * Base
 * - Reset the browser
 */
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  height: auto;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

.is-root-container {
  padding-left: var(--wp--custom--post-content--padding--left);
  padding-right: var(--wp--custom--post-content--padding--right);
}

.block-editor-block-list__layout.is-root-container > .wp-block[data-align=full],
.wp-block-post-content > .alignfull {
  margin-left: calc(-1 * var(--wp--custom--post-content--padding--left)) !important;
  margin-right: calc(-1 * var(--wp--custom--post-content--padding--right)) !important;
  width: calc(100% + var(--wp--custom--post-content--padding--left) + var(--wp--custom--post-content--padding--right)) !important;
}

.post-header,
.page-content,
[data-align=full] > p,
.alignfull > p {
  padding-left: var(--wp--custom--post-content--padding--left);
  padding-right: var(--wp--custom--post-content--padding--right);
}

@media (min-width: 480px) {
  .wp-block[data-align=left],
  .wp-block[data-align=right],
  .wp-site-blocks .alignleft,
  .wp-site-blocks .alignright {
    max-width: var(--wp--custom--alignment--aligned-max-width);
  }
}
.aligncenter {
  text-align: center;
}

body {
  overflow-x: hidden;
}

footer.wp-block-template-part {
  margin-block-start: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  margin-top: var(--wp--custom--margin--vertical);
  margin-bottom: var(--wp--custom--margin--vertical);
}

body {
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

.no-border {
  border: none !important;
}

@media screen and (max-width: 767px) {
  h2[style="font-size:42px;"] {
    font-size: 28px !important;
  }
  h2[style="font-size:32px;"] {
    font-size: 24px !important;
  }
}
body.no-flexbox-gap-support a:not(.wp-element-button) {
  color: var(--wp--custom--color--secondary);
}
body.no-flexbox-gap-support .is-layout-constrained > *:not(.alignleft):not(.alignright):not(.alignfull) {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--wp--style--global--content-size);
}
body.no-flexbox-gap-support .is-layout-constrained > .alignwide.alignwide.alignwide {
  max-width: var(--wp--style--global--wide-size);
}
@media screen and (min-width: 1024px) {
  body.no-flexbox-gap-support .wp-block-columns > .wp-block-column + .wp-block-column {
    margin-left: 40px;
  }
  body.no-flexbox-gap-support .wp-block-navigation.is-responsive .wp-block-navigation__container li {
    margin-left: 1vw;
  }
  body.no-flexbox-gap-support .filters .wp-block-button {
    margin-left: 2vh;
  }
  body.no-flexbox-gap-support .wp-block-query .columns-2 li:nth-of-type(2n) {
    margin-left: 1.25em;
  }
  body.no-flexbox-gap-support .wp-block-query .columns-3 li + li {
    margin-left: 40px;
  }
  body.no-flexbox-gap-support .social-sharing > * + * {
    margin-left: 1.5vw;
  }
}

.image-no-margin {
  margin: 0;
}
.image-no-margin > * {
  vertical-align: bottom;
}

p.has-background, :where(.wp-block-group.has-background) {
  padding: 0;
}

/**
 * Elements
 * - Styles for basic HTML elemants
 */
a {
  cursor: pointer;
  text-underline-offset: 0.15em;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration-line: underline;
}

.block-editor-block-list__layout p a,
.wp-block-post-content p a {
  text-decoration-line: underline;
}
.block-editor-block-list__layout p a:hover, .block-editor-block-list__layout p a:focus,
.wp-block-post-content p a:hover,
.wp-block-post-content p a:focus {
  text-decoration: none;
}

.site-footer .wp-block-tiptip-hyperlink-group-block .wp-block-outermost-icon-block {
  min-width: 30px;
}

.wp-block-hyperlink-group {
  text-decoration: none !important;
}
.wp-block-hyperlink-group * {
  text-decoration: none;
}

.acf-block-preview a {
  pointer-events: none;
}

time a {
  color: currentcolor;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
textarea {
  background: white;
  border: 1px solid;
  border-radius: 0;
  box-shadow: none;
  color: black;
  font-family: var(--wp--preset--font-family--base);
  padding: 5rem;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
select:focus,
textarea:focus {
  color: var(--wp--custom--form--color--text);
  border-color: var(--custom--form--color--border);
}

select {
  -webkit-appearance: none;
  font-family: inherit;
  font-size: 100%;
  padding: 5px 4px;
  accent-color: red;
}
select option {
  -webkit-appearance: none;
}

textarea {
  width: 100%;
}

input[type=checkbox] + label {
  display: inline;
  margin-left: 0.5em;
  line-height: 1em;
}

input[type=submit] {
  -webkit-appearance: none;
  background: black;
  color: white;
  border-radius: 100px;
  border: none;
  box-shadow: none;
  padding: 12px 20px;
}

.newsletter-form {
  justify-content: flex-end;
  max-width: 500px;
}
.newsletter-form .gform-body input, .newsletter-form .gform-body select {
  width: 100% !important;
  border: none;
  border-top: 1px solid;
  font-size: 16px !important;
  padding: 15px 0 !important;
  background: transparent;
}
.newsletter-form .gform-body input::placeholder, .newsletter-form .gform-body select::placeholder {
  color: black;
}
.newsletter-form .gform-body select {
  position: relative;
  background: url(images/caret-down.svg) center right no-repeat;
}
.newsletter-form .gform-body .gfield_error input, .newsletter-form .gform-body .gfield_error select {
  background-color: var(--wp--preset--color--grey-100);
  padding-left: 5px !important;
}
.newsletter-form .gform-body .gfield_error [aria-invalid=true] {
  border: none;
  border-top: 1px solid;
}
.newsletter-form .gform_footer {
  display: flex;
  justify-content: flex-end;
}
.newsletter-form input[type=submit] {
  float: right;
  font-size: 16px;
}
.newsletter-form .gform_required_legend {
  display: none;
}
.newsletter-form .validation_message {
  border: none;
  margin-top: 0;
  padding-top: 0 !important;
  padding-left: 5px;
  background: none;
  font-style: italic;
  color: black;
}

.newsletter-info > h2 {
  max-width: 535px;
  margin-left: 0;
}
.newsletter-info > p, .newsletter-info ul {
  max-width: 470px;
  margin-left: 0;
}

/**
 * Button
 */
/**
 * Block Options
 */
.wp-block-button .wp-block-button__link {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
}
.wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-button .wp-block-button__link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
.wp-block-button:not(.is-style-outline):not(.is-style-uden-pil) .wp-block-button__link::before {
  -webkit-mask: url("svg/arrow-left-circle.svg") center/contain no-repeat;
  background-color: currentColor;
  content: "";
  flex: 0 0 24px;
  height: 24px;
  mask: url("svg/arrow-left-circle.svg") center/contain no-repeat;
  pointer-events: none;
  transition: transform 180ms ease;
  width: 24px;
}
.wp-block-button:not(.is-style-outline):not(.is-style-uden-pil):not(.is-style-pil-ned) .wp-block-button__link:hover::before {
  transform: translateX(3px);
}
.wp-block-button.is-style-pil-ned .wp-block-button__link::before {
  transform: rotate(90deg);
}
.wp-block-button.is-style-pil-ned .wp-block-button__link:hover::before {
  transform: rotate(90deg) translateX(3px);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  background-color: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: currentColor;
  font-family: var(--wp--preset--font-family--lexend);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.wp-block-button.is-style-uden-pil .wp-block-button__link {
  padding-left: 20px;
}
.wp-block-button.is-style-small .wp-block-button__link, .is-style-small .wp-block-button .wp-block-button__link {
  padding: 8px 16px;
}

@media (prefers-reduced-motion: reduce) {
  .wp-block-button:not(.is-style-outline):not(.is-style-uden-pil) .wp-block-button__link::before {
    transition: none;
  }
  .wp-block-button:not(.is-style-outline):not(.is-style-uden-pil):not(.is-style-pil-ned) .wp-block-button__link:hover::before {
    transform: none;
  }
  .wp-block-button.is-style-pil-ned .wp-block-button__link:hover::before {
    transform: rotate(90deg);
  }
}
.wp-block-buttons .wp-block-button:last-child {
  margin-bottom: 0;
}

/*.icon-button  {
	display:flex;
	justify-content: center;

	.wp-block-buttons {
		background:yellow;
	}

	.wp-block-button {
		margin-right:0;
	}
	.wp-block-button__link {
		margin-left:0;
		margin-right:calc(-2rem / 2);
		padding-right:calc(2rem * 2);	
	}
	.wp-block-outermost-icon-block {
		left:calc(-2rem / 2);
		position:relative;
		z-index:20;
		-webkit-backface-visibility: hidden;
		transform: translate(0, 0%) translateZ(0) scale(1.0, 1.0);
		transition: transform 0.2s;
		&:not(.wp-block) {

		}
		&:hover {


		}
	}

	.wp-block-buttons:hover {
		 + .wp-block-outermost-icon-block {
			-webkit-backface-visibility: hidden;
			transform: translate(7px, 0%) translateZ(0) scale(1.0, 1.0);
			transition: transform 0.2s;
		}
	}

}*/
.wp-block-button .wp-block-button__link svg {
  width: 18px;
  height: auto;
  margin-left: 0.5rem;
}
.wp-block-button .wp-block-button__link svg path {
  fill: currentcolor;
}

.wp-block-group.icon-button {
  display: flex;
  justify-content: center;
  gap: 0.5em;
}
.wp-block-group.icon-button a {
  font-family: var(--wp--preset--font-family--headings);
  position: relative;
}
.wp-block-group.icon-button a:after {
  content: "";
  display: block;
  width: calc(100% + 4rem);
  height: calc(100% + 1.5rem);
  position: absolute;
  left: -0.75rem;
  top: -0.75rem;
}
.wp-block-group.icon-button:hover svg {
  margin-left: 0.5rem;
}

html #cookie-law-info-bar a,
html .wt-cli-category-widget .wt-cli-form-group label {
  border-radius: 0;
}
html .cli-wrapper {
  padding: 0 4rem 3rem;
}

/**
 * Bureaubiz Table
 */
.wp-block-bureaubiz-table.bb-table {
  box-sizing: border-box;
  width: 100%;
}

.bb-table__viewport {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}
.bb-table__viewport:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.bb-table__table {
  border: 0;
  border-collapse: collapse;
  color: inherit;
  font: inherit;
  min-width: 100%;
  table-layout: fixed;
  width: 100%;
}

.bb-table__cell {
  background-clip: padding-box;
  border: 0;
  border-bottom: 1px solid var(--wp--preset--color--blaa-800);
  box-sizing: border-box;
  color: inherit;
  font: inherit;
  height: auto;
  padding: 8px 4px;
  vertical-align: middle;
}
.bb-table__cell > * {
  margin-block: 0;
}
.bb-table__cell .wp-block-outermost-icon-block,
.bb-table__cell .wp-block-buttons {
  justify-content: center;
}
.bb-table__cell .wp-block-outermost-icon-block {
  display: flex;
}
.bb-table__cell .wp-block-outermost-icon-block .icon-container {
  max-width: 100%;
}

.bb-table__section--thead .bb-table__cell,
.bb-table__header-row .bb-table__cell {
  border-bottom-color: var(--wp--preset--color--sort-500);
}

.bb-table__caption {
  font-size: var(--wp--preset--font-size--label);
  line-height: 20px;
  margin-block-start: 12px;
  text-align: center;
}

.wp-block-bureaubiz-table.is-style-membership-comparison .bb-table__viewport {
  padding-top: 20px;
}
.wp-block-bureaubiz-table.is-style-membership-comparison .bb-table__section--thead .bb-table__row,
.wp-block-bureaubiz-table.is-style-membership-comparison .bb-table__header-row {
  font-family: var(--wp--preset--font-family--lexend);
  font-size: var(--wp--preset--font-size--h-4);
  font-weight: 600;
  line-height: 28px;
}
.wp-block-bureaubiz-table.is-style-membership-comparison .bb-table__section--tbody .bb-table__row {
  font-family: var(--wp--preset--font-family--source-serif-4);
  font-size: var(--wp--preset--font-size--broedtekst);
  font-weight: 400;
  line-height: 29px;
}
.wp-block-bureaubiz-table.is-style-membership-comparison .bb-table__price-row .bb-table__cell,
.wp-block-bureaubiz-table.is-style-membership-comparison .bb-table__action-row .bb-table__cell {
  height: 74px;
}
.wp-block-bureaubiz-table.is-style-membership-comparison .bb-table__price-row {
  font-family: var(--wp--preset--font-family--lexend);
  font-size: var(--wp--preset--font-size--ui-lille);
  line-height: 22px;
}
.wp-block-bureaubiz-table.is-style-membership-comparison .bb-table__price-row .bb-table__cell:first-child,
.wp-block-bureaubiz-table.is-style-membership-comparison .bb-table__price-row .bb-table__cell strong {
  font-size: var(--wp--preset--font-size--h-4);
  font-weight: 600;
  line-height: 28px;
}
.wp-block-bureaubiz-table.is-style-membership-comparison .bb-table__action-row .bb-table__cell {
  border-bottom: 0;
}

.editor-styles-wrapper .bb-table__editor-table {
  min-width: 100%;
  width: 100%;
}
.editor-styles-wrapper .bb-table__section,
.editor-styles-wrapper .bb-table__editor-sections {
  display: block;
}
.editor-styles-wrapper .bb-table__row {
  display: grid;
  grid-template-columns: var(--bb-table-columns);
  width: 100%;
}
.editor-styles-wrapper .bb-table__cell {
  min-width: 0;
  position: relative;
}
.editor-styles-wrapper .bb-table__cell:nth-child(1) {
  background-color: var(--bb-table-column-1-background, transparent);
}
.editor-styles-wrapper .bb-table__cell:nth-child(2) {
  background-color: var(--bb-table-column-2-background, transparent);
}
.editor-styles-wrapper .bb-table__cell:nth-child(3) {
  background-color: var(--bb-table-column-3-background, transparent);
}
.editor-styles-wrapper .bb-table__cell:nth-child(4) {
  background-color: var(--bb-table-column-4-background, transparent);
}
.editor-styles-wrapper .bb-table__cell:nth-child(5) {
  background-color: var(--bb-table-column-5-background, transparent);
}
.editor-styles-wrapper .bb-table__cell:nth-child(6) {
  background-color: var(--bb-table-column-6-background, transparent);
}
.editor-styles-wrapper .bb-table__cell:nth-child(7) {
  background-color: var(--bb-table-column-7-background, transparent);
}
.editor-styles-wrapper .bb-table__cell:nth-child(8) {
  background-color: var(--bb-table-column-8-background, transparent);
}
.editor-styles-wrapper .bb-table__row.has-background > .bb-table__cell {
  background-color: inherit;
}
.editor-styles-wrapper .bb-table-editor__column-actions {
  display: flex;
  gap: 8px;
}

@media (max-width: 781px) {
  .wp-block-bureaubiz-table.bb-table {
    margin-inline: calc(50% - 50vw);
    max-width: none;
    transform: translateX(-5vw);
    width: 100vw;
  }
  .bb-table__viewport {
    box-sizing: border-box;
    padding-inline: 5vw;
    scroll-padding-inline: 5vw;
  }
  .bb-table__table {
    min-width: 1260px;
    width: 1260px;
  }
  .wp-block-bureaubiz-table.is-style-membership-comparison .bb-table__table {
    --bb-table-columns: 307px 220px 220px 220px !important;
    min-width: 967px;
    width: 967px;
  }
  .wp-block-bureaubiz-table.is-style-membership-comparison .bb-table__table col:first-child {
    width: 307px !important;
  }
  .wp-block-bureaubiz-table.is-style-membership-comparison .bb-table__table col:not(:first-child) {
    width: 220px !important;
  }
  .editor-styles-wrapper .wp-block-bureaubiz-table.is-style-membership-comparison .bb-table__editor-table {
    --bb-table-columns: 307px 220px 220px 220px !important;
    min-width: 967px;
    width: 967px;
  }
}
/**
 * Contact form
 *
 * Gravity Form 13 is the contact form in the mail block. Keep the section's
 * Gutenberg spacing controls intact; this partial only supplies its type and
 * form-control treatment.
 */
.wp-block-group.alignfull:has(> .wp-block-columns #gform_wrapper_13) > .wp-block-columns > .wp-block-column:first-child .wp-block-heading {
  font-size: var(--wp--preset--font-size--h-2) !important;
  line-height: 44px;
}
.wp-block-group.alignfull:has(> .wp-block-columns #gform_wrapper_13) > .wp-block-columns > .wp-block-column:first-child .wp-block-paragraph {
  font-family: var(--wp--preset--font-family--source-serif-4);
  font-size: var(--wp--preset--font-size--intro);
  line-height: 36px;
}

@media (max-width: 781px) {
  .wp-block-group.alignfull:has(> .wp-block-columns #gform_wrapper_13) > .wp-block-columns > .wp-block-column:first-child {
    min-width: 0;
    width: 100%;
  }
  .wp-block-group.alignfull:has(> .wp-block-columns #gform_wrapper_13) .wp-block-outermost-icon-block,
  .wp-block-group.alignfull:has(> .wp-block-columns #gform_wrapper_13) .icon-container,
  .wp-block-group.alignfull:has(> .wp-block-columns #gform_wrapper_13) .icon-container svg {
    max-width: 100%;
  }
  .wp-block-group.alignfull:has(> .wp-block-columns #gform_wrapper_13) .icon-container {
    width: 100% !important;
  }
  .wp-block-group.alignfull:has(> .wp-block-columns #gform_wrapper_13) .icon-container svg {
    display: block;
    height: auto;
  }
}
#gform_wrapper_13 {
  color: inherit;
  font-family: var(--wp--preset--font-family--lexend);
}
#gform_wrapper_13 .gform_required_legend,
#gform_wrapper_13 .ginput_counter {
  display: none;
}
#gform_wrapper_13 .gform_fields {
  column-gap: 20px;
  row-gap: 30px;
}
#gform_wrapper_13 .gfield_label {
  color: inherit;
  font-family: inherit;
  font-size: var(--wp--preset--font-size--ui-stor);
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}
#gform_wrapper_13 .gfield_required {
  color: inherit;
}
#gform_wrapper_13 input[type=text],
#gform_wrapper_13 input[type=email],
#gform_wrapper_13 textarea {
  background: transparent;
  border: 1.5px solid currentColor;
  border-radius: 5px;
  box-shadow: none;
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: var(--wp--preset--font-size--ui-lille);
  line-height: 22px;
  padding: 20px;
  width: 100%;
}
#gform_wrapper_13 input[type=text]::placeholder,
#gform_wrapper_13 input[type=email]::placeholder,
#gform_wrapper_13 textarea::placeholder {
  color: currentColor;
  opacity: 0.7;
}
#gform_wrapper_13 input[type=text]:focus,
#gform_wrapper_13 input[type=email]:focus,
#gform_wrapper_13 textarea:focus {
  border-color: currentColor;
  color: inherit;
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
#gform_wrapper_13 input[type=text],
#gform_wrapper_13 input[type=email] {
  min-height: 65px;
}
#gform_wrapper_13 textarea {
  height: 115px;
  min-height: 115px;
  resize: vertical;
}
#gform_wrapper_13 .gform_footer {
  margin-block: 30px 0;
  padding: 0;
}
#gform_wrapper_13 .gform_button {
  align-items: center;
  appearance: none;
  background-color: var(--wp--preset--color--roed-500);
  border: 0;
  border-radius: 60px;
  box-shadow: none;
  color: var(--wp--preset--color--sort-500);
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: var(--wp--preset--font-size--knap);
  font-weight: 600;
  gap: 10px;
  line-height: 22px;
  margin: 0;
  padding: 10px 20px 10px 10px;
  text-decoration: none;
}
#gform_wrapper_13 .gform_button::before {
  -webkit-mask: url("svg/arrow-left-circle.svg") center/contain no-repeat;
  background-color: currentColor;
  content: "";
  flex: 0 0 24px;
  height: 24px;
  mask: url("svg/arrow-left-circle.svg") center/contain no-repeat;
  pointer-events: none;
  transition: transform 180ms ease;
  width: 24px;
}
#gform_wrapper_13 .gform_button:hover::before {
  transform: translateX(3px);
}
#gform_wrapper_13 .gform_button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  #gform_wrapper_13 .gform_button::before {
    transition: none;
  }
  #gform_wrapper_13 .gform_button:hover::before {
    transform: none;
  }
}
.wp-block-code code {
  font-family: var(--wp--custom--code--typography--font-family);
}

.wp-block-columns {
  margin-bottom: unset;
}

@media (max-width: 991.98px) {
  main > section > .wp-block-columns {
    flex-wrap: wrap !important;
  }
  main > section > .wp-block-columns > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-mobile-reverse {
    flex-direction: column-reverse;
  }
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: var(--wp--custom--gallery--caption--font-size);
}

/**
 * Button
 */
/**
 * Block Options
 */
.wp-block-button .wp-block-button__link {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
}
.wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-button .wp-block-button__link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
.wp-block-button:not(.is-style-outline):not(.is-style-uden-pil) .wp-block-button__link::before {
  -webkit-mask: url("svg/arrow-left-circle.svg") center/contain no-repeat;
  background-color: currentColor;
  content: "";
  flex: 0 0 24px;
  height: 24px;
  mask: url("svg/arrow-left-circle.svg") center/contain no-repeat;
  pointer-events: none;
  transition: transform 180ms ease;
  width: 24px;
}
.wp-block-button:not(.is-style-outline):not(.is-style-uden-pil):not(.is-style-pil-ned) .wp-block-button__link:hover::before {
  transform: translateX(3px);
}
.wp-block-button.is-style-pil-ned .wp-block-button__link::before {
  transform: rotate(90deg);
}
.wp-block-button.is-style-pil-ned .wp-block-button__link:hover::before {
  transform: rotate(90deg) translateX(3px);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  background-color: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: currentColor;
  font-family: var(--wp--preset--font-family--lexend);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.wp-block-button.is-style-uden-pil .wp-block-button__link {
  padding-left: 20px;
}
.wp-block-button.is-style-small .wp-block-button__link, .is-style-small .wp-block-button .wp-block-button__link {
  padding: 8px 16px;
}

@media (prefers-reduced-motion: reduce) {
  .wp-block-button:not(.is-style-outline):not(.is-style-uden-pil) .wp-block-button__link::before {
    transition: none;
  }
  .wp-block-button:not(.is-style-outline):not(.is-style-uden-pil):not(.is-style-pil-ned) .wp-block-button__link:hover::before {
    transform: none;
  }
  .wp-block-button.is-style-pil-ned .wp-block-button__link:hover::before {
    transform: rotate(90deg);
  }
}
.wp-block-buttons .wp-block-button:last-child {
  margin-bottom: 0;
}

/*.icon-button  {
	display:flex;
	justify-content: center;

	.wp-block-buttons {
		background:yellow;
	}

	.wp-block-button {
		margin-right:0;
	}
	.wp-block-button__link {
		margin-left:0;
		margin-right:calc(-2rem / 2);
		padding-right:calc(2rem * 2);	
	}
	.wp-block-outermost-icon-block {
		left:calc(-2rem / 2);
		position:relative;
		z-index:20;
		-webkit-backface-visibility: hidden;
		transform: translate(0, 0%) translateZ(0) scale(1.0, 1.0);
		transition: transform 0.2s;
		&:not(.wp-block) {

		}
		&:hover {


		}
	}

	.wp-block-buttons:hover {
		 + .wp-block-outermost-icon-block {
			-webkit-backface-visibility: hidden;
			transform: translate(7px, 0%) translateZ(0) scale(1.0, 1.0);
			transition: transform 0.2s;
		}
	}

}*/
.wp-block-button .wp-block-button__link svg {
  width: 18px;
  height: auto;
  margin-left: 0.5rem;
}
.wp-block-button .wp-block-button__link svg path {
  fill: currentcolor;
}

.wp-block-group.icon-button {
  display: flex;
  justify-content: center;
  gap: 0.5em;
}
.wp-block-group.icon-button a {
  font-family: var(--wp--preset--font-family--headings);
  position: relative;
}
.wp-block-group.icon-button a:after {
  content: "";
  display: block;
  width: calc(100% + 4rem);
  height: calc(100% + 1.5rem);
  position: absolute;
  left: -0.75rem;
  top: -0.75rem;
}
.wp-block-group.icon-button:hover svg {
  margin-left: 0.5rem;
}

html #cookie-law-info-bar a,
html .wt-cli-category-widget .wt-cli-form-group label {
  border-radius: 0;
}
html .cli-wrapper {
  padding: 0 4rem 3rem;
}

.wp-block-file .wp-block-file__button {
  border-width: 0;
  padding: 12px 20px;
  font-weight: 400;
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  text-decoration: none;
  padding: 12px 20px;
  opacity: 1;
  color: var(--wp--custom--button--color--text);
  background-color: var(--wp--custom--button--color--background);
  border-color: currentColor;
}
.wp-block-file .wp-block-file__button svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-file .wp-block-file__button {
  border-radius: 100px;
}
.wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color):hover, .wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color):focus, .wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color).has-focus {
  --wp--custom--button--color--text: var(--wp--custom--button--hover--color--text);
  --wp--custom--button--color--background: var(--wp--custom--button--hover--color--background);
  --wp--custom--button--border--color: var(--wp--custom--button--hover--border--color);
  opacity: 1;
  color: var(--wp--custom--button--color--text);
  background-color: var(--wp--custom--button--color--background);
  border-color: currentColor;
}
.wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color):hover svg, .wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color):focus svg, .wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color).has-focus svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color):hover, .wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color):focus, .wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color).has-focus {
  border-color: var(--wp--custom--button--border--color);
}
.wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button.has-focus {
  --wp--custom--button--border--radius: var(--wp--custom--button--hover--border--radius);
  --wp--custom--button--spacing--padding--top: var(--wp--custom--button--hover--spacing--padding--top);
  --wp--custom--button--spacing--padding--bottom: var(--wp--custom--button--hover--spacing--padding--bottom);
  --wp--custom--button--spacing--padding--left: var(--wp--custom--button--hover--spacing--padding--left);
  --wp--custom--button--spacing--padding--right: var(--wp--custom--button--hover--spacing--padding--right);
  --wp--custom--button--typography--font-weight: var(--wp--custom--button--hover--typography--font-weight)
  --wp--custom--button--typography--font-family: var(--wp--custom--button--hover--typography--font-family);
  --wp--custom--button--typography--font-size: var(--wp--custom--button--hover--typography--font-size);
  --wp--custom--button--typography--line-height: var(--wp--custom--button--hover--typography--line-height);
  font-weight: 400;
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  text-decoration: none;
  padding: 12px 20px;
}
.wp-block-file .wp-block-file__button {
  display: inline-block;
}

.wp-block-group.bb-centered-five-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-inline: auto;
  max-width: 269px;
}
.wp-block-group.bb-centered-five-grid > * {
  flex: 0 1 269px;
}
@media screen and (min-width: 625px) {
  .wp-block-group.bb-centered-five-grid {
    max-width: calc(538px + 1.5rem);
  }
}
@media screen and (min-width: 960px) {
  .wp-block-group.bb-centered-five-grid {
    max-width: calc(807px + 3rem);
  }
}
@media screen and (min-width: 1602px) {
  .wp-block-group.bb-centered-five-grid {
    max-width: none;
  }
}

.wp-block-template-part.site-header-wrapper .wp-block-site-title a {
  text-decoration: none;
}

.wp-block-heading.is-style-arrow-link a {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}
.wp-block-heading.is-style-arrow-link a::before {
  -webkit-mask: url("svg/arrow-left-circle.svg") center/contain no-repeat;
  background-color: currentColor;
  content: "";
  flex: 0 0 32px;
  height: 32px;
  mask: url("svg/arrow-left-circle.svg") center/contain no-repeat;
  pointer-events: none;
  transition: transform 180ms ease;
  width: 32px;
}
.wp-block-heading.is-style-arrow-link a:hover::before {
  transform: translateX(3px);
}
.wp-block-heading.is-style-arrow-link a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .wp-block-heading.is-style-arrow-link a::before {
    transition: none;
  }
  .wp-block-heading.is-style-arrow-link a:hover::before {
    transform: none;
  }
}
.wp-block-image {
  /* 
  From what I can tell the below are styles regularly used by themes
  to fix the image block.  I believe these should go into the block's
  default styles.  It's difficult to say how this will land, however 
  based on discussion found in (many) related issues here: 
  https://github.com/WordPress/gutenberg/issues/28923
  */
  text-align: center;
}

html body *.featured-image img {
  display: block;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}
html body *.featured-image figcaption {
  margin-left: 0 !important;
  min-width: 100% !important;
  max-width: 100% !important;
}
.alignwide html body *.featured-image figcaption {
  max-width: 100% !important;
}

figcaption, .wp-block-image figcaption {
  text-align: left;
  font-style: italic;
  font-size: var(--wp--preset--font-size--tiny);
  color: var(--wp--preset--color--grey-900);
}

ul,
ol {
  font-family: var(--wp--custom--list--font-family);
  padding-left: var(--wp--custom--list--padding--left);
}

.wp-block-list {
  list-style: none;
  padding-inline-start: 0;
}
.wp-block-list ul,
.wp-block-list ol {
  list-style: none;
  padding-inline-start: 30px;
}
.wp-block-list li {
  padding-inline-start: 30px;
  position: relative;
}
.wp-block-list li::before {
  inset-inline-start: 0;
  position: absolute;
  top: 0;
}
.wp-block-list:is(ul) > li::before,
.wp-block-list ul > li::before {
  content: "•";
  text-align: center;
  width: 12px;
}
.wp-block-list:is(ol) > li::before,
.wp-block-list ol > li::before {
  content: counter(list-item) ".";
}
.wp-block-list.is-style-pil li::before {
  background-color: currentColor;
  content: "";
  height: 10px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M11.28 4.20129C11.4205 4.34192 11.4993 4.53254 11.4993 4.73129C11.4993 4.93004 11.4205 5.12067 11.28 5.26129L7.28 9.26129C7.13783 9.39377 6.94978 9.4659 6.75548 9.46247C6.56118 9.45904 6.37579 9.38033 6.23838 9.24291C6.10097 9.1055 6.02225 8.92012 6.01883 8.72581C6.0154 8.53151 6.08752 8.34347 6.22 8.20129L8.93875 5.48129H.75C.551088 5.48129.360323 5.40228.21967 5.26162.079018 5.12097 0 4.9302 0 4.73129 0 4.53238.079018 4.34161.21967 4.20096.360323 4.06031.551088 3.98129.75 3.98129H8.93875L6.22 1.26129C6.08752 1.11912 6.0154.931071 6.01883.73677 6.02225.542469 6.10097.357084 6.23838.219671 6.37579.0822578 6.56118.00354506 6.75548.000116846 6.94978-.00331137 7.13783.0688125 7.28.201293L11.28 4.20129Z'/%3E%3C/svg%3E") no-repeat center/contain;
  top: 0.53em;
  width: 12px;
}

@media screen and (min-width: 600px) and (max-width: 899px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
}

@media screen and (max-width: 899px) {
  .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    display: none;
  }
}

.creative-club .wp-block-navigation-item__content {
  width: 108px;
  height: 108px;
  color: transparent;
  background: url("images/creative-club-logo.svg") no-repeat;
}
.creative-club .wp-block-navigation-item__content span {
  color: transparent;
  text-decoration: none;
}
.creative-club .wp-block-navigation-item__content:hover {
  text-decoration: none;
}

.search-trigger .wp-block-navigation-item__content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
}
.search-trigger .wp-block-navigation-item__content .search-icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}

.grakom .wp-block-navigation-item__content {
  align-items: center;
  background: url("images/grakom-logo.svg") center/contain no-repeat;
  display: inline-flex;
  height: 45px;
  justify-content: center;
  width: 98px;
}
.grakom .wp-block-navigation-item__content .wp-block-navigation-item__label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.wp-block-navigation__responsive-container-close {
  right: 0.2rem;
  top: 0.4rem;
}

.home-link .wp-block-navigation-item__content {
  width: 164px;
  height: 26px;
  color: transparent;
  background: url("images/bureaubiz-logo.svg") no-repeat;
}
.home-link .wp-block-navigation-item__content span {
  color: transparent;
}
@media screen and (min-width: 900px) {
  .home-link .wp-block-navigation-item__content {
    display: none;
  }
}

.wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open {
  padding: 4vw;
}
.wp-block-navigation.is-responsive .wp-block-navigation__container {
  align-items: center !important;
  gap: 1vw;
}
@media screen and (min-width: 900px) and (max-width: 1099px) {
  .wp-block-navigation.is-responsive .wp-block-navigation__container {
    display: grid;
    position: relative;
    grid-template-columns: repeat(4, max-content);
    grid-template-rows: repeat(2, max-content);
    min-height: 108px;
    padding-right: calc(108px + 1rem);
    align-items: center !important;
    align-content: center;
    justify-content: flex-end;
    column-gap: 1rem;
    row-gap: 1rem;
  }
  .wp-block-navigation.is-responsive .creative-club,
  .wp-block-navigation.is-responsive .grakom {
    position: absolute;
    right: 0;
    top: 0;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation-item:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation-item:nth-child(4) {
    grid-column: 4;
    grid-row: 1;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation-item:nth-child(5) {
    grid-column: 1;
    grid-row: 2;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation-item:nth-child(6) {
    grid-column: 2;
    grid-row: 2;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation-item:nth-child(7) {
    grid-column: 3;
    grid-row: 2;
  }
  .wp-block-navigation.is-responsive .wp-block-navigation-item:nth-child(8) {
    grid-column: 4;
    grid-row: 2;
  }
}
.wp-block-navigation.is-responsive .has-child .wp-block-navigation-link__container {
  display: revert;
}

.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
  border: 1px solid red;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  padding: 0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  width: 100%;
  align-items: center;
}

.wp-block-navigation:where(.has-background) .wp-block-navigation-item__content, .wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
  padding: 0 0.2rem;
}

/* 
	This determines how submenus work from the main menu
	If we set the background-color to transparent, then the submenu isn't "fullwidth"
	We can also move the positioning based on the font-size in the main menu as well as the min width
	depending on the language and menu-item lengths
 */
@media screen and (min-width: 782px) {
  .site-header .wp-block-navigation__container li.wp-block-navigation-submenu > ul.wp-block-navigation__submenu-container {
    margin-top: 5px;
    left: -1rem !important;
    min-width: 350px !important;
  }
  .site-header .wp-block-navigation__container li.wp-block-navigation-submenu > ul.wp-block-navigation__submenu-container:before {
    content: "";
    width: 300vw;
    height: 100%;
    position: absolute;
    left: -100vw;
    top: 0;
    display: flex;
    z-index: -1;
    background-color: transparent;
    pointer-events: none;
  }
}

/* 
	This can show the "arrow" next to an item that has a submenu on mobiles
	If we decide that we want the toggle submenu items to work in the mobile menu too
*/
.wp-block-navigation-link {
  background: transparent;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  header.wp-block-template-part .wp-block-group.alignwide {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1327px) {
  header.wp-block-template-part .wp-block-group.alignwide {
    padding-left: calc(2vw - (100vw - 1274px) / 2);
    padding-right: calc(2vw - (100vw - 1274px) / 2);
  }
}
@media screen and (max-width: 767px) {
  header.wp-block-template-part .wp-block-group.alignwide {
    padding: var(--wp--custom--post-content--padding--left);
  }
}

.bb-mega-menu .wp-block-navigation-item__content {
  align-items: center;
  display: inline-flex;
  gap: 17px;
}
.bb-mega-menu .wp-block-navigation-item__content::before {
  -webkit-mask: url("svg/arrow-right.svg") center/contain no-repeat;
  background-color: currentColor;
  content: "";
  flex: 0 0 11.5px;
  height: 9.5px;
  mask: url("svg/arrow-right.svg") center/contain no-repeat;
  pointer-events: none;
  transition: transform 180ms ease;
  width: 11.5px;
}
.bb-mega-menu .wp-block-navigation-item__content:hover::before {
  transform: translateX(3px);
}
@media screen and (min-width: 1280px) {
  .bb-mega-menu > .wp-block-columns.alignwide {
    column-gap: 0;
    display: grid;
    grid-template-columns: minmax(0, 65%) 367px;
    justify-content: space-between;
  }
  .bb-mega-menu > .wp-block-columns.alignwide > .wp-block-column:first-child > .wp-block-columns.alignwide {
    column-gap: 0;
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 40%);
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bb-mega-menu .wp-block-navigation-item__content::before {
    transition: none;
  }
  .bb-mega-menu .wp-block-navigation-item__content:hover::before {
    transform: none;
  }
}
.post-meta {
  display: flex;
}
.post-meta .wp-block-post-author,
.post-meta .wp-block-post-date,
.post-meta .wp-block-post-tags,
.post-meta .wp-block-post-hierarchical-terms,
.post-meta .sponsored {
  display: flex;
  margin-right: calc(2 * var(--wp--custom--margin--baseline));
}
.post-meta .sponsored {
  border-left: 1px solid var(--wp--preset--color--grey-200);
}
.post-meta .wp-block-post-author:before,
.post-meta .wp-block-post-date:before,
.post-meta .wp-block-post-tags:before,
.post-meta .wp-block-post-hierarchical-terms:before,
.post-meta .sponsored:before {
  align-self: center;
  content: "";
  display: inline-block;
  margin-right: calc(0.5 * var(--wp--custom--margin--baseline));
  height: 16px;
  width: 16px;
}
.post-meta .wp-block-post-author:before {
  background: url(svg/post-author.svg) no-repeat;
}
.post-meta .wp-block-post-date:before {
  background: url(svg/post-date.svg) no-repeat;
}
.post-meta .wp-block-post-hierarchical-terms:before {
  background: url(svg/post-category.svg) no-repeat;
}

p.has-text-color a {
  color: currentcolor;
}
p.has-drop-cap:not(:focus):first-letter {
  font-size: var(--wp--custom--paragraph--dropcap--typography--font-size);
  font-family: var(--wp--custom--paragraph--dropcap--typography--font-family);
  font-weight: var(--wp--custom--paragraph--dropcap--typography--font-weight);
  margin: var(--wp--custom--paragraph--dropcap--margin);
}

.wp-block-post-author__name {
  font-weight: var(--wp--custom--post-author--font-weight);
}

/**
 * Button
 */
/**
 * Block Options
 */
.wp-block-button .wp-block-button__link {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
}
.wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-button .wp-block-button__link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
.wp-block-button:not(.is-style-outline):not(.is-style-uden-pil) .wp-block-button__link::before {
  -webkit-mask: url("svg/arrow-left-circle.svg") center/contain no-repeat;
  background-color: currentColor;
  content: "";
  flex: 0 0 24px;
  height: 24px;
  mask: url("svg/arrow-left-circle.svg") center/contain no-repeat;
  pointer-events: none;
  transition: transform 180ms ease;
  width: 24px;
}
.wp-block-button:not(.is-style-outline):not(.is-style-uden-pil):not(.is-style-pil-ned) .wp-block-button__link:hover::before {
  transform: translateX(3px);
}
.wp-block-button.is-style-pil-ned .wp-block-button__link::before {
  transform: rotate(90deg);
}
.wp-block-button.is-style-pil-ned .wp-block-button__link:hover::before {
  transform: rotate(90deg) translateX(3px);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  background-color: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: currentColor;
  font-family: var(--wp--preset--font-family--lexend);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.wp-block-button.is-style-uden-pil .wp-block-button__link {
  padding-left: 20px;
}
.wp-block-button.is-style-small .wp-block-button__link, .is-style-small .wp-block-button .wp-block-button__link {
  padding: 8px 16px;
}

@media (prefers-reduced-motion: reduce) {
  .wp-block-button:not(.is-style-outline):not(.is-style-uden-pil) .wp-block-button__link::before {
    transition: none;
  }
  .wp-block-button:not(.is-style-outline):not(.is-style-uden-pil):not(.is-style-pil-ned) .wp-block-button__link:hover::before {
    transform: none;
  }
  .wp-block-button.is-style-pil-ned .wp-block-button__link:hover::before {
    transform: rotate(90deg);
  }
}
.wp-block-buttons .wp-block-button:last-child {
  margin-bottom: 0;
}

/*.icon-button  {
	display:flex;
	justify-content: center;

	.wp-block-buttons {
		background:yellow;
	}

	.wp-block-button {
		margin-right:0;
	}
	.wp-block-button__link {
		margin-left:0;
		margin-right:calc(-2rem / 2);
		padding-right:calc(2rem * 2);	
	}
	.wp-block-outermost-icon-block {
		left:calc(-2rem / 2);
		position:relative;
		z-index:20;
		-webkit-backface-visibility: hidden;
		transform: translate(0, 0%) translateZ(0) scale(1.0, 1.0);
		transition: transform 0.2s;
		&:not(.wp-block) {

		}
		&:hover {


		}
	}

	.wp-block-buttons:hover {
		 + .wp-block-outermost-icon-block {
			-webkit-backface-visibility: hidden;
			transform: translate(7px, 0%) translateZ(0) scale(1.0, 1.0);
			transition: transform 0.2s;
		}
	}

}*/
.wp-block-button .wp-block-button__link svg {
  width: 18px;
  height: auto;
  margin-left: 0.5rem;
}
.wp-block-button .wp-block-button__link svg path {
  fill: currentcolor;
}

.wp-block-group.icon-button {
  display: flex;
  justify-content: center;
  gap: 0.5em;
}
.wp-block-group.icon-button a {
  font-family: var(--wp--preset--font-family--headings);
  position: relative;
}
.wp-block-group.icon-button a:after {
  content: "";
  display: block;
  width: calc(100% + 4rem);
  height: calc(100% + 1.5rem);
  position: absolute;
  left: -0.75rem;
  top: -0.75rem;
}
.wp-block-group.icon-button:hover svg {
  margin-left: 0.5rem;
}

html #cookie-law-info-bar a,
html .wt-cli-category-widget .wt-cli-form-group label {
  border-radius: 0;
}
html .cli-wrapper {
  padding: 0 4rem 3rem;
}

.wp-block-post-comments .comment {
  font-size: var(--wp--custom--form--typography--font-size);
}
.wp-block-post-comments label, .wp-block-post-comments .comment-meta {
  font-size: var(--wp--custom--form--label--typography--font-size);
}
.wp-block-post-comments input[type=submit], .wp-block-post-comments .reply a {
  border-width: 0;
  padding: 12px 20px;
  font-weight: 400;
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  text-decoration: none;
  padding: 12px 20px;
  opacity: 1;
  color: var(--wp--custom--button--color--text);
  background-color: var(--wp--custom--button--color--background);
  border-color: currentColor;
}
.wp-block-post-comments input[type=submit] svg, .wp-block-post-comments .reply a svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-post-comments input[type=submit], .wp-block-post-comments .reply a {
  border-radius: 100px;
}
.wp-block-post-comments input[type=submit]:not(.has-background):not(.has-text-color):hover, .wp-block-post-comments input[type=submit]:not(.has-background):not(.has-text-color):focus, .wp-block-post-comments input[type=submit]:not(.has-background):not(.has-text-color).has-focus, .wp-block-post-comments .reply a:not(.has-background):not(.has-text-color):hover, .wp-block-post-comments .reply a:not(.has-background):not(.has-text-color):focus, .wp-block-post-comments .reply a:not(.has-background):not(.has-text-color).has-focus {
  --wp--custom--button--color--text: var(--wp--custom--button--hover--color--text);
  --wp--custom--button--color--background: var(--wp--custom--button--hover--color--background);
  --wp--custom--button--border--color: var(--wp--custom--button--hover--border--color);
  opacity: 1;
  color: var(--wp--custom--button--color--text);
  background-color: var(--wp--custom--button--color--background);
  border-color: currentColor;
}
.wp-block-post-comments input[type=submit]:not(.has-background):not(.has-text-color):hover svg, .wp-block-post-comments input[type=submit]:not(.has-background):not(.has-text-color):focus svg, .wp-block-post-comments input[type=submit]:not(.has-background):not(.has-text-color).has-focus svg, .wp-block-post-comments .reply a:not(.has-background):not(.has-text-color):hover svg, .wp-block-post-comments .reply a:not(.has-background):not(.has-text-color):focus svg, .wp-block-post-comments .reply a:not(.has-background):not(.has-text-color).has-focus svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-post-comments input[type=submit]:not(.has-background):not(.has-text-color):hover, .wp-block-post-comments input[type=submit]:not(.has-background):not(.has-text-color):focus, .wp-block-post-comments input[type=submit]:not(.has-background):not(.has-text-color).has-focus, .wp-block-post-comments .reply a:not(.has-background):not(.has-text-color):hover, .wp-block-post-comments .reply a:not(.has-background):not(.has-text-color):focus, .wp-block-post-comments .reply a:not(.has-background):not(.has-text-color).has-focus {
  border-color: var(--wp--custom--button--border--color);
}
.wp-block-post-comments input[type=submit]:hover, .wp-block-post-comments input[type=submit]:focus, .wp-block-post-comments input[type=submit].has-focus, .wp-block-post-comments .reply a:hover, .wp-block-post-comments .reply a:focus, .wp-block-post-comments .reply a.has-focus {
  --wp--custom--button--border--radius: var(--wp--custom--button--hover--border--radius);
  --wp--custom--button--spacing--padding--top: var(--wp--custom--button--hover--spacing--padding--top);
  --wp--custom--button--spacing--padding--bottom: var(--wp--custom--button--hover--spacing--padding--bottom);
  --wp--custom--button--spacing--padding--left: var(--wp--custom--button--hover--spacing--padding--left);
  --wp--custom--button--spacing--padding--right: var(--wp--custom--button--hover--spacing--padding--right);
  --wp--custom--button--typography--font-weight: var(--wp--custom--button--hover--typography--font-weight)
  --wp--custom--button--typography--font-family: var(--wp--custom--button--hover--typography--font-family);
  --wp--custom--button--typography--font-size: var(--wp--custom--button--hover--typography--font-size);
  --wp--custom--button--typography--line-height: var(--wp--custom--button--hover--typography--line-height);
  font-weight: 400;
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  text-decoration: none;
  padding: 12px 20px;
}
.wp-block-post-comments .reply a {
  display: inline-block;
}

.wp-block-pullquote.is-style-solid-color,
.wp-block-pullquote {
  text-align: var(--wp--custom--pullquote--typography--text-align);
}
.wp-block-pullquote.is-style-solid-color blockquote,
.wp-block-pullquote blockquote {
  padding: 0;
  margin: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote blockquote p {
  font-size: 1em;
  padding: 0;
  margin: 0;
  line-height: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-pullquote blockquote .wp-block-pullquote__citation,
.wp-block-pullquote blockquote cite {
  display: block;
  font-size: var(--wp--custom--pullquote--citation--typography--font-size);
  font-family: var(--wp--custom--pullquote--citation--typography--font-family);
  font-style: var(--wp--custom--pullquote--citation--typography--font-style);
  font-weight: var(--wp--custom--pullquote--citation--typography--font-weight);
  margin-top: var(--wp--custom--pullquote--citation--spacing--margin--top);
}
.wp-block-pullquote.is-style-solid-color.is-style-solid-color,
.wp-block-pullquote.is-style-solid-color {
  background-color: var(--wp--custom--color--foreground);
  color: var(--wp--custom--color--background);
}

.most-read .wp-block-query:not(.news-list) .type-post.format-standard,
.most-read .wp-block-query:not(.news-list) .type-klumme,
.most-read .wp-block-query:not(.news-list) .type-navn {
  border-bottom: 0;
}
.wp-block-query:not(.news-list) .type-post.format-standard .wp-block-columns .wp-block-post-featured-image,
.wp-block-query:not(.news-list) .type-klumme .wp-block-columns .wp-block-post-featured-image,
.wp-block-query:not(.news-list) .type-navn .wp-block-columns .wp-block-post-featured-image {
  max-width: 100% !important;
  height: auto !important;
  overflow: hidden;
}
.wp-block-query:not(.news-list) .type-post.format-standard .wp-block-columns .wp-block-post-featured-image img,
.wp-block-query:not(.news-list) .type-klumme .wp-block-columns .wp-block-post-featured-image img,
.wp-block-query:not(.news-list) .type-navn .wp-block-columns .wp-block-post-featured-image img {
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .wp-block-query:not(.news-list) .type-post.format-standard .wp-block-columns .post-meta *,
  .wp-block-query:not(.news-list) .type-klumme .wp-block-columns .post-meta *,
  .wp-block-query:not(.news-list) .type-navn .wp-block-columns .post-meta * {
    font-size: 13px !important;
  }
  .wp-block-query:not(.news-list) .type-post.format-standard .wp-block-columns h2.has-large-font-size,
  .wp-block-query:not(.news-list) .type-klumme .wp-block-columns h2.has-large-font-size,
  .wp-block-query:not(.news-list) .type-navn .wp-block-columns h2.has-large-font-size {
    font-size: 4vw !important;
  }
  .wp-block-query:not(.news-list) .type-post.format-standard .wp-block-columns p,
  .wp-block-query:not(.news-list) .type-klumme .wp-block-columns p,
  .wp-block-query:not(.news-list) .type-navn .wp-block-columns p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 601px) {
  .wp-block-query:not(.news-list) .type-post.format-standard .wp-block-columns .wp-block-post-featured-image,
  .wp-block-query:not(.news-list) .type-klumme .wp-block-columns .wp-block-post-featured-image,
  .wp-block-query:not(.news-list) .type-navn .wp-block-columns .wp-block-post-featured-image {
    max-width: 100% !important;
    height: auto !important;
  }
  .wp-block-query:not(.news-list) .type-post.format-standard .wp-block-columns .wp-block-post-featured-image img,
  .wp-block-query:not(.news-list) .type-klumme .wp-block-columns .wp-block-post-featured-image img,
  .wp-block-query:not(.news-list) .type-navn .wp-block-columns .wp-block-post-featured-image img {
    height: auto !important;
  }
}

.highlights {
  border-top: 5px solid var(--wp--preset--color--yellow-700);
}

.most-read h3 {
  margin-bottom: 5vh;
}
.most-read .wp-block-post-template.is-flex-container,
.most-read .wp-block-query-loop.is-flex-container {
  gap: 2vw;
}
@media screen and (max-width: 1023px) {
  .most-read .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li, .most-read .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .most-read .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li, .most-read .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
    width: calc(50% - 2vw);
  }
}
.most-read .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.most-read .wp-block-column .post-meta {
  padding-bottom: 1vh;
  border-bottom: 1px solid var(--wp--preset--color--grey-200);
}
@media screen and (min-width: 600px) {
  .most-read .wp-block-column[style="flex-basis:32%"] {
    flex-basis: 177px !important;
  }
}

.events .type-post.format-standard {
  border-bottom: 0 solid var(--wp--preset--color--grey-200);
}
.events .wp-block-columns {
  display: grid;
  grid-template-columns: 3.2fr 6.8fr;
}
@media screen and (max-width: 767px) {
  .events .wp-block-columns h3 {
    font-size: 4vw !important;
  }
}
@media screen and (min-width: 600px) {
  .events .wp-block-columns {
    grid-template-columns: 177px auto;
  }
}
.events .wp-block-columns .wp-block-column + .wp-block-column {
  height: 100%;
  border-bottom: 1px solid var(--wp--preset--color--grey-200);
}

.event-date {
  min-width: 65px;
}
.event-date .wp-block-post-date {
  border: none !important;
}
.event-date .wp-block-post-date.big-number {
  font-size: 32px;
}
.event-date .wp-block-post-date + .wp-block-post-date {
  text-transform: uppercase;
}

.event-description {
  border-bottom: 1px solid var(--wp--preset--color--grey-200);
}

.wp-block-post-template {
  list-style: none;
}
.wp-block-post-template .wp-block-post-excerpt__more-link:not(.rich-text) {
  display: none;
}
.wp-block-post-template .category-podcast .wp-block-post-excerpt__excerpt {
  display: none;
}
.wp-block-post-template .category-podcast .wp-block-post-excerpt__more-text {
  padding: 0;
  margin: 0;
}
.wp-block-post-template .category-podcast .wp-block-post-excerpt__more-link {
  display: inline-block !important;
  background: #000;
  color: #fff;
  font-size: 16px;
  border-radius: 5vw;
  padding: 8px 16px;
  width: 80px;
}
.wp-block-post-template .category-podcast .wp-block-post-excerpt__more-link:hover {
  text-decoration: none;
}

.podcast-list .wp-block .wp-block-post-excerpt__excerpt {
  display: none;
}
.podcast-list .is-content-justification-space-between.is-nowrap.is-layout-flex {
  align-items: flex-end;
}
.podcast-list h2, .podcast-list h3 {
  margin-bottom: -1rem;
}
@media screen and (max-width: 767px) {
  .podcast-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .podcast-list ul li {
    margin-block-start: 0;
  }
  .podcast-list ul figure.wp-block-post-featured-image {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 0;
  }
  .podcast-list ul figure.wp-block-post-featured-image img {
    aspect-ratio: 16/10;
    max-width: 100%;
  }
  .podcast-list ul .is-nowrap {
    width: 100%;
    flex-wrap: wrap;
  }
  .podcast-list ul .is-nowrap .post-meta * {
    font-size: 13px !important;
  }
}

@media screen and (min-width: 600px) {
  .job-query .wp-block-columns > .wp-block-column:first-of-type {
    min-width: 177px;
  }
}
@media screen and (max-width: 768px) {
  .job-query .wp-block-columns > .wp-block-column:first-of-type {
    flex-basis: 40% !important;
  }
  .job-query .wp-block-columns h2 {
    font-size: 14px !important;
    line-height: 1.6;
  }
  .job-query .wp-block-columns .post-meta {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    margin-left: -3.2fr;
  }
  .job-query .wp-block-columns p {
    padding: 0 !important;
    border: none !important;
  }
}
.job-query .wp-block-columns .wp-block-column + .wp-block-column {
  height: 100%;
}
.job-query .wp-block-columns .wp-block-column + .wp-block-column .is-vertical {
  height: 100%;
  justify-content: space-between;
}
.job-query img {
  width: 100%;
  height: auto;
}
.job-query .post-meta {
  text-transform: uppercase;
  font-size: 12px;
  grid-gap: 1rem;
}
.job-query .post-meta * + * {
  border-left: 1px solid var(--wp--preset--color--grey-200);
  padding-left: 1rem;
}

.job .post-meta {
  text-transform: uppercase;
  font-size: 12px;
  grid-gap: 1rem;
}
.job .post-meta > * {
  border-right: 1px solid var(--wp--preset--color--grey-200);
  padding-right: 1rem;
}
.job .post-meta > *:last-child {
  border-width: 0;
}
.job .post-meta * + * {
  border-left: none;
  padding-left: 0;
}
.job .post-meta * + *.is-layout-flex {
  gap: 5px;
}
.job .post-meta * + *.is-layout-flex * + * {
  border-left: 0;
  padding-left: 0;
}

.wp-block-query h2 a, .wp-block-query h3 a, .wp-block-query p a {
  text-decoration: none;
}

.wp-block-group.tabs a {
  text-decoration: none;
}

.news-list h3, .podcast-list h3 {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 601px) and (max-width: 1023px) {
  .wp-block-post-template.is-layout-grid.columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 781px) {
  body:not(.editor-styles-wrapper) .wp-block-query > .wp-block-post-template.is-style-slider {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  body:not(.editor-styles-wrapper) .wp-block-query > .wp-block-post-template.is-style-slider::-webkit-scrollbar {
    display: none;
  }
  body:not(.editor-styles-wrapper) .wp-block-query > .wp-block-post-template.is-style-slider > .wp-block-post {
    flex: 0 0 100% !important;
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    width: 100% !important;
  }
  body:not(.editor-styles-wrapper) .wp-block-query > .news-slider-pagination {
    display: flex;
    justify-content: center;
  }
  body:not(.editor-styles-wrapper) .wp-block-query > .news-slider-pagination .slider-pagination__bullet {
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 32px;
    margin: 0;
    padding: 10px;
    width: 32px;
  }
  body:not(.editor-styles-wrapper) .wp-block-query > .news-slider-pagination .slider-pagination__bullet::before {
    background: var(--wp--preset--color--blaa-800);
    border-radius: 50%;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
  }
  body:not(.editor-styles-wrapper) .wp-block-query > .news-slider-pagination .slider-pagination__bullet.is-active::before {
    background: var(--wp--preset--color--roed-500);
  }
}
.wp-block-query > .news-slider-pagination {
  display: none;
}

.wp-block-post-template.is-layout-grid .wp-block-post-title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 1024px) {
  .wp-block-post-template.is-flex-container.columns-3 {
    flex-wrap: nowrap;
    gap: 40px;
  }
}

html .eventlist.wp-block-query {
  padding-left: 0;
}
html .eventlist.wp-block-query li {
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  html .eventlist.wp-block-query {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  html .eventlist.wp-block-query li.type-post.format-standard {
    gap: 5px !important;
  }
  html .eventlist.wp-block-query li.type-post.format-standard figure.wp-block-post-featured-image {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 0;
  }
  html .eventlist.wp-block-query li.type-post.format-standard figure.wp-block-post-featured-image img {
    aspect-ratio: 16/10;
    max-width: 100%;
  }
  html .eventlist.wp-block-query li.type-post.format-standard .event-date {
    display: flex;
    flex-direction: row;
  }
  html .eventlist.wp-block-query li.type-post.format-standard .event-date > div {
    font-size: 14px;
  }
  html .eventlist.wp-block-query .wp-block-group {
    display: flex;
    flex-direction: column;
    gap: 5px !important;
  }
  html .eventlist.wp-block-query h3 {
    font-size: 14px !important;
    padding: 0;
    margin: 0;
  }
}

.wp-block-query-pagination {
  padding-top: 1.5em;
  justify-content: space-between;
  display: grid;
  grid-template-areas: "prev numbers next";
  grid-template-columns: 1fr 2fr 1fr;
}
@media (max-width: 479px) {
  .wp-block-query-pagination {
    grid-template-areas: "prev next";
    grid-template-columns: 1fr 1fr;
  }
}
.wp-block-query-pagination .wp-block-query-pagination-previous {
  justify-self: start;
  grid-area: prev;
}
.wp-block-query-pagination .wp-block-query-pagination-next {
  justify-self: end;
  grid-area: next;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  grid-area: numbers;
  justify-self: center;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .current {
  text-decoration: underline;
}
@media (max-width: 479px) {
  .wp-block-query-pagination .wp-block-query-pagination-numbers {
    display: none;
  }
}

.wp-block-quote.is-style-large p,
.wp-block-quote p {
  font-style: unset;
  margin-top: 0px;
}
.wp-block-quote.is-style-large .wp-block-quote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote cite {
  font-size: var(--wp--custom--quote--citation--typography--font-size);
  font-style: var(--wp--custom--quote--citation--typography--font-style);
}
.wp-block-quote.is-style-large .bb-quote-citation-detail,
.wp-block-quote .bb-quote-citation-detail {
  font-weight: 400;
}

:where(.wp-block-quote.is-style-plain) {
  font-family: var(--wp--preset--font-family--lexend);
  font-weight: 600;
  text-align: center;
}

.wp-block-quote.is-style-plain::before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 24px;
  margin: 0 auto 20px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width='33'%20height='24'%20viewBox='0%200%2033%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M8.316%2023.184C6.748%2023.184%205.32%2022.792%204.032%2022.008C2.8%2021.168%201.82%2020.048%201.092%2018.648C0.364%2017.192%200%2015.54%200%2013.692C0%2012.236%200.308%2010.808%200.924%209.408C1.54%208.008%202.38%206.692%203.444%205.46C4.564%204.228%205.852%203.136%207.308%202.184C8.764%201.232%2010.332%200.504%2012.012%200L15.204%203.864C13.02%204.872%2011.228%206.02%209.828%207.308C8.428%208.596%207.728%209.716%207.728%2010.668C7.728%2011.396%208.036%2012.04%208.652%2012.6C9.268%2013.16%209.828%2013.664%2010.332%2014.112C11.564%2015.12%2012.376%2015.96%2012.768%2016.632C13.216%2017.304%2013.44%2018.004%2013.44%2018.732C13.44%2020.076%2012.964%2021.168%2012.012%2022.008C11.06%2022.792%209.828%2023.184%208.316%2023.184ZM25.704%2023.184C24.136%2023.184%2022.708%2022.792%2021.42%2022.008C20.188%2021.168%2019.208%2020.048%2018.48%2018.648C17.752%2017.192%2017.388%2015.54%2017.388%2013.692C17.388%2012.236%2017.696%2010.808%2018.312%209.408C18.928%208.008%2019.768%206.692%2020.832%205.46C21.952%204.228%2023.24%203.136%2024.696%202.184C26.152%201.232%2027.72%200.504%2029.4%200L32.592%203.864C30.408%204.872%2028.616%206.02%2027.216%207.308C25.816%208.596%2025.116%209.716%2025.116%2010.668C25.116%2011.396%2025.424%2012.04%2026.04%2012.6C26.656%2013.16%2027.216%2013.664%2027.72%2014.112C28.952%2015.12%2029.764%2015.96%2030.156%2016.632C30.604%2017.304%2030.828%2018.004%2030.828%2018.732C30.828%2020.076%2030.352%2021.168%2029.4%2022.008C28.448%2022.792%2027.216%2023.184%2025.704%2023.184Z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20width='33'%20height='24'%20viewBox='0%200%2033%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M8.316%2023.184C6.748%2023.184%205.32%2022.792%204.032%2022.008C2.8%2021.168%201.82%2020.048%201.092%2018.648C0.364%2017.192%200%2015.54%200%2013.692C0%2012.236%200.308%2010.808%200.924%209.408C1.54%208.008%202.38%206.692%203.444%205.46C4.564%204.228%205.852%203.136%207.308%202.184C8.764%201.232%2010.332%200.504%2012.012%200L15.204%203.864C13.02%204.872%2011.228%206.02%209.828%207.308C8.428%208.596%207.728%209.716%207.728%2010.668C7.728%2011.396%208.036%2012.04%208.652%2012.6C9.268%2013.16%209.828%2013.664%2010.332%2014.112C11.564%2015.12%2012.376%2015.96%2012.768%2016.632C13.216%2017.304%2013.44%2018.004%2013.44%2018.732C13.44%2020.076%2012.964%2021.168%2012.012%2022.008C11.06%2022.792%209.828%2023.184%208.316%2023.184ZM25.704%2023.184C24.136%2023.184%2022.708%2022.792%2021.42%2022.008C20.188%2021.168%2019.208%2020.048%2018.48%2018.648C17.752%2017.192%2017.388%2015.54%2017.388%2013.692C17.388%2012.236%2017.696%2010.808%2018.312%209.408C18.928%208.008%2019.768%206.692%2020.832%205.46C21.952%204.228%2023.24%203.136%2024.696%202.184C26.152%201.232%2027.72%200.504%2029.4%200L32.592%203.864C30.408%204.872%2028.616%206.02%2027.216%207.308C25.816%208.596%2025.116%209.716%2025.116%2010.668C25.116%2011.396%2025.424%2012.04%2026.04%2012.6C26.656%2013.16%2027.216%2013.664%2027.72%2014.112C28.952%2015.12%2029.764%2015.96%2030.156%2016.632C30.604%2017.304%2030.828%2018.004%2030.828%2018.732C30.828%2020.076%2030.352%2021.168%2029.4%2022.008C28.448%2022.792%2027.216%2023.184%2025.704%2023.184Z'/%3E%3C/svg%3E") center/contain no-repeat;
  width: 33px;
}

.editor-styles-wrapper .wp-block-quote__citation:has(br) {
  font-weight: 400;
}
.editor-styles-wrapper .wp-block-quote__citation:has(br)::first-line {
  font-weight: 600;
}

/**
 * Button
 */
/**
 * Block Options
 */
.wp-block-button .wp-block-button__link {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
}
.wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-button .wp-block-button__link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
.wp-block-button:not(.is-style-outline):not(.is-style-uden-pil) .wp-block-button__link::before {
  -webkit-mask: url("svg/arrow-left-circle.svg") center/contain no-repeat;
  background-color: currentColor;
  content: "";
  flex: 0 0 24px;
  height: 24px;
  mask: url("svg/arrow-left-circle.svg") center/contain no-repeat;
  pointer-events: none;
  transition: transform 180ms ease;
  width: 24px;
}
.wp-block-button:not(.is-style-outline):not(.is-style-uden-pil):not(.is-style-pil-ned) .wp-block-button__link:hover::before {
  transform: translateX(3px);
}
.wp-block-button.is-style-pil-ned .wp-block-button__link::before {
  transform: rotate(90deg);
}
.wp-block-button.is-style-pil-ned .wp-block-button__link:hover::before {
  transform: rotate(90deg) translateX(3px);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  background-color: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: currentColor;
  font-family: var(--wp--preset--font-family--lexend);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.wp-block-button.is-style-uden-pil .wp-block-button__link {
  padding-left: 20px;
}
.wp-block-button.is-style-small .wp-block-button__link, .is-style-small .wp-block-button .wp-block-button__link {
  padding: 8px 16px;
}

@media (prefers-reduced-motion: reduce) {
  .wp-block-button:not(.is-style-outline):not(.is-style-uden-pil) .wp-block-button__link::before {
    transition: none;
  }
  .wp-block-button:not(.is-style-outline):not(.is-style-uden-pil):not(.is-style-pil-ned) .wp-block-button__link:hover::before {
    transform: none;
  }
  .wp-block-button.is-style-pil-ned .wp-block-button__link:hover::before {
    transform: rotate(90deg);
  }
}
.wp-block-buttons .wp-block-button:last-child {
  margin-bottom: 0;
}

/*.icon-button  {
	display:flex;
	justify-content: center;

	.wp-block-buttons {
		background:yellow;
	}

	.wp-block-button {
		margin-right:0;
	}
	.wp-block-button__link {
		margin-left:0;
		margin-right:calc(-2rem / 2);
		padding-right:calc(2rem * 2);	
	}
	.wp-block-outermost-icon-block {
		left:calc(-2rem / 2);
		position:relative;
		z-index:20;
		-webkit-backface-visibility: hidden;
		transform: translate(0, 0%) translateZ(0) scale(1.0, 1.0);
		transition: transform 0.2s;
		&:not(.wp-block) {

		}
		&:hover {


		}
	}

	.wp-block-buttons:hover {
		 + .wp-block-outermost-icon-block {
			-webkit-backface-visibility: hidden;
			transform: translate(7px, 0%) translateZ(0) scale(1.0, 1.0);
			transition: transform 0.2s;
		}
	}

}*/
.wp-block-button .wp-block-button__link svg {
  width: 18px;
  height: auto;
  margin-left: 0.5rem;
}
.wp-block-button .wp-block-button__link svg path {
  fill: currentcolor;
}

.wp-block-group.icon-button {
  display: flex;
  justify-content: center;
  gap: 0.5em;
}
.wp-block-group.icon-button a {
  font-family: var(--wp--preset--font-family--headings);
  position: relative;
}
.wp-block-group.icon-button a:after {
  content: "";
  display: block;
  width: calc(100% + 4rem);
  height: calc(100% + 1.5rem);
  position: absolute;
  left: -0.75rem;
  top: -0.75rem;
}
.wp-block-group.icon-button:hover svg {
  margin-left: 0.5rem;
}

html #cookie-law-info-bar a,
html .wt-cli-category-widget .wt-cli-form-group label {
  border-radius: 0;
}
html .cli-wrapper {
  padding: 0 4rem 3rem;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: var(--wp--custom--form--padding);
  border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
  border-radius: var(--wp--custom--form--border--radius);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0;
}
.wp-block-search .wp-block-search__input {
  padding: var(--wp--custom--form--padding);
  border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button,
.wp-block-search .wp-block-search__button {
  border-width: 0;
  padding: 12px 20px;
  font-weight: 400;
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  text-decoration: none;
  padding: 12px 20px;
  opacity: 1;
  color: var(--wp--custom--button--color--text);
  background-color: var(--wp--custom--button--color--background);
  border-color: currentColor;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button svg,
.wp-block-search .wp-block-search__button svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button,
.wp-block-search .wp-block-search__button {
  border-radius: 100px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color):hover, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color):focus, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color).has-focus,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color):hover,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color):focus,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color).has-focus {
  --wp--custom--button--color--text: var(--wp--custom--button--hover--color--text);
  --wp--custom--button--color--background: var(--wp--custom--button--hover--color--background);
  --wp--custom--button--border--color: var(--wp--custom--button--hover--border--color);
  opacity: 1;
  color: var(--wp--custom--button--color--text);
  background-color: var(--wp--custom--button--color--background);
  border-color: currentColor;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color):hover svg, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color):focus svg, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color).has-focus svg,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color):hover svg,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color):focus svg,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color).has-focus svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color):hover, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color):focus, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color).has-focus,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color):hover,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color):focus,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color).has-focus {
  border-color: var(--wp--custom--button--border--color);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:hover, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:focus, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-focus,
.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:focus,
.wp-block-search .wp-block-search__button.has-focus {
  --wp--custom--button--border--radius: var(--wp--custom--button--hover--border--radius);
  --wp--custom--button--spacing--padding--top: var(--wp--custom--button--hover--spacing--padding--top);
  --wp--custom--button--spacing--padding--bottom: var(--wp--custom--button--hover--spacing--padding--bottom);
  --wp--custom--button--spacing--padding--left: var(--wp--custom--button--hover--spacing--padding--left);
  --wp--custom--button--spacing--padding--right: var(--wp--custom--button--hover--spacing--padding--right);
  --wp--custom--button--typography--font-weight: var(--wp--custom--button--hover--typography--font-weight)
  --wp--custom--button--typography--font-family: var(--wp--custom--button--hover--typography--font-family);
  --wp--custom--button--typography--font-size: var(--wp--custom--button--hover--typography--font-size);
  --wp--custom--button--typography--line-height: var(--wp--custom--button--hover--typography--line-height);
  font-weight: 400;
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  text-decoration: none;
  padding: 12px 20px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon,
.wp-block-search .wp-block-search__button.has-icon {
  line-height: 0;
}

.search-modal {
  display: none;
}

.show-search .search-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 20000;
  left: 0;
  top: 0;
  display: flex;
  background: white;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.show-search .search-modal form {
  width: 780px;
}
.show-search .search-modal form label {
  display: none;
}
.show-search .search-modal .wp-block-search__inside-wrapper {
  padding: 0 4vw !important;
  border: none !important;
}
.show-search .search-modal .wp-block-search__inside-wrapper input[type=search] {
  padding: 0.5rem 1rem !important;
}
.show-search .search-modal .close-search {
  position: fixed;
  right: 0.5rem;
  top: 0.5rem;
}

.close-search {
  cursor: pointer;
}

.wp-block-separator {
  margin: var(--wp--custom--separator--margin);
  opacity: var(--wp--custom--separator--opacity);
}
.wp-block-separator:not(.is-style-wide) {
  width: var(--wp--custom--separator--width);
}

.wp-block-post-content > .wp-block-group.has-slider {
  --bb-slider-gutter: max(var(--bb-page-gutter), calc((100vw - var(--bb-wide-width)) / 2));
  box-sizing: border-box;
  display: grid;
  grid-template-columns: var(--bb-slider-gutter) 624px minmax(0, 1fr);
  grid-template-rows: 1fr;
  height: 441px;
  overflow: hidden;
  padding: 40px 0 !important;
  position: relative;
}
.wp-block-post-content > .wp-block-group.has-slider > .wp-block-group:first-child {
  align-self: center;
  grid-column: 2;
  grid-row: 1;
  margin: 0 !important;
  max-width: none !important;
  position: relative;
  width: 582px;
  z-index: 2;
}
.wp-block-post-content > .wp-block-group.has-slider > .wp-block-group:first-child > .wp-block-outermost-icon-block {
  left: 500px;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: -24px;
  width: 94px;
}
.wp-block-post-content > .wp-block-group.has-slider > .wp-block-group:first-child > .wp-block-outermost-icon-block .icon-container {
  height: 73px;
  width: 94px !important;
}
.wp-block-post-content > .wp-block-group.has-slider > .wp-block-group:first-child > .wp-block-outermost-icon-block svg {
  display: block;
  height: 73px;
  width: 94px;
}
.wp-block-post-content > .wp-block-group.has-slider > .wp-block-group:first-child > .wp-block-heading {
  margin: 0;
}
.wp-block-post-content > .wp-block-group.has-slider > .wp-block-group:first-child > .wp-block-paragraph {
  font-family: var(--wp--preset--font-family--source-serif-4);
  font-size: var(--wp--preset--font-size--intro);
  line-height: 36px;
  margin: 24px 0 0;
}
.wp-block-post-content > .wp-block-group.has-slider > .wp-block-group.is-style-slider {
  align-items: center;
  align-self: center;
  display: grid;
  gap: 24px;
  grid-auto-columns: 648px;
  grid-auto-flow: column;
  grid-column: 3;
  grid-row: 1;
  grid-template-columns: none !important;
  height: 272px;
  margin: 0 !important;
  max-width: none !important;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  padding-right: max(0px, 100% - 648px);
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.wp-block-post-content > .wp-block-group.has-slider > .wp-block-group.is-style-slider::-webkit-scrollbar {
  display: none;
}
.wp-block-post-content > .wp-block-group.has-slider > .wp-block-group.is-style-slider > .wp-block-columns.slide {
  align-items: center;
  column-gap: 30px !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  margin: 0;
  max-width: 648px;
  min-width: 648px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  width: 648px;
}
.wp-block-post-content > .wp-block-group.has-slider > .wp-block-group.is-style-slider > .wp-block-columns.slide > .wp-block-column:first-child {
  flex: 0 0 268px !important;
  max-width: 268px;
  width: 268px;
}
.wp-block-post-content > .wp-block-group.has-slider > .wp-block-group.is-style-slider > .wp-block-columns.slide > .wp-block-column:first-child > .wp-block-image {
  border-radius: 50%;
  height: 268px;
  margin: 0;
  overflow: hidden;
  width: 268px;
}
.wp-block-post-content > .wp-block-group.has-slider > .wp-block-group.is-style-slider > .wp-block-columns.slide > .wp-block-column:first-child > .wp-block-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.wp-block-post-content > .wp-block-group.has-slider > .wp-block-group.is-style-slider > .wp-block-columns.slide > .wp-block-column:last-child {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 350px !important;
  flex-direction: column;
  height: 268px;
  justify-content: center;
  max-width: 350px;
  padding-right: 30px;
  width: 350px;
}
.wp-block-post-content > .wp-block-group.has-slider > .wp-block-group.is-style-slider > .wp-block-columns.slide > .wp-block-column:last-child > .wp-block-group {
  margin: 0;
}
.wp-block-post-content > .wp-block-group.has-slider > .wp-block-group.is-style-slider > .wp-block-columns.slide > .wp-block-column:last-child .wp-block-heading,
.wp-block-post-content > .wp-block-group.has-slider > .wp-block-group.is-style-slider > .wp-block-columns.slide > .wp-block-column:last-child .wp-block-paragraph {
  margin: 0;
}
.wp-block-post-content > .wp-block-group.has-slider > .wp-block-group.is-style-slider > .wp-block-columns.slide > .wp-block-column:last-child .wp-block-heading {
  white-space: nowrap;
}
.wp-block-post-content > .wp-block-group.has-slider > .wp-block-group.is-style-slider > .wp-block-columns.slide > .wp-block-column:last-child > .wp-block-group:first-child .wp-block-paragraph {
  color: var(--wp--preset--color--sort-300);
}
.wp-block-post-content > .wp-block-group.has-slider > .wp-block-group.is-style-slider > .wp-block-columns.slide > .wp-block-column:last-child > .wp-block-group:last-child .wp-block-paragraph {
  font-family: var(--wp--preset--font-family--lexend);
  font-size: var(--wp--preset--font-size--ui-stor);
  line-height: 26px;
}
.wp-block-post-content > .wp-block-group.has-slider > .slider-pagination {
  bottom: 64px;
  display: flex;
  left: var(--bb-slider-gutter);
  margin: 0;
  position: absolute;
  z-index: 3;
}
.wp-block-post-content > .wp-block-group.has-slider > .slider-pagination .slider-pagination__bullet {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 32px;
  margin: 0;
  padding: 10px;
  width: 32px;
}
.wp-block-post-content > .wp-block-group.has-slider > .slider-pagination .slider-pagination__bullet::before {
  background: var(--wp--preset--color--blaa-800);
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
}
.wp-block-post-content > .wp-block-group.has-slider > .slider-pagination .slider-pagination__bullet.is-active::before {
  background: var(--wp--preset--color--roed-500);
}

body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:not(.has-slider) > .wp-block-group.is-style-slider {
  display: grid;
  gap: 0;
  grid-auto-columns: 100%;
  grid-auto-flow: column;
  grid-template-columns: none !important;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:not(.has-slider) > .wp-block-group.is-style-slider::-webkit-scrollbar {
  display: none;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:not(.has-slider) > .wp-block-group.is-style-slider > .wp-block-group.slide {
  margin-block: 0;
  max-width: none;
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  width: 100%;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:not(.has-slider) > .wp-block-group.is-style-slider > .wp-block-group.slide > .wp-block-group.is-style-supergrafik > .wp-block-group {
  border-left-width: 35px !important;
  border-right-width: 35px !important;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:not(.has-slider) > .wp-block-group.is-style-slider > .wp-block-group.slide > .wp-block-group.is-style-supergrafik > .wp-block-group:first-child,
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:not(.has-slider) > .wp-block-group.is-style-slider > .wp-block-group.slide > .wp-block-group.is-style-supergrafik > .wp-block-group:last-child {
  flex-basis: 35px !important;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:not(.has-slider) > .wp-block-group.is-style-slider > .wp-block-group.slide > .wp-block-group.is-style-supergrafik > .wp-block-group:first-child > .wp-block-spacer,
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:not(.has-slider) > .wp-block-group.is-style-slider > .wp-block-group.slide > .wp-block-group.is-style-supergrafik > .wp-block-group:last-child > .wp-block-spacer {
  flex-basis: 35px !important;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:not(.has-slider) > .content-slider-pagination {
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:not(.has-slider) > .content-slider-pagination .slider-pagination__bullet {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 32px;
  margin: 0;
  padding: 10px;
  width: 32px;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:not(.has-slider) > .content-slider-pagination .slider-pagination__bullet::before {
  background: var(--wp--preset--color--blaa-800);
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:not(.has-slider) > .content-slider-pagination .slider-pagination__bullet.is-active::before {
  background: var(--wp--preset--color--roed-500);
}

@media (max-width: 781px) {
  .wp-block-post-content > .wp-block-group.has-slider {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 441px 352px 32px;
    height: calc(857px + 5vh);
    padding: 0 0 5vh !important;
    row-gap: 16px;
  }
  .wp-block-post-content > .wp-block-group.has-slider > .wp-block-group:first-child {
    align-self: center;
    grid-column: 1;
    grid-row: 1;
    margin-inline: 20px !important;
    width: calc(100% - 40px);
  }
  .wp-block-post-content > .wp-block-group.has-slider > .wp-block-group:first-child > .wp-block-outermost-icon-block {
    display: none;
  }
  .wp-block-post-content > .wp-block-group.has-slider > .wp-block-group:first-child > .wp-block-heading {
    font-size: 30px !important;
    line-height: 36px;
  }
  .wp-block-post-content > .wp-block-group.has-slider > .wp-block-group.is-style-slider {
    --bb-slider-card-width: min(350px, calc(100vw - 40px));
    align-self: start;
    grid-auto-columns: var(--bb-slider-card-width);
    grid-column: 1;
    grid-row: 2;
    height: 352px;
    margin-left: 20px !important;
    padding-right: max(0px, 100vw - 20px - var(--bb-slider-card-width));
    width: calc(100% - 20px);
  }
  .wp-block-post-content > .wp-block-group.has-slider > .wp-block-group.is-style-slider > .wp-block-columns.slide {
    align-items: center;
    column-gap: 0 !important;
    flex-direction: column;
    height: 352px;
    justify-content: flex-start;
    max-width: var(--bb-slider-card-width);
    min-width: var(--bb-slider-card-width);
    row-gap: 30px;
    width: var(--bb-slider-card-width);
  }
  .wp-block-post-content > .wp-block-group.has-slider > .wp-block-group.is-style-slider > .wp-block-columns.slide > .wp-block-column:first-child {
    flex: 0 0 147px !important;
    max-width: 147px;
    width: 147px;
  }
  .wp-block-post-content > .wp-block-group.has-slider > .wp-block-group.is-style-slider > .wp-block-columns.slide > .wp-block-column:first-child > .wp-block-image {
    height: 147px;
    width: 147px;
  }
  .wp-block-post-content > .wp-block-group.has-slider > .wp-block-group.is-style-slider > .wp-block-columns.slide > .wp-block-column:last-child {
    align-items: center;
    flex: 0 0 auto !important;
    height: auto;
    max-width: var(--bb-slider-card-width);
    padding-right: 0;
    text-align: center;
    width: var(--bb-slider-card-width);
  }
  .wp-block-post-content > .wp-block-group.has-slider > .wp-block-group.is-style-slider > .wp-block-columns.slide > .wp-block-column:last-child > .wp-block-group {
    align-items: center;
    width: 100%;
  }
  .wp-block-post-content > .wp-block-group.has-slider > .wp-block-group.is-style-slider > .wp-block-columns.slide > .wp-block-column:last-child .wp-block-heading,
  .wp-block-post-content > .wp-block-group.has-slider > .wp-block-group.is-style-slider > .wp-block-columns.slide > .wp-block-column:last-child .wp-block-paragraph {
    text-align: center;
  }
  .wp-block-post-content > .wp-block-group.has-slider > .slider-pagination {
    align-self: start;
    bottom: auto;
    grid-column: 1;
    grid-row: 3;
    justify-self: center;
    left: auto;
    position: static;
  }
}
@media (max-width: 900px) {
  body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:not(.has-slider) > .wp-block-group.is-style-slider > .wp-block-group.slide {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:not(.has-slider) > .wp-block-group.is-style-slider > .wp-block-group.slide > .wp-block-image img {
    display: block;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 600px) {
  body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:not(.has-slider) > .wp-block-group.is-style-slider > .wp-block-group.slide > .wp-block-group.is-style-supergrafik > .wp-block-group:nth-child(2) {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.wp-block-table figcaption {
  font-size: var(--wp--custom--table--figcaption--typography--font-size);
  text-align: center;
}
.wp-block-table td, .wp-block-table th {
  border: 1px solid;
  padding: calc(0.5 * var(--wp--custom--margin--vertical)) calc(0.5 * var(--wp--custom--margin--horizontal));
}

.wp-block-getwid-tabs {
  padding-top: 15px;
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__title-wrapper {
  font-size: var(--wp--preset--font-size--tiny);
  text-transform: uppercase;
  font-weight: 400;
}
.wp-block-getwid-tabs .ui-state-active .wp-block-getwid-tabs__title-wrapper {
  font-weight: 500;
  text-decoration: none;
}
.wp-block-getwid-tabs .ui-state-active .wp-block-getwid-tabs__title-wrapper a {
  text-decoration: none;
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__tab-content {
  border: none;
  padding: 2vh 0 0;
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-link {
  border: none;
  border-right: 1px solid var(--wp--preset--color--grey-200);
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-link:last-of-type {
  border-right: none;
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-link .wp-block-getwid-tabs__title-wrapper {
  padding-right: var(--wp--preset--spacing--30) !important;
  padding-left: var(--wp--preset--spacing--20);
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-link:first-of-type .wp-block-getwid-tabs__title-wrapper {
  padding-left: 0;
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-link a {
  padding: 0 !important;
}

.wp-block-video figcaption {
  margin: var(--wp--custom--video--caption--margin);
  text-align: var(--wp--custom--video--caption--text-align);
}

.wp-block-post-template.custom-teaser {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding: 0;
}
.wp-block-post-template.custom-teaser .wp-block-post-featured-image a {
  display: flex;
  aspect-ratio: 16/9;
}
.wp-block-post-template.custom-teaser .wp-block-post-featured-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wp-block-post-template.custom-teaser.wp-block-post-template {
  background: none;
}

.wp-block-post-template.custom-teaser.is-flex-container {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25em;
}

.wp-block-post-template.custom-teaser.is-flex-container li {
  margin: 0;
  width: 100%;
}

@media (min-width: 600px) {
  .wp-block-post-template.custom-teaser.is-flex-container.is-flex-container.columns-2 > li {
    width: calc(50% - 0.625em);
  }
  .wp-block-post-template.custom-teaser.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - 0.83333em);
  }
  .wp-block-post-template.custom-teaser.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - 0.9375em);
  }
  .wp-block-post-template.custom-teaser.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(20% - 1em);
  }
  .wp-block-post-template.custom-teaser.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(16.66667% - 1.04167em);
  }
}
.gap-40 {
  gap: 40px 40px !important;
}

.wp-block-group.author {
  border-top: 1px solid var(--wp--preset--color--grey);
  border-bottom: 1px solid var(--wp--preset--color--grey);
}

.author-flex {
  display: flex;
  gap: var(--wp--style--block-gap, 0.5em);
  flex-wrap: nowrap;
  align-items: center;
}

.author-flex > * {
  margin: 0;
}

@media screen and (max-width: 599px) {
  .article-filters p {
    min-width: 100%;
  }
  .article-filters .wp-block-buttons.is-content-justification-center {
    justify-content: flex-start;
  }
}

.wp-block-group.sorting {
  display: flex;
  gap: var(--wp--style--block-gap, 0.5em);
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
.wp-block-group.sorting p {
  margin: 0;
}
.wp-block-group.sorting .drop-down {
  position: relative;
}
.wp-block-group.sorting .drop-down.wp-block {
  pointer-events: none;
}
.wp-block-group.sorting .drop-down .arrow-icons {
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 2;
  pointer-events: none;
}
.wp-block-group.sorting .drop-down .arrow-icons .wp-block-outermost-icon-block + .wp-block-outermost-icon-block {
  margin-top: -5px;
}
.wp-block-group.sorting .drop-down select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
}

.wp-block-post-template .wp-block-group.wp-container-4, .wp-block-post-template .wp-block-group.wp-container-65 {
  flex-wrap: wrap;
}

.featured-jobs h2 a {
  color: #fff;
  text-decoration: none;
}
.featured-jobs h2 a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.featured-jobs > * {
  margin-block-start: 0;
  min-width: 100%;
  width: 100%;
}
.featured-jobs .job {
  position: relative;
}
.featured-jobs .featured-job-group {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .featured-jobs .featured-job-group {
    margin-bottom: 0;
  }
}
.featured-jobs .featured-job-list {
  grid-column: 1/3;
  display: grid;
}
.featured-jobs .featured-job-list ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
.featured-jobs .featured-job-list ul li {
  height: 100%;
  margin-block-start: 0;
  min-height: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .featured-jobs .featured-job-list ul {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  .featured-jobs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem 2rem;
  }
  .featured-jobs .featured-job-group {
    grid-column: 1/3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem 2rem;
  }
  .featured-jobs .featured-job-group > * {
    margin-block-start: 0;
  }
}
.featured-jobs .is-vertical {
  gap: 3rem;
  height: 100%;
  justify-content: space-around;
}
.featured-jobs .wp-block-hyperlink-group {
  text-decoration: none;
}
.featured-jobs .wp-block-hyperlink-group:hover {
  text-decoration: underline;
}
.featured-jobs .wp-block-hyperlink-group p {
  text-decoration: none;
}
.featured-jobs .wp-block-hyperlink-group svg {
  position: relative;
  top: 3px;
}

.wp-block-column .wp-block-post-content {
  padding: 0;
}

.single-job .wp-block-post-featured-image {
  width: 100px;
  max-width: 25%;
  background: #fff;
}
@media screen and (max-width: 899px) {
  .single-job .wp-block-group.job-content {
    display: grid;
  }
}
.single-job .wp-block-group.job-content {
  align-items: flex-start !important;
}
@media screen and (min-width: 900px) {
  .single-job .wp-block-group.job-content .job-meta {
    width: 300px;
    position: sticky;
    top: 40px;
  }
}
.single-job .wp-block-group.job-content .wp-block-post-content {
  padding: 0;
  max-width: 900px;
}
@media screen and (max-width: 480px) {
  .job-meta {
    font-size: 12px;
    flex-wrap: wrap !important;
  }
  .job-meta > * {
    border: none;
    min-width: 100%;
    padding: 0 !important;
  }
}

.post-header .wp-block-post-featured-image img {
  min-width: 100%;
  width: 100%;
  height: auto;
}

.taxonomy-category a:hover {
  text-decoration: none;
}

.wp-block-post-date {
  margin-right: 0 !important;
}

.wp-block-post.category-creative-club .taxonomy-category a,
.single.category-creative-club .post-header .taxonomy-category a {
  color: var(--wp--preset--color--purple);
}
.wp-block-post.category-creative-club .wp-block-post-date,
.single.category-creative-club .post-header .wp-block-post-date {
  color: var(--wp--preset--color--purple-light);
}

.category-creative-club .wp-block-post-terms__separator, .category-podcast .wp-block-post-terms__separator, .category-bureaunyt .wp-block-post-terms__separator {
  display: none;
}

.category-podcast .wp-block-post-featured-image img {
  border-radius: 10px;
}
.category-podcast .taxonomy-category a {
  display: none;
}
.category-podcast .taxonomy-category a[href$="?type=podcast"] {
  display: inline;
}

.category-kort-nyt .wp-block-post-terms__separator, .category-bureaunyt .wp-block-post-terms__separator, .category-bureau-nyt .wp-block-post-terms__separator {
  display: none;
}
.category-kort-nyt .taxonomy-category a, .category-bureaunyt .taxonomy-category a, .category-bureau-nyt .taxonomy-category a {
  display: none;
}
.category-kort-nyt .taxonomy-category a[href$="?type=alle"], .category-bureaunyt .taxonomy-category a[href$="?type=alle"], .category-bureau-nyt .taxonomy-category a[href$="?type=alle"] {
  display: inline;
}
.category-kort-nyt .wp-block-columns .wp-block-column[style="flex-basis:32%"], .category-bureaunyt .wp-block-columns .wp-block-column[style="flex-basis:32%"], .category-bureau-nyt .wp-block-columns .wp-block-column[style="flex-basis:32%"] {
  display: none;
}
.category-kort-nyt .wp-block-columns .wp-block-column[style="flex-basis:68%"], .category-bureaunyt .wp-block-columns .wp-block-column[style="flex-basis:68%"], .category-bureau-nyt .wp-block-columns .wp-block-column[style="flex-basis:68%"] {
  flex-basis: 75% !important;
}

@media screen and (max-width: 767px) {
  h2[style="font-size:42px;"] {
    font-size: 28px !important;
  }
}

.wp-block-group.social-sharing {
  border-top: 1px solid var(--wp--preset--color--grey);
  border-bottom: 1px solid var(--wp--preset--color--grey);
}
@media screen and (max-width: 600px) {
  .wp-block-group.social-sharing > p {
    min-width: 100%;
  }
  .wp-block-group.social-sharing .facebook p, .wp-block-group.social-sharing .linkedin p, .wp-block-group.social-sharing .twitter p {
    font-size: 11px !important;
  }
  .wp-block-group.social-sharing a {
    margin-right: 1rem;
  }
}
.wp-block-group.social-sharing a {
  text-decoration: none;
}
.wp-block-group.social-sharing a:hover .facebook svg {
  fill: #4267B2;
}
.wp-block-group.social-sharing a:hover .linkedin svg {
  fill: #0A66C2;
}
.wp-block-group.social-sharing a:hover .twitter svg {
  fill: #1DA1F2;
}
.wp-block-group.social-sharing a svg, .wp-block-group.social-sharing a:hover svg {
  transition: fill 0.35s ease-in-out;
}

.social-media-item-flex {
  display: flex;
  gap: 0.5rem;
  flex-wrap: nowrap;
  align-items: center;
}
.social-media-item-flex > p {
  margin: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
textarea {
  background: white;
  border: 1px solid;
  border-radius: 0;
  box-shadow: none;
  color: black;
  font-family: var(--wp--preset--font-family--base);
  padding: 5rem;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
select:focus,
textarea:focus {
  color: var(--wp--custom--form--color--text);
  border-color: var(--custom--form--color--border);
}

select {
  -webkit-appearance: none;
  font-family: inherit;
  font-size: 100%;
  padding: 5px 4px;
  accent-color: red;
}
select option {
  -webkit-appearance: none;
}

textarea {
  width: 100%;
}

input[type=checkbox] + label {
  display: inline;
  margin-left: 0.5em;
  line-height: 1em;
}

input[type=submit] {
  -webkit-appearance: none;
  background: black;
  color: white;
  border-radius: 100px;
  border: none;
  box-shadow: none;
  padding: 12px 20px;
}

.newsletter-form {
  justify-content: flex-end;
  max-width: 500px;
}
.newsletter-form .gform-body input, .newsletter-form .gform-body select {
  width: 100% !important;
  border: none;
  border-top: 1px solid;
  font-size: 16px !important;
  padding: 15px 0 !important;
  background: transparent;
}
.newsletter-form .gform-body input::placeholder, .newsletter-form .gform-body select::placeholder {
  color: black;
}
.newsletter-form .gform-body select {
  position: relative;
  background: url(images/caret-down.svg) center right no-repeat;
}
.newsletter-form .gform-body .gfield_error input, .newsletter-form .gform-body .gfield_error select {
  background-color: var(--wp--preset--color--grey-100);
  padding-left: 5px !important;
}
.newsletter-form .gform-body .gfield_error [aria-invalid=true] {
  border: none;
  border-top: 1px solid;
}
.newsletter-form .gform_footer {
  display: flex;
  justify-content: flex-end;
}
.newsletter-form input[type=submit] {
  float: right;
  font-size: 16px;
}
.newsletter-form .gform_required_legend {
  display: none;
}
.newsletter-form .validation_message {
  border: none;
  margin-top: 0;
  padding-top: 0 !important;
  padding-left: 5px;
  background: none;
  font-style: italic;
  color: black;
}

.newsletter-info > h2 {
  max-width: 535px;
  margin-left: 0;
}
.newsletter-info > p, .newsletter-info ul {
  max-width: 470px;
  margin-left: 0;
}

.wp-block-post-content > .bb-navnenyt-section {
  --bb-navnenyt-gutter: max(var(--bb-page-gutter), calc((100vw - var(--bb-wide-width)) / 2));
  padding: 40px 0 60px;
  overflow: hidden;
  font-family: var(--wp--preset--font-family--lexend);
}
.wp-block-post-content > .bb-navnenyt-section > .wp-block-group {
  width: calc(100% - 2 * var(--bb-navnenyt-gutter));
  max-width: none;
  margin-inline: var(--bb-navnenyt-gutter) !important;
  gap: 20px;
  margin-bottom: 50px;
  padding: 0;
}
.wp-block-post-content > .bb-navnenyt-section > .wp-block-group .wp-block-heading {
  font-size: var(--wp--preset--font-size--h-3) !important;
  line-height: 1.2142857143;
}
.wp-block-post-content > .bb-navnenyt-section .wp-block-button__link {
  color: var(--wp--preset--color--sort-500);
}
.wp-block-post-content > .bb-navnenyt-section > .wp-block-query {
  max-width: none;
  width: calc(100% - var(--bb-navnenyt-gutter));
  margin-left: var(--bb-navnenyt-gutter) !important;
  margin-right: 0 !important;
}
.wp-block-post-content > .bb-navnenyt-section .wp-block-query > .wp-block-post-template.is-style-slider {
  display: grid;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: clamp(520px, (100vw - 2 * var(--bb-navnenyt-gutter) - 24px) / 2, 750px);
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-right: var(--bb-navnenyt-gutter);
}
.wp-block-post-content > .bb-navnenyt-section .wp-block-query > .wp-block-post-template.is-style-slider::-webkit-scrollbar {
  display: none;
}
.wp-block-post-content > .bb-navnenyt-section .wp-block-query > .wp-block-post-template.is-style-slider > .wp-block-post {
  min-width: 0;
  width: auto !important;
  scroll-snap-align: start;
}
.wp-block-post-content > .bb-navnenyt-section .wp-block-columns.slide {
  display: grid;
  grid-template-columns: min(268px, 36%) minmax(0, 1fr);
  align-items: start;
  gap: 30px;
  margin: 0;
}
.wp-block-post-content > .bb-navnenyt-section .wp-block-columns.slide > .wp-block-column {
  min-width: 0;
  width: auto;
  margin: 0;
}
.wp-block-post-content > .bb-navnenyt-section .wp-block-columns.slide > .wp-block-column:last-child > .wp-block-group {
  gap: 11px;
}
.wp-block-post-content > .bb-navnenyt-section .wp-block-columns.slide .wp-block-post-featured-image {
  margin: 0;
  width: 100%;
}
.wp-block-post-content > .bb-navnenyt-section .wp-block-columns.slide .wp-block-post-featured-image a {
  display: block;
  aspect-ratio: 1;
}
.wp-block-post-content > .bb-navnenyt-section .wp-block-columns.slide .wp-block-post-featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.wp-block-post-content > .bb-navnenyt-section .wp-block-columns.slide .has-label-font-size {
  font-size: var(--wp--preset--font-size--label) !important;
  font-weight: 500;
  line-height: 1.4285714286;
  padding-block: 5px;
  margin: 0;
}
.wp-block-post-content > .bb-navnenyt-section .wp-block-columns.slide .has-label-font-size a {
  color: inherit;
  text-decoration: none;
}
.wp-block-post-content > .bb-navnenyt-section .wp-block-columns.slide .wp-block-post-title {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  font-size: var(--wp--preset--font-size--h-3) !important;
  line-height: 1.2142857143;
  margin: 0;
}
.wp-block-post-content > .bb-navnenyt-section .wp-block-columns.slide .wp-block-post-title a {
  color: var(--wp--preset--color--sort-500);
  text-decoration: underline;
  text-underline-offset: auto;
}
.wp-block-post-content > .bb-navnenyt-section .wp-block-columns.slide .wp-block-post-date {
  font-size: var(--wp--preset--font-size--ui-lille);
  line-height: 1.375;
  color: var(--wp--preset--color--sort-300);
  margin: 0;
}
.wp-block-post-content > .bb-navnenyt-section .wp-block-columns.slide:not(:has(.wp-block-post-featured-image img)) {
  grid-template-columns: minmax(0, 1fr);
}
.wp-block-post-content > .bb-navnenyt-section .wp-block-columns.slide:not(:has(.wp-block-post-featured-image img)) > .wp-block-column:first-child {
  display: none;
}
.wp-block-post-content > .bb-navnenyt-section .wp-block-query > .news-slider-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-right: var(--bb-navnenyt-gutter);
}
.wp-block-post-content > .bb-navnenyt-section .wp-block-query > .news-slider-pagination .slider-pagination__bullet {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 10px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.wp-block-post-content > .bb-navnenyt-section .wp-block-query > .news-slider-pagination .slider-pagination__bullet::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--wp--preset--color--blaa-800);
}
.wp-block-post-content > .bb-navnenyt-section .wp-block-query > .news-slider-pagination .slider-pagination__bullet.is-active::before {
  background: var(--wp--preset--color--roed-500);
}

@media (max-width: 781px) {
  .wp-block-post-content > .bb-navnenyt-section {
    padding-block: 40px;
  }
  .wp-block-post-content > .bb-navnenyt-section > .wp-block-group .wp-block-heading {
    font-size: var(--wp--preset--font-size--h-5) !important;
    line-height: 1.4;
  }
  .wp-block-post-content > .bb-navnenyt-section > .wp-block-query {
    width: calc(100% - 2 * var(--bb-navnenyt-gutter));
  }
  .wp-block-post-content > .bb-navnenyt-section .wp-block-query > .wp-block-post-template.is-style-slider {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
    grid-auto-columns: auto;
    overflow: visible;
    scroll-snap-type: none;
    padding: 0;
  }
  .wp-block-post-content > .bb-navnenyt-section .wp-block-query > .wp-block-post-template.is-style-slider > .wp-block-post {
    scroll-snap-align: none;
  }
  .wp-block-post-content > .bb-navnenyt-section .wp-block-columns.slide {
    grid-template-columns: min(119px, 35%) minmax(0, 1fr);
  }
  .wp-block-post-content > .bb-navnenyt-section .wp-block-columns.slide .has-label-font-size {
    display: none;
  }
  .wp-block-post-content > .bb-navnenyt-section .wp-block-columns.slide .wp-block-post-title {
    font-size: var(--wp--preset--font-size--h-5) !important;
    line-height: 1.4;
  }
  .wp-block-post-content > .bb-navnenyt-section .wp-block-query > .news-slider-pagination {
    display: none;
  }
}
.editor-styles-wrapper .wp-block-post-content > .bb-navnenyt-section .wp-block-query > .wp-block-post-template.is-style-slider {
  grid-auto-flow: row;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: auto;
  overflow: visible;
}

body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) {
  --bb-jobs-gutter: max(var(--bb-page-gutter), calc((100vw - var(--bb-wide-width)) / 2));
  padding: 40px 0 36px;
  overflow: hidden;
  font-family: var(--wp--preset--font-family--lexend);
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) > .wp-block-group {
  max-width: none;
  margin-inline: var(--bb-jobs-gutter) !important;
  padding: 0;
  gap: 20px;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) > .wp-block-group .wp-block-heading {
  font-size: 28px !important;
  line-height: 34px;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) > .wp-block-columns {
  max-width: none;
  width: calc(100% - var(--bb-jobs-gutter));
  margin: 50px 0 0 var(--bb-jobs-gutter) !important;
  padding: 0;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) > .wp-block-columns > .wp-block-column {
  min-width: 0;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) .wp-block-query > .wp-block-post-template.is-style-slider {
  display: grid;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: clamp(520px, (100vw - 2 * var(--bb-jobs-gutter) - 24px) / 2, 750px);
  gap: 24px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-right: var(--bb-jobs-gutter);
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) .wp-block-query > .wp-block-post-template.is-style-slider::-webkit-scrollbar {
  display: none;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) .wp-block-query > .wp-block-post-template.is-style-slider > .wp-block-post {
  min-width: 0;
  width: auto !important;
  scroll-snap-align: start;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) .wp-block-columns.slide {
  display: grid;
  grid-template-columns: min(279px, 37.2%) minmax(0, 1fr);
  align-items: start;
  gap: 30px;
  min-height: 164px;
  margin: 0;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) .wp-block-columns.slide > .wp-block-column {
  min-width: 0;
  margin: 0;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) .wp-block-columns.slide > .wp-block-column:last-child {
  padding-right: 30px;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) .wp-block-columns.slide > .wp-block-column:last-child > .wp-block-group {
  gap: 11px;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) .wp-block-columns.slide .wp-block-post-featured-image {
  margin: 0;
  width: 100%;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) .wp-block-columns.slide .wp-block-post-featured-image img {
  display: block;
  height: 110px;
  width: 100%;
  object-fit: contain;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) .wp-block-columns.slide .is-nowrap {
  gap: 5px;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) .wp-block-columns.slide .wp-block-paragraph, body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) .wp-block-columns.slide .wp-block-post-date {
  margin: 0;
  font-size: 16px !important;
  line-height: 22px;
  color: var(--wp--preset--color--sort-300);
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) .wp-block-columns.slide .wp-block-post-title {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  font-size: 22px !important;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
  overflow-wrap: anywhere;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) .wp-block-query > .news-slider-pagination {
  display: flex;
  justify-content: center;
  margin: 0 var(--bb-jobs-gutter) 0 0;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) .wp-block-query > .news-slider-pagination .slider-pagination__bullet {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 10px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) .wp-block-query > .news-slider-pagination .slider-pagination__bullet::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--wp--preset--color--blaa-800);
}
body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) .wp-block-query > .news-slider-pagination .slider-pagination__bullet.is-active::before {
  background: var(--wp--preset--color--roed-500);
}
@media (max-width: 781px) {
  body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) {
    --bb-jobs-gutter: 20px;
    background: var(--wp--preset--color--sand-200);
  }
  body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) > .wp-block-columns {
    width: calc(100% - 40px);
  }
  body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) .wp-block-query > .wp-block-post-template.is-style-slider {
    grid-auto-columns: 100%;
    padding: 0;
  }
  body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) .wp-block-columns.slide {
    grid-template-columns: minmax(0, 1fr);
  }
  body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) .wp-block-columns.slide > .wp-block-column:first-child {
    width: min(279px, 100%);
  }
  body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) .wp-block-columns.slide > .wp-block-column:last-child {
    padding: 0;
  }
  body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) .wp-block-columns.slide .wp-block-post-featured-image img {
    mix-blend-mode: multiply;
  }
  body:not(.editor-styles-wrapper) .wp-block-post-content > .wp-block-group:has(.is-style-slider > .type-job) .wp-block-query > .news-slider-pagination {
    margin: 40px 0 0;
  }
}

.wp-block-accordion > .wp-block-accordion-item + .wp-block-accordion-item {
  margin-top: -1px;
}

body:not(.editor-styles-wrapper) .wp-block-accordion-item:not(.is-open) > .wp-block-accordion-panel {
  padding-block: 0 !important;
}

.wp-block-accordion-heading .wp-block-accordion-heading__toggle {
  column-gap: 24px;
}
.wp-block-accordion-heading .wp-block-accordion-heading__toggle .wp-block-accordion-heading__toggle-icon {
  flex: 0 0 32px;
  width: 32px;
  height: 34px;
  font-size: 0;
  transform: rotate(0deg);
  transition: transform 200ms ease;
  background-color: currentColor;
  mask: url('data:image/svg+xml,%3Csvg width="32" height="34" viewBox="0 0 32 34" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M26.2613 11.4698C26.4017 11.6105 26.4806 11.8011 26.4806 11.9998C26.4806 12.1986 26.4017 12.3892 26.2613 12.5298L16.2613 22.5298C16.1207 22.6703 15.93 22.7492 15.7313 22.7492C15.5325 22.7492 15.3419 22.6703 15.2013 22.5298L5.20129 12.5298C5.06881 12.3877 4.99669 12.1996 5.00012 12.0053C5.00355 11.811 5.08226 11.6256 5.21967 11.4882C5.35708 11.3508 5.54247 11.2721 5.73677 11.2687C5.93107 11.2652 6.11912 11.3373 6.26129 11.4698L15.7313 20.9386L25.2013 11.4698C25.3419 11.3294 25.5325 11.2505 25.7313 11.2505C25.93 11.2505 26.1207 11.3294 26.2613 11.4698Z" fill="black"/%3E%3C/svg%3E') center/32px 34px no-repeat;
}
.wp-block-accordion-heading .wp-block-accordion-heading__toggle[aria-expanded=true] .wp-block-accordion-heading__toggle-icon {
  transform: rotate(180deg);
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-accordion-heading .wp-block-accordion-heading__toggle .wp-block-accordion-heading__toggle-icon {
    transition: none;
  }
}

:root {
  --wp--preset--font-family--base: var(--wp--preset--font-family--source-serif-4);
  --wp--preset--font-family--headings: var(--wp--preset--font-family--lexend);
  --wp--custom--color--background: var(--wp--preset--color--sand-50);
  --wp--custom--color--foreground: var(--wp--preset--color--sort-500);
  --wp--custom--color--primary: var(--wp--preset--color--blaa-800);
  --wp--custom--color--secondary: var(--wp--preset--color--blaa-800);
  --wp--preset--color--yellow: #ffca00;
  --wp--preset--color--yellow-600: #f0be00;
  --wp--preset--color--yellow-700: #deaf00;
  --wp--preset--color--yellow-800: #ca9e00;
  --wp--preset--color--yellow-900: #b58e00;
  --wp--preset--color--black: #000000;
  --wp--preset--color--grey-50: #f9fafb;
  --wp--preset--color--grey-100: #f2f4f5;
  --wp--preset--color--grey-200: #e5e9eb;
  --wp--preset--color--grey: #c9cccf;
  --wp--preset--color--grey-400: #989fa6;
  --wp--preset--color--grey-500: #757b82;
  --wp--preset--color--grey-600: #5a6066;
  --wp--preset--color--grey-700: #474b4f;
  --wp--preset--color--grey-800: #323438;
  --wp--preset--color--grey-900: #232629;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--purple: #7a488c;
  --wp--preset--color--purple-light: #af84be;
  --wp--preset--font-size--tiny: 12px;
  --wp--preset--font-size--small: 16px;
  --wp--preset--font-size--normal: 18px;
  --wp--preset--font-size--large: 24px;
  --wp--preset--font-size--larger: 32px;
  --wp--preset--font-size--huge: 42px;
  --wp--preset--font-size--gigantic: 60px;
}

.has-yellow-color {
  color: var(--wp--preset--color--yellow) !important;
}

.has-yellow-background-color {
  background-color: var(--wp--preset--color--yellow) !important;
}

.has-yellow-border-color {
  border-color: var(--wp--preset--color--yellow) !important;
}

.has-yellow-600-color {
  color: var(--wp--preset--color--yellow-600) !important;
}

.has-yellow-600-background-color {
  background-color: var(--wp--preset--color--yellow-600) !important;
}

.has-yellow-600-border-color {
  border-color: var(--wp--preset--color--yellow-600) !important;
}

.has-yellow-700-color {
  color: var(--wp--preset--color--yellow-700) !important;
}

.has-yellow-700-background-color {
  background-color: var(--wp--preset--color--yellow-700) !important;
}

.has-yellow-700-border-color {
  border-color: var(--wp--preset--color--yellow-700) !important;
}

.has-yellow-800-color {
  color: var(--wp--preset--color--yellow-800) !important;
}

.has-yellow-800-background-color {
  background-color: var(--wp--preset--color--yellow-800) !important;
}

.has-yellow-800-border-color {
  border-color: var(--wp--preset--color--yellow-800) !important;
}

.has-yellow-900-color {
  color: var(--wp--preset--color--yellow-900) !important;
}

.has-yellow-900-background-color {
  background-color: var(--wp--preset--color--yellow-900) !important;
}

.has-yellow-900-border-color {
  border-color: var(--wp--preset--color--yellow-900) !important;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-grey-50-color {
  color: var(--wp--preset--color--grey-50) !important;
}

.has-grey-50-background-color {
  background-color: var(--wp--preset--color--grey-50) !important;
}

.has-grey-50-border-color {
  border-color: var(--wp--preset--color--grey-50) !important;
}

.has-grey-100-color {
  color: var(--wp--preset--color--grey-100) !important;
}

.has-grey-100-background-color {
  background-color: var(--wp--preset--color--grey-100) !important;
}

.has-grey-100-border-color {
  border-color: var(--wp--preset--color--grey-100) !important;
}

.has-grey-200-color {
  color: var(--wp--preset--color--grey-200) !important;
}

.has-grey-200-background-color {
  background-color: var(--wp--preset--color--grey-200) !important;
}

.has-grey-200-border-color {
  border-color: var(--wp--preset--color--grey-200) !important;
}

.has-grey-color {
  color: var(--wp--preset--color--grey) !important;
}

.has-grey-background-color {
  background-color: var(--wp--preset--color--grey) !important;
}

.has-grey-border-color {
  border-color: var(--wp--preset--color--grey) !important;
}

.has-grey-400-color {
  color: var(--wp--preset--color--grey-400) !important;
}

.has-grey-400-background-color {
  background-color: var(--wp--preset--color--grey-400) !important;
}

.has-grey-400-border-color {
  border-color: var(--wp--preset--color--grey-400) !important;
}

.has-grey-500-color {
  color: var(--wp--preset--color--grey-500) !important;
}

.has-grey-500-background-color {
  background-color: var(--wp--preset--color--grey-500) !important;
}

.has-grey-500-border-color {
  border-color: var(--wp--preset--color--grey-500) !important;
}

.has-grey-600-color {
  color: var(--wp--preset--color--grey-600) !important;
}

.has-grey-600-background-color {
  background-color: var(--wp--preset--color--grey-600) !important;
}

.has-grey-600-border-color {
  border-color: var(--wp--preset--color--grey-600) !important;
}

.has-grey-700-color {
  color: var(--wp--preset--color--grey-700) !important;
}

.has-grey-700-background-color {
  background-color: var(--wp--preset--color--grey-700) !important;
}

.has-grey-700-border-color {
  border-color: var(--wp--preset--color--grey-700) !important;
}

.has-grey-800-color {
  color: var(--wp--preset--color--grey-800) !important;
}

.has-grey-800-background-color {
  background-color: var(--wp--preset--color--grey-800) !important;
}

.has-grey-800-border-color {
  border-color: var(--wp--preset--color--grey-800) !important;
}

.has-grey-900-color {
  color: var(--wp--preset--color--grey-900) !important;
}

.has-grey-900-background-color {
  background-color: var(--wp--preset--color--grey-900) !important;
}

.has-grey-900-border-color {
  border-color: var(--wp--preset--color--grey-900) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-purple-color {
  color: var(--wp--preset--color--purple) !important;
}

.has-purple-background-color {
  background-color: var(--wp--preset--color--purple) !important;
}

.has-purple-border-color {
  border-color: var(--wp--preset--color--purple) !important;
}

.has-purple-light-color {
  color: var(--wp--preset--color--purple-light) !important;
}

.has-purple-light-background-color {
  background-color: var(--wp--preset--color--purple-light) !important;
}

.has-purple-light-border-color {
  border-color: var(--wp--preset--color--purple-light) !important;
}

.has-tiny-font-size {
  font-size: var(--wp--preset--font-size--tiny) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-larger-font-size {
  font-size: var(--wp--preset--font-size--larger) !important;
}

.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge) !important;
}

.has-gigantic-font-size {
  font-size: var(--wp--preset--font-size--gigantic) !important;
}

:root {
  --bb-content-width: 860px;
  --bb-wide-width: 1528px;
  --bb-page-gutter: clamp(20px, 5vw, 196px);
}

body,
.editor-styles-wrapper {
  background: var(--wp--preset--color--sand-50);
  color: var(--wp--preset--color--sort-500);
  font-family: var(--wp--preset--font-family--source-serif-4);
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

:where(main > section,
.editor-styles-wrapper .wp-block-post-content > section) {
  margin-block-start: 0;
  padding: 5vh 5vw;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-post-title,
.editor-post-title__input {
  font-family: var(--wp--preset--font-family--lexend);
  font-style: normal;
  font-weight: 600;
}

h1,
.is-style-h1,
.has-h-1-font-size,
.has-h1-font-size {
  font-size: 46px;
  line-height: 52px;
}

h2,
.is-style-h2,
.has-h-2-font-size,
.has-h2-font-size {
  font-size: 38px;
  line-height: 44px;
}

h3,
.is-style-h3,
.has-h-3-font-size,
.has-h3-font-size {
  font-size: 28px;
  line-height: 34px;
}

h4,
.is-style-h4,
.has-h-4-font-size,
.has-h4-font-size {
  font-size: 22px;
  line-height: 28px;
}

h5,
.is-style-h5,
.has-h-5-font-size,
.has-h5-font-size {
  font-size: 20px;
  line-height: 28px;
}

h6,
.is-style-h6,
.has-h-6-font-size,
.has-h6-font-size {
  font-size: 18px;
  line-height: 24px;
}

.is-style-hero,
.has-hero-font-size {
  font-family: var(--wp--preset--font-family--lexend);
  font-size: 62px;
  font-weight: 600;
  line-height: 1.2;
}

.is-style-intro,
.has-intro-font-size {
  font-family: var(--wp--preset--font-family--source-serif-4);
  font-size: 24px;
  line-height: 36px;
}

.is-style-broedtekst-stor,
.has-broedtekst-stor-font-size {
  font-family: var(--wp--preset--font-family--source-serif-4);
  font-size: 22px;
  line-height: 34px;
}

.is-style-broedtekst,
.has-broedtekst-font-size {
  font-family: var(--wp--preset--font-family--source-serif-4);
  font-size: 18px;
  line-height: 29px;
}

.is-style-ui-stor,
.has-ui-stor-font-size {
  font-family: var(--wp--preset--font-family--lexend);
  font-size: 18px;
  line-height: 26px;
}

.is-style-ui-lille {
  font-family: var(--wp--preset--font-family--lexend);
  font-size: 16px;
  line-height: 22px;
}

.is-style-label,
.has-label-font-size {
  font-family: var(--wp--preset--font-family--lexend);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.wp-element-button,
.wp-block-button__link,
.is-style-knap,
.has-knap-font-size {
  font-family: var(--wp--preset--font-family--lexend);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.wp-block-navigation,
.wp-block-post-date,
input,
select,
textarea,
button {
  font-family: var(--wp--preset--font-family--lexend);
}

@media (max-width: 781px) {
  h1,
  .is-style-h1,
  .has-h-1-font-size,
  .has-h1-font-size {
    font-size: 36px !important;
    line-height: 40px;
  }
  h2,
  .is-style-h2,
  .has-h-2-font-size,
  .has-h2-font-size {
    font-size: 30px !important;
    line-height: 36px;
  }
  h3,
  .is-style-h3,
  .has-h-3-font-size,
  .has-h3-font-size {
    font-size: 24px !important;
    line-height: 30px;
  }
}
.wp-block-group.is-style-supergrafik {
  --bb-supergrafik-border-source-top-width: 0px;
  --bb-supergrafik-border-source-right-width: 0px;
  --bb-supergrafik-border-source-bottom-width: 0px;
  --bb-supergrafik-border-source-left-width: 0px;
  --bb-supergrafik-border-top-width: var(--bb-supergrafik-border-source-top-width);
  --bb-supergrafik-border-right-width: var(--bb-supergrafik-border-source-right-width);
  --bb-supergrafik-border-bottom-width: var(--bb-supergrafik-border-source-bottom-width);
  --bb-supergrafik-border-left-width: var(--bb-supergrafik-border-source-left-width);
  clip-path: polygon(var(--bb-supergrafik-border-left-width) 0, calc(100% - var(--bb-supergrafik-border-right-width)) 0, calc(100% - var(--bb-supergrafik-border-right-width)) var(--bb-supergrafik-border-top-width), 100% var(--bb-supergrafik-border-top-width), 100% calc(100% - var(--bb-supergrafik-border-bottom-width)), calc(100% - var(--bb-supergrafik-border-right-width)) calc(100% - var(--bb-supergrafik-border-bottom-width)), calc(100% - var(--bb-supergrafik-border-right-width)) 100%, var(--bb-supergrafik-border-left-width) 100%, var(--bb-supergrafik-border-left-width) calc(100% - var(--bb-supergrafik-border-bottom-width)), 0 calc(100% - var(--bb-supergrafik-border-bottom-width)), 0 var(--bb-supergrafik-border-top-width), var(--bb-supergrafik-border-left-width) var(--bb-supergrafik-border-top-width));
}

@media (max-width: 991.98px) {
  .has-supergrafik > .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .has-supergrafik > .wp-block-columns > .wp-block-column {
    flex-basis: 100% !important;
  }
  .wp-block-group.is-style-supergrafik {
    min-height: 380px !important;
  }
}
@media (max-width: 767.98px) {
  .wp-block-group.is-style-supergrafik {
    --bb-supergrafik-border-top-width: calc(var(--bb-supergrafik-border-source-top-width) * 0.5);
    --bb-supergrafik-border-right-width: calc(var(--bb-supergrafik-border-source-right-width) * 0.5);
    --bb-supergrafik-border-bottom-width: calc(var(--bb-supergrafik-border-source-bottom-width) * 0.5);
    --bb-supergrafik-border-left-width: calc(var(--bb-supergrafik-border-source-left-width) * 0.5);
    border-top-width: var(--bb-supergrafik-border-top-width) !important;
    border-right-width: var(--bb-supergrafik-border-right-width) !important;
    border-bottom-width: var(--bb-supergrafik-border-bottom-width) !important;
    border-left-width: var(--bb-supergrafik-border-left-width) !important;
    justify-content: flex-end !important;
    min-height: auto !important;
  }
  .wp-block-group.is-style-supergrafik .has-hero-font-size {
    font-size: 24px !important;
    line-height: 30px;
    max-inline-size: 70%;
  }
}
.bb-article-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
  width: 100%;
  font-family: var(--wp--preset--font-family--lexend);
  color: var(--wp--preset--color--sort-500);
}
.bb-article-card > * {
  margin: 0;
}
.bb-article-card .bb-article-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
  width: 100%;
}
.bb-article-card .bb-article-card__content > * {
  margin: 0;
}
.bb-article-card .bb-article-card__image {
  width: 100%;
}
.bb-article-card .bb-article-card__image a {
  display: block;
  aspect-ratio: 16/9;
}
.bb-article-card .bb-article-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bb-article-card .bb-article-card__labels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  font-size: var(--wp--preset--font-size--label);
  font-weight: 500;
  line-height: 1.4285714286;
}
.bb-article-card .bb-article-card__category {
  padding-block: 5px;
  border-bottom: 2px solid var(--wp--preset--color--groen-500);
  color: inherit;
  text-decoration: none;
}
.bb-article-card .bb-article-card__title {
  font-size: var(--bb-article-card-heading-size, var(--wp--preset--font-size--h-2)) !important;
  font-weight: 600;
  line-height: 1.1578947368;
  width: 100%;
  overflow-wrap: anywhere;
}
.bb-article-card .bb-article-card__title a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: auto;
}
.bb-article-card--text-only .bb-article-card__title {
  font-size: var(--bb-article-card-heading-size, var(--wp--preset--font-size--h-3)) !important;
  line-height: 1.2142857143;
}
.bb-article-card .bb-article-card__date {
  font-size: var(--wp--preset--font-size--ui-lille);
  font-weight: 400;
  line-height: 1.375;
  color: var(--wp--preset--color--sort-300);
}
.bb-article-card--side-image {
  display: grid;
  grid-template-columns: minmax(0, 1fr) min(var(--bb-article-card-image-width, 119px), 35%);
  align-items: center;
  gap: 20px;
}
.bb-article-card--side-image .bb-article-card__image {
  grid-column: 2;
  grid-row: 1;
}
.bb-article-card--side-image .bb-article-card__image a {
  aspect-ratio: 1;
}
.bb-article-card--side-image .bb-article-card__content {
  grid-column: 1;
  grid-row: 1;
  gap: 5px;
}
.bb-article-card--side-image .bb-article-card__title {
  font-size: var(--bb-article-card-heading-size, var(--wp--preset--font-size--h-5)) !important;
  line-height: 1.4;
}
.bb-article-card--image-left {
  grid-template-columns: min(var(--bb-article-card-image-width, 119px), 35%) minmax(0, 1fr);
}
.bb-article-card--image-left .bb-article-card__image {
  grid-column: 1;
}
.bb-article-card--image-left .bb-article-card__content {
  grid-column: 2;
}
.bb-article-card--side-image-large {
  --bb-article-card-image-width: 268px;
  align-items: start;
  gap: 30px;
}
.bb-article-card--side-image-large .bb-article-card__content {
  gap: 11px;
}
.bb-article-card--side-image-large .bb-article-card__title {
  font-size: var(--bb-article-card-heading-size, var(--wp--preset--font-size--h-3)) !important;
  line-height: 1.2142857143;
}

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