/*
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
*/


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

:root {
    --font-bodoni: 'Bodoni Moda', serif;
    --font-dm-sans: 'DM Sans', sans-serif;
    --font-montserrat: 'Montserrat', sans-serif;

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

    --bg-primary: #28416A;
    --bg-secondary: #E4E8EB;
    --bg-white: #fff;
    --bg-off-white: #f8f8f8;
    --bg-black: #000;
    --bg-light-blue: #86EBF9;


    --text-primary: #28416A;
    --text-light-blue: #86EBF9;
    --text-black: #000;
    --text-white: #fff;

    --hover-text-black: #000;
    --hover-text-white: #fff;
    --hover-text-light-blue: #86EBF9;
    --hover-text-primary: #28416A;

    --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-dm-sans);
    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-black);
}
a:hover,
a:active,
a:focus {
    color: #97CBE7;
}
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-bodoni);       
    font-weight: var(--font-medium);
    color: var(--text-black);
    margin: 0;
    text-transform: inherit;
    text-shadow: var(--shadow-text-20);
}
h1 {
    font-size: 2.875rem;
    line-height: 1.39;
}
h2 {
    font-size: 2.5rem;
    line-height: 1.65;
}
h3 {
    font-size: 2.125rem;
    line-height: 2;
}
h4 {
    font-size: 1.625rem;
}
h5 {
    font-size: 1.875rem;
}


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;
}

input[type="text"], input[type="email"], input[type="submit"], textarea, select {
    -webkit-appearance: none;
}

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;
}

.btn-1 {
    background: linear-gradient(to right, var(--bg-black) 50%, var(--bg-primary) 50%);
    background-size: 200% 100%;
    background-position: right center;
    box-shadow: var(--shadow-box-06);
}
.btn-1:after {
/*     background: url(assets/images/btn-arrow.png) no-repeat left 1px; */
	background: url(assets/images/btn-arrow.png) no-repeat left 5px;
    width: 30px;
    height: 30px;
/*     right: 40px; */
    right: 35px;
}
.btn-1:hover:after {
    right: 30px;
}
.btn-1:after,
.btn-2:after {
    content: '';
    display: inline-block;
    position: absolute;
}
.btn-1,
.btn-2 {
    color: var(--text-white) !important;
    font-family: var(--font-bodoni);
    font-size: 22px !important;
    line-height: 1.75 !important;
    display: inline-block;
    text-transform: inherit;
    text-align: center;
/*     padding: 9.5px 90.5px 9.5px 40px !important; */
	padding: 5.5px 85.5px 6.5px 28px !important;
    position: relative;
    width: auto;
}
.btn-1:hover {
    background-position: left center;
}


/*--------------------------------------------------------------
 ## 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 .hmenu-wrapper .hamburger,
.site-header .hmenu-wrapper .hamburger label,
.site-header .hmenu-wrapper .hamburger.is-active label,
.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 {
    background: var(--bg-primary);
    border-top: 2px solid var(--bg-light-blue);
    box-shadow: var(--shadow-box-05);
    height: 150px;
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    z-index: 999;
}
.site-header .wrap {
    margin: 0 auto;
    height: 100%;
}

.site-header > .wrap {
    position: relative;
    height: 100%;
}


.site-header .site-branding {
    align-items: center;
    background-color: var(--bg-white);
    display: flex;
    float: left;
    /*width: 453px;*/
    width: 23.6%;
    height: 100%;
    position: relative;
    justify-content: center;
    z-index: 1;
}
.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;
    flex-direction: column !important;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}
.site-header .header-right > #header-nav-wrap {
    position: relative;
    left: 11px;
    top: -2px;
}

.site-header .hmenu-wrapper {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .6);
    bottom: 0;
    display: none;
    line-height: 1.25;
    height: 60px;
    right: 0;
    margin: auto 0;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 9;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.site-header .hmenu-wrapper .hamburger {
    background: var(--bg-white);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    height: 60px;
    justify-content: center;
    padding: 6px 14px;
    gap: 15px;
}
.site-header .hmenu-wrapper .hamburger.is-active,
.site-header .hmenu-wrapper .hamburger:hover {
    background: var(--bg-black);
}
.site-header .hmenu-wrapper .hamburger .hamburger-inner, 
.site-header .hmenu-wrapper .hamburger .hamburger-inner::after, 
.site-header .hmenu-wrapper .hamburger .hamburger-inner::before,
.site-header .hmenu-wrapper .hamburger.is-active .hamburger-inner, 
.site-header .hmenu-wrapper .hamburger.is-active .hamburger-inner::after, 
.site-header .hmenu-wrapper .hamburger.is-active .hamburger-inner::before {
    background-color: var(--bg-primary);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.site-header .hmenu-wrapper .hamburger:hover .hamburger-inner, 
.site-header .hmenu-wrapper .hamburger:hover .hamburger-inner::after, 
.site-header .hmenu-wrapper .hamburger:hover .hamburger-inner::before,
.site-header .hmenu-wrapper .hamburger.is-active .hamburger-inner, 
.site-header .hmenu-wrapper .hamburger.is-active .hamburger-inner::after, 
.site-header .hmenu-wrapper .hamburger.is-active .hamburger-inner::before  {
    background-color: var(--bg-white);
}

.site-header .hmenu-wrapper .hamburger:hover, .site-header .hmenu-wrapper .hamburger.is-active {
    opacity: 1 !important;
}
.site-header .hmenu-wrapper .hamburger:hover label,
.site-header .hmenu-wrapper .hamburger.is-active label {
    opacity: .8;
}
.site-header .hmenu-wrapper .hamburger-box {
    height: 22px;
    vertical-align: middle;
    width: 46px;
}
.hamburger--elastic .hamburger-inner {
    top: 0 !important;
}
.hamburger--elastic .hamburger-inner:before {
    top: 11px;
}
.hamburger--elastic .hamburger-inner::after {
  top: 22px;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  top: 19px;
}
.site-header .hmenu-wrapper .hamburger-inner,
.site-header .hmenu-wrapper .hamburger-inner:after,
.site-header .hmenu-wrapper .hamburger-inner:before {
    background-color: #fff;
    border-radius: 0;
    width: 46px;
    height: 3px;
}
.site-header .hamburger--elastic .hamburger-inner:before {
    left: 0;
    width: 46px;
}

rs-module-wrap {
    left: 0 !important;
    width: 100% !important;
}
rs-module,
.rs-parallax-wrap {
    width: 100% !important;
    height: 100% !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 {
	height: 120px;
}

.site-slider {
    margin-top: 150px;
    position: relative;
    z-index: 14;
    background: #fff;
}
.site-slider > .wrap {
    position: relative;
    box-shadow: var(--shadow-box-10);
}


/*for banner-text*/
.site-slider .left-bg {
    position: relative;
}
.site-slider .main-bg {
    position: relative;
}
.site-slider .left-bg:before {
    content: '';
    display: inline-block;
    background: var(--bg-primary);
    opacity: .9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 8;
}
.banner-wrap {
    position: relative;
    margin-left: 100px !important;
    width: 570px;
}
.banner-wrap:before {
    background: var(--bg-primary);
    opacity: .86;
    width: 76px;
    height: 100%;
    top: 0;
    right: -82px;
}
.banner-wrap-text {
    background: var(--bg-off-white);
    padding: 80px 60px 80px 90px !important;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.banner-wrap:before,
.banner-wrap-text:before,
.banner-wrap-text:after {
    content: '';
    display: inline-block;
    position: absolute;
}    
.banner-wrap-text:before {
    border: 1px solid rgba(159, 159, 159, .6);
    bottom: 8px;
    height: auto;
    left: 8px;
    top: 8px;
    right: 8px;
    width: auto;
    z-index: -1;
}
.banner-wrap-text:after {
    background: url(assets/images/wm-banner.png) no-repeat bottom right;
    width: 279px;
    height: 278px;
    right: 0;
    bottom: 0;
    opacity: .05;
	z-index: -1;
}
.banner-wrap-text .title {
    background: url(assets/images/ornament-circle.png) no-repeat left top;
    font-size: 50px;
    font-family: var(--font-bodoni);
    text-shadow: var(--shadow-text-16);
    color: var(--text-black);
    line-height: 133% !important;
    letter-spacing: 0.2px !important;
    position: relative;
    padding-top: 45px !important;
    margin-bottom: 45px !important;
}
.banner-wrap-text .title:before {
    content: '';
    display: inline-block;
    background: var(--bg-black);
    width: 62px;
    height: 1px;
    top: 11px;
    left: 31px;
    position: absolute;
}

.for-mobile.banner-wrap {
	display: none;
	width: 100%;
    margin: 0 !important;
    text-align: center;
}
.for-mobile .banner-wrap-text .title {
	background: url(assets/images/ornament-circle.png) no-repeat center top;
}



/*--------------------------------------------------------------
 ## Body
--------------------------------------------------------------*/
.site-content {
    font-size: 18px;
    line-height: 175%;
    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 *,
#footer-col-5 .col-2 {
    -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.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: .04;
    top: 0;
    left: 0;
    position: absolute;
}
.site-footer p,
.site-footer li {
    /*line-height: 1.777;*/
    line-height: 2.17;
}
.site-footer p + p {
    margin: 0;
}

.site-footer a {
    color: var(--text-white);
}
.site-footer a:hover {
    color: var(--hover-text-light-blue);
}
.site-footer .wrap {
    position: relative;
    max-width: 1720px;
    z-index: 4;
}
.site-footer .footer-wrap {
    padding: 89.5px 0 82.5px;
    z-index: 3;
}

.site-footer .footer-col {
    float: left;
    padding: 0;
    width: 100%;
}
.site-footer .widget-title {
    color: var(--text-white);
    background: url(assets/images/ornament-circle.png) no-repeat left top;
    font-family: var(--font-bodoni);
    font-size: 28px;
    font-weight: var(--font-medium);
    letter-spacing: 1.68px;
    line-height: 1.25;
    margin: 0 0 19px;
    position: relative;
    padding-top: 41px;
    text-transform: inherit;
    text-shadow: var(--shadow-text-20);
}
.site-footer .widget-title:before {
    content: '';
    display: inline-block;
    background: var(--bg-white);
    width: 62px;
    height: 1px;
    top: 11px;
    left: 30px;
    position: absolute;
}

.site-footer .footer-col ul {
    clear: both;
    line-height: 1.5;
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-footer .footer-col ul li + li {
    margin-top: 0;
}
.site-footer .footer-col ul > li.current-menu-item a,
.site-footer .footer-col ul > li a:hover {
    font-weight: var(--font-medium);
    color: var(--text-light-blue);
}
.site-footer .panel-grid {
    margin-bottom: 0 !important;
}
.site-footer #footer-col-1 {
    max-width: 32%;
}
.site-footer #footer-col-2 {
    max-width: 18%;
    padding-left: 4px;
}
.site-footer #footer-col-3 {
    max-width: 22%;
    padding-left: 12px;
}
.site-footer #footer-col-4 {
    max-width: 26%;
    padding-left: 110px;
    position: relative;
    left: 35px;
}

