/*
Theme Name: Number Three - Child
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
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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

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

/* ____ GLOBAL ____ */

img {
    height: auto;
    width: auto;
}

.section-wrap,
.stom-grid-section .section.columns-4 .grid-element {
    background-size: cover;
}

.grid-element img {
    object-fit: cover;
}

textarea {
    resize: none;
}


/* ____ FONTS ____ */

h1,
.page-slider-section h2 {
    text-transform: uppercase;
}

h2,
.page-slider-section h3 {
    text-transform: uppercase;
}

h3,
.page-slider-section h4 {
    font-family: roboto, sans-serif;
    font-weight: 400;
}

h4,
.page-slider-section h5,
#colophon .widget-title {
    font-family: roboto, sans-serif;
    font-weight: 400;
}

h5,
.page-slider-section h6 {}

html,
body,
input,
select,
optgroup,
textarea {}

p {
    line-height: 1.31;
}


/* ____ BUTTONS ____ */

.gform_wrapper .gform_footer input[type="submit"],
.stom-button a {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    transition: background-color .2s, color .2s, border-color .2s;
    text-transform: unset;
    font-weight: 400;
    line-height: 23px;
    font-family: roboto, sans-serif !important;
    font-size: unset;
    min-width: 234px;
    padding: .875rem 1.5rem;
    text-align: center;
    margin: 0 20px 20px 0;
}

.stom-button.one a {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

.stom-button.one:hover a {
    background-color: #35454c;
    color: #fff;
    border-color: #35454c;
}

.gform_wrapper .gform_footer input[type="submit"],
.stom-button.two a {
    background-color: #00a558;
    color: white;
    border-color: #00a558;
}

.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_footer input[type="submit"]:focus,
.stom-button.two:hover a {
    background-color: white;
    color: #00a558;
    border-color: #00a558;
}

.stom-button.two.transparent a {
    background-color: transparent;
    color: var(--c-secondary);
    border-color: var(--c-secondary);
}

.stom-button.two.transparent:hover a {
    background-color: var(--c-secondary);
    color: white;
}


/* ____ HEADER ____ */
header#masthead {
    background: #ffffffE5;
}

/*  TOPBAR ____ */
header .top-bar .section {
    border-bottom: none;
}

header .section a {
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    margin-left: 10px;
}

header .top-bar .section .stom-custom-svg {
    margin-right: 2px;
}

header .section-wrap:not(#topbar_top) .section {
    padding: 7px 0;
	position: relative;
	z-index: 1;
}

/*  SUBMENU FOLDUD ____ */

header .top-bar .section {
    overflow: visible;
}

header .top-bar ul ul.sub-menu {
    position: absolute;
    padding: 0;
    left: 0;
    transform: translateX(-25%);
    margin: 0;
    top: 100%;
    background: white;
    z-index: 1;
    width: 190px;
    padding: 8px 0 0;
    display: none;
    box-shadow: 2px 4px 6px rgb(103 103 103 / 12%);
}

header .top-bar ul ul.sub-menu a {
    display: block;
    text-align: start;
    padding: 11px 13px;
    width: 100%;
    float: left;
    margin: 0;
    transition: background .2s ease;
}

header .top-bar ul ul.sub-menu li a:after {
    content: unset;
}

.top-bar .top-bar-right ul li.menu-item-has-children ul.sub-menu a:hover {
    background: #f2f2f2;
}

.top-bar .top-bar-right ul li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

header .top-bar ul li.menu-item-has-children {
    position: relative;
}


/*  LOGO ____ */

.site-branding #logo img {
    image-rendering: -webkit-optimize-contrast;
    max-width: 79px;
    max-height: 117px;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .site-branding #logo img {
    max-height: 70px;
}

.style-header-4 #logo {
    top: -12px;
    transition: top .175s;
   /* background-color: #35454c; */
    padding: 0 48px;
	position: relative;
}


body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header #logo {
    /* top: -45px; */
}


/*  MAINNAV ____ */

