/*
Theme Name: Kickass Child
Theme URI: https://www.eteam.dk/
Template: kickass
Author: ETeam
Author URI: https://www.eteam.dk/
Description: Robust, powerful, and exclusive premium themes for Eteam clients.
Tags: modern
Version: 1.0.2
*/

@font-face {
    font-family: 'Abril Fatface';
    src: url('assets/fonts/abril-fatface/abrilfatface.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('assets/fonts/nunito/nunito.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/roboto/roboto.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}



* {
    text-rendering: optimizeLegibility;
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --font-primary: 'Abril Fatface', sans-serif;
    --font-body: 'Nunito', sans-serif;
    --font-roboto: 'Roboto', sans-serif;

    --font-regular: 400;
    --font-medium: 500;
    --font-semi-bold: 600;
    --font-bold: 700;

    --bg-primary: #9E442C;
    --bg-secondary: #FBF7EF;
    --bg-white: #fff;
    --bg-off-white: #f8f8f8;
    --bg-black: #000;


    --text-primary: #9E442C;
    --text-dirty-yellow: #F5E9D3;
    --text-black: #000;
    --text-white: #fff;

    --hover-text-black: #000;
    --hover-text-white: #fff;
    --hover-text-primary: #9E442C;

    --shadow-text-16: 0 3px 6px rgba(0,0,0,.16);
    --shadow-text-20: 0 3px 6px rgba(0,0,0,.2);
    --shadow-text-30: 0 3px 6px rgba(0,0,0,.3);

    --shadow-box-05: 0 3px 6px rgba(0,0,0, .05);
    --shadow-box-06: 0 3px 6px rgba(0,0,0, .06);
    --shadow-box-10: 0 3px 6px rgba(0,0,0, .1);
    --shadow-box-16: 0 3px 6px rgba(0,0,0, .16);
    --shadow-box-20: 0 3px 6px rgba(0,0,0, .2);
    --shadow-box-30: 0 3px 6px rgba(0,0,0, .3);

    --hover-shadow-box-05: 0 10px 12px rgba(0,0,0, .05);
    --hover-shadow-box-10: 0 10px 12px rgba(0,0,0, .1);
    --hover-shadow-box-16: 0 10px 12px rgba(0,0,0, .16);
    --hover-shadow-box-20: 0 10px 12px rgba(0,0,0, .2);
}


html {
    font-size: 16px;
}
body {
    color: var(--text-black);
    font-family: var(--font-body);
    font-weight: var(--font-regular);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}
body,
button,
input,
select,
textarea {
    font-size: 1rem;
    line-height: 1.65;
}
a,
a:visited {
    color: var(--text-gold);
}
a:hover,
a:active,
a:focus {
    color: var(--hover-text-black);
}
a,
a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
p {
    font-weight: var(--font-regular);
    margin: 0;
}
p + p {
    margin: 1.15em 0 0;
/*    margin: 15px 0 0;*/
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-primary);       
    font-weight: var(--font-regular);
    color: var(--text-black);
    margin: 0;
    text-transform: inherit;
    text-shadow: var(--shadow-text-20);
}
h1 {
    font-size: 3.375rem;
    line-height: 1.352;
}
h2 {
    font-size: 2.875rem;
    line-height: 1.348;
}
h3 {
    font-size: 2.5rem;
    line-height: 1.35;
}
h4 {
    font-size: 2.1875rem;
    line-height: 1.333;
}
h5 {
    font-size: 2.1875rem;
    line-height: 1.333;
}

blockquote {
    background-color: #f8f8f8;
    border-left: 8px solid var(--bg-primary);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    line-height: 1.5;
    margin: 0 0 2.75em;
    padding: 1.25em 1.5em;
}
blockquote p {
    display: inline;
    font-size: 1.286rem;
}


a strong {
    color: var(--text-primary);
    font-weight: var(--font-medium);
}
a:hover strong {
    color: var(--hover-text-black);
}

strong > a {
    color: var(--text-primary);
    font-weight: var(--font-medium) !important;
}
strong > a:hover {
    color: var(--hover-text-black);
}

.wrap {
    margin: 0 auto;
    max-width: 1760px;
    width: 100%;
}
.wrap:after {
    display: block;
    clear: both;
    content: "";
    height: 0;
    visibility: hidden;
}

.skip-link {
    display: none;
}

.logged-in .site-header {
    top: 32px;
}

.widget {
    margin: 0;
}

.hentry {
    margin: 0;
}

.grecaptcha-badge {
    transition: all 0.5s ease-in-out 0s !important;
    z-index: 1;
}

.grecaptcha-badge:hover {
    right: 0 !important;
}

.site-header, .site-content, .site-footer, .site-slider {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

#lightboxOverlay {
    height: 100% !important;
}


a strong, .btn-1, .btn-1:after, .btn-2 {
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -moz-transition: all 0.3s ease-in-out 0s !important;
    transition: all 0.3s ease-in-out 0s !important;
}




