/*
Theme Name: Number Three - Child Svensk
Theme URI: https://standoutmedia.dk/
Author: Standoutmedia A/S
Author URI: https://standoutmedia.dk/
Description: Et helt specielt Standoutmedia Tema
Template: number-three
Text Domain: number-three-child-se
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*======================================================================//
// CSS variables                                                        //
//======================================================================*/

:root {
    --primary-font-family: proxima-nova, sans-serif;
    --secondary-font-family: nimbus-sans, serif;
    --primary-color: #a1be4d;
    --secondary-color: #ffffff;
    --primary-button-color: #a1be4d;
    --secondary-button-color: #315a83;
    --primary-text-color: #000000;
    --secondary-text-color: #ffffff;
    --tertiary-text-color: #a1be4d;
    --primary-site-width: calc(100% - (var(--primary-padding) * 2));
    --secondary-site-width: calc(100% - (var(--primary-padding) * 4));
    /* --secondary-site-width: 1560px; */
    --primary-padding: 90px;
    --secondary-padding: 40px;
    --primary-button-text-size: 18px;
    --primary-text-size: 18px;
    --primary-button-font-weight: 400;
    --primary-text-font-weight: 400;
    --primary-text-font-bold: 400;
    --primary-menu-font-weight: 400;
    --primary-transition-style: all 0.25s;
    --primary-svg-after-icons: url('images/button_arrow_green.png');
    --secondary-svg-after-icons: url('images/button_arrow_white.png');
}

/*======================================================================//
// END CSS variables                                                    //
//======================================================================*/

/*======================================================================//
// Fonts                                                                //
//======================================================================*/

body.woocommerce-shop.woocommerce.woocommerce-page.archive.post-type-archive.post-type-archive-product:not(.search-results) div#primary > .woocommerce-products-footer ul.products.columns-4 {
    display: none !important;
}




/*** END Updates ***/


h1,
h2,
h3,
h4,
h5 {
    font-weight: var(--primary-button-font-weight);
}

h1>strong,
h2>strong,
h3>strong,
h4>strong,
h5>strong {
    font-weight: var(--primary-text-font-bold);
}

p {
    color: var(--primary-text-color);
}

body strong {
    font-weight: var(--primary-text-font-bold);
}

.mere-tekst-wrapper .mere-tekst p strong {
    font-weight: bolder;
}

.primary-width {
    max-width: var(--primary-site-width);
    margin: 0 auto;
}

.underside-width .section {
    max-width: 1140px;
    margin: 0 auto;
}

body .stom-grid-section.secondary-width-inside .section {
    padding: var(--secondary-padding) 0;
}

body .section-margin-bottom-secondary .section {
    margin-bottom: var(--secondary-padding);
}

body .section-margin-bottom-primary .section {
    margin-bottom: var(--primary-padding);

}

.section-wrap.secondary-width-inside .section {
    max-width: 1140px;
    margin: auto;
}

.section-wrap.small-width-inside .section {
    max-width: 740px;
    margin: auto;
}

.stom-grid-section.secondary-width-inside .section .grid-element .overlay {
    padding: 0;
}

.home h1 {
    font-size: 65px;
}

.home h3,
.home h2 {
    font-size: 60px;
}

.page:not(.home) h2,
.page:not(.home) h3 {
    /*font-size: 45px !important;*/
}

.standard-font-size>h1,
.standard-font-size>h2,
.standard-font-size>h3,
.standard-font-size>h4,
.standard-font-size>h5,
.standard-font-size>h6,
.standard-font-size .section>h1,
.standard-font-size .section>h2,
.standard-font-size .section>h3,
.standard-font-size .section>h4,
.standard-font-size .section>h5,
.standard-font-size .section>h6 {
    font-size: var(--primary-text-size);
}

.standard-font-weight>h1,
.standard-font-weight>h2,
.standard-font-weight>h3,
.standard-font-weight>h4,
.standard-font-weight>h5,
.standard-font-weight>h6,
.standard-font-weight .section>h1,
.standard-font-weight .section>h2,
.standard-font-weight .section>h3,
.standard-font-weight .section>h4,
.standard-font-weight .section>h5,
.standard-font-weight .section>h6 {
    font-weight: var(--primary-text-font-weight);
}

.primary-bold>h1,
.primary-bold>h2,
.primary-bold>h3,
.primary-bold>h4,
.primary-bold>h5,
.primary-bold>h6,
.primary-bold .section>h1,
.primary-bold .section>h2,
.primary-bold .section>h3,
.primary-bold .section>h4,
.primary-bold .section>h5,
.primary-bold .section>h6 {
    font-weight: var(--primary-text-font-bold);
}

.primary-text-color>h1,
.primary-text-color>h2,
.primary-text-color>h3,
.primary-text-color>h4,
.primary-text-color>h5,
.primary-text-color>h6,
.primary-text-color .section>h1,
.primary-text-color .section>h2,
.primary-text-color .section>h3,
.primary-text-color .section>h4,
.primary-text-color .section>h5,
.primary-text-color .section>h6,
.primary-text-color .section>p,
.primary-text-color .section .stom-center-box>p,
.primary-text-color .section .stom-center-box>h1,
.primary-text-color .section .stom-center-box>h2,
.primary-text-color .section .stom-center-box>h3,
.primary-text-color .section .stom-center-box>h4,
.primary-text-color .section .stom-center-box>h5,
.primary-text-color .section .stom-center-box>h6 {
    color: var(--primary-text-color);
}


.secondary-text-color>h1,
.secondary-text-color>h2,
.secondary-text-color>h3,
.secondary-text-color>h4,
.secondary-text-color>h5,
.secondary-text-color>h6,
.secondary-text-color .section h1,
.secondary-text-color .section h2,
.secondary-text-color .section h3,
.secondary-text-color .section h4,
.secondary-text-color .section h5,
.secondary-text-color .section h6,
.secondary-text-color .section p,
.secondary-text-color .section .stom-center-box>h1,
.secondary-text-color .section .stom-center-box>h2,
.secondary-text-color .section .stom-center-box>h3,
.secondary-text-color .section .stom-center-box>h4,
.secondary-text-color .section .stom-center-box>h5,
.secondary-text-color .section .stom-center-box>h6,
.secondary-text-color .section .stom-center-box>p {
    color: var(--secondary-text-color);
}

.tertiary-text-color>h1,
.tertiary-text-color>h2,
.tertiary-text-color>h3,
.tertiary-text-color>h4,
.tertiary-text-color>h5,
.tertiary-text-color>h6,
.tertiary-text-color .section>h1,
.tertiary-text-color .section>h2,
.tertiary-text-color .section>h3,
.tertiary-text-color .section>h4,
.tertiary-text-color .section>h5,
.tertiary-text-color .section>h6 {
    color: var(--tertiary-text-color);
}

.text-center>h1,
.text-center>h2,
.text-center>h3,
.text-center>h4,
.text-center>h5,
.text-center>h6,
.text-center .section>h1,
.text-center .section>h2,
.text-center .section>h3,
.text-center .section>h4,
.text-center .section>h5,
.text-center .section>h6 {
    text-align: center;
}


/*======================================================================//
// END Fonts                                                            //
//======================================================================*/

/*======================================================================//
// Standard changes                                                     //
//======================================================================*/

body section.section-wrap .section {
    max-width: var(--primary-site-width);
    padding: var(--primary-padding) 0;
}

body section.img-text-collide-sektion .section {
    max-width: var(--secondary-site-width);
}

.hover-active:not(.hover-style-bold) ul.menu .sub-menu a:before {
    display: none;
}

/*body:not(.home) section.section-wrap .section {
    max-width: var(--secondary-site-width);
}*/

body section.section-wrap.top-bar .section {
    padding: 12px 0 8px;
}

#content,
.section,
footer.site-footer .site-info {
    max-width: var(--primary-site-width);
    margin: 0 auto;
}

.header-wrapper {
    max-width: 100%;
}

#page {
    overflow: hidden;
}

body .section-wrap.double-padding-top .section {
    padding-top: calc(var(--primary-padding) * 2);
}

body .section-wrap.double-padding-bottom .section {
    padding-bottom: calc(var(--primary-padding) * 2);
}

/*======================================================================//
// END Standard changes                                                 //
//======================================================================*/

/*======================================================================//
// Buttons                                                              //
//======================================================================*/



.primary-button a,
.secondary-button a,
.tertiary-button a {
    font-size: var(--primary-button-text-size);
    font-weight: var(--primary-button-font-weight);
    transition: var(--primary-transition-style);
    padding: 8px 64px 7px 20px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    min-width: 240px;
    background-color: transparent;
    border: 1px solid var(--primary-button-color);
    position: relative;
    border-radius: 10px 20px 20px 10px;

}

