/*
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.1
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):not(.burger-menu) .header-sticky-active.scrolled header #primary-menu>li>a {
    padding: 5px 25px;
}

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

body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled #masthead {
    background-color: rgba(255, 255, 255, 1) !important;
}


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


/* Generel */

/*html {
    scroll-behavior: smooth;
}*/

h1,
h2,
h3 {
    font-weight: 800;
    /* color: #2a1000; */
    /* color: #000; */
    text-transform: uppercase;
}

a,
a:hover,
a:visited,
a:focus,
a:active {
    color: #a6060b;
    text-decoration: none;
    font-weight: 800;
}

html,
body,
input,
select,
optgroup,
textarea {
    line-height: 1.25;
    font-weight: 300;
    color: #333333;
}

b,
strong {
    font-weight: 800;
}

.p-100 .section {
    padding: 100px 30px !important;
    max-width: 1260px;
}

span.red {
    color: #a6060b;
}

.stom-button {
    margin-top: 5px;
}

.stom-button a {
    /* display: inline-block; */
    line-height: inherit;
    background-color: #a6060b;
    border-color: #a6060b;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    min-width: 150px;
    text-align: center;
    padding: 13px 20px;
}

.stom-button a:hover {
    background-color: #fff;
    border-color: #a6060b;
    color: #a6060b;
}

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

.stom-button.transparent a:hover {
    background-color: #a6060b;
    border-color: #a6060b;
    color: #fff;
}

.stom-billede-sektion .stom-cols-6 {
    /* width: 43%; */
}


/* Header */

header .header-wrapper {
    /* padding-left: 30px; */
    /* padding-right: 30px; */
}

header .header-wrapper,
header .top-bar .section {
    /* max-width: 1800px; */
}

header .top-bar .section {
    border-bottom: none;
}

header .top-bar .top-bar-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .section-wrap .section {
    padding: 9px 30px;
}

header .top-bar a {
    font-weight: inherit;
}

header .top-bar p:not(:last-of-type) {
    margin-right: 20px;
}

header .top-bar p>a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
}

header .top-bar p>a .stom-custom-svg {
    line-height: 0;
    margin-right: 10px;
    font-size: 14px;
}

header#masthead {
    background-color: rgba(255, 255, 255, .75) !important;
}

.site-branding #logo {
    padding: 15px 0;
}

.page-slider-section .slider-text {
    /* width: 1800px; */
    align-items: center;
    padding: 90px 00px;
}

.page-slider-section .slide-element .video-aligner,
.page-slider-section .slide-element .image-aligner,
.page-slider-section .slide-element .service-aligner {
    top: 50%;
    transform: translateY(-50%);
}

.page-slider-section .slider-text-inner>h1,
.page-slider-section .slider-text-inner>p {
    color: #fff;
}

.page-slider-section .slider-text-inner>h1 {
    margin-bottom: 5px;
    /* letter-spacing: 4.32px; */
}

.page-slider-section .slider-text-inner>p {
    font-size: 25px;
    margin-bottom: 20px;
}

.page-slider-section .slider-text-inner>.stom-button {
    margin-top: 0;
}

.page-slider-section .slider-text-inner>.stom-button:not(:last-of-type) {
    margin-right: 6px;
}

.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: inherit;
    color: #a6060b;
    font-weight: 500;
}


/* Logo + Menu */

.site-branding #logo img {
    max-width: 298px;
    max-height: 49px;
    width: auto;
    height: auto;
}

header .main-navigation a {
    padding: 5px 27px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}


/* Frontpage */

.home .page-slider-section .slide-element {
    min-height: 700px;
    max-height: 1000px;
}

.raadgivning-section {
    /* margin-top: 100px; */
}

.shortcode-section .section .grid-elements .grid-element {
    width: calc((100% - (60px * 2)) / 3);
}

.shortcode-section .section .grid-elements .grid-element .overlay {
    padding: 0;
}

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

.shortcode-section .section .grid-elements .grid-element .overlay>.content {
    margin-top: 20px;
}

.shortcode-section .section .grid-elements .grid-element .overlay>.content>h3 {
    margin-bottom: 10px;
    /* letter-spacing: 1.15px; */
}

.shortcode-section .section .grid-elements .grid-element .overlay>.content>p {
    margin-bottom: 15px;
}

.shortcode-section .section .grid-elements .grid-element .overlay>.content>p a {
    text-decoration: none;
    font-weight: 800;
    color: inherit;
}

.shortcode-section .section .grid-elements .grid-element .overlay>.content>p a .stom-custom-svg {
    color: #a6060b;
    line-height: 0;
    font-size: 12px;
}

.course-section {
    margin-top: 50px;
}