.site-footer #footer-col-1 > section:not(:first-child) {
    padding-left: 1px;
}
.site-footer #footer-col-1 .sow-image-container {
    margin-bottom: 21.5px;
}
.site-footer #footer-col-1 .sow-image-container img {
    filter: drop-shadow(var(--shadow-box-30));
}
.site-footer #footer-col-1 .widget_nav_menu {
    margin-top: 15px;
}
.site-footer #footer-col-3 .textwidget p:nth-child(2) {
    display: flex;
    gap: 5px;
}
.site-footer #footer-col-3 .textwidget p:last-of-type {
    margin-top: 9px;
}
.site-footer #footer-col-3 label,
.site-footer #footer-col-4 label {
    display: inline-block;
}
.site-footer #footer-col-3 label {
    width: 90px;
}
.site-footer #footer-col-4 label {
    width: 105px;
}
.site-footer #footer-col-4 p:last-of-type a {
    color: var(--text-light-blue);
}
.site-footer #footer-col-4 p:last-of-type a:hover {
    color: var(--text-white);
}


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

/*--------------------------------------------------------------
 ## Header Menu
--------------------------------------------------------------*/
.site-header .main-navigation a {
    font-size: 18px;
    background: transparent;
    color: var(--text-white);
    font-family: var(--font-dm-sans);
    font-weight: var(--font-regular);
    letter-spacing: 1.8px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-header #primary-menu {
    display: flex;
    align-items: center;
}
.site-header .main-navigation ul.menu > li + li {
    margin-left: 50.5px;
    margin-right: 0;
}
.site-header .main-navigation ul.menu li a {
    /*border-bottom: 2px solid transparent;*/
    border: 1px solid transparent;
    position: relative;
    padding: 14.5px 27px 10.5px 29px;
}
.site-header .main-navigation ul.menu li.current_page_item a,
.site-header .main-navigation ul.menu li a:hover {
    border: 1px solid rgba(134, 235, 249, .6);
}

.sf-menu ul {
    width: 215px !important;
}


/*--------------------------------------------------------------
 ## Sidebars/ Mobile Menu
--------------------------------------------------------------*/
#sb-site {
    left: 0;
}
#resp-sidebar.sb-slidebar {
    background:
      linear-gradient(rgba(255,255,255,0.92), rgba(255,255,255,0.92)),
      url("assets/images/resp-bg.png");
    background-size: contain;
    background-position: center;
    -webkit-box-shadow: inset 5px 0px 8px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: inset 5px 0px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 5px 0px 8px 0px rgb(0 0 0 / 15%);
}
#resp-sidebar .resp-sidebar-wrap {
    display: inline-block !important;
    padding: 2em 1em 1em !important;
    width: 100% !important;
    border-top: 2px solid var(--bg-primary);
}
#resp-sidebar .site-branding {
    padding: 0 40px 20px;
    float: left;
    text-align: center;
    width: 100% !important;
}
#resp-sidebar .site-branding img {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .16));
    vertical-align: top !important;
}
#resp-sidebar #mobile-navigation {
    display: inline-block !important;
    margin: 1.35em 0 0 !important;
    width: 100% !important;
}
#resp-sidebar #mobile-navigation,
#resp-sidebar #mobile-navigation * {
    line-height: 150% !important;
}
#resp-sidebar #mobile-navigation .menu-mobile-navigation-container {
    max-height: 75vh !important;
    -webkit-overflow-scrolling: touch !important;
}
#resp-sidebar #mobile-navigation ul {
    background-color: #f8f0e3;
    clear: both !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#resp-sidebar #mobile-navigation .menu > li + li {
    border-top: 2px solid #fafafa;
}
#resp-sidebar #mobile-navigation li > a, #resp-sidebar #mobile-navigation li > a:before,
#resp-sidebar .site-branding {
    -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;
}
#resp-sidebar #mobile-navigation li > a {
    background-color: #e7e7e7;
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: var(--font-regular);
    line-height: 1.5 !important;
    padding: 12px 10px 12px 40px;
    position: relative;
    text-transform: inherit;
    width: 100%;
}
#resp-sidebar #mobile-navigation li > a:before {
    background-color: var(--bg-primary);
    bottom: 0;
    content: '';
    display: inline-block;
    height: 8px;
    left: 20px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 8px;
}
#resp-sidebar #mobile-navigation .menu > .current-menu-parent > ul,
#resp-sidebar #mobile-navigation .menu > .current-menu-ancestor > ul,
#resp-sidebar #mobile-navigation .menu > .current-menu-ancestor .current-menu-parent > ul {
    display: block;
}

#mobile-menu .par-active > .sub-menu {
    display: block; 
}

#resp-sidebar #mobile-navigation .menu .sub-menu li > a:before {
    left: 20px;
    top: 13px;
    bottom: initial;
}
#resp-sidebar #mobile-navigation .menu .sub-menu .sub-menu li > a:before {
    left: 20px;
}
#resp-sidebar #mobile-navigation .menu > li.current_page_item > a,
#resp-sidebar #mobile-navigation .menu > li > a:hover {
    background-color: var(--bg-primary) !important;
    color: #fff !important;
}
#resp-sidebar #mobile-navigation .menu > li.current_page_item > a:before,
#resp-sidebar #mobile-navigation .menu > li > a:hover:before {
    background-color: #fff;
}

#resp-sidebar .contact-sidebar {
    display: inline-block;
    margin: 3.5em 0 3em;
    width: 100%;
}
#resp-sidebar .contact-sidebar .box {
    background-color: #e7e7e7;
    border-left: 8px solid var(--bg-primary);
    height: 100%;
    line-height: 1;
    max-width: 100%;
    padding: 16px 5px 18px 15px;
    position: relative;
    text-align: left;
    width: 100% !important;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
#resp-sidebar .contact-sidebar .box + .box {
    margin-top: 10px;
}
#resp-sidebar .contact-sidebar .box * {
    color: #fff;
}
#resp-sidebar .contact-sidebar .box label {
    color: #030F27;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 6px;
    vertical-align: top;
    width: 100%;
}
#resp-sidebar .contact-sidebar .box a {
    color: #030F27;
    font-size: 1.5rem;
    font-weight: var(--font-regular);
}
#resp-sidebar .contact-sidebar .email a {
    font-size: 1.25rem;
}
#resp-sidebar .contact-sidebar .box a:hover {
    color: var(--hover-text-primary);
}

#resp-sidebar .copyright-sidebar {
    display: inline-block;
    width: 100%;
}
#resp-sidebar .copyright-sidebar {
    color: #000;
    font-size: 1rem;
    margin: 0 0 3em;
    text-align: center;
}
#resp-sidebar .copyright-sidebar a {
    color: #000;
    font-weight: 500;
}
#resp-sidebar .copyright-sidebar a:hover {
    opacity: .7;
}



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


/** CF7 Overwrites **/
.wpcf7 {
    float: left;
    position: relative;
    width: 100%;
}
.wpcf7-form-control-wrap {
    display: block
}
.wpcf7-response-output, .wpcf7-validation-errors, .wpcf7-mail-sent-ok {
    border: 0 !important;
    border-radius: 0;
    bottom: -25px;
    color: #000;
    font-size: 0.875rem;
    left: 0;
    line-height: 1;
    margin: 0 !important;
    padding: 0 !important;
/*    position: absolute;*/
    position: relative;
    text-align: center;
    width: 100%;
}
.wpcf7 .ajax-loader {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 14px;
    z-index: 9;
}
.wpcf7-checkbox {
    display: inline-block;
    font-size: 0.9375rem;
    margin: 0 0 0.75em;
    width: 100%;
}
.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
    max-width: 150px;
    width: 100%;
}
.wpcf7-checkbox .wpcf7-list-item-label {
    margin-left: 5px;
    vertical-align: middle;
}

/** Kontakt Formular **/
#kontakt-form {
    display: table;
    vertical-align: top;
    width: 100%;
    max-width: 1212px;
    margin: 0 auto;
}
#kontakt-form .ornament-top-2-center h3,
#kontakt-form p {
    text-align: center;
}
#kontakt-form p {
    font-weight: var(--font-medium);
    font-size: 20px;
    margin-bottom: 62px;
}
#kontakt-form input[type="checkbox"] {
    accent-color: var(--bg-primary);
    width: 16px;
    height: 16px;
    margin-right: 7px;
}
#kontakt-form .text {
    margin-bottom: 30px;
}
#kontakt-form .row, #kontakt-form .inrow {
    float: left;
    width: 100%;
    display: flex;
}
#kontakt-form .row + .row {
    margin-top: 23px;
}
#kontakt-form .btm-row .col:last-child {
  padding-left: 0;
}
#kontakt-form .row .col {
    width: 100%;
}
#kontakt-form .row .incol {
    float: left;
    width: 50%;
}
#kontakt-form .row label {
    margin-bottom: 15px;
    display: inline-block;
}
#kontakt-form .row.col-2,
#kontakt-form .row.col-3 {
    justify-content: space-between;
}
#kontakt-form .row.col-2 .col {
    width: calc(50% - 1 * 12px) !important;
}

#kontakt-form .row.col-3 .col {
    width: calc(33.3333% - 1 * 10.9px) !important;
}

