:root {
    --box-shadow-buttons: 4px 5px 35px rgba(0, 0, 0, 0.2);
    --box-shadow-posts: 0px 0px 20px 6px color(17);
}

@media (min-width: 768px) {
    .oc2-builder-wrapper .ct-section:not(.bof-hero-wrapper) {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.bof-section-full-width:not(.section-has-sidebar .bof-section-full-width) {
    max-width: 100%;
    padding-left: 215px !important;
    padding-right: 215px !important;
}

.ct-section-inner-wrap.ct-section-inner-wrap-no-padding-top {
    padding-top: 0;
}

.ct-section-inner-wrap.ct-section-inner-wrap-no-padding-bottom {
    padding-bottom: 0;
}

@media (max-width: 1479px) {
    .bof-section-full-width:not(.section-has-sidebar .bof-section-full-width) {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}


/* Sliders */

.carousel-cell {
    width: 25%;
    margin-right: 40px;
}

@media (max-width: 479px) {
    .carousel-cell {
        margin-right: 20px;
    }
}


/* Konsulenter */

.konsulenter-section .ct-section-inner-wrap {
    padding-bottom: 64px;
    margin: 48px auto;
}

.konsulenter-wrapper {
    display: grid;
    grid-gap: 48px;
    grid-template-columns: repeat(1, 1fr);
}

.konsulenter-heading {
    margin-bottom: 48px;
}

.konsulent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 64px;
    align-items: center;
}

.konsulent-kontakt-wrapper {
    justify-content: flex-start;
    align-items: baseline;
    display: flex;
    padding: 8px 16px;
    background-color: #fff;
}

.konsulent-kontakt-wrapper *:not(.text-separator) {
    color: color(7);
}

.konsulent-kontakt-wrapper a {
    font-weight: 600;
    display: flex;
    align-items: center;
}

.konsulent-kontakt-wrapper i,
.konsulent-kontakt-wrapper img {
    margin-right: 16px;
    width: 20px;
}

.konsulent-kontakt-wrapper .text-separator {
    margin: 0 8px;
}

a.konsulent-phone-wrapper i {
    transform: rotate(90deg);
}

.konsulent-title {
    font-weight: 400;
    text-transform: uppercase;
    margin: 24px 0;
    font-size: clamp(16px, 3vw, 24px);
}

.konsulent-quote {
    display: flex;
}

.konsulent-quote-text p {
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 700;
    font-style: italic;
    margin-top: 0;
}

.konsulent-cta-button {
    margin-bottom: 16px;
}

@media(min-width:768px) {
    .konsulenter-wrapper .konsulent:nth-child(even) .konsulent_contact {
        order: 2;
    }
}

@media (max-width: 991px) {
    .konsulent-kontakt-wrapper {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .konsulent-kontakt-wrapper .text-separator {
        display: none;
    }

    a.konsulent-phone-wrapper {
        padding-right: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .konsulenter-wrapper {
        display: flex;
        flex-direction: column;
    }

    .konsulent .konsulent-image {
        max-width: 50%;
        margin: 0 auto;
    }

    /*.konsulent-kontakt-wrapper {
        align-items: center;
    }*/
    .konsulent-content {
        display: grid;
    }

    .konsulent-cta-button {
        margin-left: auto;
        margin-right: auto;
    }

    .konsulent {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width:480px) {
    .konsulent .konsulent-image {
        max-width: 100%;
    }
}


/* Processen */

.processen-section .ct-section-inner-wrap {
    background: white;
    padding: 16px 64px 48px 64px;
}

.processen-heading {
    margin: 0 0 32px -16px;
}

.processen-content-wrapper {
    display: flex;
    width: 100%;
    grid-gap: 48px;
}

.processen-list {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 64px;
    list-style: none;
    counter-reset: item;
}

.processen-list.has-border {
    border-bottom: 1px solid color(16);
}

.processen-list-item {
    counter-increment: item;
    display: flex !important;
    align-items: flex-start;
    padding-bottom: 64px;
    position: relative;
    /*border-left: 2px solid color(9);*/
}

.processen-list-itemcount {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edb880;
    color: white;
    border-radius: 100%;
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    max-width: 72px;
    height: 72px;
    min-width: 72px;
    border: 8px solid #000;
    margin-right: 16px;
    top: -8px;
    position: relative;
    left: 0;
    z-index: 2;
}

.processen-list-divider {
    content: "";
    height: 100%;
    width: 3px;
    position: absolute;
    z-index: 0;
    background-color: #000;
    left: 34px;
    top: 4px;
}

.processen-list-item:last-child .processen-list-divider {
    width: 0;
    height: 0;
}

.processen-list-item:last-child {
    border-left: 0;
}


/*.processen-list-item::before {
    content: counter(item);
	display:flex;
	align-items:center;
	justify-content:center;
    background: color(9);
    color: white;
    border-radius: 100%;
    font-weight: 600;
    font-size: 20px;
	width:100%;
	max-width:72px;
	height:72px;
	border:8px solid #000;
	margin-right:16px;
	top: -8px;
    position: relative;
    left: 0;
	z-index:2;
}*/


/*.processen-list-item::after {
	content:"";
	height:100%;
	width:3px;
	position:absolute;
	z-index:0;
	background-color:#000;
	left: 34px;
    top: 4px;
}*/

.processen-list-item:last-child::after {
    content: "";
    height: 0;
}

.processen-image-wrapper {
    display: flex;
    justify-content: flex-end;
}

.processen-image {
    width: 100%;
}

@media (max-width: 991px) {
    .processen-content {
        padding-left: 0;
        width: 100%;
    }

    .processen-heading {
        margin-left: 0;
    }

    .processen-image-wrapper {
        justify-content: center;
        align-items: baseline;
    }

    .processen-content .cta-below-text {
        margin-bottom: 48px;
    }
}

@media (max-width: 767px) {
    .processen-content-wrapper {
        flex-wrap: wrap;
    }
}

@media (max-width: 479px) {
    .processen-section .ct-section-inner-wrap {
        padding-left: 24px;
        padding-right: 32px;
    }
}


/* Book møde */

.bof-contact-section .ct-section-inner-wrap {
    flex-direction: row;
    justify-content: center;
    grid-gap: 20px;
}

.bof-contact-section .ct-section-inner-wrap.form-order-reverse {
    flex-direction: row-reverse;
}

.bof-contact-section-left {
    padding-right: 64px;
}

.bof-contact-section-left .heading-big {
    margin-top: 0;
}

.bof-contact-section-right {
    padding-top: 16px;
}

.bof-contact-section-left,
.bof-contact-section-right,
.processen-content,
.processen-image-wrapper {
    width: 50%;
}

@media (max-width: 991px) {

    .processen-content,
    .bof-contact-section-right {
        padding-right: 20px;
    }
}

@media (max-width: 767px) {

    .bof-contact-section .ct-section-inner-wrap,
    .processen-section .ct-section-inner-wrap {
        flex-direction: column;
    }

    .bof-contact-section .ct-section-inner-wrap.form-order-reverse {
        flex-direction: column-reverse;
    }

    .bof-contact-section-left,
    .bof-contact-section-right,
    .processen-content,
    .processen-image-wrapper {
        width: 100%;
    }

    .processen-content,
    .bof-contact-section-right {
        padding-right: 0px;
    }
}


/* Inspiration*/

.inspiration-gallery-list-slider {
    width: 100%;
    list-style: none;
}

.inspiration-button {
    display: flex;
    align-items: center;
    grid-gap: 16px;
    margin-bottom: 64px;
}

@media (max-width: 991px) {
    .inspiration-button {
        margin-bottom: 20px;
    }
}


/* Indrykket sektion */

@media (min-width: 992px) {
    .spaced-in-section {
        display: flex;
        justify-content: center;
    }

    .spaced-in-section .ct-section-inner-wrap {
        width: 60%;
        margin: 0;
    }

    .spaced-in-section .bof-hero-text {
        max-width: 100%;
        text-align: left;
        margin: 0.5em 0;
    }
}


/* Billede-elementer */

.full-width-content-wrapper,
.full-width-content-wrapper>* {
    width: 100%;
}

.full-width-content-section {
    padding-right: 0;
    padding-left: 0;
}

.medie-element img {
    max-height: 300px;
}

.arrow-next-wrapper {
    padding: 0 18px;
    background: color(7);
    display: flex;
}

.arrow-next {
    width: 16px;
}

.arrow-next:not(.bordered-with-arrow .arrow-next, .full-color-with-arrow .arrow-next) path {
    fill: white;
}

.bof-next-button-wrapper {
    display: flex;
    min-width: 230px;
}

.bof-next-button-wrapper:not(.bof-next-button-wrapper-static) {
    position: absolute;
    bottom: -8px;
    left: -8px;
}

.bof-next-button {
    display: inline-block;
    background: white;
    padding: 16px 32px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.bof-next-button-wrapper-static .bof-next-button {
    font-weight: 400;
    text-transform: uppercase;
    font-size: clamp(16px, 2vw, 18px);
}

.slider-next-mobile-link {
    display: none;
}

@media (max-width: 767px) {
    .bof-next-button-wrapper {
        position: static;
    }

    .bof-next-button-wrapper .bof-next-button {
        font-size: 1.4rem;
    }

    .bof-next-button-wrapper .arrow-next-wrapper {
        display: none;
    }

    .slider-next-mobile-link {
        display: block;
    }

    .slider-next-mobile {
        width: 24px;
        float: right;
        display: block;
    }
}


/* Showrooms */

.bof-showrooms-inner-wrap,
.showroom-posts-wrapper .oxy-posts {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
}

.bof-showrooms-heading {
    grid-area: 1 / 1 / 1 / 3;
    margin-bottom: 48px;
}

.bof-showrooms-column {
    transition: 0.3s;
}

.bof-showrooms-column:hover {
    box-shadow: var(--box-shadow-posts)
}

.bof-showrooms-image-wrapper {
    position: relative;
    width: 100%;
    transition: 0.3s;
}

@media (max-width: 991px) {

    .bof-showrooms-inner-wrap,
    .showroom-posts-wrapper .oxy-posts {
        gap: 16px;
    }

    .bof-showrooms-column {
        position: relative;
    }

    .bof-showrooms-heading {
        margin-bottom: 24px;
        text-align: center;
    }

    .bof-showrooms-title {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .bof-showrooms-title-link {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        color: white;
        text-decoration: underline;
        font-size: 1.25rem;
    }

    .bof-showrooms-title-link:hover {
        text-decoration: underline;
    }
}

@media (max-width: 767px) {
    /*
    .bof-showrooms .bof-next-button-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .bof-showrooms .bof-next-button-wrapper .bof-next-button {
        padding: 0;
        color: white;
        margin-left: 0;
    }
    .bof-showrooms-image-wrapper {
        display: flex;
    }
    .bof-showrooms-image-wrapper:before {
        content: "";
        background: rgb(23 32 25 / 75%);
        position: absolute;
        width: 100%;
        height: 100%;
    }
    */
}

@media (max-width: 479px) {

    .bof-showrooms-inner-wrap,
    .showroom-posts-wrapper .oxy-posts {
        grid-template-columns: repeat(1, 1fr);
    }

    .bof-showrooms-heading {
        grid-area: auto;
    }
}


/*******       Produkt loop       *******/

.bof-view-product-button {
    padding: 8px 32px;
    border-width: 1px;
}

.bof-product-loop-content-price {
    margin: 24px 0;
}

.produkter-grid {
    margin-bottom: 48px;
}

.produkter-grid .produkter-grid-wrap {
    align-items: center;
}

.produkter-grid-white .produkter-grid-wrap {
    background: white;
}

.produkter-grid .produkter-grid-heading {
    margin-bottom: 48px;
}

.bof-product-loop-img {
    position: relative;
}

.bof-product-loop {
    display: grid;
    grid-template-rows: 1fr;
    grid-gap: 64px 40px;
}

.bof-product-loop.grid_type2 {
    grid-template-columns: repeat(2, 1fr);
}

.bof-product-loop.grid_type3 {
    grid-template-columns: repeat(3, 1fr);
}

.bof-product-loop.grid_type4 {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1199px) {
    .bof-product-loop.grid_type4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .produkter-grid .produkter-grid-wrap {
        padding: 64px;
    }
}

@media (max-width: 991px) and (min-width: 480px) {
    .section-has-sidebar .bof-product-loop {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {

    .bof-product-loop.grid_type2,
    .bof-product-loop.grid_type3,
    .bof-product-loop.grid_type4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 479px) {
    .bof-product-loop {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}


/* Faktaboks */

.faktaboks {
    margin: 48px 0;
}

.faktaboks .faktaboks-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    text-align: center;
    padding: 8px;
    margin: 8px 0;
}

.faktaboks .faktaboks-wrapper img {
    margin-bottom: 24px;
    max-width: 104px;
}

.faktaboks .faktaboks-wrapper .faktaboks-text {
    margin: 8px 0 0 0;
    padding: 0 4em;
}

.columns-1 .faktaboks-wrapper {
    width: 100%;
}

.columns-2 .faktaboks-wrapper {
    width: 50%;
}

.columns-3 .faktaboks-wrapper {
    width: 33.333%;
}

.columns-4 .faktaboks-wrapper {
    width: 25%;
}

.faktaboks-wrapper-columns {
    background: white;
    box-shadow: var(--box-shadow-posts);
    grid-row-gap: 16px;
    flex-direction: row !important;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width:900px) {
    .columns-4 .faktaboks-wrapper {
        width: 50%;
    }

    .columns-3 .faktaboks-wrapper {
        width: 50%;
    }
}

@media (max-width: 599px) {

    .columns-4 .faktaboks-wrapper,
    .columns-3 .faktaboks-wrapper,
    .columns-2 .faktaboks-wrapper {
        width: 100%;
    }
}


/* Faktaboks med punkter */

.bof-factboxes-points {
    flex-direction: row !important;
    justify-content: space-between;
    grid-gap: 32px;
    padding: 40px 24px 40px 64px;
}

.bof-factboxes-points-wrapper {
    width: 100%;
    grid-gap: 32px;
    display: flex;
    flex-direction: column;
}

.bof-factboxes-points-image {
    width: 35%;
}

.bof-factboxes-points-heading {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1;
}

.bof-factboxes-point {
    display: flex;
    width: 65%;
}

.bof-factboxes-point-dot {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin-right: 12px;
    background: color(7);
}

.bof-factboxes-point-text-wrapper {
    max-width: calc(100% - 32px);
}

.bof-factboxes-point-text-heading {
    line-height: 1;
    font-weight: 600;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .bof-factboxes-points {
        padding: 20px;
    }
}

@media (max-width: 479px) {
    .bof-factboxes-points {
        flex-direction: column !important;
    }

    .bof-factboxes-points-image,
    .bof-factboxes-points-wrapper,
    .bof-factboxes-point {
        width: auto;
    }

    .bof-factboxes-points-image {
        margin: 0 auto;
    }
}


/*******       Nyhedsbrev       *******/

.ct-section-inner-wrap.bof-nyhedsbrev-inner {
    color: #fff;
    align-items: center;
    text-align: center;
}

.bof-nyhedsbrev-left {
    font-weight: 600;
    padding: 0 48px;
    margin: 16px 0;
}


/*
.bof-nyhedsbrev-form a {
    color: white;
    text-decoration: underline;
}

.bof-nyhedsbrev-form .ff-t-cell {
    padding-left: 0 !important;
}

.bof-nyhedsbrev-form input[type="text"],
footer input[type="text"],
footer input[type="email"],
footer .ff-btn:not(.bof-builder-button),
.bof-nyhedsbrev-form input[type="email"],
.bof-nyhedsbrev-form .ff-btn:not(.bof-builder-button) {
    padding: 20px 16px !important;
    border-radius: 0 !important;
    border: none !important;
    font-size: 14px !important;
}


.bof-nyhedsbrev-form .ff-btn {
    padding: 20px 42px !important;
}
*/

.nyhedsbrev-form select {
    height: auto !important;
}

.bof-nyhedsbrev-form .ff-btn,
footer .ff-btn {
    background: color(7) !important;
    font-weight: bold !important;
    text-transform: uppercase;
}

.bof-nyhedsbrev-outer {
    background-position: center center;
}

@media (max-width:991px) {
    .ct-section-inner-wrap.bof-nyhedsbrev-inner {
        flex-direction: column;
        align-items: center;
        padding: 48px 32px;
    }

    .bof-nyhedsbrev-left {
        width: 100%;
        padding: 0;
    }

    .bof-nyhedsbrev-right {
        width: 100%;
    }

    .nyhedsbrev-form select {
        height: auto !important;
    }
}

@media (max-width: 767px) {
    .bof-nyhedsbrev-outer {
        background: color(8) !important;
    }

    .bof-nyhedsbrev-left {
        text-align: center;
    }

    .bof-nyhedsbrev-form .ff_submit_btn_wrapper {
        text-align: center !important;
    }

    .bof-nyhedsbrev-form .ff-btn {
        min-width: 60%;
        width: 100%;
        text-align: left !important;
        padding: 16px 24px !important;
    }
}


/*******       Nyhedsbrev CTA       *******/

.bof-nyhedsbrev-popup-outer {
    color: white;
    padding: 96px 20px;
}

.bof-nyhedsbrev-popup-content {
    background-color: color(8);
    padding: 44px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.bof-nyhedsbrev-popup-text {
    margin-left: 16px;
    max-width: 75%;
}

.bof-nyhedsbrev-popup-text p {
    margin: 0;
}

.bof-nyhedsbrev-popup-text h4 {
    min-width: 75%;
    font-size: 24px;
    font-weight: 600;
}

.bof-nyhedsbrev-popup-text div {
    margin-top: 16px;
}


/*-b_nyhedsbrev-popup-cta {
    width: 25%;
}*/

.bof-nyhedsbrev-popup-btn {
    border: 0;
    background-color: color(7);
    color: white;
    padding: 16px 24px;
    cursor: pointer;
    letter-spacing: 1.5px;
    font-weight: 600;
    transition: 0.3s;
}

.bof-nyhedsbrev-popup-btn:hover {
    background: color(12);
}

@media (max-width: 1439px) {
    .bof-nyhedsbrev-popup-outer {
        padding: 48px 20px;
    }
}

@media(max-width:767px) {
    .bof-nyhedsbrev-popup-content {
        flex-wrap: wrap;
    }

    .bof-nyhedsbrev-popup-cta {
        margin: 16px auto 0 auto;
    }

    .bof-nyhedsbrev-popup-text {
        max-width: none;
        margin-left: 0;
    }

    .bof-nyhedsbrev-popup-outer {
        padding: 24px 20px;
    }
}


/*******       Nyhedsbrev modal       *******/

.bof-nyhedsbrev-popup-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    color: black;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.bof-nyhedsbrev-popup-modal-content {
    background-color: #fefefe;
    width: 80%;
    display: flex;
    align-items: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bof-nyhedsbrev-popup-modal-close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 8px;
    right: 8px;
}

.bof-nyhedsbrev-popup-modal-heading {
    font-size: calc(18px + 0.5vw);
    font-weight: 600;
}

.bof-nyhedsbrev-popup-modal-close:hover,
.bof-nyhedsbrev-popup-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.bof-nyhedsbrev-popup-modal-image {
    width: 50%;
}

.bof-nyhedsbrev-popup-modal-image img {
    max-width: 100%;
    display: block;
}

.bof-nyhedsbrev-popup-modal-content.flexible_signup_r {
    flex-direction: row-reverse;
}

.bof-nyhedsbrev-popup-modal-info {
    width: 50%;
    padding: calc(16px + 2vw);
}

@media (max-width: 767px) {
    .bof-nyhedsbrev-popup-modal-content {
        flex-wrap: wrap;
    }

    .bof-nyhedsbrev-popup-modal-content div {
        width: 100%;
    }
}


/*******       Featured product       *******/

.wc-grid-product {
    position: relative;
}

.bof-featured-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    padding: 24px;
    box-shadow: var(--box-shadow-posts);
    width: 100%;
}

.bof-featured-product-reverse {
    flex-direction: row-reverse;
}

.bof-featured-product-left {
    width: calc((100% / 3) * 2);
    padding: 0 64px;
}

@media (max-width: 1199px) {
    .bof-featured-product-left {
        padding-left: 0;
        padding-right: 32px;
    }
}

.bof-featured-product-right {
    width: calc(100% / 3);
    justify-content: center;
    display: flex;
}

.bof-featured-product-right a:not(.konsulent-kontakt-wrapper a) {
    background-color: #fff;
}

.bof-featured-product-content,
.cta-below-text {
    margin-top: 24px;
}

.bof-featured-product-heading {
    font-weight: 600;
}

.bof-featured-product-img {
    text-align: center;
}

.bof-featured-product-img img {
    max-width: 50%;
    margin: 0 auto;
}

@media (max-width: 599px) {
    .bof-featured-product {
        flex-wrap: wrap;
    }

    .bof-featured-product-left,
    .bof-featured-product-right {
        max-width: 100%;
        width: 100%;
    }

    .bof-featured-product-left {
        padding: 0 0 16px 0;
    }
}

@media (max-width: 479px) {
    .bof-featured-product {
        box-shadow: none;
    }
}


/* Tekst med medarbejder */

.medarbejder-image-text-wrapper {
    flex-direction: column;
}

.medarbejder-image-text-wrapper .wc-grid-price {
    font-size: 14px;
    margin: 0;
}

.medarbejder-tekst-konsulent,
.medarbejder-tekst-konsulent .konsulent-kontakt-wrapper {
    flex-wrap: wrap;
}

.medarbejder-tekst-konsulent .bof-featured-product-content-wrapper {
    width: 100%;
}


/*******       Text area element       *******/

.bof-textarea {
    padding: 20px;
}


/*******       Quote elementer       *******/

.bof-quote {
    font-size: clamp(20px, 3vw, 32px);
    font-weight: 600;
    max-width: 80%;
    margin: 0 auto;
    font-family: 'futura-pt';
}

.bof-quote-big {
    font-size: clamp(20px, 3vw, 40px);
}

@media (max-width: 991px) {
    .bof-quote {
        margin-bottom: 0;
        max-width: 100%;
    }
}


/* Billede + quote */

.bof-image-with-quote .bof-quote {
    font-size: inherit;
}

.bof-image-with-quote .bof-quote-text-wrapper {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.bof-image-with-quote .bof-image-and-text-reverse .bof-quote-text-wrapper {
    justify-content: flex-start;
}

.bof-image-with-quote .bof-quote-text-wrapper .bof-quote {
    max-width: 60%;
}

.bof-image-with-quote .bof-quote-image {
    width: 45%;
}

@media (max-width: 1439px) {
    .bof-image-with-quote .bof-quote-text-wrapper .bof-quote {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .bof-image-with-quote .bof-image-and-text {
        flex-direction: column !important;
    }
}

@media (max-width: 767px) {
    .bof-image-with-quote .bof-quote-text-wrapper {
        width: 100%;
    }
}


/*******       Hero + Quote       *******/

.bof-hero-wrapper {
    background-size: cover;
    padding: 20vh 0;
}

.bof-hero-quote-wrapper,
.bof-hero-wrapper-no-quote {
    margin-bottom: 80px;
}

.bof-hero-quote-wrapper>.ct-section-inner-wrap {
    margin-top: -12vh;
}

.bof-hero-video {
    position: relative;
    overflow: hidden;
}

.bof-hero-video #hero_quote_video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.bof-hero-video #hero_quote_video video {
    background-color: #fff;
}

.bof-hero-button {
    margin-top: 48px;
    color: #fff;
    border: 2px solid #fff;
}

.bof-button-light.bof-hero-button:hover {
    background-color: #fff;
    color: #000;
}

.bof-hero-wrapper .ct-section-inner-wrap {
    align-items: center;
}

.bof-hero-text {
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 600;
    color: #fff;
    max-width: 50%;
    text-align: center;
}

.bof-hero-wrapper .bof-hero-text {
    font-size: initial;
    font-weight: initial;
}

.bof-hero-wrapper .bof-hero-text-heading {
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 600;
}

.overskrift-section .bof-hero-text {
    font-size: clamp(40px, 5vw, 58px);
}

.overskrift-section h2.bof-hero-text,
.overskrift-section h3.bof-hero-text {
    font-size: clamp(20px, 3vw, 30px);
}

.overskrift-section h4.bof-hero-text {
    font-size: clamp(18px, 3vw, 24px);
}

.bof-hero-quote-content-text p {
    margin: 0;
}

.bof-hero-quote-wrapper .ct-section-inner-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.bof-hero-quote {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.bof-hero-quote-content {
    width: 60%;
    padding: 48px;
}

.bof-hero-quote-content-full-width {
    width: 100%;
}

.bof-hero-quote-content-btn {
    margin-top: 48px;
}

.bof-kundeudtalelse-img {
    margin-bottom: 4em;
}

.bof-kundeudtalelse-quote {
    margin: 24px 0;
    width: 36px;
}

.bof-hero-quote-content-sign img,
.bof-kundeudtalelse-quote img {
    max-width: 36px;
}

.bof-hero-quote-content-sign img {
    margin-bottom: 16px;
}

.bof-hero-quote-img {
    max-width: 40%;
    margin-top: -48px;
}

.bof-hero-quote-img img {
    display: block;
    margin: 0 auto;
}

.bof-hero-quote-image-mobile {
    display: none;
}

.bof-hero-quote-image-mobile img {
    max-width: 100%;
    display: block;
}

@media (max-width:991px) {
    .bof-hero-text {
        max-width: 100%;
    }

    .bof-hero-quote-wrapper,
    .bof-hero-wrapper-no-quote {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .bof-hero-quote {
        flex-wrap: wrap;
    }

    .bof-hero-quote-content {
        width: auto;
        padding: 32px;
    }

    .bof-hero-quote-img {
        display: none;
    }

    .bof-hero-quote-content-btn {
        margin-top: 32px;
    }
}

@media (max-width:580px) {
    .bof-hero-wrapper {
        padding: 4vh 0;
    }

    .bof-hero-button {
        display: none;
    }

    .bof-hero-quote-image-mobile {
        display: block;
        padding-top: 24px;
    }

    .bof-hero-quote-image-mobile img {
        height: 128px;
        width: 128px;
        border-radius: 100%;
        overflow: hidden;
    }

    .bof-hero-quote {
        flex-direction: column;
    }

    .bof-hero-quote-content {
        width: 100%;
        text-align: center;
    }

    .bof-hero-quote-content-sign {
        display: none;
    }

    .bof-hero-quote-content-text {
        font-size: 24px;
        text-align: center;
    }
}


/*******       Divider       *******/

.bof-divider>.ct-section-inner-wrap {
    padding: 0 10%;
}

.bof-divider-split {
    height: 1px;
    background-color: color(11);
    width: 100%;
    margin: 56px 0;
}

.bof-divider-split-thick {
    height: 3px;
}

@media (max-width: 1439px) {
    .bof-divider>.ct-section-inner-wrap {
        padding: 0 !important;
    }

    .bof-divider-split {
        margin: 32px 0;
    }
}


/*******       Image + tekst       *******/

.bof-image-and-text {
    width: 100%;
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
}

.bof-image-and-text-img {
    width: 50%;
}

.bof-image-and-text-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.bof-image-and-text-content {
    width: 50%;
    padding: 16px 50px;
}

.bof-image-and-text-info {
    margin: 42px 0;
}

.bof-image-and-text-info.hasAuhtor {
    margin-bottom: 16px;
}

.bof-image-text-dark {
    color: white;
}

.b_textimg_img-l.bof-image-text-light {
    background: linear-gradient(90deg, transparent 0%, transparent 96px, rgba(255, 255, 255, 1) 96px, rgba(255, 255, 255, 1) 100%);
}

.b_textimg_img-l.bof-image-text-dark {
    background: linear-gradient(90deg, transparent 0%, transparent 96px, color(8) 96px, color(8) 100%);
}

.bof-image-and-text-reverse {
    flex-direction: row-reverse !important;
}

.bof-image-and-text-reverse.bof-image-text-light {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) calc(100% - 96px), transparent calc(100% - 96px), transparent 100%);
}

.bof-image-and-text-reverse.bof-image-text-dark {
    background: linear-gradient(90deg, color(8) 0%, color(8) calc(100% - 96px), rgba(255, 255, 255, 0) calc(100% - 96px), rgba(255, 255, 255, 0) 100%);
}

.bof-image-and-text-heading {
    margin: 0;
}

.bof-image-and-case-content {
    width: 50%;
    text-align: center;
    font-weight: 600;
    font-size: clamp(16px, 2vw, 20px);
}

.bof-image-and-case-content .bof-hero-quote-content-sign {
    display: flex;
    justify-content: center;
}

.bof-image-and-case-quote {
    font-style: italic;
}

.bof-image-and-case-link {
    text-decoration: underline;
}

@media (max-width: 1479px) {

    .bof-image-and-text-img,
    .bof-image-and-text-content {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .bof-image-and-text-wrapper {
        margin-bottom: 20px;
    }

    .bof-image-and-text-content {
        padding: 24px 24px 0 24px;
    }

    .bof-image-and-text-info {
        margin: 0;
    }
}

@media (min-width:768px) {
    .bof-image-and-text.b_textimg_img-r {
        flex-direction: row-reverse !important;
    }
}

@media (max-width:767px) {

    .b_textimg_img-l,
    .bof-image-and-text-reverse,
    .bof-image-and-text {
        flex-direction: column !important;
    }

    .bof-image-and-text-img {
        margin-bottom: 24px;
    }

    .bof-image-text-light {
        background: white !important;
    }

    .bof-image-text-dark {
        background: color(8) !important;
    }

    .bof-image-and-text-content,
    .bof-image-and-text-img {
        width: 100%;
        padding: 0;
    }

    .bof-image-and-text-img img {
        padding: 0;
    }

    .bof-image-and-text-btn a {
        padding: 12px 24px;
        letter-spacing: 0.4px;
        background: color(8);
        color: white;
    }
}


/*******       Search & Quicklinks       *******/

.b_searchquicklinks {
    width: 100%;
    background-color: color(8);
    color: color(10);
    flex-wrap: wrap;
    align-items: center !important;
    flex-direction: row !important;
}

.b_searchquicklinks_content {
    width: 60%;
    padding: 48px;
}

.b_searchquicklinks_link {
    text-align: center;
    padding: 8px 24px 0;
    width: 80%;
    margin: 0 auto;
}

.b_searchquicklinks_heading {
    width: 40%;
    font-weight: 600;
    padding: 48px;
}

a.ql_quicklink {
    background-color: color(7);
    color: #fff;
    padding: 8px 24px;
    border-radius: 100px;
    display: inline-block;
    margin: 0 4px 16px;
    transition: 0.3s;
}

a.ql_quicklink:hover {
    background: color(12);
}

.b_searchquicklinks_search .searchform div {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.b_searchquicklinks_search .searchform div input.search-field {
    width: 100%;
    padding: 16px 16px 16px 56px;
    font-size: 110%;
    outline: 0;
    border: 0;
}

.b_searchquicklinks_search .searchform div input[type="submit"],
.b_searchquicklinks_search .searchform div input[type="image"] {
    position: absolute;
    top: 0;
    left: 8px;
    height: 100%;
    outline: 0;
    cursor: pointer;
    border: 0;
    width: 32px;
    background-color: transparent;
}

.b_searchquicklinks_search {
    padding: 8px 0;
}

.ql_title {
    font-size: 14px;
    padding-bottom: 8px;
}

@media (max-width:991px) {

    .b_searchquicklinks_link,
    .b_searchquicklinks_content {
        width: 100%;
    }

    .b_searchquicklinks_content {
        padding: 16px;
    }

    .b_searchquicklinks_heading {
        width: auto;
        margin: 0 auto;
        padding: 24px;
    }
}

@media (max-width: 560px) {
    .b_searchquicklinks_heading {
        text-align: center;
        font-size: 32px;
    }

    .b_searchquicklinks_content {
        padding-bottom: 32px;
    }

    .b_searchquicklinks_search .searchform div {
        width: 100%;
    }

    .b_searchquicklinks_link {
        padding: 8px 0 0;
    }

    .b_searchquicklinks_search .searchform div input.search-field {
        padding: 16px 16px 16px 48px;
    }

    .b_searchquicklinks_search .searchform div input[type="submit"] {
        width: 40px;
    }
}


/*******       Kundeudtalelse       *******/

.b_kundeudtalelse {
    width: 100%;
    display: flex;
    justify-content: center;
}

.b_kundeudtalelse .ct-section-inner-wrap {
    align-items: center;
}

.bof-kundeudtalelse-wrapper {
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-post .bof-kundeudtalelse-wrapper {
    width: 100%;
}

.bof-kundeudtalelse-udtalelse {
    font-size: clamp(20px, 3vw, 36px);
    font-weight: 600;
}

.b-kundeudtalelse-small {
    font-size: clamp(20px, 3vw, 28px);
}

.bof-kundeudtalelse-udtalelse p {
    margin: 0 0 16px 0;
}

.bof-kundeudtalelse-navn {
    font-weight: 200;
    font-size: 14px;
}

.bof-kundeudtalelse-img img {
    border-radius: 100%;
}

@media (max-width: 1439px) {
    .bof-kundeudtalelse-wrapper {
        width: 75%;
    }
}

@media (max-width: 991px) {
    .bof-kundeudtalelse-wrapper {
        width: auto;
    }
}

@media (max-width: 479px) {
    .bof-kundeudtalelse-udtalelse {
        display: flex;
        justify-content: center;
    }

    body:not(.single-post) .bof-kundeudtalelse-udtalelse * {
        width: 80%;
    }

    .bof-kundeudtalelse-img {
        display: none;
    }
}


/*******       Seneste 5       *******/

.bof-seneste-5>.ct-section-inner-wrap {
    padding-bottom: 64px;
    padding-top: 64px;
}

@media (hover: hover) {
    .archive_col:not(.cell) {
        transition: 0.3s;
    }

    .archive_col:not(.cell):hover {
        box-shadow: var(--box-shadow-posts);
    }
}


/*.bof-seneste-5-top {
    width: 60%;
    margin: 0 auto;
}*/

.bof-seneste-5-bottom {
    width: 100%;
    position: relative;
}

.bof-seneste-5-heading {
    font-weight: 600;
}

.bof-seneste-5-content p {
    margin-bottom: 32px;
}

.bof-seneste-5 .bof-builder-button-holder,
.bof-image-and-text-btn {
    margin-top: 24px;
}

.bof-seneste-5-btn {
    text-align: center;
}

.bof-seneste-5 .slider-next-mobile {
    display: none;
}

@media (max-width: 767px) {
    .bof-seneste-5-top {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 40px 0;
    }

    .bof-seneste-5 .slider-next-mobile {
        display: block;
    }

    /*.bof-seneste-5 .flickity-prev-next-button {
        top: 20%;
    }*/
    .bof-seneste-5-content {
        display: none;
    }
}

.forfatter_info {
    display: flex;
    align-items: center;
    margin-top: -28px;
    margin-left: -8px;
}

.forfatter_info .content_data_type {
    display: none;
}

.content_author {
    margin-left: -12px;
}

.content_author img {
    display: block;
    border-radius: 100%;
    border: 2px solid #fff;
}

.content_category {
    padding: 6px 24px 6px 16px;
    background-color: color(7);
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
    min-width: 150px;
    text-align: center;
}

.content_title {
    font-weight: 600;
    line-height: 1.2;
    font-size: clamp(16px, 2vw, 18px);
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 44px;
}

.content_date {
    letter-spacing: 0.3px;
    font-size: 12px;
    margin-bottom: 8px;
    font-weight: 700;
}

.content_excerpt {
    display: none;
}

@media(min-width:1480px) {

    .mix_archive .archive_col:first-child:not(.flickity-enabled .archive_col) .archive_img,
    .archive_col:nth-child(8) .archive_img:not(.flickity-enabled .archive_col .archive_img) {
        min-height: 40vh;
    }

    .archive_col:first-child .content_excerpt,
    .archive_col:nth-child(8) .content_excerpt {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .archive_col:first-child:not(.blogposts-loop-same-size .archive_col, .inspiration-archive-loop .archive_col, .flickity-enabled .archive_col) .content_title

    /*,
    .archive_col:nth-child(8):not(.blogposts-loop-same-size .archive_col) .content_title*/
        {
        font-size: 22px;
    }
}

@media(max-width:1479px) and (min-width: 992px) {

    .archive_col:first-child:not(.flickity-enabled .archive_col) .archive_img,
    .archive_col:nth-child(7) .archive_img:not(.flickity-enabled .archive_col .archive_img) {
        min-height: 40vh;
    }

    .archive_col:first-child .content_excerpt,
    .archive_col:nth-child(7) .content_excerpt {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .archive_col:first-child:not(.blogposts-loop-same-size .archive_col, .inspiration-archive-loop .archive_col, .flickity-enabled .archive_col) .content_title

    /*,
    .archive_col:nth-child(7):not(.blogposts-loop-same-size .archive_col) .content_title*/
        {
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    .blogposts-loop-newest-post-only .content_excerpt {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
}

.mix_archive .oxy-easy-posts-pages {
    display: none;
}

.mix_archive .oxy-posts {
    padding-bottom: 24px;
}

@media (min-width: 1440px) {

    .blogarchive_loop .archive_col:first-child .content_excerpt,
    .blogarchive_loop .archive_col:nth-child(14) .content_excerpt {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
}

.content_excerpt p {
    margin-top: 0;
    margin-bottom: 32px;
}

.archive_innercontent {
    padding: 16px 32px;
}

@media (max-width: 991px) {
    .content_excerpt {
        display: none;
    }

    .content_title {
        min-height: 0;
    }
}


/* Kategori slider */

.bof-kategorislider-holder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    width: 100%;
}

.single-post .bof-kategorislider-holder {
    grid-template-columns: repeat(auto-fit, 320px);
}

.bof-kategorislider-outer-holder {
    width: 100%;
}

.bof-kategorislider,
.bof-kategorislider-outer-holder {
    position: relative;
}

.kategori-slide,
.kategori-slide .archive_img_wrapper {
    transition: 0.3s;
}

.kategori-slide {
    position: relative;
}

.kategori-slide .archive_img_wrapper {
    overflow: hidden;
}

.kategori-slide:hover .archive_img_wrapper {
    -webkit-box-shadow: 4px 4px 8px 4px rgb(0 0 0 / 10%);
    box-shadow: 4px 4px 8px 4px rgb(0 0 0 / 10%);
}

.kategori-slide .archive_img_wrapper .archive_img {
    transition: 5s !important;
}

.kategori-slide:hover .archive_img_wrapper .archive_img {
    transform: scale(1.2);
}

@media (min-width: 992px) {
    .bof-kategori-slider-holder-desktop .bof-kategorislider-outer-holder {
        margin: 0 auto;
        width: 90%;
        /*overflow: hidden;*/
    }

    .bof-kategori-slider-holder-desktop .bof-kategorislider-holder {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .bof-kategori-slider-holder-desktop .bof-kategorislider-holder .flickity-viewport {
        overflow: visible;
        width: 100%;
    }

    .bof-kategori-slider-holder-desktop .flickity-enabled .kategori-slide {
        margin-right: 40px;
        transition: 0.3s;
    }

    .bof-kategori-slider-holder-desktop .bof-kategorislider-holder .kategori-slide {
        min-width: auto;
        width: 280px;
        padding: 0;
        min-height: 100%;
    }

    .bof-kategori-slider-holder-desktop:not(.single-post .bof-kategori-slider-holder-desktop) .product-slider-buttons {
        background: color(7);
        padding: 8px;
    }

    .bof-kategori-slider-holder-desktop .products-slider-previous {
        left: -60px;
    }

    .bof-kategori-slider-holder-desktop .products-slider-next {
        right: 32px;
    }
}

@media (max-width: 991px) {
    .bof-kategorislider-holder {
        display: block;
    }

    .flickity-viewport:not(.product-gallery-carousel .flickity-viewport) {
        overflow: visible;
    }
}


/*******       Produkt Slider       *******/

.b_produktslider {
    width: 100%;
    padding: 0 64px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 992px) {
    .b_produktslider {
        grid-template-columns: repeat(4, 1fr);
    }
}

.bof-product-slider-wrapper {
    width: 100%;
    position: relative;
}

.bof-product-slider-wrapper > .blog-posts-carousel-arrow {
    display: none;
}

.product-slider-buttons {
    top: 50%;
    border: none;
    background: none;
}

.products-slider-previous {
    left: 16px;
}

.products-slider-next {
    right: 16px;
}

.slider-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 64px;
}

.slider-title-wrapper .slider-title {
    margin-left: 16px;
}

.b_produktslider:not(.single-post .b_produktslider) .flickity-viewport {
    overflow: visible;
}

.flickity-page-dots .dot {
    width: 32px;
    height: 3px;
    margin: 0 4px;
    border-radius: 0;
}

.b_produktslider .flickity-page-dots .dot {
    background-color: transparent;
}

.b_produktslider .flickity-page-dots .dot.is-selected {
    background-color: #000;
    width: 40%;
    min-width: 40%;
}

.b_produktslider .flickity-page-dots .dot {
    background-color: transparent;
    width: 100%;
    margin: 0;
}

.b_produktslider .flickity-page-dots {
    display: flex;
}

.b_produktslider .carousel-cell {
    counter-increment: carousel-cell;
    opacity: 0.5;
    filter: blur(0.5px);
}

.single-post .b_produktslider .carousel-cell {
    width: 228px;
}

.b_produktslider .carousel-cell.is-selected {
    opacity: 1;
    filter: blur(0px);
}

@media (min-width:992px) and (max-width:1140px) {
    .carousel-cell {
        width: calc(33.333% - 16px);
    }

    .oxy-posts {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width:480px) and (max-width:991px) {
    .carousel-cell {
        width: calc(50% - 16px);
    }

    .oxy-posts {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .slider-title {
        margin-left: 0;
    }
}

@media (max-width:767px) {
    .flickity-button {
        display: none;
    }

    .b_produktslider {
        padding: 0;
    }

    .product-slider-buttons {
        top: 40%;
    }
}

@media (max-width:479px) {
    .carousel-cell {
        width: 90%;
    }

    .oxy-posts {
        grid-template-columns: repeat(1, 1fr);
    }
}


/*******       Hide responsive       *******/

@media (min-width:992px) {
    .hide_desktop {
        display: none;
    }
}

@media (min-width:560px) and (max-width:991px) {
    .hide_tablet {
        display: none;
    }
}

@media (max-width:559px) {
    .hide_mobile {
        display: none;
    }
}


/* Single Post mm. */

@media (max-width: 1439px) {

    .single-post .bof-hero-quote,
    .single-post .bof-featured-product,
    .single-post .bof-image-and-text:not(.bof-image-with-quote .bof-image-and-text),
    .single-post .b_searchquicklinks,
    .single-post .bof-nyhedsbrev-inner {
        flex-direction: column !important;
    }

    .single-post .bof-featured-product-left,
    .single-post .bof-featured-product-right,
    .single-post .bof-seneste-5-top,
    .single-post .bof-image-and-text-content,
    .single-post .b_searchquicklinks_heading,
    .single-post .b_searchquicklinks_content,
    .single-post .bof-nyhedsbrev-left,
    .single-post .bof-nyhedsbrev-right,
    .single-post .bof-hero-quote-img,
    .single-post .bof-hero-quote-content {
        width: 100%;
        max-width: 100%;
    }

    .single-post .bof-image-and-text {
        background: white;
    }

    .single-post .b_searchquicklinks_heading,
    .single-post .bof-nyhedsbrev-left,
    .single-post .bof-quote {
        padding: 0;
    }

    .single-post .b_searchquicklinks_heading {
        padding-bottom: 24px;
    }

    .single-post .columns-4 .faktaboks-wrapper {
        width: 50%;
    }

    .single-post .bof-product-loop.grid_type3,
    .single-post .blogarchive_loop {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) and (max-width: 1439px) {
    .single-post .produkter-grid-wrap {
        padding: 24px 20px;
    }
}

@media (max-width: 991px) {
    .single-post .bof-showrooms-inner-wrap {
        display: flex !important;
        align-items: normal !important;
    }
}

@media (max-width: 479px) {
    .single-post .oc2-builder-wrapper .ct-section-inner-wrap:not(.produkter-grid-wrap, .bof-nyhedsbrev-inner, .bof-factboxes-points, .processen-section .ct-section-inner-wrap) {
        padding-left: 0;
        padding-right: 0;
    }
}

.bof-button-full-color {
    border: none;
}

.bof-button-dark.bof-button-full-color {
    background: color(8);
    color: white;
}

.bof-button-light.bof-button-full-color {
    background: white;
    color: color(8);
}


/* Cta knap element */

.bof-cta-button-wrapper {
    margin: 24px 0;
    display: flex;
}


/* Showrooms */

.showroom-route {
    box-shadow: var(--box-shadow-buttons);
}

.opening-hours-wrapper:not(:last-child, .showroom-open-hours-section-with-loop-contact-page .opening-hours-wrapper) {
    border-bottom: 1px solid color(16);
}

@media (max-width: 991px) {
    .showroom-open-hours-heading .text-separator {
        display: none;
    }
}