.course-section .section>h2 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 50px;
}

.course-section .section .grid-elements .grid-element {}

.course-section .section .grid-elements .grid-element .overlay {
    padding: 0;
}

.course-section .section .grid-elements .grid-element .overlay>h2 {
    color: #a6060b;
}

.course-section .section .grid-elements .grid-element .overlay>.content>h3 {
    margin-bottom: 10px;
}

.course-section .section .grid-elements .grid-element .overlay>.content>p a {
    font-weight: inherit;
    color: inherit;
}

.offer-section {
    /* margin-top: 100px; */
}

.offer-section .section .grid-elements {
    align-items: center;
}

.offer-section .section .grid-elements .grid-element .overlay {
    padding: 0;
}

.offer-section .section .grid-elements .heading .overlay>h2 {
    font-size: 48px;
    /* letter-spacing: 4.32px; */
    margin-bottom: 0;
}

.offer-section .section .grid-elements .formular .overlay .gform_wrapper {
    max-width: 335px;
    background-color: #fff;
    box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.16);
    padding: 30px;
    margin: 0 auto;
}

.campaign-section {
    margin-top: 50px;
}

.campaign-section .section>h2 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 48px;
    /* letter-spacing: 4.32px; */
}

.campaign-section .section .grid-elements .grid-element .overlay {
    padding: 0;
}

.campaign-section .section .grid-elements .content {
    max-width: 474px;
    margin: 0 auto;
}

.campaign-section .section .grid-elements .content .overlay {
    text-align: center;
}

.campaign-section .section .grid-elements .content .overlay>h3 {
    /* letter-spacing: 1.15px; */
}

.certificate-section {
    margin-top: 20px;
    background-size: cover;
}

.certificate-section .section {
    text-align: center;
    padding: 80px 30px !important;
    max-width: 1800px;
}

.certificate-section .section>p:first-of-type {
    margin: 0 0 16px;
    line-height: 0;
}

.certificate-section .section>.content {
    max-width: 474px;
    margin: 0 auto;
}

.certificate-section .section>.content>p {
    margin-bottom: 18px;
}

.certificate-section .section>.content>p:last-of-type {
    margin-bottom: 0;
}

.certificate-section .section>.content>p a {
    text-decoration: none;
    font-weight: 800;
    transition-duration: .175s;
    color: inherit;
}

.certificate-section .section>.content>p a:hover {
    color: #a6060b;
}

.logo-section {
    /* border-top: 1px solid #e2e2e2; */
}

body:not(.home) .logo-section .section {
    /* padding: 60px 30px !important; */
    /* max-width: 1800px; */
    padding-top: 0;
}

.logo-section .section .grid-elements .grid-element {
    align-items: center;
    width: fit-content;
}

.logo-section .section .grid-elements .grid-element .overlay {
    padding: 0;
    text-align: center;
}


/* Subpage */

body:not(.home) .page-slider-section .slide-element {
    min-height: 550px;
    max-height: 550px;
}

body:not(.home) .page-slider-section .slider-text-inner {
    /* max-width: 50%; */
}

body:not(.home) .page-slider-section .slider-text-inner>h1 {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 39px;
    max-width: 650px;
}

body:not(.home) #main-content #content {
    padding-bottom: 100px;
}


/* Colophon + Widgets */

#colophon {
    background-color: #ffffff;
    padding: 0 0;
    font-size: 16px;
    line-height: 1.5;
    border-top: 2px solid #a6060b;
}

#colophon .site-info {
    max-width: none;
}

#colophon .site-info .social {
    text-align: center;
    /* border-top: 1px solid #e2e2e2; */
    background-color: #f2f2f2;
    padding: 16px 0;
}

#colophon .site-info .social>h3 {
    color: #333;
    font-size: 20px;
}

#colophon .site-info .social>.socials-wrapper {
    display: flex;
    justify-content: center;
    /* grid-gap: 30px; */
}

#colophon .site-info .social>.socials-wrapper .stom-social-shortcode {
    transition-duration: .175s;
    color: #a6060b;
    font-size: 32px;
    padding: 3px 8px;
}

#colophon .site-info .social>.socials-wrapper .stom-social-shortcode:hover {
    /* opacity: .75; */
}

#colophon .section-wrap .section:after {
    display: none;
}

#colophon .section-wrap .section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px 30px 50px;
    /* max-width: 1800px; */
}

#colophon .section-wrap .section .footer-widgets {
    margin-right: 0;
    /* display: flex; */
    /* flex-wrap: wrap; */
    grid-gap: 20px;
    flex-direction: row;
    width: calc((100% - (50px * 3)) / 4);
}