/*--------------------------------------------------------------
 ## Header
--------------------------------------------------------------*/
.site-header, .site-header .wrap,
.site-header .site-container {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.site-header .site-branding img,
.site-header .header-contact > .box .icon,
.site-header .header-right .box,
.site-header .header-right,
.site-header .site-branding,
.site-header .header-contact {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.header-wrapper {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.site-header > .wrap {
    height: 100%;
    padding: 0 20px;
}

.site-header {
    height: 145px;
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    z-index: 999;
}


.site-header .site-branding img {
    vertical-align: top;
    filter: drop-shadow(var(--shadow-box-16));
    position: relative;
    top: -1px;
}
.site-header .site-branding img:hover {
    transform: scale(.95);
}
.site-header .header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.site-header .header-contact {
    display: flex;
    gap: 0px 71px;
    position: relative;
    left: 8px;
    margin-top: 5px;
}
.site-header .header-contact > .box  {
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.site-header .header-contact > .box .icon {
    display: inline-block;
    filter: drop-shadow(var(--shadow-box-16));
    width: 60px;
    height: 60px;
}
.site-header .header-contact > .box .icon:hover {
    transform: scale(.95);
}
.site-header .header-contact > .box .icon.phone-icon {
    background: url(assets/images/mobil.png) no-repeat;
}
.site-header .header-contact > .box .icon.email-icon {
    background: url(assets/images/email.png) no-repeat;
}
.site-header .header-contact > .box a {
    font-family: var(--font-primary);
    font-size: 1.625rem;
    letter-spacing: 7.8px;
    line-height: 1.35;
    text-shadow: var(--shadow-box-16);
}
.site-header .header-contact > .box a:active,
.site-header .header-contact > .box a:focus {
    color: var(--text-primary);
}
.site-header .header-contact > .box a:hover,
.site-header .header-contact > .box a:visited {
    color: var(--hover-text-primary);
}

rs-module-wrap {
    left: 0 !important;
    width: 100% !important;
}
rs-module,
.rs-parallax-wrap {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
}

.site-slider rs-module-wrap, .site-slider rs-module {
    left: 0 !important;
    width: 100% !important;
}

.site-slider .tp-revslider-mainul {
    width: 100% !important;
}


rs-layer:not(.rs-wtbindex), .rs-layer:not(.rs-wtbindex), rs-alyer *:not(.rs-wtbindex), .rs-layer *:not(.rs-wtbindex) {
/*    text-align: center !important;*/
}

.site-header .header-right {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.gsticky .site-header {
    background: var(--bg-secondary);
    box-shadow: var(--shadow-box-16);
	height: 120px;
}

.site-slider {
    position: relative;
    z-index: 14;
    overflow: hidden;
}
.site-slider > .wrap {
    position: relative;
    box-shadow: var(--shadow-box-10);
}

/*Banner Wrap*/
#banner-section {
    background: rgba(245, 233, 211, .88);
    box-shadow: 0 20px 23px rgba(0, 0, 0, .60);
    border-radius: 600px 0 0 600px;
    position: absolute;
    right: 0;
    bottom: 220px;
    padding: 47px 87px 53.3px 103px;
    z-index: 2;
}
#banner-section .title p {
    color: var(--text-black);
    font-size: 2.375rem;
    font-family: var(--font-primary);
    text-shadow: var(--shadow-text-16);
    line-height: 1.34;
    margin-bottom: 28px;
}
#banner-section .content p {
    color: #545454;
    font-size: 1.5rem;
    line-height: 1.33;
}


/*--------------------------------------------------------------
 ## Body
--------------------------------------------------------------*/
.site-content {
    font-size: 18px;
    color: #505050;
    /*line-height: 175%;*/
    line-height: 1.67;
    margin: 0;
    padding: 0;
}
.site-content b,
.site-content strong {
    font-weight: var(--font-medium);
} 
.site-content .entry-content {
    margin: 0;
}
.site-content .entry-content a {
    color: var(--text-primary);
    font-weight: var(--font-regular);
}
.site-content .entry-content a:hover {
    color: var(--hover-text-black);
}
.site-content .entry-content ul {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-content .entry-content ul li {
    background: url(assets/images/brwn-check.png) no-repeat;
/*    background-size: 18px auto;*/
    line-height: 1.65;
    padding: 3px 0 3px 40px;
    text-align: left;
}
.site-content .entry-content ul li + li {
    margin-top: 10px;
}

.site-content .entry-content .google-maps {
    border: 0 !important;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}


/*--------------------------------------------------------------
 ## Footer
--------------------------------------------------------------*/
.site-footer, .site-footer * {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.site-footer {
    background: var(--bg-primary);
    color: var(--text-white);
    font-size: 18px;
    position: relative;
    z-index: 4;
}
.site-footer:after {
    content: '';
    display: inline-block;
    background: url(assets/images/footer-bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: .06;
    top: 0;
    left: 0;
    position: absolute;
}
.site-footer p,
.site-footer li {
    line-height: 1.67;
}
.site-footer p + p {
    margin: 0;
}

.site-footer a {
    color: var(--text-dirty-yellow);
}
.site-footer .current_page_item a, 
.site-footer a:hover {
  color: var(--hover-text-white);
}
.site-footer .wrap {
    position: relative;
    max-width: 1720px;
    z-index: 4;
}
.site-footer .footer-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 103px 0 107px;
    position: relative;
    z-index: 3;
}

.site-footer .footer-col ul {
    clear: both;
    line-height: 1.5;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer .widget-title {
    color: var(--text-white);
    font-family: var(--font-primary);
    font-size: 2.125rem;
    margin: 0 0 40px;
    text-transform: inherit;
    text-shadow: var(--shadow-text-20);
}

.site-footer .panel-grid {
    margin-bottom: 0 !important;
}

.site-footer .footer-col {
    float: left;
    padding: 0;
    width: 100%;
}

.site-footer #footer-col-1 {
    max-width: 33%;
    padding-left: 258px;
    margin-top: -7px;
}
.site-footer #footer-col-2 {
    max-width: 30%;
    padding-left: 141px;
}
.site-footer #footer-col-3 {
    max-width: 37%;
    padding-left: 51px;
    margin-top: -4px;
}   

.site-footer #footer-col-1 .sow-image-container img {
    filter: drop-shadow(var(--shadow-box-16));
}
.site-footer #footer-col-2 #sow-editor-2 a {
    color: var(--text-white);
}
.site-footer #footer-col-2 #sow-editor-2 a:hover {
    opacity: .9;
}
.site-footer #footer-col-2 > section + section {
    margin-top: 22px;
}
.site-footer #footer-col-3 label{
    display: inline-block;
    font-weight: var(--font-semi-bold);
    width: 80px;
}