.secondary-button a:after,
.primary-button a:after,
.tertiary-button a:after {
    content: '';
    background-color: transparent;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 42px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    transition: var(--primary-transition-style);
}

.primary-button a {
    color: var(--secondary-text-color);
    background-color: var(--primary-button-color);
}

.primary-button a:after {
    border-left: solid 1px var(--secondary-text-color);
    background-image: var(--secondary-svg-after-icons);
}

.primary-button a:hover {
    background-color: transparent;
    color: var(--secondary-color);
}

.primary-button a:hover:after {
    color: var(--primary-button-color);
    background-image: var(--primary-svg-after-icons);
    border-left: solid 1px var(--primary-button-color);

}

.secondary-button a {
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.secondary-button a:after {
    border-left: solid 1px var(--secondary-color);
    background-image: var(--secondary-svg-after-icons);
}

.secondary-button a:hover {
    background-color: var(--primary-button-color);
    color: var(--secondary-color);
    border-color: var(--primary-button-color);
}

.tertiary-button a {
    color: var(--primary-button-color);
}

.tertiary-button a:after {
    border-left: solid 1px var(--primary-button-color);
    background-image: var(--primary-svg-after-icons);
}

.tertiary-button a:hover {
    background-color: var(--primary-button-color);
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.tertiary-button a:hover:after {
    border-left: solid 1px var(--secondary-text-color);
    background-image: var(--secondary-svg-after-icons);
}

.text-button a,
.text-button-green a {
    transition: var(--primary-transition-style);
    color: var(--primary-text-color);
    font-family: var(--secondary-font-family);
    font-size: var(--primary-text-size);
    text-decoration: none;
    position: relative;
    padding-right: 20px;
}

.text-button a:after,
.text-button-green a:after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 12px;
    background-image: var(--primary-svg-after-icons);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    transition: var(--primary-transition-style);
}

.text-button-green a {
    color: var(--primary-color) !important;
}

.text-button a:hover,
.text-button-green a:hover {
    padding-right: 30px;
}

/*======================================================================//
// END Buttons                                                          //
//======================================================================*/

/*======================================================================//
// Animation styling                                                    //
//======================================================================*/

.revealanimation {
    position: relative;
    opacity: 0;
    transition: 2s all ease;
}

.revealanimation.active {
    opacity: 1;
}

.revealanimation.revealanimation-left {
    transform: translateX(-150px);
}

.revealanimation.revealanimation-left.active {
    transform: translateX(0);
}

.revealanimation.revealanimation-right {
    transform: translateX(150px);
}

.revealanimation.revealanimation-right.active {
    transform: translateX(0);
}

.revealanimation.revealanimation-bottom {
    transform: translateY(150px);
}

.revealanimation.revealanimation-bottom.active {
    transform: translateY(0);
}

/*======================================================================//
// END Animation styling                                                //
//======================================================================*/

/*======================================================================//
// style.css------------------------------------------------------------//
//======================================================================*/

/*======================================================================//
// Header                                                               //
//======================================================================*/

header .top-bar .socials-wrapper .stom-social-shortcode {
    position: relative;
    color: var(--primary-button-color);
}

header .socials-wrapper .stom-social-shortcode .stom-fa-facebook-square {
    color: #3b5998;
}

header .top-bar .section {
    border-bottom: 1px solid var(--secondary-button-color);
    padding: 12px 0 8px;
    max-width: var(--primary-site-width);
}

body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .section-wrap .section {
    padding: 12px 0 8px;
    font-size: 1em;
}

header .main-navigation a {
    padding: 5px 5px;
}

header .main-navigation a:last-of-type {
    padding-right: 0;
}

header .top-bar {
    background-color: transparent;
}

header .top-bar .section p {
    font-size: 16px;
}

header .top-bar .section p a {
    font-weight: 400;
    font-size: 16px;
}

header .top-bar .section p a img {
    margin-right: 5px;
}

header .top-bar .section .top-bar-right p {
    display: inline-block;
}

header .top-bar .section p:first-of-type {}

header .top-bar .socials-wrapper a {
    padding: 0;
    line-height: 0;
    font-size: 15px;
}

header .top-bar .socials-wrapper .stom-social-shortcode {
    color: var(--secondary-button-color);
}

header .top-bar .section .top-bar-right p:first-of-type:after {
    padding-right: 0px;
    padding-left: 10px;
    content: '|';
    color: var(--secondary-button-color);
}

.style-header-1 .header-wrapper {
    width: 100%;
    margin: auto;
    float: unset;

}

header#masthead {
    background-color: var(--secondary-color);
}

header .header-wrapper {
    max-width: var(--primary-site-width);
}

header .top-bar .top-bar-right {
    color: var(--primary-button-color);
    float: right;
}

header .top-bar .top-bar-right a:hover {
    font-weight: var(--primary-text-font-bold);
}

header .top-bar .top-bar-right a:last-of-type {
    padding-right: 0;
}

header .top-bar .top-bar-left {
    margin-right: 0;
}

header .top-bar .top-bar-left img {
    margin-bottom: -4px;
}


/* logo style */
body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .site-branding #logo img {
    max-width: unset;
    max-height: unset;
}

body .site-branding #logo img {
    width: auto;
    height: auto;
    max-width: unset;
    max-height: 70px;
}

body .style-header-1 .nav-wrap {
    width: 100%;
}

body .style-header-1 .nav-wrap #woo-icons .stomWF-favourites-list-link {
    display: none;
}

body .style-header-1 .nav-wrap #woo-icons .site-header-cart .custom-svg.stom-cart-icon {
    display: none;
}

body .style-header-1 .nav-wrap #woo-icons .site-header-cart {
    display: inline-block;
    width: 29px;
    height: 25px;
    margin: 0;
    margin-right: 16px;
    cursor: pointer;
}

body .style-header-1 .nav-wrap #woo-icons .site-header-cart:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(images/shopcart.png);
    background-position: center;
    background-size: cover;
}

body .style-header-1 .nav-wrap #woo-icons .site-header-cart .mini-cart span.count {
    position: absolute;
    bottom: unset;
    right: -16px;
    top: -13px;
    min-width: 24px;
    min-height: 24px;
    width: auto;
    height: auto;
    padding: 5px;
    color: #fff;
    font-size: 13px;
    line-height: 0;
    text-align: center;
    background-color: #315a83;
    border-radius: 50%;
    transform: unset;
}

body .style-header-1 .nav-wrap #woo-icons .woo-search .stom-custom-svg.custom-svg svg {
    display: none;
}

body .style-header-1 .nav-wrap #woo-icons .woo-search .stom-custom-svg.custom-svg {
    display: inline-block;
    width: 21px;
    height: 24px;
    margin: 0;
    margin-left: 10px;
    margin-right: 13px;
    cursor: pointer;
    position: relative;
}

body .style-header-1 .nav-wrap #woo-icons .woo-search .stom-custom-svg.custom-svg:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(images/agx_shop_icon_7.png);
    background-position: center;
    background-size: cover;
}

body .style-header-1 .nav-wrap #woo-icons .woo-search a {
    font-size: 16px;
    border-bottom: 1px solid var(--secondary-button-color);
    color: var(--secondary-button-color);
}

.style-header-1 .main-navigation {
    margin-left: 75px;
}




body .site-branding {
    width: 250px;
}

body .site-branding #logo,
body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header:not(.style-header-4) .site-branding #logo {
    padding: 20px 0;
}

/* logo end */

/*======================================================================//
// END Header                                                           //
//======================================================================*/

/*======================================================================//
// Menu                                                                 //
//======================================================================*/

header .main-navigation a {
    color: var(--primary-text-color);
    font-weight: var(--primary-menu-font-weight);
}

.main-navigation ul#primary-menu li a {
    color: var(--primary-text-color);
    font-size: 20px;
    font-weight: 400;
    padding: 10px 20px;

}

.main-navigation ul#primary-menu li {
    transition: var(--primary-transition-style);
    padding: 0;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.burger-menu) .header-sticky-active.scrolled header ul#primary-menu>li>a {
    padding: 10px 10px;
}

.hover-active:not(.hover-style-bold) ul.menu a:before {
    height: 2px;
    bottom: 30px;
    background-color: var(--primary-color);
}

body .hover-entry-none.hover-style-full ul.menu .current-menu-item>a:before,
body .hover-entry-none.hover-style-full ul.menu .current-menu-ancestor>a:before {
    width: 0;
}

body ul#primary-menu.menu li.current-menu-item>a {
    color: var(--primary-button-color);
}