#colophon .section-wrap .section .footer-widgets>.stom-custom-svg {
    line-height: 0;
    color: #a6060b;
    font-size: 25px;
    display: block;
    margin: 0 0 14px;
}

#colophon .section-wrap .section .footer-widgets .widget {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#colophon .section-wrap .section .footer-widgets .widget .widget-title {
    font-size: 20px;
    color: #333;
    font-weight: 800;
    display: block;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 12px;
    /* letter-spacing: 0.8px; */
    line-height: 1;
}

#colophon .section-wrap .section .footer-widgets.last .widget .textwidget>p a {
    font-size: 14px;
}

#colophon .section-wrap .section .footer-widgets.last .widget .textwidget>p a .stom-custom-svg {
    font-size: 10px;
}

.top-bar-right .socials-wrapper {
    margin-left: 18px;
}

.top-bar-right a.stom-social-shortcode {
    padding: 1px 1px;
}

a.stom-social-shortcode:hover .stom-custom-svg {
    color: #fff;
    opacity: 0.7;
}

svg {}

#colophon .site-info .social>.socials-wrapper .stom-social-shortcode:hover .stom-custom-svg {
    color: #a6060b;
}


/* Sidebar */

aside#secondary {
    position: sticky;
    top: 150px;
}

aside#secondary .custom-overflow-wrapper .widget {
    box-shadow: 3px 6px 15px rgb(0 0 0 / 16%);
    border: none;
}

aside#secondary .custom-overflow-wrapper .total-tjek-sidebar .textwidget {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}

aside#secondary .custom-overflow-wrapper .total-tjek-sidebar .textwidget>img {
    margin: 0 auto;
    max-height: 100px;
    width: auto;
}

aside#secondary .custom-overflow-wrapper .total-tjek-sidebar .textwidget .button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

aside#secondary .custom-overflow-wrapper .total-tjek-sidebar .textwidget .button-container .stom-button a {
    min-width: 120px;
}

aside#secondary .custom-overflow-wrapper .filter-reference-sidebar {
    height: 410px;
    overflow-y: scroll;
}

aside#secondary .custom-overflow-wrapper .review-sidebar {
    position: relative;
    overflow: hidden;
}

aside#secondary .custom-overflow-wrapper .review-sidebar:after {
    content: url('images/map-decor2.png');
    position: absolute;
    bottom: -60px;
    right: -40px;
    opacity: .25;
    pointer-events: none;
}

aside#secondary .custom-overflow-wrapper .review-sidebar .textwidget {
    position: relative;
    z-index: 2;
}


/* Gravity Form */

body:not(.home) .gform_wrapper form {
    /* box-shadow: 3px 6px 15px rgb(0 0 0 / 16%); */
    background-color: #fff;
    /* padding: 30px; */
    margin-bottom: 20px;
}