#copyright-wrapper {
    border-top: 1px solid rgba(255, 255, 255, .34);
    overflow: hidden;
    padding: 9px 0 10px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
#copyright-wrapper .cdev {
    font-size: 18px;
    color: var(--text-white);
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
#copyright-wrapper span {
    color: #FFEAB3;
    font-weight: var(--font-medium);
}
#copyright-wrapper .cdev:hover {
    color: #FFEAB3;
}

/*--------------------------------------------------------------
 ## Header Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Sidebars/ Mobile Menu
--------------------------------------------------------------*/

/*--------------------------------------------------------------
 ## Overrides
--------------------------------------------------------------*/

/** CF7 Overwrites **/

/** Main contact **/

/** Pop-up formular **/

/** Back to Top **/
#back-top {
    background: url('assets/images/top-bottom.png') no-repeat center center #020a1c;
    background-size: 15px;
    border-radius: 5px;
    bottom: 20px;
    height: 50px;
    text-align: center;
    opacity: 0;
    position: fixed;
    right: 10px;
    width: 50px;
    z-index: 25;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#back-top:hover {
    background-color: var(--bg-primary);
}
#back-top.show {
    opacity: 1;
}

.sb-active #back-top {
    right: -5em;
}


/* offset target */
:target:before {
    content: "";
    display: block;
    height: 200px;
    margin: -200px 0 0;
}

/*for magic img*/
.magic,
.magic > .so-widget-sow-image,
.magic > .so-widget-sow-image > .sow-image-container {
    height: 100%;
}
.magic > .so-widget-sow-image {
    overflow: hidden;
}


/*--------------------------------------------------------------
 ## Global CSS -g
--------------------------------------------------------------*/
.g-container-110 {
    padding: 95px 0 105px;
}

.g-first-bold-20 p:first-of-type strong,
.g-first-bold-22 p:first-of-type strong {
    display: inline-block;
    font-weight: var(--font-medium);
}
.g-first-bold-20 p:first-of-type strong {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 12px;
}
.g-first-bold-22 p:first-of-type strong {
    font-size: 1.375rem;
    line-height: 1.55;
    margin-bottom: 10px;
}
.g-first-bold-20 p:first-of-type label,
.g-first-bold-22 p:first-of-type label {
    color: var(--text-primary);
}


.g-bg-primary {
    background: var(--bg-primary);
}
.g-bg-secondary {
    background: var(--bg-secondary);
}

.g-text-white {
    color: var(--text-white);
}

.g-rectangle-box {
    background: var(--bg-primary);
    border-radius: 55px;
    color: var(--text-white);
    display: flex;
    margin: 40px auto 0;
    padding: 40.1px 122.5px;
    position: relative;
    top: 0;
    width: fit-content;
    z-index: 1;
}
.g-rectangle-box:hover {
    top: -10px;
    box-shadow: var(--hover-shadow-box-16);
}
.g-rectangle-box:before {
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 47px;
    bottom: 8px;
    height: auto;
    left: 8px;
    top: 8px;
    right: 8px;
    width: auto;
    z-index: -1;
}