.hover-style-bold ul.menu li:hover>a,
.hover-style-bold ul.menu li.focus>a,
.hover-style-bold ul.menu .current-menu-item>a,
.hover-style-bold ul.menu .current-menu-ancestor>a {
    font-weight: 700;
    color: #35454C;
}

.style-header-4 .nav-wrap {
    margin: 25px 0 0 150px;
}

header .main-navigation a {
    font-weight: 400;
    text-transform: uppercase;
    padding: 27px 12px;
}

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

.burger-menu-content-inner p:first-of-type:not(.stom_theme_logo) {
    display: none;
}

header .main-navigation .menu_btn {
    display: flex;
}

header .main-navigation .menu_btn a {
    background-color: #00a558;
    border: 1px solid #00a558;
    color: #fefefe;
    border-radius: 3px;
    padding: 8px 20px !important;
    margin: auto 0 auto 13px;
    transition-property: background-color, color !important;
    transition-duration: .175s;
}

header .main-navigation .burger-menu-content-inner .menu_btn a {
    margin-left: 0;
    border-radius: 0;
}

body.burger-menu .burger-menu-content-inner .stom_theme_logo span:first-child {
   /* background-color: #35454c; */
    padding: 20px 39px;
    max-width: unset;
    max-height: unset;
}

/* .header-sticky-active.scrolled header .main-navigation .menu_btn a {
    padding: 5px 6.75px !important;
} */

header .main-navigation .menu_btn:hover a {
    font-weight: 400 !important;
    color: #00a558;
    background-color: transparent;
}


/* ____ FOOTER ____ */
#colophon {
    background-color: #35454c;
    color: white;
    font-size: 16px;
}

#colophon .widget-title {
    width: 100%;
    border-bottom: 1px solid #00a558;
    font-family: myriad-pro, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: block;
}

.footer-widgets.stom-cols-3.widgets-3 {
    width: 49%;
}

#colophon a {
    text-decoration: none;
}

#colophon a:hover {
    text-decoration: underline;
}

#colophon .widgets-2 a {
    margin-bottom: 3.56px;
    display: block;
}



#colophon .gform_wrapper .ginput_container input,
#colophon .gform_wrapper .ginput_container select,
#colophon .gform_wrapper .ginput_container textarea {
    background-color: rgba(88, 127, 165, 0.2);
    font-size: 16px;
    padding: 8px 15px;
}

#colophon .gform_wrapper .ginput_container input::placeholder,
#colophon .gform_wrapper .ginput_container select,
#colophon .gform_wrapper .ginput_container textarea::placeholder {
    color: inherit;
}

#colophon .ginput_container textarea {
    height: 100px !important;
}

#colophon .gform_wrapper .gform_body {
    padding-top: 0;
}

#colophon .ginput_container_select::after {
    width: 40px;

}

#colophon .gform_wrapper .gform_footer input[type="submit"] {
    width: unset;
    float: right;
    background-color: white;
    color: black;
    border-color: white;
}

#colophon .gform_wrapper .gform_footer input[type="submit"]:hover {
    background-color: #24735c;
    color: white;
    border-color: #24735c;
}


/* ____ PAGESLIDER ____ */
.home .page-slider-section .slick-list,
.home .page-slider-section .slide-element {
    max-height: 1038px !important;
    min-height: 1038px !important;
}


:root {
    /* --stom-header-height: 125px; */
}

.page-slider-section.main-slider-section {
    /* margin-top: calc(-1 * var(--stom-header-height) + 10px); */
    /* margin-top: -115px; */
}

.header-placeholder {
    height: 10px !important;
}

.main-slider-section .slider-inner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: #162430;
    opacity: 0.35;
}

.page-slider-section .slider-text {
    padding: 40px 0;
    align-items: flex-end;
}

body:not(.home) .page-slider-section .slider-text {
    padding: 215px 0 40px;
    align-items: center;
}

.page-slider-section .slider-text-inner {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 50%;
    width: 557px;
}

.page-slider-section h4 {
    margin-bottom: 6px;
}