.gform_wrapper form .gform_body {
    padding-top: 0 !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container>input {
    background-color: #fff;
    border-color: #c8c8c8;
    /* height: 35px; */
    font-size: 16px;
    color: #020100;
    padding: 16px 13px;
    border-radius: 4px;
}

.gform_wrapper form .gform_body .gform_fields {
    grid-row-gap: 10px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container>textarea {}

.home .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container>.gfield_checkbox {
    /* display: block; */
    flex-direction: column;
    column-count: inherit;
}

.home .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container>.gfield_checkbox .gchoice {
    width: inherit;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container>.gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    grid-gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    column-count: 2;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container>.gfield_checkbox .gchoice {
    display: flex;
    flex-wrap: wrap;
    width: calc((100% - (20px * 1)) / 2);
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container>.gfield_checkbox .gchoice .gfield-choice-input {
    background-color: #fff;
    border-color: #c8c8c8;
    width: 25px;
    height: 25px;
    border-radius: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container>.gfield_checkbox .gchoice .gfield-choice-input:checked {
    background-color: red;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container>.gfield_checkbox .gchoice label {
    font-size: 16px;
    margin-left: 15px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container>input::placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container>textarea::placeholder {
    font-size: 16px;
    color: #020100;
}

.gform_wrapper form .gform_footer {
    margin-top: 15px !important;
}

.gform_wrapper form .gform_footer .gform_button {
    width: 100%;
    background-color: #a6060b;
    border-color: #a6060b;
    color: #fff;
    font-weight: 400;
    line-height: 1 !important;
    height: 40px;
    transition-duration: .175s;
}

.gform_wrapper form .gform_footer .gform_button:hover {
    border-color: #a6060b;
    background-color: #fff;
    color: #a6060b;
}


/* Kundeanalyse */

#gform_3 .gform_footer {
    margin: 50px 0 0 !important;
}

#gform_fields_3 {
    grid-row-gap: 50px;
}

.analyse-knapper>.gfield_label {
    margin-bottom: 20px !important;
}

.analyse-knapper .ginput_container_radio .gfield_radio .gchoice {
    display: inline-block;
    position: relative;
}

.analyse-knapper .ginput_container_radio .gfield_radio .gchoice:not(:last-of-type) {
    margin-right: 10px;
}

.analyse-knapper .ginput_container_radio .gfield_radio .gchoice .gfield-choice-input {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.analyse-knapper .ginput_container_radio .gfield_radio .gchoice label {
    /* display: block;
    margin: 5px auto 0;
    text-align: center; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 0;
    pointer-events: none;
}


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

div.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 30px;
}

div.services-container>.wp-caption {
    display: flex;
    flex-wrap: wrap;
    width: calc((100% - (30px * 2)) / 3) !important;
    margin: 0 0;
    position: relative;
    transition-duration: .175s;
}

div.services-container>.wp-caption:hover {
    box-shadow: 3px 6px 15px rgb(0 0 0 / 25%);
}

div.services-container>.wp-caption .wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    padding: 0 20px;
    color: #fff;
    pointer-events: none;
}

div.services-container>.wp-caption>a img {
    max-height: 170px;
    width: auto;
    object-fit: cover;
}

div.stom-certificat ul {
    padding-left: 0;
    margin-bottom: 20px;
}

div.stom-certificat ul li {
    list-style-type: none;
    display: inline-block;
    margin: 3px 0;
}

div.stom-certificat ul li:not(:last-of-type) {
    /* margin-bottom: 20px; */
    margin-right: 20px;
}

div.stom-certificat ul li a {
    display: inline-block;
    background-color: #a6060b;
    border: 1px solid #a6060b;
    font-size: 16px;
    font-weight: 400;
    /* text-transform: uppercase; */
    color: #fff;
    min-width: 250px;
    text-align: center;
    padding: 13px 20px;
    transition-duration: .175s;
}

div.stom-certificat ul li a:hover {
    background-color: #fff;
    color: #a6060b;
}

div.stom-certificat ul li a:before {
    content: "";
    display: inline-block;
    background-image: url('images/file-pdf-solid.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-right: 10px;
}

div.report-container {
    border: 2px solid #000;
}

div.report-container .report-top {
    background-color: #000;
    padding: 30px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    background-image: url('images/map-decor.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

div.report-container .report-top>p {
    font-size: 21px;
    color: #fff;
    max-width: 300px;
    margin: 0 auto;
}

div.report-container .report-bottom {
    padding: 30px;
}

div.report-container .report-bottom>p {
    font-size: 19px;
    margin: 0 0;
}

div.report-container .report-bottom>p:first-of-type {
    margin-bottom: 8px;
}

div.report-container .report>p {
    text-align: center;
}

div.report-container .report>p strong {
    font-weight: 800;
}

div.outro-text {
    display: inline-block;
    width: 100%;
    margin-top: 80px;
}

div.outro-text>p {
    font-size: 31px;
    font-weight: 800;
    text-align: center;
}

div.energimaerke-container {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: space-between;
    /* box-shadow: 3px 6px 15px rgb(0 0 0 / 16%); */
    background-color: #fff;
    padding: 40px 0;
}

div.energimaerke-container>.column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: calc((100% - (20px * 2)) / 3);
}

div.energimaerke-container>.column.eus-results {
    align-items: center;
    justify-content: center;
    text-align: center;
}

div.energimaerke-container>.column.eus-results .container {
    display: flex;
    grid-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

div.energimaerke-container>.column.eus-results .container .stom-custom-svg {
    line-height: 0;
    font-size: 30px;
    opacity: 0;
}

div.energimaerke-container>.column.eus-results .container .left-value>p,
div.energimaerke-container>.column.eus-results .container .right-value>p {
    font-size: 40px;
    font-weight: 800;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #000; */
}

div.energimaerke-container>.column.eus-results .result {
    font-size: 30px;
    font-weight: 800;
}

div.energimaerke-container>.column.eus-results .result>p {
    font-size: 25px;
    margin-bottom: 10px;
}

div.energimaerke-container>.column.right .content .eus-maerke {
    opacity: .5;
    pointer-events: none;
}

div.energimaerke-container>.column .content .eus-maerke {
    cursor: pointer;
    padding: 0 10px;
    line-height: 40px;
    color: #fff;
    font-weight: 800;
    position: relative;
    transition: max-width .3s ease-in-out;
}

div.energimaerke-container>.column .content .eus-maerke>span {
    margin-left: 10px;
}

div.energimaerke-container>.column .content .eus-maerke.active:before {
    /* display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Pro';
    content: "\f147"; */
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background-image: url('images/check-solid.svg');
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    height: 18px;
    width: 18px;
}

div.energimaerke-container>.column .content .eus-maerke:after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 25px;
    border-color: transparent transparent transparent #000;
}

div.energimaerke-container>.column .content .eus-maerke:not(:last-of-type) {
    margin-bottom: 3px;
}

div.energimaerke-container>.column .content .eus-maerke[option="A2020"],
div.energimaerke-container>.column .content .eus-maerke[option="A2015"],
div.energimaerke-container>.column .content .eus-maerke[option="A2010"] {
    background-color: #11a949;
}

div.energimaerke-container>.column .content .eus-maerke[option="A2020"]::after,
div.energimaerke-container>.column .content .eus-maerke[option="A2015"]::after,
div.energimaerke-container>.column .content .eus-maerke[option="A2010"]::after {
    border-color: transparent transparent transparent #11a949;
}

div.energimaerke-container>.column .content .eus-maerke[option="A2020"] {
    max-width: 120px;
}

div.energimaerke-container>.column .content .eus-maerke[option="A2020"]:hover {
    max-width: 130px;
}

div.energimaerke-container>.column .content .eus-maerke:nth-child(2) {
    max-width: 135px;
}

div.energimaerke-container>.column .content .eus-maerke:nth-child(2):hover {
    max-width: 145px;
}

div.energimaerke-container>.column .content .eus-maerke:nth-child(3) {
    max-width: 150px;
}

div.energimaerke-container>.column .content .eus-maerke:nth-child(3):hover {
    max-width: 160px;
}

div.energimaerke-container>.column .content .eus-maerke[option="B"] {
    background-color: #13ba3c;
    max-width: 165px;
}

div.energimaerke-container>.column .content .eus-maerke[option="B"]:hover {
    max-width: 175px;
}

div.energimaerke-container>.column .content .eus-maerke[option="B"]::after {
    border-color: transparent transparent transparent #13ba3c;
}

div.energimaerke-container>.column .content .eus-maerke[option="C"] {
    background-color: #b7d811;
    max-width: 180px;
}

div.energimaerke-container>.column .content .eus-maerke[option="C"]:hover {
    max-width: 190px;
}

div.energimaerke-container>.column .content .eus-maerke[option="C"]::after {
    border-color: transparent transparent transparent #b7d811;
}

div.energimaerke-container>.column .content .eus-maerke[option="D"] {
    background-color: #ffcb0c;
    max-width: 195px;
}

div.energimaerke-container>.column .content .eus-maerke:nth-child(6):hover {
    max-width: 205px;
}

div.energimaerke-container>.column .content .eus-maerke:nth-child(6)::after {
    border-color: transparent transparent transparent #ffcb0c;
}

div.energimaerke-container>.column .content .eus-maerke:nth-child(7) {
    background-color: #fb1;
    max-width: 210px;
}

div.energimaerke-container>.column .content .eus-maerke:nth-child(7):hover {
    max-width: 220px;
}

div.energimaerke-container>.column .content .eus-maerke:nth-child(7)::after {
    border-color: transparent transparent transparent #fb1;
}

div.energimaerke-container>.column .content .eus-maerke:nth-child(8) {
    background-color: #ff721a;
    max-width: 225px;
}

div.energimaerke-container>.column .content .eus-maerke:nth-child(8):hover {
    max-width: 235px;
}

div.energimaerke-container>.column .content .eus-maerke:nth-child(8)::after {
    border-color: transparent transparent transparent #ff721a;
}

div.energimaerke-container>.column .content .eus-maerke:nth-child(9) {
    background-color: #ff1922;
    max-width: 240px;
}

div.energimaerke-container>.column .content .eus-maerke:nth-child(9):hover {
    max-width: 250px;
}

div.energimaerke-container>.column .content .eus-maerke:nth-child(9)::after {
    border-color: transparent transparent transparent #ff1922;
}


/* Values color */

div.energimaerke-container>.column.eus-results .container .value>p {
    color: #fff;
    font-size: 20px;
}

div.energimaerke-container>.column.eus-results .container .value[data-theme="A2020"],
div.energimaerke-container>.column.eus-results .container .value[data-theme="A2015"],
div.energimaerke-container>.column.eus-results .container .value[data-theme="A2010"] {
    background-color: #11a949;
}

div.energimaerke-container>.column.eus-results .container .value[data-theme="A2020"] p::first-letter,
div.energimaerke-container>.column.eus-results .container .value[data-theme="A2015"] p::first-letter,
div.energimaerke-container>.column.eus-results .container .value[data-theme="A2010"] p::first-letter {
    display: block;
}

div.energimaerke-container>.column.eus-results .container .value[data-theme="B"] {
    background-color: #13ba3c;
}

div.energimaerke-container>.column.eus-results .container .value[data-theme="C"] {
    background-color: #b7d811;
}

div.energimaerke-container>.column.eus-results .container .value[data-theme="D"] {
    background-color: #ffcb0c;
}

div.energimaerke-container>.column.eus-results .container .value[data-theme="E"] {
    background-color: #fb1;
}

div.energimaerke-container>.column.eus-results .container .value[data-theme="F"] {
    background-color: #ff721a;
}

div.energimaerke-container>.column.eus-results .container .value[data-theme="G"] {
    background-color: #ff1922;
}


/* END Values color */

div.procentsats-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    flex-direction: column;
}

div.procentsats-container .procentsats-buttons>.stom-button {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    /* min-width: 275px; */
    text-align: center;
    padding: 11px 13px;
    /* border-radius: 50px; */
    cursor: pointer;
    /* transition-duration: .175s; */
    color: #fff;
    margin: 0 4px 6px;
}

div.procentsats-container .procentsats-buttons>.stom-button.active {
    outline: 2px solid #610000;
    outline-offset: -2px;
}

div.procentsats-container .procentsats-buttons>.stom-button:hover {
    outline: 2px solid #333;
    outline-offset: -2px;
}

div.procentsats-container .procentsats-buttons>.stom-button.one {
    background-color: #a6060b;
}

div.procentsats-container .procentsats-buttons>.stom-button.two {
    background-color: #B41917;
}

div.procentsats-container .procentsats-buttons>.stom-button.three {
    background-color: #90181A;
}

div.procentsats-container .procentsats-buttons>.stom-button.four {
    background-color: #7A151D;
}

div.procentsats-container .procentsats-output {
    /* border: 1px solid #fff; */
    padding: 30px;
}

div.procentsats-container .procentsats-output>.output {
    text-align: center;
    transition: all .2s ease-in-out;
    /* display: none; */
}

div.procentsats-container .procentsats-output>.output .main-title {
    font-size: 145px;
    font-weight: 800;
    margin: 0;
}

div.procentsats-container .procentsats-output>.output .sub-title {
    font-size: 21px;
}

blockquote {
    border-left: 3px solid #a6060b;
    margin: 0 0 1.1em;
    padding: 0 1.2em;
    font-size: 122%;
    font-style: italic;
}

.price-hover-section {
    background: #f3f3f3;
}


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


/* woocommerce style goes here */


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


/* Referencer */

.reference-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 30px;
}

.reference-container .reference-wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc((100% - (30px * 2)) / 3);
    position: relative;
    /* box-shadow: 3px 6px 15px rgb(0 0 0 / 16%); */
    background-color: #f2f2f2;
    transition-duration: .175s;
    box-shadow: 0px 0px 15px 0px rgb(235 235 235 / 75%);
}

.stom-ref-wrap .section {
    padding-top: 0;
}

.sort-ref-wrap {
    box-shadow: 0px 0px 15px 0px rgb(235 235 235 / 75%);
    padding: 30px;
}

.reference-container .reference-wrap {
    display: none;
}

.reference-container.init .reference-wrap {
    display: block;
}

.reference-container .reference-wrap.show {
    display: block !important;
}

.reference-container .reference-wrap:hover {
    box-shadow: 3px 6px 15px rgb(0 0 0 / 16%);
}

.reference-container .reference-wrap>a.full-element-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: transparent;
    z-index: 5;
}

.reference-container .reference-wrap>.entry-header {
    margin-bottom: 0 !important;
    line-height: 0;
}

.reference-container .reference-wrap>.entry-header img {
    object-fit: cover;
    width: 450px;
    height: 200px;
}

.reference-container .reference-wrap>.entry-content {
    width: 100%;
    padding: 20px;
}

.reference-container .reference-wrap>.entry-content .entry-title {
    font-size: 18px;
    margin: 0 0 5px;
}

.reference-container .reference-wrap>.entry-content a.read-more {
    font-size: 14px;
    color: #fff;
    background: #a6060b;
    padding: 4px 11px;
    font-weight: 100;
}

#stom-ref-cat-list-sort {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    padding-left: 0;
}

#stom-ref-cat-list-sort li {
    cursor: pointer;
    padding: 6px 0;
    vertical-align: middle;
}

#stom-ref-cat-list-sort li:before {
    display: inline-block;
    width: 17px;
    height: 17px;
    content: '';
    background-image: url('images/unchecked.png');
    background-size: 100%;
    vertical-align: sub;
    margin-right: 10px;
    transition: 0.2s;
    background-repeat: no-repeat;
}

#stom-ref-cat-list-sort li.active:before {
    background-image: url('images/checked.png');
}