.fg-1,
.fg-2 {
    position: relative;
    z-index: 1;
}
.fg-1 > .panel-grid-cell:before,
.fg-2 > .panel-grid-cell:before {
    content: '';
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.fg-1 > .panel-grid-cell:before {
    background: var(--bg-off-white);
    opacity: .94;
    z-index: -1;
}
.fg-2 > .panel-grid-cell:before {
    background: var(--bg-primary);
    opacity: .96;
    z-index: -1;
}



/*--------------------------------------------------------------
 ## SiteOrigin CSS
--------------------------------------------------------------*/
.magic .sow-image-container,
.icon img,
.g-rectangle-box,
#forside-row-10 img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.magic .sow-image-container {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.img-shadow img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.icon img:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.magic .sow-image-container:hover,
#forside-row-10 img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*For Pseudo Element*/
.g-rectangle-box:before,
#page-title-wrap:before,
#forside-row-4:before,
#forside-row-4:after,
#forside-row-10:before {
    content: '';
    display: inline-block;
    position: absolute;
}

/*Forside Page*/
#forside-row-2 .col-2 {
    align-items: normal !important;
}
#forside-row-2 .col-2 > .panel-grid-cell {
    width: 50%;
}
#forside-row-2 .col-2 > .panel-grid-cell .g-bg-secondary {
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#forside-row-2 .panel-layout > .panel-grid:first-child .col-2 > .panel-grid-cell:last-child > .so-panel,
#forside-row-2 .panel-layout > .panel-grid:last-child .col-2 > .panel-grid-cell:first-child > .so-panel {
    height: 100%;
}
#forside-row-3 .extra-pad {
    padding: 0 12%;
}
#forside-row-4 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
#forside-row-4:before,
#forside-row-4:after {
    height: 100%;
    opacity: .94;
    z-index: -1;
}
#forside-row-4:before {
    background: var(--bg-primary);
    width: 60.84%;
    left: 0;
}
#forside-row-4:after {
    background: var(--bg-secondary);
    width: 39.16%;
    right: 0;
}
#forside-row-4 .col-2  {
    align-items: center !important;
    padding: 73px 0;
}
#forside-row-4 .col-2 > .panel-grid-cell {
    width: 50%;
}
#forside-row-4 .col-2 > .panel-grid-cell:first-child {
    padding-right: 80px;
}
#forside-row-4 .col-2 > .panel-grid-cell:last-child {
    display: flex;
    justify-content: space-between;
    gap: 0 46px;
}
#forside-row-4 .page-title label,
#forside-row-6 .page-title label {
    color: var(--bg-secondary);
}
#forside-row-4 .page-title h2,
#forside-row-6 .page-title h3 {
    color: var(--text-white);
}
#forside-row-4 .icon img {
    border-radius: 600px;
    filter: drop-shadow(var(--shadow-text-30));
}
#forside-row-6 {
    border-radius: 60px;
    align-items: normal !important;
    overflow: hidden;
    justify-content: center;
    box-shadow: var(--shadow-box-16);
}
#forside-row-6 > .panel-grid-cell .g-bg-primary {
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#forside-row-6 > .panel-grid-cell:first-child > .so-panel {
    height: 100%;
}
#forside-row-7 .extra-pad {
    padding: 0 9%;
}
#forside-row-8 {
    padding: 60px 0;
    align-items: normal !important;
}
#forside-row-8 > .panel-grid-cell {
    padding: 40px 80px;
    align-items: stretch;
}
#forside-row-8 > .panel-grid-cell:first-child {
    border-right: 1px solid rgba(0, 0, 0, .10);
}
#forside-row-9 .extra-pad {
    padding: 0 7%;
}
#forside-row-10 {
    border-top: 10px solid var(--bg-primary);
    padding: 80px 80px;
    position: relative;
}
#forside-row-10:before {
    background: rgba(0, 0, 0, .10);
    width: 1px;
    height: 424px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#forside-row-10 .sow-image-container {
    overflow: hidden;
    border-radius: 182px;
    box-shadow: var(--shadow-box-16);
    width: fit-content;
}
#forside-row-10 .title p {
    font-family: var(--font-primary);
    font-size: 1.875rem;
    line-height: 1.37;
    margin-top: 50px;
    text-shadow: var(--shadow-text-16);
}
#forside-row-10 > .panel-grid-cell:first-child {
    padding-right: 60px;
}
#forside-row-10 > .panel-grid-cell:last-child {
    padding-left: 60px;
}
#forside-row-10 > .panel-grid-cell:last-child > .so-panel:first-child {
    display: flex;
    justify-content: flex-end;
}

#page-title-wrap {
    box-shadow: var(--shadow-box-10);
    padding: 31px 0;
    position: relative;
    z-index: 1;
}
#page-title-wrap:before {
    border: 1px solid rgba(255, 255, 255, 1);
    bottom: 10px;
    height: auto;
    left: 10px;
    top: 10px;
    right: 10px;
    width: auto;
    z-index: -1;
}
#page-title-wrap h1 {
    color: var(--text-white);
}


/*Cookies page*/
#cookies-row-1 label {
    display: inline-block;
    font-size: 1.375rem;
    font-family: var(--font-primary);
    font-weight: var(--font-medium);
    line-height: 1.5;
    margin: 20px 0 0;
    padding-left: 18px;
    position: relative;
}
#cookies-row-1 label::before {
    content: '';
    display: inline-block;
    background: var(--bg-primary);
    width: 8px;
    height: 22px;
    left: 0;
    position: absolute;
    bottom: 0;
    top: 5px;
}
#cookies-row-1 ul {
    margin: 20px 0 20px 50px;
    list-style: disc;
}
#cookies-row-1 ul li {
    background: none;
    padding: 3px 0 3px 5px;
}
#cookies-row-1 ul li::marker {
    color: var(--text-primary);
}