body .hover-entry-none.hover-style-full ul.menu li>a:before {
    transition: var(--primary-transition-style);
    bottom: 10px;
    left: 10px;
}

body .hover-entry-none.hover-style-full ul.menu li.current-menu-item:hover>a:before {
    width: calc(100% - 20px) !important;
}

body .hover-entry-none.hover-style-full ul.menu li:hover>a:before {
    width: calc(100% - 20px) !important;
}

/*======================================================================//
// END Menu                                                             //
//======================================================================*/

/*======================================================================//
// Slider                                                               //
//======================================================================*/


.page-slider-section {
    max-width: var(--primary-site-width);
    margin: 0 auto 0;
}

.page-slider-section .slider-inner .slick-dots {
    position: absolute;
    bottom: 30px;
    top: unset;
    right: 30px;
    width: auto;
    z-index: 49;
}

.page-slider-section .slider-inner .slick-dots li,
.page-slider-section .slider-inner .slick-dots li button {
    width: 20px;
    height: 20px;
}

.page-slider-section .slider-inner .slick-dots li button:before {
    background-color: #b5b5b5;
}

.page-slider-section .slider-inner .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: white;
}

/* slider text ikke på forsiden */
body:not(.home) .page-slider-section .slider-text {
    max-width: 100%;
    padding: 0;
    position: relative;
    width: 100%;
    float: unset;
    right: unset;
    top: unset;
    left: unset;
    min-height: 400px !important;
}

body:not(.home) .page-slider-section .slider-text h1 {
    text-align: left;
    font-weight: 400;
}

.main-slider-section .slide-element {
    /*max-height: calc(100vh - var(--stom-header-height) - 100px);*/
    height: calc(100vh - var(--stom-header-height) - 100px);
    max-height: 650px;
}

body:not(.home) .page-slider-section .slide-element .image-aligner,
body:not(.home) .page-slider-section .slide-element .element-spacer {
    padding: 0 !important;
}

body:not(.home) .page-slider-section .slick-slide img {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    position: absolute;
    object-fit: cover;
    object-position: left;
    height: 100%;
    width: 100%;
}

body:not(.home) .page-slider-section .slick-slider {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    height: 100%;
    width: 100% !important;

}

body:not(.home) .page-slider-section .slides.slick-initialized .slick-track {
    height: 100% !important;
}

.page-slider-section .slick-slider .slick-list {
    height: 100% !important;
}

/* slider height ikke på forsiden */
body:not(.home) .page-slider-section .slides.slick-initialized .slide-element {
    min-height: 400px;
    max-height: unset;
    height: 100% !important;
}

/* slider text på forsiden */
.home .page-slider-section .slider-text {
    max-width: 100%;
    width: 100%;
    color: var(--primary-text-size);
    padding: 0;
    align-items: flex-end;
}

.page-slider-section .slide-element .video-aligner,
.page-slider-section .slide-element .image-aligner,
.page-slider-section .slide-element .service-aligner {
    top: auto;
    bottom: 0;
}

body.home .page-slider-section .slider-text .slider-text-inner p {
    color: var(--secondary-text-color);
    margin-bottom: 55px;
    font-size: 30px;
    line-height: 1;
    font-weight: 100;
}

body:not(.home) .page-slider-section .slider-text .slider-text-inner p {
    margin-bottom: 20px;
    color: var(--secondary-text-color);
    font-size: 20px;
    line-height: 1.1;
    font-weight: 100;
}

body.home .page-slider-section .slider-text .slider-text-inner h1 {
    color: var(--secondary-text-color);
    margin-bottom: 27px;
    line-height: 1;
}

body:not(.home) .page-slider-section .slider-text .slider-text-inner h1 {
    color: var(--secondary-text-color);
    margin-bottom: 27px;
    line-height: 1;
}

body .page-slider-section .slider-text-inner .home-slider-content {
    background-color: transparent;
    padding: var(--primary-padding);
}

body .page-slider-section .slider-text-inner .home-slider-content .primary-button {
    padding-right: 20px;
}

body .page-slider-section .slider-text-inner .home-slider-content .primary-button a,
body .page-slider-section .slider-text-inner .home-slider-content .secondary-button a {
    padding: 12px 64px 10px 20px;
    font-size: 20px;
}

body .page-slider-section .slider-text-inner .home-slider-content .secondary-button a:hover {
    background-color: var(--secondary-button-color);
    border-color: var(--secondary-button-color);
}

body:not(.home) .page-slider-section .slider-text-inner .home-slider-content {
    background-color: transparent;
    padding: var(--secondary-padding);
    padding-right: 0;
}

.page-slider-section .slider-text-inner {
    max-width: 1140px;
}

/* slider ikke forside text stå i midten af slideren */
body:not(.home) .page-slider-section .slider-text-inner {
    position: relative;
    width: calc(100% - 50%);
    left: 0;
    top: unset;
    transform: unset;
    max-width: unset;
}

body:not(.home) .page-slider-section .slider-text-inner .secondary-button {
    text-align: center;
}

body.home .page-slider-section .slide-element .element-spacer {
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

body:not(.home) .page-slider-section .slide-element .element-spacer {
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}


/*======================================================================//
// END Slider                                                           //
//======================================================================*/


/*======================================================================//
// Stom-billede-sektion                                                 //
//======================================================================*/

.section-wrap.stom-billede-sektion.fullscreen-billed-sektion {
    width: 100%;
    max-width: 100%;
}

.section-wrap.stom-billede-sektion {
    max-width: var(--primary-site-width);
    position: relative;
    margin: auto;
    padding: var(--primary-padding) 0;
}

.section-wrap.stom-billede-sektion .section {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.section-wrap.stom-billede-sektion.picture-left .section {
    justify-content: flex-end;
}

.section-wrap.stom-billede-sektion .stom-cols-6 {
    padding: var(--primary-padding);
}

.section-wrap.stom-billede-sektion .stom-picture,
.section-wrap.stom-billede-sektion .stom-cols-6 {
    display: flex;
    width: calc(100% / 2);
    height: 100% !important;
    margin: 0;
}

.section-wrap.stom-billede-sektion .stom-cols-6 {
    padding: var(--primary-padding);
    padding-right: var(--secondary-padding);
}

.section-wrap.stom-billede-sektion .stom-cols-6 .stom-center-box {
    max-width: 530px;
}

.section-wrap.stom-billede-sektion.picture-right .stom-cols-6 {
    justify-content: flex-end;
}

.section-wrap.stom-billede-sektion.picture-left .stom-cols-6 {
    justify-content: flex-start;
}


/*======================================================================//
// END Stom-billede-sektion                                             //
//======================================================================*/

/*======================================================================//
// billed sektioner specielle                                           //
//======================================================================*/

.speciel-billede-sektion .section {
    padding: 0 0 var(--primary-padding);
    max-width: 100%;
    position: relative;
}

.speciel-billede-sektion.billede-right .section {
    padding-top: 0;
}

.speciel-billede-sektion.billede-right .speciel-billede-sektion-img {
    width: 50%;
    float: right;
}

.speciel-billede-sektion.billede-right .speciel-billede-sektion-top-img p {
    line-height: 0;
}

.speciel-billede-sektion.billede-right .speciel-billede-sektion-top-img {
    width: 50%;
}

.speciel-billede-sektion.billede-right .speciel-billede-sektion-text {
    width: auto;
    display: inline-block;
    background-color: white;
    position: relative;
    max-width: calc(100% / 2);
    padding: var(--primary-padding) var(--primary-padding) 0 var(--primary-padding);
}

.speciel-billede-sektion.billede-right .speciel-billede-sektion-text h3 {
    margin-bottom: 5px;
}

/* img-text-collide-sektion style */
.img-text-collide-sektion .img-text-collide-sektion-text {
    width: auto;
    display: inline-block;
    background-color: white;
    padding: var(--primary-padding);
    position: absolute;
    top: calc(2 * var(--primary-padding));
    max-width: 56%;
}

.img-text-collide-sektion.collide-left .img-text-collide-sektion-text {
    padding-left: 0;
}

.img-text-collide-sektion.collide-right .img-text-collide-sektion-text {
    padding-right: 0;
}

.img-text-collide-sektion .img-text-collide-sektion-image {
    width: 55%;
}

.img-text-collide-sektion .img-text-collide-sektion-image img {
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.img-text-collide-sektion.img-text-collide-sektion.collide-left .img-text-collide-sektion-image {
    float: right;
}

.img-text-collide-sektion .section {
    position: relative;
}

.img-text-collide-sektion.collide-left .img-text-collide-sektion-text {
    left: 0;
}

.img-text-collide-sektion.collide-right .img-text-collide-sektion-text {
    right: 0;
}

.section-wrap .section {
    padding: 90px 0;
}

.stom-billede-sektion .section {
    padding: 0 !important;
}

.img-text-collide-sektion .primary-button a:hover {
    color: #000;
}

/* img-text-collide-sektion end */

/*======================================================================//
// END billed sektioner specielle                                       //
//======================================================================*/

/*======================================================================//
// banner-sektion / banner-image                                       //
//======================================================================*/
.banner-sektion.banner-image {
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-color: var(--secondary-button-color);
    background-blend-mode: multiply;
}

.banner-sektion.banner-image .section {
    position: relative;
    z-index: 3;
}

.banner-sektion .section p {
    font-size: 18px;
}


/*======================================================================//
// END banner-sektion / banner-image                                    //
//======================================================================*/

/*======================================================================//
// Standard-indgangsvinkler                                               //
//======================================================================*/



.standard-indgangsvinkler-2 .section .grid-elements .grid-element.full-width-element {
    width: 100%;
}

.standard-indgangsvinkler-2 .section .grid-elements .grid-element.double-size-element-four {
    width: calc((2 * (100% - (7px * 3)) / 4));
}

.standard-indgangsvinkler-2 .section .grid-elements .grid-element.full-width-element {
    width: 100%;
}

.standard-indgangsvinkler-2 .section .grid-elements .grid-element.full-width-element .overlay {
    padding: 20px 0 10px;
    margin-bottom: 10px;
}

.standard-indgangsvinkler-2 .section .grid-elements .grid-element.border-bottom-line .overlay {
    border-bottom: 1px solid var(--primary-color);
}

.standard-indgangsvinkler-2 .section .grid-elements .grid-element.full-width-element .overlay .text-button {
    float: right;
    padding-top: 35px;
}

.standard-indgangsvinkler-2.stom-grid-section .section .grid-elements .grid-element.full-width-element h2 {
    display: inline-block;
    margin-bottom: 0;
}

.standard-indgangsvinkler-2 .section.columns-2 .grid-element {
    width: calc((100% - (20px * 1)) / 2);
}

.standard-indgangsvinkler-2 .section.columns-3 .grid-element {
    width: calc((100% - (20px * 2)) / 3);
}

.standard-indgangsvinkler-2 .section.columns-4 .grid-element {
    width: calc((100% - (20px * 3)) / 4);
}

.standard-indgangsvinkler-2 .section.columns-5 .grid-element {
    width: calc((100% - (20px * 4)) / 5);
}

.standard-indgangsvinkler-2 .section.columns-6 .grid-element {
    width: calc((100% - (20px * 5)) / 6);
}

.section-wrap.standard-indgangsvinkler-2 .grid-elements .grid-element {
    background-image: none !important;
    margin-bottom: 20px;
    display: flex;
    position: relative;
}

.section-wrap.standard-indgangsvinkler-2:not(.standard-indgangsvinkler-solution) .grid-elements .grid-element .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    text-align: center;
}

.section-wrap.standard-indgangsvinkler-2:not(.standard-indgangsvinkler-solution) .grid-elements .grid-element .overlay p {
    color: var(--secondary-color);
    font-size: 30px;
}

.standard-indgangsvinkler-2 .section .grid-element>img {
    width: calc(100% + 1px);
}

.section-wrap.standard-indgangsvinkler-2:not(.standard-indgangsvinkler-solution) .grid-elements .grid-element:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 70%) 0%, rgba(0, 0, 0, 0) 50%);
}