.page-slider-section h1 {
    margin-bottom: 9px;
    line-height: .85;
}

.page-slider-section p {
    margin-bottom: 39px;
    font-size: 20px;
    line-height: 1.3;
}

.home .page-slider-section {
    margin-bottom: 20px;
}

/* Formular */
body:not(.stom-gform-legacy) .gform_wrapper .ginput_container input,
body:not(.stom-gform-legacy) .gform_wrapper .ginput_container select,
body:not(.stom-gform-legacy) .gform_wrapper .ginput_container textarea {
    background-color: #f3f3f3;
    border: none;
    font-size: 15px;
    padding: 5.75px 10px;
}

body:not(.stom-gform-legacy) .gform_wrapper .ginput_container select {
    -webkit-appearance: none;
}

body:not(.stom-gform-legacy) .gform_wrapper .ginput_container input:focus,
body:not(.stom-gform-legacy) .gform_wrapper .ginput_container select:focus,
body:not(.stom-gform-legacy) .gform_wrapper .ginput_container textarea:focus,
body:not(.stom-gform-legacy) .gform_wrapper input:focus {
    outline: 1px solid #00000022;
}

body:not(.stom-gform-legacy) .gform_wrapper .ginput_container input::placeholder,
body:not(.stom-gform-legacy) .gform_wrapper .ginput_container select,
body:not(.stom-gform-legacy) .gform_wrapper .ginput_container textarea::placeholder {
    color: black;
}

body .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 9px;
    grid-row-gap: 10px;
}

body:not(.stom-gform-legacy) .gform_wrapper .gform_body {
    padding-top: 30px;
}

.gform_wrapper .gform_footer input[type="submit"] {
    padding: 0.5rem 1rem;
    width: 100%;
    border-radius: 0;
    font-weight: 700;
    min-width: unset;
}

body:not(.stom-gform-legacy) .gform_wrapper .gform_footer,
body:not(.stom-gform-legacy) .gform_wrapper .gform_page_footer {
    margin: 10px 0 0;
}

.ginput_container textarea {
    height: 149px !important;
}

.ginput_container_select {
    position: relative;
}

.ginput_container_select::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 33.5px;
    background: url(images/select_icon_open.png) no-repeat, #24735c;
    background-position: center;
    pointer-events: none;
}




/*  sidebar ____ */

body:not(.no-sidebar) #primary,
.single #single-post-content-sidebar+.entry-content {
    width: calc(100% - 310px - 40px);
}

#secondary,
.single #single-post-content-sidebar {
    width: 310px;
    /* position: relative; */
    margin-top: -260px;
    z-index: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 125px;
}

.widget-area .widget {
    box-shadow: 0 0 16px rgba(0, 0, 0, .14);
    padding: 3em 2em;
}

#page .open-button.devices-toggle {
    background-color: #00a558 !important;
    color: white !important;
    border-color: #00a558 !important;
    transition: .175s;
    transform: unset;
    padding: .7rem 1rem;
}

#page .open-button.devices-toggle:hover {
    background-color: white !important;
    color: #00a558 !important;
    border-color: white !important;
}

#page .open-button.devices-toggle .stom-custom-svg {
    display: none;
}

#secondary .gform_wrapper .gform_footer input[type="submit"] {
    min-width: unset;
}

/*  UNDERSIDE ____ */


/* ____ SEKTIONER ____ */


/*  contact_pop_out  */

#pop_out_section.stom-grid-section .section .grid-element .overlay {
    padding: 0;
}


#pop_out_section.stom-grid-section .section .grid-element:not(.contact_pop_out) {
    max-width: 50%;
    width: 557px;
}

#pop_out_section.stom-grid-section .section .grid-element.contact_pop_out {
    max-width: 463px;
    z-index: 3;
    background: white;
    display: block;
}

#pop_out_section.stom-grid-section .section .grid-element.contact_pop_out .overlay {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.14);
    padding: 40px 42.5px;
}

.contact_pop_out a {
    text-decoration: none;
}