#kontakt-form .row:last-child {
    margin-top: 25px;
    position: relative;
}
#kontakt-form .row .col > div + div, #kontakt-form .inrow .incol > div + div {
    margin-top: 6px;
}
#kontakt-form .btm-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#kontakt-form .btm-row .col:first-child .wpcf7-list-item {
    margin-left: 0;
}
#kontakt-form .btm-row .col:first-child .wpcf7-list-item > label {
    display: flex;
    align-items: center;
    gap: 4px;
}
#kontakt-form .btm-row .col:first-child .wpcf7-form-control-wrap {
    color: #000;
    display: inline-block;
    font-size: 1rem;
    position: initial;
    vertical-align: middle;
    width: auto;
}
#kontakt-form .btm-row .col:first-child .wpcf7-form-control-wrap a {
    color: var(--text-primary);
    font-weight: 400;
    font-size: 16px;
}
#kontakt-form .btm-row .col:first-child .wpcf7-form-control-wrap a:hover {
    color: var(--hover-text-black);
}
#kontakt-form .btm-row .col:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}
#kontakt-form .btm-row .col:last-child div + div {
    margin-left: 10px;
    margin-top: 0;
}
#kontakt-form .btm-row label {
    margin: 0;
}
#kontakt-form .btm-row span.wpcf7-not-valid-tip {
    left: 0;
    max-width: 125px;
    top: -15px;
}
#kontakt-form [type="text"], #kontakt-form [type="tel"], #kontakt-form [type="email"], #kontakt-form [type="date"],
#kontakt-form textarea, #kontakt-form select {
    background-color: var(--bg-white);
    border: 1px solid #B5C2CD;
    border-radius: 0;
    color: var(--text-black);
    display: inline-block;
    font-size: 18px;
    font-family: var(--font-dm-sans);
    font-weight: 400;
    height: 44px;
    padding: 5px 15px;
    text-align: left;
    width: 100%;
}
#kontakt-form [type="text"]:active, #kontakt-form [type="tel"]:active, #kontakt-form [type="email"]:active,
#kontakt-form textarea:active, #kontakt-form.oensker [type="text"]:active,
#kontakt-form [type="text"]:focus, #kontakt-form [type="tel"]:focus, #kontakt-form [type="email"]:focus,
#kontakt-form textarea:focus, #kontakt-form.oensker [type="text"]:focus {
    border-color: var(--bg-primary);
}
#kontakt-form select {
    background: url(assets/images/input-selct-pointer.png) no-repeat 97.5% 5px #fff;
}
#kontakt-form textarea {
    min-height: 150px;
    vertical-align: top;
    resize: vertical;
}
#kontakt-form [type=text].wpcf7-mathcaptcha {
    border: 1px solid #c0c0c0;
    height: 44px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 70px;
}
#kontakt-form .wpcf7-checkbox {
    margin: 0 !important;
}
#kontakt-form .wpcf7-checkbox .wpcf7-list-item-label {
    display: none;
}
#kontakt-form .btn-col .wpcf7-list-item {
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 0 !important;
}
#kontakt-form .btn-col .wpcf7-list-item a {
    color: #7F6252;
}
#kontakt-form .btn-col .wpcf7-list-item a:hover {
    color: #516E60;
}
#kontakt-form input[type="submit"] {
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-box-06);
    color: var(--text-white) !important;
    display: inline-block;
    font-size: 18px;
    font-family: var(--font-bodoni);
    line-height: 1.5;
    padding: 10.5px 56.75px;
    text-align: center;
    text-transform: inherit;
    width: auto;
    -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;
}
#kontakt-form input[type="submit"]:hover {
    background-color: var(--bg-black);
}
#kontakt-form .btn-row {
    text-align: center;
}
#kontakt-form .ajax-loader {
    left: initial !important;
    margin: 0 !important;
    right: 0 !important;
}
#kontakt-form span.wpcf7-not-valid-tip {
    background-color: #8A121C;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    margin: 0;
    padding: 4px 10px 6px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: left;
    width: auto;
}
#kontakt-form .btm-row {
    display: flex;
    flex-direction: column;
}
#kontakt-form .btm-row span.wpcf7-not-valid-tip {
    left: 0;
    margin: 0 auto !important;
    max-width: 140px;
    right: 0 !important;
    top: -15px;
}
#kontakt-form .btm-row .wpcf7-form-control-wrap {
    color: #000;
    display: inline-block;
    width: auto;
}
#kontakt-form .row:last-child .wpcf7-spinner {
    bottom: -25px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}


#kontakt-form .row.hcap-row {
	display: flex;
	justify-content: center;
}

#kontakt-form ::-webkit-input-placeholder {
    color: #3E3E3E !important;
    opacity: 1 !important;
}
#kontakt-form ::-moz-placeholder {
    color: #3E3E3E !important;
    opacity: 1 !important;
}
#kontakt-form :-ms-input-placeholder {
    color: #3E3E3E !important;
    opacity: 1 !important;
}
#kontakt-form :-moz-placeholder {
    color: #3E3E3E !important;
    opacity: 1 !important;
}

/** Main contact **/



/** Pop-up formular **/
.mfp-wrap .popup-form{
    opacity:0;
    transform:translateX(300px);
    transition:transform .5s ease,opacity .3s ease;
}
.mfp-wrap .popup-form .mfp-close{
    opacity:0;
    transform:translateX(-100%);
    transition:opacity .5s ease,transform .5s ease;
    transition-delay:.45s;
}
.mfp-ready .popup-form{
    opacity:1;
    transform:translateX(0);
}
.mfp-ready .popup-form .mfp-close{
    opacity:1;
    transform:translateX(0);
}


/** Back to Top **/
#back-top {
    background: url('assets/images/top-bottom.png') no-repeat center center #020a1c;
    background-size: 15px;
    border-radius: 5px;
    bottom: 70px;
    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;
}


/*--------------------------------------------------------------
 ## Galleri CSS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
 ## Global CSS -g
--------------------------------------------------------------*/
.z-1,.z-2,.z-3,.z-4,.z-5,.z-6,.z-7,.z-8,.z-9 {
    position: relative;
}
.z-1 {
    z-index: 1 !important;
}
.z-2 {
    z-index: 2 !important;
}
.z-3 {
    z-index: 3 !important;
}
.z-4 {
    z-index: 4 !important;
}

.g-shadow-6 {
    box-shadow: var(--shadow-box-06);
}
.g-shadow-16 {
    box-shadow: var(--shadow-box-16);
}

.g-text-center {
    text-align: center;
}

.g-full-container-100 {
    padding: 100px 0;
} 
.g-full-container-110 {
    padding: 110px 0;
} 
.g-full-container-120 {
    padding-top: 120px;
    padding-bottom: 118px;
}
.g-full-container-100 .btn-1,
.g-full-container-110 .btn-1,
.g-full-container-120 .btn-1 {
    margin-top: 45px;
}

.g-first-p-medium p:first-of-type {
    font-size: 20px;
    font-weight: var(--font-medium);
    margin-bottom: 32px;
}
.g-first-p-medium p:first-of-type label {
    color: var(--text-primary);
}

.g-img-right-style,
.g-img-left-style {
    position: relative;
    box-shadow: var(--shadow-box-16);
}
.g-img-right-style > .panel-background-overlay,
.g-img-left-style > .panel-background-overlay {
    background-repeat: no-repeat;
    background-size: 504px 100% !important;
}
.g-img-right-style > .panel-background-overlay {
    background-position-x: right;
}
.g-img-left-style > .panel-background-overlay {
    background-position-x: left;
}
.g-img-right-style:after,
.g-img-left-style:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 504px;
    z-index: -1;
}
.g-img-right-style:after {
    right: 0;
}
.g-img-left-style:after {
    left: 0;
}
.g-img-right-style:after,
.g-img-left-style:after {
    background: var(--bg-primary);
    opacity: .9;
}
.g-img-right-style label,
.g-img-left-style label {
    color: var(--text-primary);
}
.g-img-right-style .col-2,
.g-img-left-style .col-2 {
    align-items: center !important;
}
.g-img-right-style .col-2 > .panel-grid-cell,
.g-img-left-style .col-2 > .panel-grid-cell {
    width: 50% !important;
}
.g-img-right-style .col-2 > .panel-grid-cell:first-child {
    padding: 0 120px 0 52px;
}
.g-img-left-style .col-2 > .panel-grid-cell:last-child {
    padding: 0 52px 0 120px;
}
.g-img-right-style .col-2 > .panel-grid-cell:last-child,
.g-img-left-style .col-2 > .panel-grid-cell:first-child {
    display: flex;
    justify-content: center;
    padding: 0 20px;
}
.g-img-right-style .icon img,
.g-img-left-style .icon img {
    filter: drop-shadow(var(--shadow-box-16));
}

.fg-1 {
    position: relative;
    z-index: 1;
}
.fg-1 > .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: .96;
    z-index: -1;
}



/*--------------------------------------------------------------
 ## SiteOrigin CSS
--------------------------------------------------------------*/
.magic .sow-image-container,
.icon img,
#forside-row-3 .g-float .col-2 > .panel-grid-cell,
#rorfrysning-row-3 .col-2 > .panel-grid-cell,
#kontakt-row-1 .col-4 > .panel-grid-cell,
#kontakt-row-2.g-img-right-style .col-2 > .panel-grid-cell .text-box,
#kontakt-row-2.g-img-right-style .col-2 > .panel-grid-cell:last-child > .so-panel {
    -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 {
    -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*/
.text-box {
    position: relative;
    z-index: 1;
}
.text-box:after {
    content: '';
    display: inline-block;
    position: absolute;
}


.text-box:after {
    border: 1px solid rgba(159, 159, 159, .6);
    bottom: 8px;
    height: auto;
    left: 8px;
    top: 8px;
    right: 8px;
    width: auto;
    z-index: -1;
}

.icon img {
    filter: drop-shadow(var(--shadow-box-30));
}


#page-title-wrap {
    box-shadow: var(--shadow-box-06);
    background: var(--bg-off-white);
    text-align: center;
    padding: 37px 0 39.1px;
    position: relative;
    z-index: 10;
}
#page-title-wrap h1 {
    text-shadow: var(--shadow-text-16);
}