.standard-indgangsvinkler-2 .section .grid-elements .grid-element:not(.full-width-element) {
    transition: var(--primary-transition-style);
    transform: translateY(0%);

}

.standard-indgangsvinkler-2:not(.standard-indgangsvinkler-solution) .section .grid-elements .grid-element:not(.full-width-element) .overlay,
.standard-indgangsvinkler-2:not(.standard-indgangsvinkler-solution) .section .grid-elements .grid-element:not(.full-width-element) .overlay p {
    transition: var(--primary-transition-style);
}

.standard-indgangsvinkler-2:not(.standard-indgangsvinkler-solution) .section .grid-elements .grid-element:not(.full-width-element):hover {
    box-shadow: 0 0 15px rgba(6, 8, 12, 0.5);
}

.standard-indgangsvinkler-2:not(.standard-indgangsvinkler-solution) .section .grid-elements .grid-element:not(.full-width-element):hover .overlay {
    bottom: 50%;
    transform: translateY(50%);
}

.standard-indgangsvinkler-2:not(.standard-indgangsvinkler-solution) .section .grid-elements .grid-element:not(.full-width-element):hover .overlay p {
    text-shadow: 2px 2px 4px black;
}

.standard-indgangsvinkler-2.standard-indgangsvinkler-tekst-under .section .grid-elements .grid-element:not(.full-width-element) {
    box-shadow: unset;
}

.standard-indgangsvinkler-2 .section .grid-elements .grid-element:not(.full-width-element) .overlay {
    padding: 25px;
}

.standard-indgangsvinkler-2 .section .grid-elements .grid-element:not(.full-width-element) .overlay h4 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0;
}

.standard-indgangsvinkler-2 .grid-element>img {
    visibility: visible !important;
    object-fit: cover;
    object-position: top;
    max-width: initial;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
}

.standard-indgangsvinkler-2.standard-indgangsvinkler-tekst-under .grid-element>img {
    box-shadow: 0 0 15px rgba(5, 7, 8, 0.3);
}

.standard-indgangsvinkler-2 .section .grid-element img~.overlay {
    height: 100%;
    padding: var(--secondary-padding);
}

.section-wrap.standard-indgangsvinkler-2.standard-indgangsvinkler-tekst-under .grid-elements .grid-element .overlay {
    position: relative;
    height: auto;
    padding: 10px 0;
}

.section-wrap.stom-grid-section .section .grid-elements .grid-element.full-width-element {
    width: 100%;
}

.stom-grid-section .section .grid-elements .grid-element.full-width-element .overlay {
    padding: 20px 0 10px;
    margin-bottom: 10px;
}

.stom-grid-section .section .grid-elements .grid-element.border-bottom-line .overlay {
    border-bottom: 1px solid var(--primary-color);
}

.stom-grid-section .section .grid-elements .grid-element.full-width-element .overlay .text-button {
    float: right;
    padding-top: 35px;
}

.standard-indgangsvinkler.stom-grid-section .section .grid-elements .grid-element.full-width-element h2 {
    display: block;
    margin-bottom: 0;
}

.stom-grid-section .section.columns-2 .grid-element {
    width: calc((100% - (40px * 1)) / 2);
}

.stom-grid-section .section.columns-3 .grid-element {
    width: calc((100% - (40px * 2)) / 3);
}

.stom-grid-section .section.columns-4 .grid-element {
    width: calc((100% - (40px * 3)) / 4);
}

.stom-grid-section .section.columns-5 .grid-element {
    width: calc((100% - (40px * 4)) / 5);
}

.stom-grid-section .section.columns-6 .grid-element {
    width: calc((100% - (40px * 5)) / 6);
}

.section-wrap.standard-indgangsvinkler .grid-elements .grid-element {
    background-image: none !important;
    margin-bottom: 30px;
    display: flex;
    position: relative;
}

.standard-indgangsvinkler.standard-indgangsvinkler-tekst-under .section .grid-elements .grid-element:not(.full-width-element) {
    box-shadow: unset;
}

.standard-indgangsvinkler .section .grid-elements .grid-element:not(.full-width-element) .overlay {
    padding: 8px;
    text-align: center;
}

.standard-indgangsvinkler .section .grid-elements .grid-element:not(.full-width-element) .overlay p {
    margin: 0;
    color: #737373;
    font-size: 16px;
    line-height: 1.2;
}

.standard-indgangsvinkler .section .grid-elements .grid-element:not(.full-width-element) .overlay h4 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 6px;
}

.standard-indgangsvinkler .grid-element>img {
    visibility: visible !important;
    object-fit: cover;
    object-position: top;
    max-width: initial;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
}

.standard-indgangsvinkler.standard-indgangsvinkler-tekst-under .grid-element>img {
    box-shadow: 0 0 15px rgba(5, 7, 8, 0.3);
}

.stom-grid-section .section .grid-element img~.overlay {
    height: 100%;
    padding: var(--secondary-padding);
}

.section-wrap.standard-indgangsvinkler.standard-indgangsvinkler-tekst-under .grid-elements .grid-element .overlay {
    position: relative;
    height: auto;
    padding: 10px 0;
}

/*======================================================================//
// standard-indgangsvinkler-solution                                    //
//======================================================================*/