.contact_pop_out a:hover {
    text-decoration: underline;
}

/*  stom_three_box_products ____ */
#stom_three_box_products.section-wrap .section {
    max-width: 1920px;
}

#stom_three_box_products.stom-grid-section .section.columns-3 .grid-element {
    width: calc((100% - (8px * 2)) / 3);
    background-position: center;
}

#stom_three_box_products.stom-grid-section .section .grid-element .overlay {
    top: 0;
    background-color: rgba(0, 0, 0, 0.31);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .175s;
}

#stom_three_box_products.stom-grid-section .section .grid-element:hover .overlay {
    background-color: rgba(0, 0, 0, 0.65);
}

#stom_three_box_products.stom-grid-section .section .grid-element .overlay img {
    width: 55px;
    object-fit: contain;
}

#stom_three_box_products.stom-grid-section .section .grid-element .show_on_hover p {
    margin-bottom: 1.5em !important;
}

span.show_on_hover {
    max-width: 485px;
    margin: 0 auto;
}


/*  text_by_img ____ */

.text_by_img.one .section {
    padding-bottom: 0;
}

.text_by_img.two .section {
    padding-top: 0;
}

.text_by_img .text_container .overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* vinduespolering_section */

.grid-element.heading_container {
    width: 100% !important;
}

.grid-element.heading_container h3 {
    margin-bottom: 0;

}

#vinduespolering_section .grid-element.heading_container .overlay {
    padding: 0;
}

#vinduespolering_section.section-wrap .section {
    padding: 86px 0;
}

#vinduespolering_section .grid-element:not(.heading_container) {
    background-color: rgba(23, 37, 48, 0.35);
    height: 387px;
    width: calc((100% - (15px * 1)) / 2);
    top: 169px;
    transition: background-color .175s;
}

#vinduespolering_section .grid-element:not(.heading_container):hover {
    background-color: rgba(22, 36, 48, 0.8);
}

#vinduespolering_section .grid-element:not(.heading_container) .overlay {
    padding: 28px 28px 98px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#vinduespolering_section .grid-element:not(.heading_container) .overlay h2 {
    margin-bottom: 4px;
}

#vinduespolering_section .heading_container h2 {
    margin-bottom: 33px;
}

#vinduespolering_section {
    margin-bottom: 133px;
}



/* referencer_section */
/* #referencer_section.section-wrap .section {
    max-width: 1920px;
    padding-bottom: 10px;
}

#referencer_section .heading_container {
    text-align: center;
}

#referencer_section .grid-elements {
    justify-content: space-evenly;
}

#referencer_section .grid-element {
    width: calc((100% - (10px * 6)) / 5);
}

#referencer_section .grid-element .overlay {
    padding: 0;
}

#referencer_section p {
    line-height: 0
} */


/* galleri */
.gallery {
    grid-gap: 10px;
}

.gallery-item {
    margin: 0;
}

/* reference_slider_sektion */

#reference_slider_sektion .section {
    max-width: 1920px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}

#reference_slider_sektion .slick-slider {
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 20px;
}

#reference_slider_sektion .slick-slide {
    margin: 0 5px !important;
}

#reference_slider_sektion h3 {
    margin-bottom: 0;
}


/* ____ UNDERSIDER ____*/
/*======================================================================//
// END style.css                                                        //
//======================================================================*/

header .header-wrapper {
    padding: 0 0 10px;
}

.page-slider-section .slider-text-inner h1 {
    margin-bottom: 20px;
}

.page-slider-section .slider-text-inner .stom-checkmark-list ul {
    margin-bottom: 40px;
}

.page-slider-section .slider-text-inner .stom-checkmark-list ul li {

}

.priseksempler-section {
    margin-top: 40px;
}

.priseksempler-section .section > h2 {
    color: #000;
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
}

.stom-checkmark-list ul {
    padding-left: 0;
    margin-bottom: 20px;
}

.stom-checkmark-list ul li {
    font-size: 21px;
    padding-left: 1.5em;
}

.stom-checkmark-list ul li:not(:last-of-type) {

}