#stom-ref-cat-list-sort li:hover:before {
    opacity: 0.6;
}

#stom-ref-cat-list-sort li.active:hover:before {
    opacity: 10;
}


/* STOM anmeldelser */

.stom-anmeldelse-wrapper {
    padding: 0 0;
}

.stom-anmeldelse-wrapper .slick-list .slick-track .stom-anmeldelse {
    margin: 0 0;
}

.stom-anmeldelse-wrapper .slick-list .slick-track .stom-anmeldelse .stom-anmeldelse-heading {
    font-weight: 800;
    display: block;
    margin-bottom: 5px;
}

.stom-anmeldelse-wrapper .slick-list .slick-track .stom-anmeldelse .stom-anmeldelse-tekst {
    font-size: 14px;
    font-style: italic;
}

.stom-anmeldelse-wrapper .slick-list .slick-track .stom-anmeldelse .stom-anmeldelse-tekst>strong {
    display: block;
    font-weight: 800;
    margin-top: 15px;
}


/* Referencer */

body.single-reference #main-content #content {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1260px;
}

body.single-reference #main-content #content #primary article .post-content-wrapper .entry-content {
    width: 100%;
}

header .main-navigation li.mega-menu:hover>ul {
    align-items: center;
    padding: 22px 0;
}

header .main-navigation ul li.mega-menu>ul>li>a {
    font-size: 14px;
    padding: 15px 0;
    text-transform: uppercase;
}