.standard-indgangsvinkler.standard-indgangsvinkler-solution .section>h3 {
    text-align: center;
}

.standard-indgangsvinkler.standard-indgangsvinkler-solution .section {
    padding-top: 55px;
}

.section-wrap.standard-indgangsvinkler-solution {
    border-radius: 20px;
}

.section-wrap.standard-indgangsvinkler-solution p img {
    padding-bottom: 10px;
}

.section-wrap.standard-indgangsvinkler-solution .underline-indgangsvinkler {
    color: var(--primary-button-color);
    margin-bottom: -5px;
    display: block;
    font-size: 18px;
}

.section-wrap.standard-indgangsvinkler-solution .section .grid-elements .grid-element {
    transition: var(--primary-transition-style);
    border-radius: 20px;
    border: 1px solid transparent;
}

.section-wrap.standard-indgangsvinkler-solution .section .grid-elements .grid-element.focus-element {
    background-color: var(--secondary-button-color);
}

.section-wrap.standard-indgangsvinkler-solution .section .grid-elements .grid-element.focus-element .overlay h4,
.section-wrap.standard-indgangsvinkler-solution .section .grid-elements .grid-element.focus-element .price-indgangsvinkler,
.section-wrap.standard-indgangsvinkler-solution .section .grid-elements .grid-element.focus-element ul li {
    color: var(--secondary-text-color);
}

.section-wrap.standard-indgangsvinkler-solution .section .grid-elements .grid-element.focus-element p img {
    filter: brightness(0) invert(1);
}

.section-wrap.standard-indgangsvinkler-solution .section .grid-elements .grid-element .overlay {
    padding: 60px 30px 95px;
}

.section-wrap.standard-indgangsvinkler-solution .section .grid-elements .grid-element .overlay .tertiary-button,
.section-wrap.standard-indgangsvinkler-solution .section .grid-elements .grid-element .overlay .secondary-button {
    display: inline-block;
    /*position: absolute;*/
    bottom: 60px;
}

.section-wrap.standard-indgangsvinkler-solution .section .grid-elements .grid-element:not(.focus-element):hover {
    border: 1px solid var(--primary-button-color);
}

.section-wrap.standard-indgangsvinkler-solution .section .grid-elements .grid-element:hover .tertiary-button a {
    background-color: var(--primary-button-color);
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.section-wrap.standard-indgangsvinkler-solution .section .grid-elements .grid-element:hover .tertiary-button a:after {
    border-left: solid 1px var(--secondary-text-color);
    background-image: var(--secondary-svg-after-icons);
}

.section-wrap.standard-indgangsvinkler-solution .section .grid-elements .grid-element.focus-element:hover .secondary-button a {
    background-color: var(--primary-button-color);
    color: var(--secondary-color);
    border-color: var(--primary-button-color);
}

.section-wrap.standard-indgangsvinkler-solution .section .grid-elements .grid-element .overlay h4 {
    color: var(--primary-text-color);
    font-size: 25px;
    font-weight: bold;
    margin-bottom: -12px;
}

.section-wrap.standard-indgangsvinkler-solution .price-indgangsvinkler {
    font-size: 14px;
    color: var(--primary-text-color);
}

.section-wrap.standard-indgangsvinkler-solution .price-indgangsvinkler strong {
    font-size: 50px;
    font-weight: bold;
    color: var(--primary-button-color);
}

.section-wrap.standard-indgangsvinkler-solution ul {
    padding-left: 0;
    list-style: none;
}

.section-wrap.standard-indgangsvinkler-solution ul .stom-fa-check-circle {
    font-size: 13px;
    color: var(--primary-button-color);
    padding-right: 6px;
    margin-top: -2px;
    display: inline-block;
}

.section-wrap.standard-indgangsvinkler-solution ul li {
    padding-bottom: 15px;
    font-size: 18px;
}


/*======================================================================//
// END standard-indgangsvinkler-solution                                //
//======================================================================*/


/*======================================================================//
// END Standard-indgangsvinkler                                         //
//======================================================================*/

/*======================================================================//
// slider-logo-element                                                  //
//======================================================================*/

.grid-elements .grid-element.slider-logo-element {
    display: inline-block;
}

.grid-elements .grid-element.slider-logo-element .overlay {
    height: 100%;
}

.grid-elements .grid-element.slider-logo-element .slick-list {
    position: relative;
}

.grid-elements .grid-element.slider-logo-element .slick-list .slider-logo-item {
    position: relative;
    text-align: center;
    margin: 0 20px;
}

.grid-elements .grid-element.slider-logo-element .slick-list .slider-logo-item .stom-fa-star {
    padding: 2.5px;
}

.grid-elements .grid-element.slider-logo-element .slick-list .slider-logo-item p:first-of-type {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 6px;
}

.grid-elements .grid-element.slider-logo-element .slick-list .slider-logo-item p {
    line-height: 1.1;
}

.grid-elements .grid-element.slider-logo-element .slick-list .slider-logo-item p strong {
    display: block;
    font-weight: 500;
    font-size: 20px;
    padding-top: 10px;
}

.grid-elements .grid-element.slider-logo-element .secondary-button {
    display: block;
    text-align: center;
    padding-top: 40px;
}

.grid-elements .grid-element.slider-logo-element .secondary-button:hover a {
    color: var(--primary-button-color);
    border: 1px solid var(--primary-button-color);
    background-color: var(--secondary-color);
}

.grid-elements .grid-element.slider-logo-element .secondary-button:hover a:after {
    border-left: solid 1px var(--primary-button-color);
    background-image: var(--primary-svg-after-icons);
}

.grid-elements .grid-element.slider-logo-element .overlay .slider-logo-section {
    max-width: 1200px;
    margin: auto;
    padding-right: 0;
    padding-left: 0;
}

.slider-logo-element-section .grid-elements .grid-element.slider-logo-element h4 {
    padding-bottom: 30px;
}

.home .slider-logo-element-section .section {
    padding-top: 65px;
}

.slider-logo-element .slider-logo-section .slider-logo-item img {
    height: auto;
    width: auto;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-logo-element .slick-prev.slick-arrow:after {
    content: ' ';
    background-image: var(--tertiary-svg-after-icons-left);
}

.slider-logo-element .slick-next.slick-arrow:before {
    content: ' ';
    background-image: var(--tertiary-svg-after-icons-right);
}

.slider-logo-element .slick-next.slick-arrow:before,
.slider-logo-element .slick-prev.slick-arrow:after {
    position: absolute;
    height: 5px;
    width: 25px;
    background-size: 25px 5px;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 0;
}

.slider-logo-element .slick-prev.slick-arrow,
.slider-logo-element .slick-next.slick-arrow {
    width: 41px;
    height: 41px;
    border-radius: unset;
    background-color: var(--primary-color);
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
    top: 50%;
}

.grid-elements .grid-element.slider-logo-element .slick-list .slider-logo-item .stom-fa-star {
    color: #fff;
}

/*======================================================================//
// END slider-logo-element                                              //
//======================================================================*/

/*======================================================================//
// videowrap                                                            //
//======================================================================*/

.youtube-sektion-boxs .grid-elements .grid-element:not(.full-width-element):hover h4:after {
    width: 100%;
}

.youtube-sektion-boxs .grid-elements .grid-element:not(.full-width-element) h4:after {
    content: '';
    transition: var(--primary-transition-style);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: var(--primary-color);
    width: 0;

}

.YouTubePopUp-Wrap.VideoPopUpWrap .vp-flex iframe,
.YouTubePopUp-Wrap.VideoPopUpWrap .vp-flex video {
    border: none;
}

.youtube-sektion-boxs .videowrap a.vp-yt-type {
    height: 100%;
    width: 100%;
    display: block;
}

.youtube-sektion-boxs.small-width-inside .videowrap {
    text-align: center;
}

.youtube-sektion-boxs.small-width-inside .videowrap img {
    box-shadow: 0 0 15px rgb(5 7 8 / 30%);
}

/*======================================================================//
// END videowrap                                                        //
//======================================================================*/



/*======================================================================//
// Gravity form changes                                                 //
//======================================================================*/

.gform_body .gform_fields input,
.gform_body .gform_fields textarea {
    color: var(--primary-text-color);
    font-size: var(--primary-text-size);
    transition: var(--primary-transition-style);
    padding: 5px;
}

.gform_body .gform_fields input:focus-visible,
.gform_body .gform_fields textarea:focus-visible {
    padding-left: 10px;
}

.gform_body .gform_fields textarea {
    resize: none;
}

.gform_body .gform_fields input::placeholder,
.gform_body .gform_fields textarea::placeholder {
    color: var(--primary-text-color);
}


/*======================================================================//
// END Gravity form changes                                             //
//======================================================================*/

/*======================================================================//
// mere-tekst-wrapper                                                   //
//======================================================================*/

.mere-tekst-wrapper {
    margin-bottom: 15px;
}

.mere-tekst-wrapper>button {
    text-transform: inherit;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.75;
    border-color: var(--secondary-button-color);
    background-color: var(--secondary-button-color);
    color: #fff;
    transition: var(--primary-transition-style);
}

.mere-tekst-wrapper>button:hover {
    background-color: var(--secondary-text-color);
    color: inherit;
}

.mere-tekst-wrapper .mere-tekst {
    background-color: #fff;
    padding: 20px;
    border-left: 1px solid var(--secondary-button-color);
    border-right: 1px solid var(--secondary-button-color);
    border-bottom: 1px solid var(--secondary-button-color);
}

.mere-tekst-wrapper>button .stom-custom-svg {
    line-height: 1.6;
}

.mere-tekst-wrapper>button .stom-custom-svg>svg {
    vertical-align: middle;
}

.mere-tekst-wrapper .mere-tekst ul {
    padding-left: 2em;
}

.mere-tekst-wrapper .mere-tekst ul li {
    font-size: 14px;
}

/*======================================================================//
// END mere-tekst-wrapper                                               //
//======================================================================*/

/*======================================================================//
// Footer                                                               //
//======================================================================*/

body .footer-contact.stom-grid-section .section .footer-contact-text .overlay {
    padding-left: 0;
}

.footer-contact .footer-contact-text h3 {
    font-weight: 500;
}

body .footer-contact .footer-contact-text {
    border-right: 1px solid black;
}

body .footer-contact .footer-contact-text .overlay p {
    font-size: 18px;
    line-height: 1.2;
}

#colophon.site-footer {
    background-color: var(--secondary-button-color);
    padding: 0 0 25px;
}

#colophon.site-footer .footer-widget-area .section {
    max-width: var(--primary-site-width);
    color: var(--secondary-text-color);
    font-weight: var(--primary-text-font-weight);
    padding-bottom: 50px;
    padding-top: calc(var(--primary-padding) - 10px);
}