.page-title label {
    color: var(--text-primary);
}
.page-title h1 {
    margin-bottom: 30px;
}
.page-title h2 {
    margin-bottom: 42px;
}
.page-title h3 {
    margin-bottom: 45px;
}

/*-- flexbox safari workaround --*/
.panel-grid.panel-has-style > .panel-row-style,
.panel-grid.panel-no-style {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}

/*--------------------------------------------------------------
 ## Responsive CSS
--------------------------------------------------------------*/
@media only screen and (max-width: 1860px) {
    .wrap {
        max-width: 94%;
    }

    #forside-row-2 .col-2 > .panel-grid-cell .g-bg-secondary {
        padding: 60px 60px;
    }
    #forside-row-4 .col-2 > .panel-grid-cell:first-child {
        padding-right: 60px;
    }
    #forside-row-3 .extra-pad {
        padding: 0px 10%;
    }
    #forside-row-6 > .panel-grid-cell .g-bg-primary {
        padding: 60px 60px;
    }
    #forside-row-7 .extra-pad {
        padding: 0 7%;
    }
    #forside-row-8 > .panel-grid-cell {
        padding: 40px 60px;
    }
    #forside-row-9 .extra-pad {
        padding: 0 5%;
    }
    #forside-row-10 {
        padding: 80px 60px;
    }
}

@media only screen and (max-width: 1799px) {
    #banner-section {
        bottom: 190px;
    }

    h2 {
        font-size: 2.75rem;
    }
    h3 {
        font-size: 2.375rem;
    }

    #forside-row-3 .extra-pad {
        padding: 0px 5%;
    }
    #forside-row-7 .extra-pad {
        padding: 0 4%;
    }
    #forside-row-9 .extra-pad {
        padding: 0 3%;
    }
    #forside-row-10 .title p {
        font-size: 1.75rem;
    }
}

@media only screen and (max-width: 1699px) {
    #forside-row-4:before {
        width: 65.84%;
    }
    #forside-row-4:after {
        width: 34.16%;
    }
    #forside-row-4 .col-2 > .panel-grid-cell:first-child {
        padding-right: 50px;
        width: 56%;
    }
    #forside-row-4 .col-2 > .panel-grid-cell:last-child {
        width: 44%;
        gap: 0 30px;
    }
}
   
@media only screen and (max-width: 1599px) {
    .wrap {
        max-width: 96%;
    }

    .site-header {
        height: 115px;
    }
    .gsticky .site-header {
        height: 100px;
    }
    .site-header .header-contact {
        gap: 0 55px;
    }
    .site-header .header-contact > .box a {
        font-size: 1.5rem;
    }

    #banner-section {
        padding: 42px 40px 48.3px 95px;
    }
    #banner-section .title p {
        font-size: 2.125rem;
    }

    .g-container-110 {
        padding: 85px 0 95px;
    }

    h1 {
        font-size: 3.125rem;
    }

    #forside-row-2 .col-2 > .panel-grid-cell .g-bg-secondary {
        padding: 60px 45px;
    }
    #forside-row-3 .extra-pad {
        padding: 0px 2%;
    }
    #forside-row-6 > .panel-grid-cell .g-bg-primary {
        padding: 60px 45px;
    }
    #forside-row-7 .extra-pad,
    #forside-row-9 .extra-pad {
        padding: 0;
    }
    #forside-row-8 > .panel-grid-cell {
        padding: 40px 45px;
    }
    #forside-row-10 {
        padding: 80px 45px;
    }
    #forside-row-10 > .panel-grid-cell:first-child {
        padding-right: 45px;
    }
    #forside-row-10 > .panel-grid-cell:last-child {
        padding-left: 45px;
    }
    #forside-row-10 .title p {
        font-size: 1.625rem;
    }
}

@media only screen and (max-width: 1499px) {
    .site-header > .wrap {
        padding: 0;
    }
    .site-header,
    .gsticky .site-header {
        height: 90px;
    }
    .site-header .site-branding {
        width: 245px;
    }
    .site-header .header-contact > .box a {
        font-size: 1.375rem;
        letter-spacing: 5.8px;
    }
    .site-header .header-contact > .box .icon {
        background-size: 50px 50px !important;
        width: 50px;
        height: 50px;
    }

    #banner-section {
        padding: 42px 25px 48.3px 90px;
        bottom: 150px;
    }
    #banner-section .title p {
        font-size: 2rem;
    }
    #banner-section .content p {
        font-size: 1.375rem;
    }


    .site-footer #footer-col-1 {
        max-width: 31%;
        padding-left: 145px;
    }
    .site-footer #footer-col-2 {
        max-width: 28%;
        padding-left: 105px;
    }
    .site-footer #footer-col-3 {
        max-width: 41%;
        padding-left: 80px;
    }

    .g-container-110 {
        padding: 75px 0 85px;
    }

    .g-rectangle-box {
        padding: 35.1px 60px;
    }

    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2.5rem;
    }
    h3 {
        font-size: 2.25rem;
    }

    #forside-row-2 .col-2 > .panel-grid-cell .g-bg-secondary {
        padding: 60px 35px;
    }
    #forside-row-3 .extra-pad {
        padding: 0;
    }
    #forside-row-8 {
        padding: 50px 0;
    }
    #forside-row-8 > .panel-grid-cell {
        padding: 30px 35px;
    }
    #forside-row-10 {
        padding: 60px 35px;
    }
    #forside-row-10 > .panel-grid-cell:first-child {
        padding-right: 25px;
    }
    #forside-row-10 > .panel-grid-cell:last-child {
        padding-left: 25px;
    }
    #forside-row-10 .title p {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 1399px) {
    /*no css*/
}