span.menu-item-icon img {
    height: 20px;
    width: auto;
    margin-right: 10px;
    vertical-align: sub;
}

header .main-navigation ul li.mega-menu>ul {
    border-top: none;
    padding: 0;
}

header .main-navigation .hover-style-bold li.mega-menu ul.sub-menu a:before {
    display: none;
}

.page-slider-section {
    margin-bottom: 0;
}

#content {
    padding: 75px 0;
}

.submenu-container,
.ref-cat-wrap {
    text-align: center;
    border: solid #a30234;
    border-width: 1px 0;
}

.submenu-container ul,
.ref-cat-wrap ul {
    display: inline-block;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}

.submenu-container ul li,
.ref-cat-wrap ul li {
    position: relative;
    display: inline-block;
    padding: 8px 25px;
    text-align: left;
}

.submenu-container ul li::after {
    position: absolute;
    left: -4px;
    content: '|';
}

.submenu-container ul li:first-of-type::after {
    display: none;
}

.submenu-container ul li a,
.ref-cat-wrap ul li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333;
    transition: 0.3s;
}

.submenu-container ul li.current-menu-item a {
    font-weight: 800;
}

.submenu-container ul li:not(.current-menu-item):hover a {
    color: #a6060b;
}


/* Tabs  */

.stom-tabs .tabs-header h3 {
    padding: 20px 17px;
    margin: 0;
}