/*Forside Page*/
#forside-row-2.g-full-container-120 {
    padding-bottom: 400px;
}
#forside-row-2 .extra-pad {
    padding: 0 9%;
}
#forside-row-3 .g-float .col-2 {
    align-items: normal !important;
    gap: 0 40px;
    flex-wrap: wrap;
    margin-top: -285px;
    z-index: 2;
    position: relative;
  padding-bottom: 120px;
}
#forside-row-3 .g-float .col-2 > .panel-grid-cell {
    width: calc(50% - 1 * 20px);
    box-shadow: var(--shadow-box-16);
    position: relative;
    top: 0;
}
#forside-row-3 .g-float .col-2 > .panel-grid-cell:hover,
#rorfrysning-row-3 .col-2 > .panel-grid-cell:hover {
    box-shadow: var(--hover-shadow-box-16);
    top: -10px;
}
#forside-row-3 .g-float .col-2 > .panel-grid-cell:first-child .ornament-left-circle h2,
#rorfrysning-row-3 .col-2 > .panel-grid-cell:first-child .ornament-left-circle h2 {
    color: var(--text-white);
}
#forside-row-3 .g-float .col-2 > .panel-grid-cell:first-child .ornament-left-circle h2:after,
#rorfrysning-row-3 .col-2 > .panel-grid-cell:first-child .ornament-left-circle h2:after {
    background: rgba(255, 255, 255, 1);
}
#forside-row-3 .g-float .col-2 > .panel-grid-cell:first-child {
    color: var(--text-white);
    background: var(--bg-primary);
} 
#forside-row-3 .g-float .col-2 > .panel-grid-cell:last-child {
    background: var(--bg-secondary);
}
#forside-row-3 .g-float .col-2 > .panel-grid-cell:first-child .text-box:after,
#rorfrysning-row-3 .col-2 > .panel-grid-cell:first-child .text-box:after {
    border: 1px solid rgba(255, 255, 255, .6);
}
#forside-row-3 .g-float .col-2 > .panel-grid-cell .text-box {
    padding: 98px 77px 95px;
}
#forside-row-4.g-full-container-120 {
    padding-bottom: 520px;
}
#forside-row-4 .extra-pad {
    padding: 0 16%;
}
#forside-row-5 .g-float {
    position: relative;
    margin-top: -405px;
    z-index: 2;
}
#forside-row-5 .g-float .col-2 {
    align-items: normal !important;
    flex-direction: row !important;
}
#forside-row-5 .g-float .panel-layout > .panel-grid:first-child .col-2 > .panel-grid-cell:last-child  > .so-panel,
#forside-row-5 .g-float .panel-layout > .panel-grid:nth-child(2) .col-2 > .panel-grid-cell:first-child  > .so-panel {
    height: 100%;
}
#forside-row-5 .g-float .col-2 > .panel-grid-cell {
    width: 50% !important;
    box-shadow: var(--shadow-box-16);
    background: var(--bg-secondary);
    text-align: center;
}
#forside-row-5 .g-float .col-2 > .panel-grid-cell p {
    font-family: var(--font-montserrat);
    font-size: 1.75rem;
    text-shadow: var(--shadow-text-30);
    text-transform: uppercase;
    line-height: 1.4286;
}
#forside-row-5 .g-float .col-2 > .panel-grid-cell .text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 105px;
    justify-content: center;
    gap: 33px 0;
}
#forside-row-5 .extra-pad {
    padding: 0 30%;
}


/*Roerfrysning page*/
#rorfrysning-row-1 .extra-pad p:first-of-type {
    padding: 0 13%;
}
#rorfrysning-row-1 .extra-pad p:last-of-type {
    padding: 0 20%;
}
#rorfrysning-row-3.fg-1 > .panel-grid-cell:before {
    opacity: .9;
}
#rorfrysning-row-3 .col-2 {
    align-items: normal !important;
    gap: 0 40px;
}
#rorfrysning-row-3 .col-2 > .panel-grid-cell {
    width: calc(50% - 1 * 20px);
    box-shadow: var(--shadow-box-16);
    position: relative;
    top: 0;
}
#rorfrysning-row-3 .col-2 > .panel-grid-cell:first-child {
    color: var(--text-white);
    background: var(--bg-primary);
}
#rorfrysning-row-3 .col-2 > .panel-grid-cell:last-child {
    background: var(--bg-secondary);
}
#rorfrysning-row-3 .col-2 > .panel-grid-cell .text-box {
    padding: 98px 77px 95px;
}
#rorfrysning-row-5 .g-first-p-medium p:first-of-type {
    padding: 0 16%;
}
#rorfrysning-row-6 {
    background: var(--bg-secondary);
    padding: 39.5px 0;
}
#rorfrysning-row-6 .col-2 {
    align-items: center !important;
    flex-wrap: nowrap;
}
#rorfrysning-row-6 .col-2 > .panel-grid-cell:first-child {
    border-right: 1px solid rgba(0, 0, 0, .22);
    padding: 6.5px 90px 6.5px 0;
    display: inline-block;
    width: auto;
}
#rorfrysning-row-6 .col-2 > .panel-grid-cell:last-child {
    display: flex;
    align-items: center;
/*     width: 60.1%; */
	width: 63.1%;
    padding-left: 80px;
    justify-content: space-between;
    gap: 0 40px;
}
#rorfrysning-row-6 .col-2 > .panel-grid-cell:last-child > .so-panel:first-child {
/*     width: 70%; */
	width: 73%;
}

/*Kontakt Os Page*/
#kontakt-row-1 .col-4 {
    align-items: normal !important;
    padding: 0 53.5px;
}
#kontakt-row-1 .col-4 > .panel-grid-cell {
    background: var(--bg-secondary);
    box-shadow: 0 -3px 6px rgba(0, 0, 0, .16);
    width: calc(25% - 1 * 61.25px);
    top: 0;
    text-align: center;
    position: relative;
}
#kontakt-row-1 .col-4 > .panel-grid-cell:hover {
    box-shadow: 0 12px 12px rgba(0, 0, 0, .16);
    top: -10px;
}
#kontakt-row-1 .col-4 > .panel-grid-cell .text-box {
    padding: 60px 20px 55.5px;
}
#kontakt-row-1 .col-4 > .panel-grid-cell .sow-image-container {
    justify-content: center;
    margin-bottom: 33px;
}
#kontakt-row-1 .col-4 > .panel-grid-cell .icon img {
    filter: none;
}
#kontakt-row-1 .col-4 > .panel-grid-cell .title p {
    font-family: var(--font-bodoni);
    font-size: 1.75rem;
    text-shadow: var(--shadow-text-16);
    margin-bottom: 29px;
}
#kontakt-row-1 .col-4 > .panel-grid-cell .content p + p {
    margin-top: 12px;
}
#kontakt-row-2.g-img-right-style .col-2 > .panel-grid-cell:first-child {
  padding: 0 58px 0 52px;
}
#kontakt-row-2.g-img-right-style .col-2 > .panel-grid-cell .g-first-p-medium p:first-of-type {
    font-size: 18px;
}
#kontakt-row-2.g-img-right-style .col-2 > .panel-grid-cell .text-box {
    background: var(--bg-secondary);
    box-shadow: var(--shadow-box-16);
    text-align: center;
    padding: 31.5px 20px;
    margin-top: 35px;
    top: 0;
}
#kontakt-row-2.g-img-right-style .col-2 > .panel-grid-cell:last-child > .so-panel {
    background: var(--bg-off-white);
    display: flex;
    box-shadow: var(--shadow-box-16);
    width: 771px;
    height: 439px;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
}
#kontakt-row-2.g-img-right-style .col-2 > .panel-grid-cell .text-box p {
    font-family: var(--font-bodoni);
	font-size: 22px;
}
#kontakt-row-2.g-img-right-style .col-2 > .panel-grid-cell .text-box:hover,
#kontakt-row-2.g-img-right-style .col-2 > .panel-grid-cell:last-child > .so-panel:hover {
    top: -10px;
    box-shadow: var(--hover-shadow-box-16);
}
#kontakt-row-3 {
    background: var(--bg-off-white);
}

.tak-row-1#page-title-wrap p {
	font-size: 22px;
}



/*Cookies Page*/
#cookies-row-1 label {
    display: inline-block;
    font-size: 1.375rem;
    font-family: var(--font-bodoni);
    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;
}