.stom-checkmark-list ul li:before {
	content: url('images/square-check.svg');
    line-height: 2;
}

span.stom-button.two.header-btn a {
    padding: 6px 16px;
    min-width: auto;
}

header .section-wrap:not(#topbar_top) .section {
    padding: 15px 0 0;
    margin-bottom: -25px;
}

header .header-wrapper {
    padding: 0;
}
#number-three-sticky-mobile-cta a {
	margin: 0;
}

/* Mere tekst */

.mere-tekst-wrapper {
    margin-bottom: 15px;
}
.mere-tekst-wrapper > button {
	background-color: #00a558;
    color: #fff;
    border: 1px solid #00a558;
}
.mere-tekst {
    padding: 7px 20px;
}



/*======================================================================//
// woocommerce.css                                                      //
//======================================================================*/

/* woocommerce style goes here */

/*======================================================================//
// END woocommerce.css                                                  //
//======================================================================*/

.gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 21px;
    color: #00a558;
}

#gform_confirmation_wrapper_2 {
  height: 100% !important;
}




/* Redesign */
:root {
  --color-1: #04A558;
}

body.redesign-page #main-content hr {
    background-color: var(--color-1);
    margin-block: 30px;
}

body.redesign-page #main-content p {
    font-size: 18px;
}

body.redesign-page #main-content h2 {
    font-size: 40px;
    font-weight: 600;
}

body.redesign-page .stom-button a {
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    border-color: var(--color-1);
    background-color: var(--color-1);
    transition-duration: .175s;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

body.redesign-page .stom-button a .stom-custom-svg {
    line-height: 0;
}

body.redesign-page .stom-button a:hover {
    background-color: #fff;
    border-color: var(--color-1);
    color: var(--color-1);
}

body.redesign-page .stom-button.white a {
    background-color: #fff;
    border-color: #fff;
    color: var(--color-1);
}

body.redesign-page .stom-button.white a .stom-custom-svg {
    font-size: 14px;
}

body.redesign-page .stom-button.white a:hover {
    background-color: var(--color-1);
    border-color: var(--color-1);
    color: #fff;
}

body.redesign-page span.sub-heading {
    display: block;
    font-weight: 600;
    color: var(--color-1);
    margin-bottom: 5px;
}

body.redesign-page .main-slider-section .slider-inner::before {
    display: none;
}

body.redesign-page .page-slider-section .slider-text-inner {
    max-width: 100%;
    width: 100%;
}

body.redesign-page .page-slider-section .slider-text-inner .stom-button a {
    font-weight: 600;
}

body.redesign-page .page-slider-section .slide-element {
    position: relative;
}

body.redesign-page .page-slider-section .slide-element:before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .40);
	z-index: 2;
	pointer-events: none;
}

body.redesign-page .section-wrap.clear.stom-billede-sektion {
    margin-top: 90px;
}

.section-wrap.clear.usp-section {
    background-color: var(--color-1);
}

.section-wrap.clear.usp-section .section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 28px;
}

.section-wrap.clear.usp-section .section:after {
    display: none;
}

.section-wrap.clear.usp-section .section .element {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.section-wrap.clear.usp-section .section .element p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.section-wrap.clear.usp-section .section .element p:first-of-type {
    line-height: 0;
}

.section-wrap.clear.price-section {
    margin-top: 40px;   
}

.section-wrap.clear.price-section .section table {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.20);
    margin-top: 30px;
    border: 0;
}