.stom-tabs .tabs-header li a:before {
    margin-right: 4px;
    position: absolute;
    left: 9px;
    top: 5px;
    content: '';
    background-image: url('images/red-check.png');
    width: 23px;
    height: 84%;
    background-size: 77%;
    background-repeat: no-repeat;
    background-position: center right;
}

.stom-tabs .tabs-wrapper {
    background: #fff;
    padding: 0 00px 0 30px;
    position: relative;
    float: left;
    width: calc(100% - 275px);
    border: none;
}

.stom-tabs .tabs-header {
    list-style: none;
    padding: 0;
    margin: 0;
    /* clear: both; */
    /* overflow: hidden; */
    float: left;
    width: 275px;
    background: #f0f0f0;
}

.stom-tabs .tabs-header li {
    /* float: left; */
    /* margin: 0 4px 0 0; */
    position: relative;
    display: block;
    float: none;
    margin: auto;
}

.stom-tabs .tabs-header li a {
    display: block;
    padding: 15px 4px 15px 39px;
    color: #222;
    text-decoration: none;
    /* text-transform: uppercase; */
    font-weight: 600;
    transition: 0.3s;
    position: relative;
    border: none;
    background: transparent;
    font-size: 15px;
}

.stom-tabs .tabs-header li a:hover {
    border: none;
    color: #000000;
}

.stom-tabs .tabs-header li.active a {
    border-bottom: none;
    color: #333;
    position: relative;
    z-index: 9;
    background: #e2e2e2;
    border: none;
}

.stom-tabs .tabs-wrapper .tabs-content {
    display: none;
    padding: 0;
}

.stom-tabs .tabs-wrapper .tabs-content h2 {
    display: block;
    margin: -5px 0 10px;
    font-weight: 600;
    color: #222;
    font-size: 24px;
    text-transform: none;
}