.ornament-top-1-center h2, .ornament-top-1-center h3, .ornament-top-1-center h5,
.ornament-top-2-center h2, .ornament-top-2-center h3, .ornament-top-2-center h5 {
    background-size: 26px 26px;
    text-shadow: var(--shadow-text-16);
    position: relative;
}
.ornament-top-1-center h2, .ornament-top-1-center h3, .ornament-top-1-center h5 {
    background: url(assets/images/ornament-circle.png) no-repeat top center;
}
.ornament-top-2-center h2, .ornament-top-2-center h3, .ornament-top-2-center h5 {
    background: url(assets/images/ornament-snow.png) no-repeat top center;
}
.ornament-top-1-center h2:before, .ornament-top-1-center h3:before, .ornament-top-1-center h5:before,
.ornament-top-1-center h2:after, .ornament-top-1-center h3:after, .ornament-top-1-center h5:after,
.ornament-top-2-center h2:before, .ornament-top-2-center h3:before, .ornament-top-2-center h5:before,
.ornament-top-2-center h2:after, .ornament-top-2-center h3:after, .ornament-top-2-center h5:after  {
    background: #D4D4D4;
    content: '';
    display: inline-block;
    position: absolute;
    width: 137px;
    height: 1px;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ornament-top-1-center h2:before, .ornament-top-1-center h3:before, .ornament-top-1-center h5:before,
.ornament-top-2-center h2:before, .ornament-top-2-center h3:before, .ornament-top-2-center h5:before {
     left: 172px;
}
.ornament-top-1-center h2:after, .ornament-top-1-center h3:after, .ornament-top-1-center h5:after,
.ornament-top-2-center h2:after, .ornament-top-2-center h3:after, .ornament-top-2-center h5:after {
    right: 172px;
}
.ornament-top-1-center h2 {
    padding-top: 45px;
    margin-bottom: 35px;
}

.ornament-top-2-center h3 {
    padding-top: 47px;
    margin-bottom: 28px;
}
.ornament-top-2-center h5 {
    padding-top: 60px;
    margin-bottom: 45px;
}

.ornament-left-circle h2, .ornament-left-circle h3, .ornament-left-circle h5 {
    background: url(assets/images/ornament-circle.png) no-repeat left top;
    text-shadow: var(--shadow-text-16);
    position: relative;
}
.ornament-left-circle h2:after, .ornament-left-circle h3:after, .ornament-left-circle h5:after {
    content: '';
    background: var(--bg-black);
    display: inline-block;
    position: absolute;
    width: 62px;
    height: 1px;
    top: 10px;
    left: 30px;
}
.ornament-left-circle h2 {
    padding-top: 35px;
    margin-bottom: 25px;
}
.ornament-left-circle h3 {
    padding-top: 30px;
    margin-bottom: 20px;
}

/*-- 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: 95%;
    }
    .site-footer .wrap {
        max-width: 92%;
    }

    .site-header .header-right > #header-nav-wrap {
        left: 0;
    }

    .site-footer #footer-col-2 {
        max-width: 16%;
    }
    .site-footer #footer-col-3 {
        max-width: 23%;
    }
    .site-footer #footer-col-4 {
        padding-left: 50px;
        max-width: 29%;
    }

    #rorfrysning-row-6 .col-2 > .panel-grid-cell:first-child {
        padding: 6.5px 60px 6.5px 0;
    }
}

@media only screen and (max-width: 1799px) {
    #forside-row-4 .extra-pad {
        padding: 0 14%;
    }
    #forside-row-5 .g-float .col-2 > .panel-grid-cell .text-box {
        padding: 30px 65px;
    }

    #rorfrysning-row-5 .g-first-p-medium p:first-of-type {
        padding: 0 9%;
    }
    #rorfrysning-row-6 .col-2 > .panel-grid-cell:last-child {
        padding-left: 15px;
        width: 62.1%;
    }

    #kontakt-row-2.g-img-right-style .col-2 > .panel-grid-cell:first-child {
        padding: 0 58px 0 25px;
    }
}

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

    .g-img-right-style .col-2 > .panel-grid-cell:first-child {
        padding: 0 80px 0 30px;
    }
    .g-img-left-style .col-2 > .panel-grid-cell:last-child {
        padding: 0 30px 0 80px;
    }
    .g-img-right-style .col-2 > .panel-grid-cell:first-child,
    .g-img-left-style .col-2 > .panel-grid-cell:last-child {
        width: 55% !important;
    }
    .g-img-right-style .col-2 > .panel-grid-cell:last-child,
    .g-img-left-style .col-2 > .panel-grid-cell:first-child {
        width: 45% !important;
    }

    #forside-row-4 .extra-pad {
        padding: 0 8%;
    }

    #rorfrysning-row-1 .extra-pad p:first-of-type {
        padding: 0 6%;
    }
    #rorfrysning-row-1 .extra-pad p:last-of-type {
        padding: 0 14%;
    }
    #rorfrysning-row-6 .col-2 > .panel-grid-cell:first-child {
        padding: 6.5px 40px 6.5px 0;
    }
    #rorfrysning-row-6 .col-2 > .panel-grid-cell:last-child {
        width: 64%;
    }
    #rorfrysning-row-6 .col-2 > .panel-grid-cell:first-child h3 {
        font-size: 30px;
    }

    #kontakt-row-1 .col-4 > .panel-grid-cell {
        width: calc(25% - 1 * 33.25px);
    }
    #kontakt-row-2.g-img-right-style .col-2 > .panel-grid-cell:first-child {
        padding: 0 60px 0 30px;
    }
}
   
@media only screen and (max-width: 1599px) {
    .site-header .site-branding,
    .site-slider .left-bg {
        width: 30.6% !important;
    }

    .site-header .main-navigation ul.menu > li + li {
        margin-left: 25.5px;
    }

    .banner-wrap {
        width: 470px;
        margin-left: 80px !important;
    }
    .banner-wrap-text {
        padding: 60px !important;
    }
    .banner-wrap-text .title {
        font-size: 2.75rem;
        margin-bottom: 40px !important;
    }

    h2 {
        font-size: 2.375rem;
    }


    #forside-row-2 .extra-pad {
        padding: 0 0;
    }
    #forside-row-3 .g-float .col-2 > .panel-grid-cell .text-box,
    #rorfrysning-row-3 .col-2 > .panel-grid-cell .text-box {
        padding: 80px 50px 75px;
    }
    #forside-row-5 .g-float .col-2 > .panel-grid-cell .text-box {
        padding: 30px 45px;
    }
    #forside-row-5 .extra-pad {
        padding: 0 25%;
    }

    #rorfrysning-row-5 .g-first-p-medium p:first-of-type {
        padding: 0 5%;
    }
    #rorfrysning-row-6 .col-2 > .panel-grid-cell:first-child h3 {
        font-size: 26px;
    }
    #rorfrysning-row-6 .col-2 > .panel-grid-cell:first-child {
        padding: 6.5px 31px 6.5px 0;
    }
    #rorfrysning-row-6 .col-2 > .panel-grid-cell:last-child {
        width: 67%;
    }

    #kontakt-row-1 .col-4 {
        padding: 0 15.5px;
    }
    #kontakt-row-2.g-img-right-style .col-2 > .panel-grid-cell:first-child {
        width: 60% !important;
    }
    #kontakt-row-2.g-img-right-style .col-2 > .panel-grid-cell:last-child {
        width: 40% !important;
    }
}

@media only screen and (max-width: 1499px) {
	.site-header {
		height: 140px;
	}
	.gsticky .site-header {
		height: 115px;
	}
	.site-slider {
		margin-top: 140px;
	}
	
	
    .site-header .main-navigation ul.menu li a {
        padding: 14.5px 22px 10.5px 22px;
    }

    .banner-wrap {
        width: 445px;
    }
    .banner-wrap-text {
        padding: 50px 50px 60px !important;
    }
    .banner-wrap-text .title {
        font-size: 2.5rem;
        padding-top: 40px !important;
        margin-bottom: 30px !important;
    }

    .site-footer #footer-col-1 {
        max-width: 30%;
    }
    .site-footer #footer-col-2 {
        max-width: 13%;
    }
    .site-footer #footer-col-3 {
        max-width: 27%;
    }
    .site-footer #footer-col-4 {
        padding-left: 22px;
        left: 0;
        max-width: 30%;
    }

    .g-full-container-120 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .g-full-container-110 {
        padding: 95px 0;
    }

    h1 {
        font-size: 44px;
    }
    h2 {
        font-size: 2.25rem;
    }

    #forside-row-3 .g-float .col-2 {
        padding-bottom: 100px;
    }
    #forside-row-4.g-full-container-120 {
        padding-bottom: 480px;
    }
    #forside-row-5 .g-float .col-2 > .panel-grid-cell .text-box {
        padding: 50px 45px;
    }
    #forside-row-5 .g-float .col-2 > .panel-grid-cell p {
        font-size: 1.5rem;
    }

    #rorfrysning-row-6 .col-2 > .panel-grid-cell:last-child {
        width: 64%;
        gap: 0 20px;
    }
    #rorfrysning-row-6 .col-2 > .panel-grid-cell:last-child .btn-1 {
        padding: 9.5px 75.5px 9.5px 20px !important;
    }
    #rorfrysning-row-6 .col-2 > .panel-grid-cell:last-child .btn-1:after {
        right: 25px;
    } 
    #rorfrysning-row-6 .col-2 > .panel-grid-cell:last-child .btn-1:hover:after {
        right: 20px;
    }
}

@media only screen and (max-width: 1399px) {
    .wrap {
        max-width: 97%;
    }
    .site-footer .wrap {
        max-width: 94%;
    }

    .g-img-right-style .col-2 > .panel-grid-cell:first-child {
        padding: 0 50px 0 20px;
    }
    .g-img-left-style .col-2 > .panel-grid-cell:last-child {
        padding: 0 20px 0 50px;
    }
    #kontakt-row-2.g-img-right-style .col-2 > .panel-grid-cell:first-child {
        padding: 0 60px 0 20px;
    }

    #forside-row-2.g-full-container-120 {
        padding-bottom: 360px;
    }
    #forside-row-3 .g-float .col-2 > .panel-grid-cell .text-box, 
    #rorfrysning-row-3 .col-2 > .panel-grid-cell .text-box {
        padding: 70px 40px 75px;
    }
    #forside-row-4 .extra-pad {
        padding: 0 3%;
    }

    #rorfrysning-row-1 .extra-pad p:last-of-type {
        padding: 0 6%;
    }

    #kontakt-row-1 .col-4 > .panel-grid-cell {
        width: calc(25% - 1 * 15.25px);
    }
}

@media only screen and (max-width: 1360px) {
	.site-header {
        height: 130px;
    }
	.site-slider {
        margin-top: 130px;
    }
	
    .site-footer {
        font-size: 17px;
    }
    .site-footer .widget-title {
        font-size: 24px;
    }
    .site-footer #footer-col-3 label {
        width: 80px;
    }
    .site-footer #footer-col-4 label {
        width: 100px;
    }
	
	.inner-pages-only .banner-wrap-text {
        padding: 40px 50px 50px !important;
    }
	.inner-pages-only .banner-wrap-text .title {
		font-size: 36px;
		padding-top: 30px !important;
        margin-bottom: 25px !important;
	}

    #forside-row-5 .extra-pad {
        padding: 0 22%;
    }


    h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 2rem;
    }

    #rorfrysning-row-1 .extra-pad p:first-of-type,
    #rorfrysning-row-1 .extra-pad p:last-of-type,
    #rorfrysning-row-5 .g-first-p-medium p:first-of-type {
        padding: 0;
    }
    #rorfrysning-row-3 .col-2,
    #forside-row-3 .g-float .col-2 {
        gap: 0 20px;
    }
    #rorfrysning-row-3 .col-2 > .panel-grid-cell,
    #forside-row-3 .g-float .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 15px);
    }
    #rorfrysning-row-6 .col-2 > .panel-grid-cell:first-child {
        padding: 6.5px 35px 6.5px 0;
    }
    #rorfrysning-row-6 .col-2 > .panel-grid-cell:last-child {
        font-size: 16px;
        width: 62%;
    }
	#rorfrysning-row-6 .col-2 > .panel-grid-cell:last-child .btn-1 {
		font-size: 18px !important;
	}
	#rorfrysning-row-6 .col-2 > .panel-grid-cell:last-child .btn-1:after {
		background: url(assets/images/btn-arrow.png) no-repeat left 2px;
	}

    #kontakt-form {
        max-width: 95%;
    }
  
}

@media only screen and (max-width: 1279px) {
    .site-header .main-navigation a {
        font-size: 1rem;
    }

    .banner-wrap {
        width: 390px;
        margin-left: 50px !important;
    }
    .banner-wrap:before {
        width: 50px;
        right: -55px;
    }
    .banner-wrap-text .title {
        font-size: 36px;
		padding-top: 32px !important;
		margin-bottom: 25px !important;

    }
    .banner-wrap-text,
	.inner-pages-only .banner-wrap-text {
        padding: 40px 45px 40px !important;
    }

    .site-footer .footer-wrap {
        padding: 70.5px 0 65.5px;
    }
    .site-footer #footer-col-1 {
        max-width: 100%;
        margin-bottom: 50px;
        text-align: center;
    }
    .site-footer #footer-col-2 {
        max-width: 25%;
        padding-left: 30px;
    }
    .site-footer #footer-col-3 {
        max-width: 36%;
        padding-left: 50px;
    }
    .site-footer #footer-col-4 {
        max-width: 38%;
        padding-left: 50px;
    }

    .site-footer #footer-col-1 .sow-image-container {
        justify-content: center;
    }

    .ornament-top-2-center h5 {
        padding-top: 60px;
        margin-bottom: 35px;
    }

    h1 {
        font-size: 42px;
    }

    .g-full-container-120 {
        padding-top: 90px;
        padding-bottom: 80px;
    }
    .g-full-container-110 {
        padding: 75px 0;
    }

    .g-img-right-style:after, 
    .g-img-left-style:after {
        width: 350px;
    }
    .g-img-right-style > .panel-background-overlay, 
    .g-img-left-style > .panel-background-overlay {
        background-size: 350px 100% !important;
    }

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

    #forside-row-3 .g-float .col-2 {
        padding-bottom: 80px;
    }
    #forside-row-4 .extra-pad {
        padding: 0;
    }
    #forside-row-5 .g-float .col-2 > .panel-grid-cell p {
        font-size: 1.375rem;
    }

    #forside-row-3 .g-float .col-2 > .panel-grid-cell .text-box .ornament-left-circle h2, 
    #rorfrysning-row-3 .col-2 > .panel-grid-cell .text-box .ornament-left-circle h2 {
        font-size: 28px;
    }

    #rorfrysning-row-6 {
        padding: 20.5px 0 39.5px;
    }
    #rorfrysning-row-6 .col-2 {
        flex-wrap: wrap;
    }
    #rorfrysning-row-6 .col-2 > .panel-grid-cell:first-child,
    #rorfrysning-row-6 .col-2 > .panel-grid-cell:last-child {
        width: 100%;
        text-align: center;
    }
    #rorfrysning-row-6 .col-2 > .panel-grid-cell:first-child {
        padding: 0 0 15px ;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, .22);
    }
    #rorfrysning-row-6 .col-2 > .panel-grid-cell:last-child {
        flex-direction: column;
        padding: 20px 0 0;
        font-size: 18px;
        gap: 20px 0;
    }
    #rorfrysning-row-6 .col-2 > .panel-grid-cell:last-child > .so-panel:first-child {
        width: 100%;
    }
    #rorfrysning-row-6 .col-2 > .panel-grid-cell:last-child .btn-1 {
		font-size: 22px !important;
        padding: 5.5px 85.5px 6.5px 28px !important;
    }
    #rorfrysning-row-6 .col-2 > .panel-grid-cell:last-child .btn-1:after {
		background: url(assets/images/btn-arrow.png) no-repeat left 5px;
        right: 35px;
    }
    #rorfrysning-row-6 .col-2 > .panel-grid-cell:last-child .btn-1:hover:after {
        right: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .site-header,
    .gsticky .site-header {
        height: 105px;
    }
    .site-slider {
        margin-top: 105px;
    }
    .site-header .for-box {
        width: 55%;
    }
    .site-header .site-branding, .site-slider .left-bg {
        width: 32.6% !important;
    }
    .site-header .header-right > #header-nav-wrap {
        display: none;
    }
    .site-header .hmenu-wrapper {
        display: flex;
    }

    .banner-wrap {
        margin-left: 30px !important;
    }
    .banner-wrap-text {
        padding: 55px 35px 45px !important;
    }
	.inner-pages-only .banner-wrap-text {
        padding: 40px 35px 35px !important;
    }
    .banner-wrap-text .title {
        padding-top: 35px !important;
        margin-bottom: 25px !important;
    }
	.inner-pages-only .banner-wrap-text .title {
        font-size: 32px;
        padding-top: 28px !important;
        margin-bottom: 18px !important;
    }

    .g-full-container-120 {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .g-img-right-style .col-2 > .panel-grid-cell:first-child {
        padding: 0 30px 0 20px;
    }
    .g-img-left-style .col-2 > .panel-grid-cell:last-child {
        padding: 0 20px 0 30px;
    }
    #kontakt-row-2.g-img-right-style .col-2 > .panel-grid-cell:first-child {
        padding: 0 30px 0 20px;
    }

    #forside-row-5 .g-float .col-2 > .panel-grid-cell .text-box {
        padding: 50px 25px;
    }
    #forside-row-5 .g-float .col-2 > .panel-grid-cell p {
        font-size: 20px;
    }
    #forside-row-5 .extra-pad {
        padding: 0 14%;
    }

    #kontakt-row-1 .col-4 {
        gap: 30px;
        flex-direction: row !important;
    }
    #kontakt-row-1 .col-4 > .panel-grid-cell {
        width: calc(50% - 1 * 15.25px) !important;
    }
}

@media only screen and (max-width: 1099px) {
    .banner-wrap {
        width: 350px;
    }
    .banner-wrap:before {
        width: 30px;
        right: -35px;
    }
    .banner-wrap-text {
        padding: 35px 35px 35px !important;
    }
    .banner-wrap-text .title {
        font-size: 2rem;
        padding-top: 33px !important;
        margin-bottom: 20px !important;
    }
    .banner-wrap-text .btn-1 {
        font-size: 18px !important;
        padding: 5.5px 65.5px 9.5px 25px !important;
        z-index: 8;
    }
    .banner-wrap-text .btn-1:after {
		background: url(assets/images/btn-arrow.png) no-repeat left 2px;
        right: 21px;
    }
    .banner-wrap-text .btn-1:hover:after {
        right: 18px;
    }
	.inner-pages-only .banner-wrap-text .title {
        font-size: 30px;
        padding-top: 28px !important;
        margin-bottom: 17px !important;
    }


    .site-content {
        font-size: 17px;
    }

    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.75rem;
    }
    h5 {
        font-size: 1.5rem;
    }

    .g-first-p-medium p:first-of-type {
        font-size: 18px;
    }

    #forside-row-3 .g-float .col-2 > .panel-grid-cell .text-box, 
    #rorfrysning-row-3 .col-2 > .panel-grid-cell .text-box {
        padding: 65px 25px 55px;
    }

    #kontakt-form p {
        font-size: 17px;
    }

    .ornament-top-2-center h5 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1040px) {
    .site-footer #footer-col-2 {
        max-width: 19%;
    }
    .site-footer #footer-col-4 {
        max-width: 45%;
        padding-left: 35px;
    }
}

@media only screen and (max-width: 1024px) {
    .g-first-p-medium p:first-of-type {
        margin-bottom: 27px;
    }

    .ornament-top-1-center h2 {
        padding-top: 35px;
        margin-bottom: 30px;
    }

    .ornament-left-circle h2 {
        padding-top: 30px;
        margin-bottom: 20px;
    }

    .ornament-top-2-center h3 {
        padding-top: 35px;
        margin-bottom: 23px;
    }
    .ornament-top-2-center h5 {
        padding-top: 50px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .site-footer #footer-col-2 {
        max-width: 17%;
        padding-left: 0;
    }
    .site-footer #footer-col-3 {
        max-width: 39%;
        padding-left: 20px;
    }
    .site-footer #footer-col-4 {
        max-width: 44%;
        padding-left: 20px;
    }
	
	.inner-pages-only .banner-wrap-text .title {
		font-size: 28px;
	}

    .g-full-container-120,
    .g-full-container-110 {
        padding-top: 70px;
        padding-bottom: 60px;
    }

    .g-img-right-style .col-2,
    .g-img-left-style .col-2 {
        gap: 50px 0;
    }
    .g-img-left-style .col-2 {
        flex-direction: column-reverse !important;
    }
    .g-img-right-style .col-2 > .panel-grid-cell:first-child, 
    .g-img-right-style .col-2 > .panel-grid-cell:last-child, 
    .g-img-left-style .col-2 > .panel-grid-cell:first-child,
    .g-img-left-style .col-2 > .panel-grid-cell:last-child,
    #kontakt-row-2.g-img-right-style .col-2 > .panel-grid-cell:first-child,
    #kontakt-row-2.g-img-right-style .col-2 > .panel-grid-cell:last-child {
        width: 100% !important;
    }
    .g-img-right-style .col-2 > .panel-grid-cell:first-child,
    .g-img-left-style .col-2 > .panel-grid-cell:last-child,
    #kontakt-row-2.g-img-right-style .col-2 > .panel-grid-cell:first-child {
        padding: 0 10px 0 10px;
        text-align: center;
    }
    .g-img-right-style .col-2 .ornament-left-circle h2,
    .g-img-left-style .col-2 .ornament-left-circle h2,
    .g-img-right-style .col-2 .ornament-left-circle h3,
    .g-img-left-style .col-2 .ornament-left-circle h3 {
        background: url(assets/images/ornament-circle.png) no-repeat center top;
    }
    .g-img-right-style .col-2 .ornament-left-circle h2:after,
    .g-img-left-style .col-2 .ornament-left-circle h2:after,
    .g-img-right-style .col-2 .ornament-left-circle h3:after,
    .g-img-left-style .col-2 .ornament-left-circle h3:after {
        right: 172px;
        width: 137px;
        left: 0;
        margin: 0 auto;   
    }
    .g-img-right-style .col-2 .ornament-left-circle h2:before,
    .g-img-left-style .col-2 .ornament-left-circle h2:before,
    .g-img-right-style .col-2 .ornament-left-circle h3:before,
    .g-img-left-style .col-2 .ornament-left-circle h3:before {
        content: '';
        background: var(--bg-black);
        display: inline-block;
        position: absolute;
        left: 172px;
        width: 137px;
        height: 1px;
        top: 10px;
        right: 0;
        margin: 0 auto;   
    }
    .g-img-right-style > .panel-background-overlay, 
    .g-img-left-style > .panel-background-overlay {
        background-size: 100% 250px !important;
        background-position: bottom;
    }
    .g-img-right-style:after, .g-img-left-style:after {
        width: 100%;
        height: 250px;
        bottom: 0;
        top: initial;
    }
    .g-img-right-style .col-2 > .panel-grid-cell:last-child > .so-panel, 
    .g-img-left-style .col-2 > .panel-grid-cell:first-child > .so-panel {
        max-width: 75%;
    }


    #forside-row-2.g-full-container-120 {
        padding-bottom: 345px;
    }
    #forside-row-3 .g-float .col-2 {
        padding-bottom: 50px;
    }
    #forside-row-3 .g-float .col-2 {
        padding-bottom: 60px;
    }
    #rorfrysning-row-3 .col-2, 
    #forside-row-3 .g-float .col-2 {
        flex-direction: column;
        gap: 20px 0;
    }
    #rorfrysning-row-3 .col-2 > .panel-grid-cell, 
    #forside-row-3 .g-float .col-2 > .panel-grid-cell {
        width: 100%;
        text-align: center;
    }
    #rorfrysning-row-3 .col-2 > .panel-grid-cell .ornament-left-circle h2, 
    #forside-row-3 .g-float .col-2 > .panel-grid-cell .ornament-left-circle h2 {
        background: url(assets/images/ornament-circle.png) no-repeat center top;
    }
    #rorfrysning-row-3 .col-2 > .panel-grid-cell .ornament-left-circle h2:after, 
    #forside-row-3 .g-float .col-2 > .panel-grid-cell .ornament-left-circle h2:after {
        right: 172px;
        width: 137px;
        left: 0;
        margin: 0 auto;
    }
    #rorfrysning-row-3 .col-2 > .panel-grid-cell .ornament-left-circle h2:before, 
    #forside-row-3 .g-float .col-2 > .panel-grid-cell .ornament-left-circle h2:before {
        content: '';
        background: var(--bg-black);
        display: inline-block;
        position: absolute;
        left: 172px;
        width: 137px;
        height: 1px;
        top: 10px;
        right: 0;
        margin: 0 auto;
    }
    #forside-row-3 .g-float .col-2 > .panel-grid-cell:first-child .ornament-left-circle h2:before, 
    #rorfrysning-row-3 .col-2 > .panel-grid-cell:first-child .ornament-left-circle h2:before {
        background: rgba(255, 255, 255, 1);
    }

    #kontakt-row-2.g-img-right-style .col-2 > .panel-grid-cell:last-child > .so-panel {
        width: 600px;
        height: 350px;
    }

    #kontakt-form {
        max-width: 97%;
    }
    #kontakt-form p {
        margin-bottom: 50px;
    }
    #kontakt-form .row label {
        margin-bottom: 8px;
    }
    #kontakt-form .row.col-3 .col {
        width: calc(33.3333% - 1 * 6px) !important;
    }
    #kontakt-form .row.col-2 .col {
        width: calc(50% - 1 * 4px) !important;
    }
    #kontakt-form [type="text"], 
    #kontakt-form [type="tel"], 
    #kontakt-form [type="email"], 
    #kontakt-form textarea, 
    #kontakt-form select {
        font-size: 1rem;
    }
    #kontakt-form .row + .row {
        margin-top: 20px;
    }
    #kontakt-form .btm-row .col:last-child {
        margin-top: 5px;
    }
    #kontakt-form .row:last-child {
        margin-top: 10px;
    }
	#kontakt-form .row.btm-row label {
		margin: 0;
	}

}

@media only screen and (max-width: 899px) {
    .site-header, .gsticky .site-header {
        height: 100px;
    }
    .site-header .for-box {
        width: 70%;
    }
    .site-slider {
        margin-top: 100px;
    }

    .banner-wrap {
        width: 310px;
		margin-left: 20px !important;
    }
    .banner-wrap:before {
        width: 20px;
        right: -23px;
    }
    .banner-wrap-text {
        padding: 28px 35px 30px !important;
    }
    .banner-wrap-text .title {
        font-size: 26px !important;
        padding-top: 28px !important;
        margin-bottom: 15px !important;
    }
    .banner-wrap-text .btn-1 {
        padding: 9.5px 65.5px 10.5px 20px !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
    }
    .banner-wrap-text .btn-1:after {
        background: url(assets/images/btn-arrow.png) no-repeat left -6px;
    }
	.inner-pages-only .banner-wrap-text {
        padding: 30px 35px 35px !important;
    }
	.inner-pages-only .banner-wrap-text .title {
		font-size: 24px !important;
	}
	
	#resp-sidebar .site-branding {
		padding: 0 55px 20px;
	}
	#resp-sidebar .contact-sidebar .box a {
		font-size: 22px;
	}

    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 26px;
    }

    .site-footer #footer-col-2,
    .site-footer #footer-col-3 {
        margin-bottom: 50px;
    }
    .site-footer #footer-col-2,
    .site-footer #footer-col-3,
    .site-footer #footer-col-4 {
        max-width: 100%;
        padding: 0;
        text-align: center;
    }
    .site-footer .widget-title {
        background: url(assets/images/ornament-circle.png) no-repeat center top;
        margin: 0 0 25px;
    }
    .site-footer .widget-title:before {
        right: 100px;
        left: 0;
        margin: 0 auto;
    }
    .site-footer .widget-title:after {
        content: '';
        display: inline-block;
        background: var(--bg-white);
        width: 62px;
        height: 1px;
        top: 11px;
        left: 100px;
        right: 0;
        margin: 0 auto;
        position: absolute;
    }
    .site-footer #footer-col-3 .textwidget p:nth-child(2) {
        gap: 0;
        flex-direction: column;
    }
    .site-footer #footer-col-3 label,
    .site-footer #footer-col-4 label {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .site-footer #footer-col-3 .textwidget p + p,
    .site-footer #footer-col-4 .textwidget p + p {
        margin-top: 20px;
    }
    .site-footer #footer-col-3 .textwidget p:last-of-type {
        margin-top: 20px;
    }

    #forside-row-3 .g-float .col-2 {
        padding-bottom: 40px;
    }
    #forside-row-5 .extra-pad {
        padding: 0 6%;
    }
    #forside-row-3 .g-float .col-2 > .panel-grid-cell .text-box, 
    #rorfrysning-row-3 .col-2 > .panel-grid-cell .text-box {
        padding: 50px 25px 55px;
    }

    #rorfrysning-row-5.g-full-container-120 p br {
        display: none;
    }

    #kontakt-row-1 .col-4 > .panel-grid-cell .title p {
        font-size: 24px;
    }

}

@media only screen and (max-width: 800px) {
	.banner-wrap:before {
		display: none;
	}
}

@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;
    }

    #forside-row-4.g-full-container-120 {
        padding-bottom: 460px;
    }
	
	#kontakt-row-2.g-img-right-style .col-2 > .panel-grid-cell .text-box p {
		font-size: 20px;
	}
	.tak-row-1#page-title-wrap p {
		font-size: 20px;
	}

    blockquote p {
        font-size: 18px;
    }
 
}

@media only screen and (max-width: 767px) {
	.site-header, .gsticky .site-header {
        height: 80px;
    }
	.site-slider {
		margin-top: 80px;
	}
	.site-header .hmenu-wrapper {
		height: 40px;
	}
	.site-header .hmenu-wrapper .hamburger {
		height: 40px;
		padding: 6px 10px;
	}
	.site-header .hmenu-wrapper .hamburger-box {
		height: 18px;
		width: 33px;
	}
	.site-header .hmenu-wrapper .hamburger-inner, .site-header .hmenu-wrapper .hamburger-inner:after, .site-header .hmenu-wrapper .hamburger-inner:before,
	.site-header .hamburger--elastic .hamburger-inner:before {
		width: 33px;
	}
	.hamburger--elastic .hamburger-inner:before {
		top: 9px;
	}
	.hamburger--elastic .hamburger-inner::after {
		top: 19px;
	}
	
	.banner-wrap {
		display: none;
	}
	.site-slider .left-bg,
	.site-slider .main-bg {
		display: none;
	}
	.for-mobile.banner-wrap {
		box-shadow: var(--shadow-box-06);
		display: block;
		position: relative;
		z-index: 11;
	}
	.for-mobile  .banner-wrap-text {
		display: flex !important;
		background: var(--bg-primary);
		align-items: center !important;
		justify-content: space-between !important;
        padding: 26px 38px 26px !important;
    }
	.for-mobile .banner-wrap-text:before {
		border: 1px solid rgba(255, 255, 255, .6);
	}
	.for-mobile .banner-wrap-text:after {
		opacity: .09;
		filter: drop-shadow(0px 3px 15px white);
	}
	.for-mobile .banner-wrap-text:after {
    	background: url(assets/images/wm-banner.png) no-repeat center center;
	}
	.for-mobile .banner-wrap-text .title {
		background: none;
		color: var(--text-white);
		padding-top: 0 !important;
		margin-bottom: 0 !important;
		font-size: 28px !important
	}
	.for-mobile  .banner-wrap-text .btn-1:after {
        background: url(assets/images/b-arrow-btn.png) no-repeat left -6px;
    }
	.for-mobile  .banner-wrap-text .btn-1:hover:after {
        background: url(assets/images/btn-arrow.png) no-repeat left -6px;
    }
	.for-mobile .banner-wrap-text .title br {
		display: none;
	}
	.for-mobile .banner-wrap-text .title:before {
		display: none;
	}
	.for-mobile .banner-wrap-text .btn-1 {
		padding: 12.5px 72.5px 13.5px 27px !important;
		color: var(--text-black) !important;
		background: linear-gradient(to right, var(--bg-black) 50%, var(--bg-white) 50%);
    	background-size: 200% 100%;
		background-position: right center;
		
	}
	.for-mobile .banner-wrap-text .btn-1:hover {
		color: var(--hover-text-white) !important;
		background-position: left center;
	}
	
    #kontakt-row-2.g-full-container-110 p br {
        display: none;
    }
	
}

@media only screen and (max-width: 734px) {
	.for-mobile .banner-wrap-text .title {
		font-size: 24px !important;
	}
	
    #forside-row-5 .g-float .col-2 > .panel-grid-cell p {
        font-size: 18px;
    }

    #kontakt-row-2.g-img-right-style .col-2 > .panel-grid-cell:last-child > .so-panel {
        width: 600px;
        height: 280px;
    }

    #kontakt-form .row.col-3 {
        flex-wrap: wrap;
    }
    #kontakt-form .row.col-3 .col:not(:last-child) {
        width: calc(50% - 1 * 4px) !important;
    }
    #kontakt-form .row.col-3 .col:last-child {
        margin-top: 20px;
    }
    #kontakt-form > .row.col-2:nth-child(6) {
        flex-wrap: wrap;
    }
    #kontakt-form .row.col-3 .col:last-child,
    #kontakt-form > .row.col-2:nth-child(6) > .col {
        width: 100% !important;
    }
    #kontakt-form > .row.col-2:nth-child(6) > .col + .col {
        margin-top: 20px;
    }

    #kontakt-form .btm-row .col:first-child .wpcf7-form-control-wrap {
        font-size: 14px;
    }
    #kontakt-form input[type="checkbox"] {
        position: relative;
        top: -1px;
    }
}

@media only screen and (max-width: 666px) {
	.for-mobile .banner-wrap-text {
		padding: 26px 25px 26px !important;
	}
	
    h1 {
        font-size: 34px;
    }

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

    #forside-row-5 .extra-pad {
        padding: 0 1%;
    }

    #kontakt-row-1 .col-4 {
        gap: 20px;
    }
    #kontakt-row-1 .col-4 > .panel-grid-cell {
        width: calc(50% - 1 * 10px) !important;
    }
    #kontakt-row-1 .col-4 {
        padding: 0 5px;
    }
    #kontakt-row-1 .col-4 > .panel-grid-cell .title p {
        margin-bottom: 20px;
    }
    #kontakt-row-1 .col-4 > .panel-grid-cell .text-box {
        padding: 40px 20px 45.5px;
    }
}


@media only screen and (max-width: 599px) {
	.for-mobile .banner-wrap-text .title {
		font-size: 22px !important;
	}
	.for-mobile .banner-wrap-text .btn-1 {
        padding: 9.5px 58.5px 10.5px 20px !important;
    }
	.for-mobile .banner-wrap-text .btn-1:after,
	.for-mobile .banner-wrap-text .btn-1:hover:after {
        right: 15px;
    }
	
	
    .ornament-top-1-center h2:after, 
    .ornament-top-1-center h3:after, 
    .ornament-top-1-center h5:after, 
    .ornament-top-2-center h2:after, 
    .ornament-top-2-center h3:after, 
    .ornament-top-2-center h5:after,
    .g-img-right-style .col-2 .ornament-left-circle h2:after, 
    .g-img-left-style .col-2 .ornament-left-circle h2:after, 
    .g-img-right-style .col-2 .ornament-left-circle h3:after, 
    .g-img-left-style .col-2 .ornament-left-circle h3:after,
    #rorfrysning-row-3 .col-2 > .panel-grid-cell .ornament-left-circle h2:after, 
    #forside-row-3 .g-float .col-2 > .panel-grid-cell .ornament-left-circle h2:after {
        right: 125px;
        width: 90px;
    }
    .ornament-top-1-center h2:before, 
    .ornament-top-1-center h3:before, 
    .ornament-top-1-center h5:before, 
    .ornament-top-2-center h2:before, 
    .ornament-top-2-center h3:before, 
    .ornament-top-2-center h5:before,
    .g-img-right-style .col-2 .ornament-left-circle h2:before, 
    .g-img-left-style .col-2 .ornament-left-circle h2:before, 
    .g-img-right-style .col-2 .ornament-left-circle h3:before, 
    .g-img-left-style .col-2 .ornament-left-circle h3:before,
    #rorfrysning-row-3 .col-2 > .panel-grid-cell .ornament-left-circle h2:before, 
    #forside-row-3 .g-float .col-2 > .panel-grid-cell .ornament-left-circle h2:before {
        left: 125px;
        width: 90px;
    }

    #kontakt-form > .row.col-2 {
        flex-wrap: wrap;
    }
    #kontakt-form > .row.col-2 > .col {
        width: 100% !important;
    }
    #kontakt-form > .row.col-2 > .col + .col {
        margin-top: 20px;
    }
    #kontakt-form input[type="checkbox"] {
        margin-right: 3px;
    }
 
}


@media only screen and (max-width: 567px) {
	.for-mobile .banner-wrap-text .title {
        font-size: 21px !important;
    }
	.for-mobile .banner-wrap-text .btn-1 {
        padding: 10.5px 25px 10.5px !important;
    }
	.for-mobile .banner-wrap-text .btn-1:after {
		display: none;
	}
	  
	
    h2,
    #forside-row-3 .g-float .col-2 > .panel-grid-cell .text-box .ornament-left-circle h2, 
    #rorfrysning-row-3 .col-2 > .panel-grid-cell .text-box .ornament-left-circle h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 24px;
    }

    #forside-row-5 .g-float > .panel-layout > .panel-grid:nth-child(2) .col-2 {
        flex-direction: column-reverse !important;
    }
    #forside-row-5 .g-float .col-2 > .panel-grid-cell {
        width: 100% !important;
    }

    #rorfrysning-row-6 .col-2 > .panel-grid-cell:first-child h3 {
        font-size: 24px;
        line-height: 1.5;
    }

    #kontakt-row-1 .col-4 > .panel-grid-cell {
        width: 100% !important;
    }
    #kontakt-form input[type="checkbox"] {
        width: 14px;
        height: 14px;
    }
    #kontakt-form .btm-row .col:first-child .wpcf7-form-control-wrap {
        font-size: 12px;
    }

}


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

}

@media only screen and (max-width: 479px) {	
	.site-header, .gsticky .site-header {
        height: 68px;
    }
	.site-slider {
		margin-top: 68px;
	}

	#resp-sidebar .contact-sidebar .box a {
        font-size: 20px;
    }
	
	.for-mobile .banner-wrap-text:before {
		top: 5px;
		right: 5px;
		left: 5px;
		bottom: 5px;
	}
	
    .for-mobile .banner-wrap-text {
        padding: 20px 15px 25px !important;
    }
	.for-mobile .banner-wrap-text .title {
		font-size: 19px !important;
	}
    .for-mobile .banner-wrap-text .btn-1 {
        padding: 10.5px 18px 10.5px !important;
        font-size: 13px !important;
    }
	
	.btn-1,
	#rorfrysning-row-6 .col-2 > .panel-grid-cell:last-child .btn-1 {
		font-size: 20px !important;
		padding: 7.5px 79.5px 8.5px 23px !important;
	}
	.btn-1:after,
	#rorfrysning-row-6 .col-2 > .panel-grid-cell:last-child .btn-1:after {
		background: url(assets/images/btn-arrow.png) no-repeat left 2px;
	}
	
	 h1 {
        font-size: 30px;
    }

    h3 {
        line-height: 1.5;
    }

    .site-header .site-branding, .site-slider .left-bg {
        width: 45.6% !important;
    }
    .site-header .for-box {
        width: 80%;
    }

    .site-footer .footer-wrap {
        padding: 50.5px 0 55.5px;
    }

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

    .g-img-right-style > .panel-background-overlay, .g-img-left-style > .panel-background-overlay {
        background-size: 100% 150px !important;
    }
    .g-img-right-style:after, .g-img-left-style:after {
        height: 150px;
    }
    .g-img-right-style .col-2 > .panel-grid-cell:last-child > .so-panel, 
    .g-img-left-style .col-2 > .panel-grid-cell:first-child > .so-panel {
        max-width: 95%;
    }
	
    .g-full-container-120, .g-full-container-110 {
        padding-top: 65px;
        padding-bottom: 60px;
    }
	
	.ornament-top-2-center h5 {
        margin-bottom: 20px;
    }


    #kontakt-row-2.g-img-right-style .col-2 > .panel-grid-cell:last-child > .so-panel {
        width: 600px;
        height: 210px;
    }
    #kontakt-form .row.col-3 .col:not(:last-child) {
        width: 100% !important;
    }
    #kontakt-form .row.col-3 .col + .col {
        margin-top: 20px;
    }
    #kontakt-form input[type="checkbox"] {
        top: -13px;
    }
    #kontakt-form .btm-row .col:first-child .wpcf7-form-control-wrap {
        font-size: 13px;
        line-height: 1.6;
    }
	
	#cookies-row-1 ul {
		margin: 20px 0 20px 35px;
		list-style: disc;
	}
	#cookies-row-1 label {
		font-size: 20px;
	}
	#cookies-row-1 label::before {
		top: 3px;
	}
	
	
}

@media only screen and (max-width: 413px) {
	.for-mobile .banner-wrap-text {
        padding: 20px 15px 25px !important;
        flex-direction: column;
        gap: 10px;
    }
	.for-mobile .banner-wrap-text .title {
		font-size: 21px !important;
	}
	.for-mobile .banner-wrap-text .btn-1 {
        padding: 10.5px 30px 10.5px !important;
        font-size: 18px !important;
    }
	
	#resp-sidebar .site-branding {
        padding: 0 30px 20px;
    }
    #resp-sidebar #mobile-navigation li > a {
        font-size: 1rem;
    }
	#resp-sidebar .contact-sidebar .box a {
        font-size: 18px;
    }
    #resp-sidebar .contact-sidebar .email a {
        font-size: 17px;
    }
     
}

@media only screen and (max-width: 374px) {
 	.for-mobile .banner-wrap-text .title {
        font-size: 20px !important;
    }
}


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


/** Slidebar Overrides **/
@media only screen and (max-width: 2000px) and (min-width: 1600px) {
    .sb-slidebar {
        max-width: 420px;
        width: 100%;
    }
}
@media only screen and (max-width: 1599px) and (min-width: 1367px) {
    .sb-slidebar {
        max-width: 350px;
        width: 100%;
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .sb-slidebar {
        max-width: 350px;
        width: 100%;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 901px) {
    .sb-slidebar {
        max-width: 350px;
        width: 100%;
    }
}
@media only screen and (max-width: 900px) and (min-width: 768px) {
    .sb-slidebar {
        max-width: 350px;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) and (min-width: 568px) {
    .sb-slidebar {
        max-width: 350px;
        width: 100%;
    }
}
@media only screen and (max-width: 567px) and (min-width: 414px) {
    .sb-slidebar {
        max-width: 350px;
        width: 100%;
    }
}
@media only screen and (max-width: 413px) and (min-width: 321px) {
    .sb-slidebar {
        max-width: 290px;
        width: 100%;
    }
}
@media only screen and (max-width: 320px) and (min-width: 300px) {
    .sb-slidebar {
        max-width: 280px;
        width: 100%;
    }
}