@media only screen and (max-width: 1360px) {
    #banner-section {
        padding: 37px 20px 43.3px 80px;
        bottom: 120px;
    }
    #banner-section .title p {
        font-size: 1.875rem;
        margin-bottom: 24px;
    }
    #banner-section .content p {
        font-size: 1.25rem;
    }

    .site-footer #footer-col-1 {
        max-width: 29%;
        padding-left: 79px;
    }
    .site-footer #footer-col-2 {
        max-width: 30%;
        padding-left: 105px;
    }

    .g-container-110 {
        padding: 60px 0 70px;
    }
    .g-rectangle-box {
        padding: 28.1px 40px;
    }
    .g-first-bold-20 p:first-of-type strong {
        margin-bottom: 7px;
    }
    .g-first-bold-22 p:first-of-type strong {
        margin-bottom: 5px;
    }

    h1 {
        font-size: 2.75rem;
    }
    h2 {
        font-size: 2.375rem;
    }
    h3 {
        font-size: 2rem;
    }

    .page-title h2 {
        margin-bottom: 37px;
    }
    .page-title h3 {
        margin-bottom: 40px;
    }

    #forside-row-4 .col-2 > .panel-grid-cell:first-child {
        padding-right: 35px;
    }
    #forside-row-4 .col-2 > .panel-grid-cell:last-child {
        width: 44%;
        gap: 0 20px;
    }
    #forside-row-10 {
        padding: 60px 25px;
    }
}

@media only screen and (max-width: 1279px) {
    #banner-section {
        padding: 31px 20px 33.3px 65px;
    }
    #banner-section .title p {
        font-size: 1.75rem;
        margin-bottom: 24px;
    }

    #forside-row-1 .g-first-bold-22 p:first-of-type strong {
        display: contents;
    }
    #forside-row-1 .g-first-bold-22 p:first-of-type br {
        display: none;
    }
    #forside-row-4:before,
    #forside-row-4:after {
        width: 100%;
    }
    #forside-row-4:before {
        height: 69%;
        top: 0;
    }
    #forside-row-4:after {
        height: 31%;
        bottom: 0;
    }
    #forside-row-4 .col-2 > .panel-grid-cell:first-child,
    #forside-row-4 .col-2 > .panel-grid-cell:last-child {
        width: 100%;
    }
    #forside-row-4 .col-2 > .panel-grid-cell:first-child {
        margin-bottom: 80px;
        padding: 0;
        text-align: center;
    }
    #forside-row-4 .col-2 > .panel-grid-cell:last-child {
        justify-content: center;
        gap: 0 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .site-header {
        background: var(--bg-secondary);
        border-top: 2px solid var(--bg-primary);
    }
    .site-header, .gsticky .site-header {
        height: 80px;
    }
    .site-header .site-branding {
        width: 215px;
    }
    .site-header .header-contact {
        gap: 0 30px;
    }
    .site-header .header-contact > .box {
        gap: 0 15px;
    }
    .site-header .header-contact > .box a {
        font-size: 1.25rem;
        letter-spacing: 2.8px;
    }
    .site-header .header-contact > .box .icon {
        background-size: 40px 40px !important;
        width: 40px;
        height: 40px;
    }

    .site-footer .footer-wrap {
        justify-content: center;
        gap: 0 60px;
        padding: 90px 25px 90px;
    }

    .site-slider {
        margin-top: 80px;
    }
    .site-footer #footer-col-1,
    .site-footer #footer-col-2,
    .site-footer #footer-col-3 {
        max-width: fit-content;
        padding: 0;
    }

    #banner-section {
        padding: 27px 15px 27.3px 60px;
    }
    #banner-section .title p {
        font-size: 1.625rem;
        margin-bottom: 20px;
    }
    #banner-section .content p {
        font-size: 1.125rem;
    }

    h1 {
        font-size: 2.625rem;
    }
    h2 {
        font-size: 2.25rem;
    }

    #forside-row-2 .col-2 > .panel-grid-cell .g-bg-secondary {
        padding: 60px 25px;
    }
    #forside-row-6 > .panel-grid-cell .g-bg-primary {
        padding: 50px 25px;
    }
    #forside-row-8 > .panel-grid-cell {
        padding: 30px 25px;
    }
}