.stom-tabs .tabs-wrapper .content-order-0 {
    display: block;
}

.stom-grid-section.last .section {
    padding-top: 0;
}

.img-text .section>h2 {
    text-align: center;
    margin: 0 0 30px;
}

.img-text .section>h2:before {
    content: '';
    background-image: url(images/tjek.png);
    width: 62px;
    height: 50px;
    background-size: 77%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: auto;
}

.stom-grid-section.img-text .section .grid-element .overlay {
    padding: 10px;
}

.todo-tabs .section {
    padding: 50px 0 75px;
}

#main-content ul li::marker {
    color: #a6060b;
}

.footer-bg {
    color: #fff;
}

.footer-bg .section {
    max-width: 790px;
    padding: 100px 30px 300px!important;
    position: relative;
    z-index: 2;
    font-size: 34px;
}

.footer-bg .section h2 {
    max-width: 500px;
    margin: 0 auto 16px;
}

.footer-bg {
    position: relative;
}

.footer-bg:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 20%);
    position: absolute;
    top: 0;
    left: 0;
}

.footer-offer .section {
    /* border-radius: 10px; */
    margin-top: -220px;
    -webkit-box-shadow: 0px 4px 7px 0px #eeeeee;
    box-shadow: 0px 4px 7px 0px rgb(238 238 238 / 75%);
    background: #fff;
    position: relative;
    padding: 49px;
    z-index: 3;
    margin-bottom: 63px;
}

.center {
    text-align: center;
}

.footer-bg p {
    margin: 0 0 12px;
}

.form-text.center.stom-cols-elm.stom-cols-4 {
    padding-right: 20px;
}

.socials-wrapper a {
    color: #a6060b;
    transition: 0.3s;
}

.form-text.center strong {
    font-size: 118%;
    font-weight: 500;
}

.home .sub-footer {
    display: none;
}

.home .shortcode-section .section {
    padding: 50px 30px;
}

.todo-tabs {
    box-shadow: 0px 7px 10px rgb(169 169 169 / 16%);
}

span.ref-cat {
    padding: 0 8px 6px 0;
    display: inline-block;
}

span.ref-cat a {
    font-weight: 500;
}

p.excerpt {
    font-size: 90%;
}

span.ref-cat:not(:last-of-type):after {
    content: ',';
}

.vurderingssystem.tabel table tr td {
    width: inherit!important;
    vertical-align: top;
    padding: 11px 0;
}

.vurderingssystem.tabel table tr td:first-child img {
    width: 198px;
    padding-right: 20px;
}

.vurderingssystem.tabel table {
    margin: 35px 0 40px;
}

.vurderingssystem.tabel table tr td h3 {
    text-transform: none;
    margin: 0 0 7px;
}

.zero-top .section {
    padding-top: 0px;
}

.energimaerke-container h2 {
    font-size: 19px;
    text-transform: none;
    font-weight: 600;
}

.bg {
    background: #f3f3f3;
}

.energiskalaen .section {
    border-top: 2px solid #a6060b;
}

h2 strong,
h3 strong {
    color: #a6060b;
}

.grid-element.img p {
    text-align: center;
    font-size: 90%;
}

.page-slider-section .slider-text {
    width: 100%;
    justify-content: center;
    background: linear-gradient(0deg, rgb(0 0 0) -90%, rgba(0, 0, 0, .6643032212885154) 19%, rgba(255, 255, 255, 0) 60%);
}

.home .page-slider-section .slider-text {
    width: 100%;
    justify-content: center;
    background: linear-gradient(0deg, rgb(0 0 0) -90%, rgba(0, 0, 0, .6643032212885154) 19%, rgba(255, 255, 255, 0) 47%);
}

.page-slider-section .slider-text-inner {
    max-width: var(--stom-content-width);
}

/*kontaktside*/

body.page-id-24 section#bestil, body.page-id-24 .sub-footer  {
	display:none;
}

body.page-id-24 .footer-bg .section {
	padding: 200px 30px 300px!important;
}
body.page-id-24 .stom-button:hover {
	border: none !important;
	background: none !important;
}


body.page-id-24 section .mere-tekst-wrapper>button {
	border: none;
	width: auto;
	background-color: #a6060b; 
	color: white;
	font-size: 16px;
    font-weight: 400;
}

body.page-id-24 section .mere-tekst-wrapper>button .stom-custom-svg {
	padding-left: 10px;
}


/* Popup maker - Video forside */

#popmake-802 video,
#popmake-802 .mejs-container {
	height: 450px !important;
}
@media only screen and (max-width: 479px) { 
	#popmake-802 video,
	#popmake-802 .mejs-container {
		height: 250px !important;
	}
}