.section-wrap.clear.price-section .section table tbody tr:first-child {
    background-image: linear-gradient(90deg, #06482b 0%, #0a7d3f 50%, #00b74a 100%);
}

.section-wrap.clear.price-section .section table tbody tr:nth-child(odd) {
    background-color: #F8F9FB;
}

.section-wrap.clear.price-section .section table tbody tr th {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
}

.section-wrap.clear.price-section .section table tbody tr td {
    font-size: 18px;
}

/* Kun lodrette skillelinjer */
.section-wrap.clear.price-section .section table tbody tr th,
.section-wrap.clear.price-section .section table tbody tr td {
    padding: 12px 15px;
    border: 0;
    border-right: 1px solid #CFD4DA;
}

/* Hvid skillelinje i header-rækken */
.section-wrap.clear.price-section .section table tbody tr th {
    border-right-color: rgba(255, 255, 255, 0.4);
}

/* Ingen linje yderst til højre */
.section-wrap.clear.price-section .section table tbody tr th:last-child,
.section-wrap.clear.price-section .section table tbody tr td:last-child {
    border-right: 0;
}

.section-wrap.clear.price-section .section > p {
    text-align: center;
}

.section-wrap.clear.price-section .section > .stom-button {
    display: block;
    width: fit-content;
    margin-inline: auto;
    float: none;
}

.section-wrap.clear.contact-section {
    margin-top: 40px;
}

.section-wrap.clear.contact-section .section .grid-elements {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
}

.section-wrap.clear.contact-section .section .grid-elements .grid-element {
    width: 100%;
}

.section-wrap.clear.contact-section .section .grid-elements .grid-element .overlay {
    padding: 0;
}

.section-wrap.clear.contact-section .section .grid-elements .grid-element .overlay .element {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 20px;
}

.section-wrap.clear.contact-section .section .grid-elements .grid-element.content .overlay .element > p:first-of-type {
    margin: 0;
    line-height: 0;
}

.section-wrap.clear.contact-section .section .grid-elements .grid-element.content .overlay .element > p:first-of-type img {
    min-width: 60px;
    max-width: 60px;
}

.section-wrap.clear.contact-section .section .grid-elements .grid-element.content .overlay .element .content > h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: roboto, sans-serif;
    margin-bottom: 5px;
}

.section-wrap.clear.contact-section .section .grid-elements .grid-element.content .overlay .element.alt .content > h3 {
    font-size: 18px;
}

.section-wrap.clear.contact-section .section .grid-elements .grid-element.content .overlay .element .content a:hover {
    text-decoration: underline;
}

.section-wrap.clear.contact-section .section .grid-elements .grid-element.form {
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #CFD4DA;
}

.section-wrap.clear.contact-section .section .grid-elements .grid-element.form .overlay {
    padding: 30px;
}

.section-wrap.clear.faq-section {
    margin-top: 40px;
}

.section-wrap.clear.faq-section .section .grid-elements .grid-element .overlay {
    padding: 0;
}

.section-wrap.clear.faq-section .section .grid-elements .grid-element .overlay .mere-tekst-wrapper {
    margin-bottom: 0;
}

.section-wrap.clear.faq-section .section .grid-elements .grid-element .overlay .mere-tekst-wrapper button {
    background-color: #fff;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid var(--color-1);
    text-transform: inherit;
    color: var(--color-1);
    padding-block: 25px;
    padding-inline: 0;

    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    transition-duration: .175s;
}

.section-wrap.clear.faq-section .section .grid-elements .grid-element .overlay .mere-tekst-wrapper button:hover {
    color: #000;
}

.section-wrap.clear.faq-section .section .grid-elements .grid-element .overlay .mere-tekst-wrapper button .stom-custom-svg {
    color: #000;
    line-height: 0;
}

.section-wrap.clear.faq-section .section .grid-elements .grid-element .overlay .mere-tekst-wrapper .mere-tekst {
    padding: 0;
    margin-block: 20px;
}

#main-content .section-wrap.clear.faq-section .section .grid-elements .grid-element .overlay .mere-tekst-wrapper .mere-tekst p {
    font-size: 16px;
    line-height: 1.5;
}

.section-wrap.clear.breaker-section {
    margin-top: 90px;
}

.section-wrap.clear.breaker-section .section {
    padding-block: 90px;
}

#number-three-sticky-mobile-cta .cta-container .stom-button a {
    min-width: auto;
    border-radius: 0;
}

#number-three-sticky-mobile-cta .cta-container .stom-button:not(:last-child) a {
    border-right-color: #fff;
}