@media only screen and (max-width: 1099px) {
    .site-footer .footer-wrap {
        padding: 80px 25px 70px;
        gap: 0 55px;
    }
    .site-footer .widget-title {
        font-size: 1.875rem;
    }

    #forside-row-10:before {
        height: 340px;
    }
}

@media only screen and (max-width: 1040px) {
    /* empty */
}

@media only screen and (max-width: 1024px) {
    .g-container-110 {
        padding: 60px 0 55px;
    }

    .page-title h2 {
        margin-bottom: 32px;
    }
    .page-title h3 {
        margin-bottom: 35px;
    }

    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2.125rem;
    }
    h3 {
        font-size: 1.875rem;
    }

    #forside-row-4 .col-2 {
        padding: 60px 0;
    }
    #forside-row-4 .col-2 > .panel-grid-cell:first-child {
        margin-bottom: 60px !important;
    }
    #forside-row-10 .title p {
        font-size: 22px;
    }
}

@media only screen and (max-width: 991px) {
    #banner-section {
        padding: 22px 10px 22.3px 50px;
    }
    #banner-section .title p {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .site-footer .footer-wrap {
        padding: 65px 25px 60px;
        gap: 0;
    }
    .site-footer #footer-col-1 {
        max-width: 100%;
        margin-bottom: 45px;
    }
    .site-footer #footer-col-3 {
        padding-left: 90px;
    }
    .site-footer #footer-col-1 .sow-image-container {
        justify-content: center;
    }

    .g-first-bold-22 p:first-of-type strong {
        font-size: 1.3125rem;
    }
    .g-first-bold-20 p:first-of-type strong {
        font-size: 1.1875rem;
    }

    .site-content {
        font-size: 1.0625rem;
    }

    #forside-row-2 .col-2 > .panel-grid-cell .g-bg-secondary {
        padding: 45px 25px;
    }
}

@media only screen and (max-width: 899px) {
    .site-header, .gsticky .site-header {
        height: 70px;
    }
    .site-header .site-branding {
        width: 190px;
    }
    .site-header .header-contact {
        gap: 0 20px;
    }
    .site-header .header-contact > .box {
        gap: 0 10px;
    }
    .site-header .header-contact > .box .icon {
        background-size: 35px 35px !important;
        width: 35px;
        height: 35px;
    }
    .site-header .header-contact > .box a {
        font-size: 1.0625rem;
        letter-spacing: 1.8px;
    }

    .site-slider {
        margin-top: 70px;
    }
    #banner-section {
        bottom: 80px;
        padding: 21px 10px 21.3px 42px;
    }
    #banner-section .title p {
        font-size: 1.25rem;
        margin-bottom: 15px;
    }
    #banner-section .content p {
        font-size: 1rem;
    }

    #forside-row-2 > .panel-grid-cell .panel-layout > .panel-grid:first-child .col-2 {
        flex-direction: column-reverse !important;
    }
    #forside-row-2 .col-2 > .panel-grid-cell {
        width: 100%;
        text-align: center;
    }

}

@media only screen and (max-width: 780px) {

    /** FACEBOOK in-app browser fix **/
    .panel-grid .panel-grid-cell {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 0 !important;
        width: 100% !important;
    }

    .g-rectangle-box {
        padding: 28.1px 25px;
    }

    #forside-row-2 .col-2 > .panel-grid-cell .g-bg-secondary {
        padding: 45px 15px;
    }
    #forside-row-4 .col-2 > .panel-grid-cell:last-child {
        gap: 0 25px;
    }
    #forside-row-4 p br,
    #forside-row-6 p br {
        display: none;
    }
    #forside-row-6 > .panel-grid-cell .g-bg-primary {
        padding: 35px 15px;
        text-align: center;
    }
    #forside-row-8 {
        padding: 45px 15px;
        text-align: center;
    }
    #forside-row-8 > .panel-grid-cell:first-child {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, .10);
        padding-bottom: 40px;
    }
    #forside-row-8 > .panel-grid-cell:last-child {
        padding-top: 40px;
    }
    #forside-row-10:before {
       display: none;
    }
    #forside-row-10 > .panel-grid-cell:first-child {
        padding-bottom: 45px;
    }
    #forside-row-10 > .panel-grid-cell:last-child {
        border-top: 1px solid rgba(0, 0, 0, .10);
        padding-top: 45px;
    }
    #forside-row-10 .title p {
        font-size: 1.5rem;
        margin-top: 40px;
    }


    blockquote p {
        font-size: 1.125rem;
    }
 
}

@media only screen and (max-width: 767px) {
    /*no css*/
}

@media only screen and (max-width: 734px) {
    .site-header .header-contact {
        left: 0;
    }

    .site-footer .widget-title {
        font-size: 1.625rem;
        margin: 0 0 50px;
    }
    .site-footer #footer-col-3 {
        padding-left: 40px;
    }

    #forside-row-10 {
        border-top: 5px solid var(--bg-primary);
    }
}