#colophon.site-footer .footer-widget-area .section p {
    color: var(--secondary-text-color);
    line-height: 1.1;
}

#colophon.site-footer .footer-widget-area .section .textwidget ul li {
    line-height: 1.4;
}

#colophon.site-footer .footer-widget-area .section strong {
    font-weight: var(--primary-text-font-bold);
}

#colophon.site-footer .footer-widget-area .section .textwidget {
    font-size: 18px;
}

#colophon.site-footer .footer-widget-area .section .textwidget ul {
    padding: 0;
    list-style: none;
}

#colophon.site-footer .footer-widget-area .section .footer-widgets .widget-title {
    font-size: 30px;
    font-weight: var(--primary-text-font-bold);
    padding-bottom: 18px;
    display: inline-block;
    text-transform: initial;
}

#colophon.site-footer .footer-widget-area .section .footer-widgets .widget-title:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    margin-top: -4px;
    background-color: var(--primary-color);
}

#colophon.site-footer .footer-widget-area .section a {
    text-decoration: none;
}

#colophon.site-footer .footer-widget-area .section a:hover {
    font-weight: var(--primary-text-font-bold);
}

.footer-contact .footer-contact-form.grid-element .overlay {
    padding: 30px 0 0 0;
}

.footer-contact .footer-contact-form .gform_body .gform_fields input,
.footer-contact .footer-contact-form .gform_body .gform_fields select,
.footer-contact .footer-contact-form .gform_body .gform_fields textarea {
    color: #002234;
    font-size: 18px;
    font-weight: 400;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #002234;
    padding-left: 0;
    transition: all 0.200s;
    padding-bottom: 0;
}

.footer-contact .footer-contact-form .gform_body .gform_fields input:focus-visible,
.footer-contact .footer-contact-form .gform_body .gform_fields select:focus-visible,
.footer-contact .footer-contact-form .gform_body .gform_fields textarea:focus-visible {
    padding-left: 8px;
}

.footer-contact .footer-contact-form .gform_body .gform_fields textarea {
    resize: none;
    height: 110px !important;
}

.footer-contact .footer-contact-form .gform_body .gform_fields textarea:focus-visible {
    height: 110px !important;
}

.footer-contact .footer-contact-form .gform_body .gform_fields input::placeholder,
.footer-contact .footer-contact-form .gform_body .gform_fields select::placeholder,
.footer-contact .footer-contact-form .gform_body .gform_fields textarea::placeholder {
    color: #002234;
    font-size: 18px;
    font-weight: 400;
}

body .footer-contact .footer-contact-form .gform_body .gform_fields select option {
    padding-left: 50px;
}

.footer-contact .footer-contact-form .gform_footer {
    text-align: right;
}

.footer-contact .footer-contact-form .ginput_container_consent .gfield_consent_label {
    font-size: 14px;
}

.footer-contact .footer-contact-form .ginput_container_consent .gfield_required.gfield_required_text {
    display: none;
}

.footer-contact .grid-elements .grid-element.footer-contact-form .gform_footer {
    width: 100%;
    justify-content: flex-end;
}

.footer-contact .grid-elements .grid-element.footer-contact-form .gform_footer button {
    background-color: transparent;
    border: none;
    text-align: right;
    padding: 0;
    text-transform: initial;
    display: block;
    width: auto;
}

.footer-contact .grid-elements .grid-element.footer-contact-form .gform_footer button:hover a {
    background-color: var(--secondary-button-color);
    color: var(--secondary-color);
    border-color: var(--secondary-button-color);
}

.footer-contact .grid-elements .grid-element.footer-contact-form .gform_footer button a {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    padding-right: 44px;
    min-width: unset;
    transition: var(--primary-transition-style);
    border-left: none;
    border-radius: 5px;

}

.footer-contact .grid-elements .grid-element.footer-contact-form .gform_footer button a:after {
    background-image: var(--secondary-svg-after-icons);
    transition: var(--primary-transition-style);
    border-left-color: var(--primary-color);
    border-left: none;


}

.footer-contact .grid-elements .grid-element.footer-contact-form .gform_footer button:hover a:after {
    background-image: var(--secondary-svg-after-icons);
    background-color: transparent;
    border-left-color: var(--primary-color);
    border-left: none;
}

.footer-widgets.stom-cols-12.widgets-5 {
    max-width: var(--primary-site-width);
    color: var(--secondary-text-color);
    margin: auto;
    height: 50px;
}

.footer-info-sites-left {
    float: left;
    font-size: 14px;
}

.footer-info-sites-left a {
    text-decoration: none;
}

.footer-info-sites-left a:hover {
    text-decoration: underline;
}

.footer-info-sites-right {
    float: right;
}


/*======================================================================//
// END Footer                                                           //
//======================================================================*/

/*======================================================================//
// Banner-kolonner / Banner-basis                                       //
//======================================================================*/

section.banner-contact-form .gform_footer button.primary-button,
section.banner-contact-form-black .gform_footer button.primary-button {
    padding: 0;
    border: none;
    background: transparent;
}

.stom-grid-section.banner-kolonner .section {
    padding-top: calc(var(--primary-padding) * 2);
    padding-bottom: 0;
    margin-right: 0;
    max-width: var(--primary-site-width);
}