@media only screen and (max-width: 666px) {
    .site-header .site-branding {
        width: 150px;
    }
    .site-header .header-contact {
        gap: 0 15px;
    }
    .site-header .header-contact > .box {
        gap: 0 5px;
    }
    .site-header .header-contact > .box .icon {
        background-size: 30px 30px !important;
        width: 30px;
        height: 30px;
    }
    .site-header .header-contact > .box a {
        font-size: 16px;
        letter-spacing: 1px;
    }

    #banner-section {
        bottom: 55px;
        padding: 15px 10px 15.3px 35px;
    }
    #banner-section .title p {
        margin-bottom: 10px;
    }

    .site-footer .footer-wrap {
        padding: 65px 15px 60px;
    }
    .site-footer .widget-title {
        font-size: 24px;
    }

    .g-first-bold-20 p:first-of-type strong {
        margin-bottom: 3px;
    }
    .g-first-bold-22 p:first-of-type strong {
        margin-bottom: 2px;
    }

    h1 {
        font-size: 38px;
    }

    #page-title-wrap {
        padding: 22px 0;
    }

    .page-title h2 {
        margin-bottom: 28px;
    }
    .page-title h3 {
        margin-bottom: 31px;
    }

    #forside-row-10 .title p {
        font-size: 1.25rem;
    }


}


@media only screen and (max-width: 599px) {
    .site-footer #footer-col-1, 
    .site-footer #footer-col-2, 
    .site-footer #footer-col-3 {
        max-width: 100%;
        padding: 0;
        text-align: center;
        margin: 0;
    }
    .site-footer .footer-col + .footer-col {
        margin-top: 40px !important;
    }
    .site-footer .widget-title {
        margin: 0 0 22px;
    }
    .site-footer #footer-col-3 .textwidget {
        display: inline-block;
        margin: 0 auto;
        text-align: left;
    }

    .g-container-110 {
        padding: 50px 0 45px;
    }

    #forside-row-4 .col-2 {
        padding: 50px 0;
    }
    #forside-row-4 .col-2 > .panel-grid-cell:first-child {
        margin-bottom: 40px !important;
    }
    #forside-row-10 {
        padding: 45px 15px;
    }

    #cookies-row-1 label {
        font-size: 1.25rem;
    }
    #cookies-row-1 label::before {
        top: 3px;
    }
    #cookies-row-1 ul {
        margin: 20px 0 20px 30px;
    }
}


@media only screen and (max-width: 567px) {
    .site-header, .gsticky .site-header {
        height: 65px;
    }
    .site-header .header-contact {
        margin-top: 0;
    }
    .site-header .header-contact > .box.email {
        display: none;
    }
    .site-slider {
        margin-top: 65px;
    }

    .site-footer .footer-wrap {
        padding: 50px 15px 50px;
    }

    #banner-section {
        bottom: 0;
        border-bottom: 1px solid var(--bg-primary);
        padding: 20px 15px;
        width: 100%;
        border-radius: 0;
        text-align: center;
        position: relative;
        z-index: 1;
    }
    #banner-section:before {
        content: '';
        display: inline-block;
        border: 1px solid var(--bg-primary);
        bottom: 8px;
        height: auto;
        left: 8px;
        top: 8px;
        right: 8px;
        position: absolute;
        width: auto;
        z-index: -1;
    }

    .g-first-bold-22 p:first-of-type strong {
        font-size: 19px;
    }
    .g-first-bold-20 p:first-of-type strong {
        font-size: 18px;
    }

    h1 {
        font-size: 2.125rem;
    }
    h2 {
        font-size: 1.875rem;
    }
    h3 {
        font-size: 1.75rem;
    }

    #forside-row-2 .col-2 > .panel-grid-cell .g-bg-secondary {
        padding: 45px 10px;
    }
    #forside-row-4:before {
        height: 82%;
    }
    #forside-row-4:after {
        height: 18%;
    }
    #forside-row-4 .col-2 > .panel-grid-cell:last-child {
        gap: 0 15px;
    }
    #forside-row-10 .title p {
        margin-top: 30px;
    }
    #forside-row-10 > .panel-grid-cell:first-child {
        padding-bottom: 30px;
    }
    #forside-row-10 > .panel-grid-cell:last-child {
        padding-top: 30px;
    }
}


@media only screen and (max-width: 496px) {
    #forside-row-6 {
		border-radius: 30px;
	}
	
}

@media only screen and (max-width: 479px) {
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 413px) {
    #page-title-wrap {
        padding: 20px 10px;
    }
    #page-title-wrap:before {
        top: 5px;
        bottom: 5px;
        left: 5px;
        right: 5px;
    }
    #banner-section .title p br {
        display: none;
    }
    #page-title-wrap h1 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 374px) {
    #banner-section .title p {
        font-size: 1.125rem;
    }
    #banner-section .content p {
        font-size: 0.9375rem;
    }

    h1 {
        font-size: 2rem;
    }

    #forside-row-4:before {
        height: 90%;
    }
    #forside-row-4:after {
        height: 10%;
    }
}


@media only screen and (max-width: 320px) {
    
}