.stom-grid-section.banner-kolonner {
    margin-bottom: var(--primary-padding);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.stom-grid-section.banner-kolonner:after {
    content: url(images/bannerbackgroundimage.png);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.stom-grid-section.banner-kolonner .section .overlay {
    padding: 0 0 var(--primary-padding);
}

.stom-grid-section.banner-kolonner .section .grid-elements .grid-element:nth-of-type(1n) {
    width: 38%;
}

.stom-grid-section.banner-kolonner .section .grid-elements .grid-element:nth-of-type(2n) {
    width: 62%;
}

.stom-grid-section.banner-kolonner .section .grid-elements .grid-element:nth-of-type(2n) .overlay {
    padding-right: calc(var(--primary-padding) * 2);
    padding-top: 140px;
    padding-left: 125px;
}

.stom-grid-section.banner-kolonner .section .overlay p {
    font-family: var(--secondary-font-family);
}

.stom-grid-section.banner-kolonner .fullwidth-item img {
    visibility: visible !important;

}

.stom-grid-section.banner-kolonner .grid-elements .grid-element.fullwidth-item {
    width: 100% !important;
}

.section-wrap.banner-basis-white .section {
    max-width: var(--secondary-site-width);
}
.section-wrap.banner-basis,
.section-wrap.banner-basis-white {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.section-wrap.banner-basis:after {
    content: url(images/bannerbackgroundimage.png);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.section-wrap.banner-basis-white:after {
    content: url(images/bannerbackgroundimage-white.png);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.section-wrap.banner-basis.banner-contact-form .gform_body .gform_fields input,
.section-wrap.banner-basis.banner-contact-form .gform_body .gform_fields select,
.section-wrap.banner-basis.banner-contact-form .gform_body .gform_fields textarea {
    color: white;
    font-size: 18px;
    font-weight: 400;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    padding-left: 0;
    transition: all 0.200s;
    padding-bottom: 0;
}

.section-wrap.banner-contact-form-black .gform_body .gform_fields input,
.section-wrap.banner-contact-form-black .gform_body .gform_fields select,
.section-wrap.banner-contact-form-black .gform_body .gform_fields textarea {
    color: #002234;
    font-size: 18px;
    font-weight: 400;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #002234;
    padding-left: 0;
    transition: all 0.200s;
    padding-bottom: 0;
}

.footer-contact .footer-contact-form .gform_body .gform_fields textarea,
.section-wrap.banner-contact-form .gform_body .gform_fields textarea {
    resize: none;
    height: 110px !important;
}

.banner-contact-form-black .gform_body .gform_fields input::placeholder,
.banner-contact-form-black .gform_body .gform_fields select::placeholder,
.banner-contact-form-black .gform_body .gform_fields textarea::placeholder {
    color: #002234;
    font-size: 18px;
    font-weight: 400;
}

.section-wrap.banner-contact-form .gform_body .gform_fields input::placeholder,
.section-wrap.banner-contact-form .gform_body .gform_fields select::placeholder,
.section-wrap.banner-contact-form .gform_body .gform_fields textarea::placeholder {
    color: white;
    font-size: 18px;
    font-weight: 400;
}

/* ny kode */
.stom-grid-section .section .grid-element .overlay {
    padding: 0px;
}
/*======================================================================//
// END Banner-kolonner / banner-basis                                   //
//======================================================================*/


/*======================================================================//
// END style.css--------------------------------------------------------//
//======================================================================*/

/*======================================================================//
// WEBSHOP STYLES                                                       //
//======================================================================*/

/*======================================================================//
// stom-products-section udvalgte produkter                             //
//======================================================================*/
.section-wrap.stom-products-section .section {
    padding-top: 53px;
}

.stom-products-section .section h3 {
    margin-bottom: -7px;
}

.stom-products-section .section .section-link {
    margin-bottom: 0;
}

.stom-products-section .section .section-link a {
    font-size: 18px;
    position: relative;
    padding-right: 30px;
    transition: var(--primary-transition-style);
}

.stom-products-section .section .section-link a:hover {
    padding-right: 40px;
}

.stom-products-section .section .section-link a:after {
    content: '';
    background-color: transparent;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 10px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    transition: var(--primary-transition-style);
    background-image: var(--primary-svg-after-icons);
}

.stom-products-section .woocommerce .slick-dots {
    display: none !important;
}

.stom-products-section .woocommerce {
    border-top: solid 1px var(--primary-button-color);
}

.stom-products-section .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: var(--primary-text-size);
}

.stom-products-section .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: var(--primary-text-size);
    text-transform: initial;
    font-weight: 600;
    margin-bottom: 0;
}

.stom-products-section.section-wrap .section {
    padding-bottom: calc(var(--primary-padding) * 2);
}

.stom-products-section .woocommerce ul.products li.product .woocommerce-loop-short-desc {
    color: #737373;
    font-size: 16px;
    margin-bottom: 8px;
    overflow: hidden;
    max-height: 42px;
}

.woocommerce-button-setup-4 .stom-products-section ul.products li.product .button.stom-read-more {
    background-color: var(--primary-color);
    text-transform: initial;
    padding: 15px;
    font-size: 18px;
}

.stom-products-section .woocommerce .stom-add-to-favourites {
    display: none !important;
}

.stom-products-section .woocommerce .custom-product-label.label-for-sale {
    background-color: var(--primary-color);
}

.stom-products-section .woocommerce ul.products li.product .add_to_cart_button>span {
    display: none;
}

.stom-products-section .woocommerce ul.products li.product .add_to_cart_button {
    width: 18px;
    height: 15px;
}

.stom-products-section .woocommerce ul.products li.product .add_to_cart_button:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(images/shopping_cart.png);
    background-position: center;
    background-size: cover;
    opacity: 0.7;
    transition: var(--primary-transition-style);
}

.stom-products-section .woocommerce ul.products li.product .add_to_cart_button:hover:before {
    opacity: 1;
}

.stom-products-section .woocommerce button.slick-arrow {
    display: none !important;
}

.stom-products-section .woocommerce ul.products li.product .price ins {
    float: left;
    padding-right: 10px;
}

.stom-products-section .woocommerce ul.products li.product.slick-slide {
    overflow: hidden;
    margin: 0 10px;
}

.stom-products-section .woocommerce ul.products .slick-list {
    margin: 0 -10px;
}

.stom-products-section .woocommerce ul.products li.product:hover .custom-product-label {
    top: 20px;
    left: 20px;
}

.stom-products-section .woocommerce ul.products li.product .custom-product-label {
    top: -55px;
    left: -55px;
    transition: var(--primary-transition-style);
}

.stom-products-section .woocommerce ul.products li.product.slick-slide .price del .woocommerce-Price-amount bdi {
    color: #737373;
}

.stom-products-section .woocommerce ul.products li.product.slick-slide .price ins .woocommerce-Price-amount,
.stom-products-section .woocommerce ul.products li.product.slick-slide .price .woocommerce-Price-amount bdi {
    color: var(--primary-button-color);
    font-weight: 600;
}

.single-product.woocommerce ul.products li.product .stom-product-loop-image-wrap {
    border: 1px solid #b5b5b5;
    height: 260px;
    position: relative;
    width: 100%;
    margin: 0 0 13px;
    text-align: center;
    line-height: 0;
    overflow: hidden;
    background-color: #f3f3f3;
}

.single-product.woocommerce-page.woocommerce ul.products li.product .stom-product-loop-image-wrap .aligner {
    background-color: white;
    position: relative;
    padding-top: unset;
    text-align: center;
    height: 260px;
    border: none;
}

.stom-products-section .woocommerce ul.products li.product .stom-product-loop-image-wrap {
    border: 1px solid #b5b5b5;
    height: 260px;
}

.woocommerce-page.woocommerce ul.products li.product .stom-product-loop-image-wrap .aligner {
    background-color: white;
    border: 1px solid #b5b5b5;
}

.stom-products-section .woocommerce ul.products li.product .stom-product-loop-image-wrap .aligner {
    background-color: white;
    position: relative;
    padding-top: unset;
    text-align: center;
    height: 260px;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description {
	width: 50%;
	margin: 0 auto;
}

/*======================================================================//
// END stom-products-section                                            //
//======================================================================*/

/*======================================================================//
// Shop-page                                                            //
//======================================================================*/


.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: var(--primary-text-size);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: var(--primary-text-size);
    text-transform: initial;
    font-weight: 600;
    margin-bottom: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-short-desc {
    color: #737373;
    font-size: 14px;
    margin-bottom: 5px;
    overflow: hidden;
    max-height: 42px;
}

.archive.woocommerce #primary ul.products li.product {
    overflow: hidden;
    margin: 0 30px 60px 0;
}

.woocommerce #primary ul.products li.product {
    overflow: hidden;
    margin: 0 10px;
}

.woocommerce ul.products li.product .button.stom-read-more {
    background-color: var(--primary-color);
    text-transform: initial;
    padding: 15px;
    font-size: 18px;
}

.woocommerce .stom-add-to-favourites {
    display: none !important;
}

.woocommerce .custom-product-label.label-for-sale {
    background-color: var(--primary-color);
}

.woocommerce ul.products li.product a.button:not(.stom-read-more)>span {
    display: none;
}

.woocommerce-page.woocommerce ul.products li.product a.button:not(.stom-read-more) {
    width: 21px !important;
    height: 18px !important;
}

.woocommerce ul.products li.product a.button:not(.stom-read-more):before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(images/shopping_cart.png);
    background-position: center;
    background-size: cover;
    opacity: 0.7;
    transition: var(--primary-transition-style);
}

.woocommerce ul.products li.product a.button:not(.stom-read-more):hover:before {
    opacity: 1;
}

.woocommerce ul.products li.product:hover .custom-product-label {
    top: 20px;
    left: 20px;
}

.woocommerce ul.products li.product .custom-product-label {
    top: -55px;
    left: -55px;
    transition: var(--primary-transition-style);
}

.woocommerce ul.products li.product .price ins {
    float: left;
    padding-right: 10px;
}

.woocommerce ul.products li.product .price ins .woocommerce-Price-amount bdi,
.woocommerce ul.products li.product .price .woocommerce-Price-amount bdi {
    color: var(--primary-button-color);
}

.woocommerce ul.products li.product .price del .woocommerce-Price-amount bdi {
    color: #737373;
}

.woocommerce ul.products li.product:not(.product-category) img {
    background-color: #fff;
    max-height: 260px;
    max-width: 260px;
    padding: 10px;
    margin: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    right: unset;
    bottom: unset;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
}

.woocommerce.single-product div.product div.images a img {
    max-height: 260px;
}

.woocommerce .related.products .slick-prev,
.woocommerce .related.products .slick-next {
    top: 36%;
}

/*======================================================================//
// END Shop-page                                                        //
//======================================================================*/

/*======================================================================//
// END WEBSHOP STYLES                                                   //
//======================================================================*/

/*======================================================================//
// Random styles always check                                           //
//======================================================================*/


/* Gallery styles */
.gallery .gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
}

.gallery .gallery-item .gallery-icon a img {
    object-fit: cover;
    max-width: initial;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Gallery end */

/*======================================================================//
// END Random styles always check                                       //
//======================================================================*/



.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
    font-size: 20px;
    top: -5px;
    position: relative;
}

/*======================================================================//
// related-products                                                     //
//======================================================================*/

.related-products .section h3 {
    margin-bottom: 4px;
}

.related-products .section .section-link {
    margin-bottom: 10px;
}

.related-products .section .section-link a {
    font-size: 18px;
    position: relative;
    padding-right: 30px;
    text-decoration: none;
    transition: var(--primary-transition-style);
}

.related-products .section .section-link a:hover {
    padding-right: 40px;
}

.related-products .section .section-link a:after {
    content: '';
    background-color: transparent;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 10px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    transition: var(--primary-transition-style);
    background-image: var(--primary-svg-after-icons);
}

.related-products .woocommerce .slick-dots {
    display: none;
}

.related-products .woocommerce {
    border-top: solid 1px var(--primary-button-color);
    padding-top: 40px;
}

.related-products .woocommerce ul.products li.product .stom-product-loop-image-wrap {
    border: 1px solid #b5b5b5;
}

.related-products .woocommerce ul.products li.product .stom-product-loop-image-wrap .aligner {
    background-color: white;
    position: relative;
    padding-top: 100%;
    text-align: center;
    height: 260px
}

.related-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: var(--primary-text-size);
}

.related-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: var(--primary-text-size) !important;
    text-transform: initial;
    font-weight: 600;
    margin-bottom: 0;
}

.related-products.section-wrap .section {
    padding-bottom: calc(var(--primary-padding) * 2);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.related-products .woocommerce ul.products li.product:not(.product-category) img {
    background-color: #fff;
    max-height: 260px;
    max-width: 260px;
    padding: 10px;
    margin: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    right: unset;
    bottom: unset;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
}

.related-products .woocommerce ul.products li.product .woocommerce-loop-short-desc {
    color: #737373;
    font-size: 14px;
    margin-bottom: 5px;
    overflow: hidden;
    max-height: 42px;
}

.related-products ul.products li.product:hover .button.stom-read-more {
    transform: translateY(0%) !important;
}

.related-products ul.products li.product .button.stom-read-more {
    background-color: var(--primary-color);
    text-transform: initial;
    padding: 15px;
    font-size: 18px;
    color: white;
    transition: var(--primary-transition-style);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
}

.related-products .woocommerce .stom-add-to-favourites {
    display: none !important;
}

.related-products .woocommerce .custom-product-label.label-for-sale {
    background-color: var(--primary-color);
}

.related-products .woocommerce ul.products li.product a.button:not(.stom-read-more)>span {
    display: none;
}

.related-products .woocommerce ul.products li.product a.button:not(.stom-read-more) {
    width: 18px;
    height: 15px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    float: right;
    margin-top: 5px;
}

.related-products .woocommerce ul.products li.product a.button:not(.stom-read-more):before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(images/shopping_cart.png);
    background-position: center;
    background-size: cover;
    opacity: 0.7;
    transition: var(--primary-transition-style);
}

.related-products .woocommerce ul.products li.product a.button:not(.stom-read-more):hover:before {
    opacity: 1;
}

.related-products .woocommerce ul.products li.product .price ins {
    float: left;
    padding-right: 10px;
}

.related-products .woocommerce button.slick-next span:after {
    content: url('images/button_arrow_green.png');
    filter: brightness(0) invert(1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.related-products .woocommerce button.slick-prev span:after {
    content: url('images/button_arrow_green_left.png');
    filter: brightness(0) invert(1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.related-products .woocommerce button {
    background-color: var(--primary-color);
    border-radius: 0;
    width: 40px;
    height: 40px;
}

.related-products .woocommerce button:hover {
    background-color: var(--secondary-button-color);
}

.related-products .woocommerce button.slick-prev,
.related-products .woocommerce button.slick-next {
    transform: unset;
    transform: translateY(-50%);
    top: 40%;
}

.related-products .woocommerce ul.products li.product.slick-slide {
    overflow: hidden;
    margin: 0 10px;
}

.related-products .woocommerce ul.products li.product .price {
    color: var(--primary-button-color);
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 16px;
}

.related-products .woocommerce ul.products .slick-list {
    margin: 0 -10px;
}

.related-products .woocommerce ul.products li.product:hover .custom-product-label {
    top: 20px;
    left: 20px;
}

.related-products .woocommerce ul.products li.product .custom-product-label {
    top: -55px;
    left: -55px;
    transition: var(--primary-transition-style);
}

.related-products .woocommerce ul.products li.product.slick-slide .price del .woocommerce-Price-amount bdi {
    color: #737373;
}

.related-products .woocommerce ul.products li.product.slick-slide .price ins .woocommerce-Price-amount,
.related-products .woocommerce ul.products li.product.slick-slide .price .woocommerce-Price-amount bdi {
    color: var(--primary-button-color);
    font-weight: 600;
}

.related-products {}

.related-products .related-products-slider {
    width: 100%;
}

ul.products li.product a.button:not(.stom-read-more) {
    width: 21px !important;
    height: 18px !important;
}

ul.products li.product .stom-product-loop-image-wrap .aligner {
    background-color: #fff;
    border: 1px solid #b5b5b5;
}

.section-wrap.related-products {
    max-width: var(--secondary-site-width);
    margin: auto;
}

/*======================================================================//
// END related-products                                                 //
//======================================================================*/

.section-wrap.related-products {
	max-width: none;
}

.section-wrap.related-products .section {
	padding-inline: var(--primary-padding);
}

/* Ny kode til mængderabat */
.rp_wcdpd_product_page {
    margin-top: 0px !important;
}
.rp_wcdpd_product_page_title {
    display: none;
}
.ekstra_product_tekst {
    font-weight: bold;
    margin-top: 20px;
}



.af_drpc_variable_card .addf_drpc_list_box {
    border-color: #000000;
}

.af_drpc_variable_card .addf_drpc_selected_list{
    background-color: var(--primary-color);
    color: #fff;
}

.af_drpc_variable_card .addf_drpc_selected_list{
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}


.af_drpc_variable_card .addf_drpc_selected_list .addf_drpc_list_price_text p,
.af_drpc_variable_card .addf_drpc_selected_list .addf_drpc_list_price_text del{
    color: #fff;
}
.stom-container-container{
    padding: 15px 0px 0px;
    width:100%;
    display: flex;
}

.stom-container-container .container-suffix-text{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
}


.woocommerce-cart-form .product-quantity .customer-count{
    margin-top:10px;
    font-size: 16px;
    font-weight: 600;
    display:block;
}

.af_drpc_variable_table  .ekstra_product_tekst{
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.af_drpc_variable_table .addf_drpc_horizontal_tbl {
    border: 0px;
    width:100%;
}

.af_drpc_variable_table .addf_drpc_horizontal_tbl tr:first-child{
    border-bottom: 1px solid #000;
}

.af_drpc_variable_table .addf_drpc_horizontal_tbl td{
    text-align: center;
    position: relative !important;
    left: unset !important;
    padding-left: 25px !important;
    border: 0px;
}

.af_drpc_variable_table .addf_drpc_horizontal_tbl td strong{
    font-weight: 600;
}

.page-slider-section .slick-slide img{
    height:100% !important;
    width: 100% !important;
}

/* Responsive */
@media only screen and (min-width: 959px) {
    .woocommerce.single-product div.product div.images a img {
        max-height: 400px;
    }
}