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


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

@font-face {
  font-family: 'CustomGeorgia';
  src: url('assets/fonts/georgia.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
    --font-georgia: 'CustomGeorgia'; 
    --font-poppins: 'Poppins', sans-serif;

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

    --bg-primary: #948383;
    --bg-secondary: #F9F6F2;
    --bg-off-white: #F8F8F8;

    --opacity-bg-secondary-90: rgba(247,246,242, .9);

    --text-primary: #948383;
    --text-black: #000;
    --text-white: #fff;

    --hover-text-black: #000;
    --hover-text-white: #fff;
    --hover-text-primary: #948383;

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

    --shadow-box-05: 0 3px 6px rgba(0,0,0, .05);
    --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-40: 0 6px 15px rgba(0,0,0, .4);

    --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-poppins);
    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-georgia);       
    font-weight: var(--font-regular);
    color: var(--text-black);
    margin: 0;
    text-transform: inherit;
    text-shadow: var(--shadow-text-20);
}
h1 {
    font-size: 2.625rem;
    line-height: 1.333;
}
h2 {
    font-size: 2.375rem;
    line-height: 1.474;
}
h3 {
    font-size: 2.125rem;
    line-height: 1.647;
}
h4 {
    font-size: 1.625rem;
}
h5 {
    font-size: 1.875rem;
    line-height: 1.867;
}


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-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-224 {
    width: 224px !important;
    padding: 13.5px 12.5px !important;
}
.btn-267 {
    width: 267px !important;
    padding: 13.5px 10px !important;
}
.btn-293 {
    width: 293px !important;
    padding: 13.5px 10px !important;
}
.btn-1 {
    box-shadow: var(--shadow-box-16);
}
.btn-1,
.btn-2 {
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    padding: 13.5px 29.5px;
    width: auto;
}
.btn-1,
.btn-2:hover {
    background: var(--bg-primary);
    color: var(--text-white) !important;
}
.btn-1:hover,
.btn-2 {
    color: var(--text-black) !important;
    border: 1px solid var(--bg-primary);
    background: transparent;
}
.btn-1:hover {
    box-shadow: none;
}

/*--------------------------------------------------------------
 ## 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,
.gsticky .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;
}


.header-wrapper {
    position: fixed;
    width: 100%;
    z-index: 999;
}
.site-header {
    background: var(--bg-secondary);
    border-top: 2px solid var(--bg-primary);
    box-shadow: var(--shadow-box-05);
    height: 162px;
    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%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.site-header .site-branding {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 14.4%;
}
.site-header .site-branding img {
    vertical-align: top;
    filter: drop-shadow(var(--shadow-box-20));
}
.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: flex-start;
    padding-top: 27px;
    height: 100%;
    width: inherit;
}
.site-header .header-right > .header-right-top {
    display: flex;
    align-items: flex-start;
    gap: 0 60px;
    margin-bottom: 17px;
}


.site-header .header-contact {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 59px;
}

.site-header .header-right .box a:hover {
    color: var(--hover-text-primary);
}
.site-header .header-right .box a {
    align-items: center;
    color: var(--text-black);
    padding-left: 48px;
    display: flex;
    font-size: 22px;
    font-weight: var(--font-regular);
    font-family: var(--font-poppins);
    position: relative;
}
.site-header .header-right .box a:before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 34px;
    height: 34px;
    filter: drop-shadow(var(--shadow-box-16));
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
.site-header .header-right .box.phone a:before {
    background: url(assets/images/kontakt-mobile.png) left center no-repeat;
}
.site-header .header-right .box.email a:before {
    background: url(assets/images/kontakt-email.png) left center no-repeat;
}

.site-header .hmenu-wrapper {
    background: var(--bg-primary);;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .6);
    bottom: 0;
    display: none;
    line-height: 1.25;
    height: 64px;
    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 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    height: 65px;
    justify-content: center;
    padding: 6px 31px;
    gap: 15px;
}
.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 {
    -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: #fff;
}

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

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

.gsticky .site-header {
    height: 150px;
}
.gsticky .site-header .header-right {
    padding-top: 20px;
}
.gsticky .site-header .main-navigation ul.menu > li.menu-item-has-children ul {
    margin: 23px 9px 0;
}


/*for banner box*/
#banner-text-section {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 10px 0;
    z-index: 1;
}
#banner-text-section > .panel-layout {
    margin: 0 10px;
    background: var(--opacity-bg-secondary-90);
    padding: 30px 40px;
}
#banner-text-section .col-3 {
    align-items: center !important;
    justify-content: space-between;
}
#banner-text-section .col-3 > .panel-grid-cell:first-child {
    width: auto;
    border-right: 1px solid rgba(148, 131, 131, .38);
    padding: 19.6px 35px 19.6px 0;
}
#banner-text-section .col-3 > .panel-grid-cell:nth-child(2) {
    width: 39%;
}
#banner-text-section .col-3 > .panel-grid-cell:last-child {
    width: auto;
    display: flex;
    justify-content: flex-end;

}
#banner-text-section .col-3 > .panel-grid-cell:last-child .btn-group p {
    display: flex;
    gap: 0 4.5px;

}
#banner-text-section .col-3 .btn-267 {
    font-size: 1rem !important;
}

#banner-text-section .title p {
    font-size: 2.25rem;
    font-family: var(--font-georgia);
    text-shadow: var(--shadow-text-20);
    line-height: 1.138;
}
#banner-text-section .text p {
    font-size: 1rem;
    line-height: 2;
}


/*--------------------------------------------------------------
 ## Body
--------------------------------------------------------------*/
.site-content {
    font-size: 18px;
    line-height: 175%;
/*    line-height: 145%;*/
    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: 700;*/
    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-secondary);
    color: var(--text-black);
    font-size: 18px;
    position: relative;
    /*margin-top: 60px;*/
    z-index: 4;
}
.site-footer:after {
    content: '';
    display: inline-block;
    background: url(assets/images/footer-polygon.png) no-repeat;
    width: 100%;
    height: 120px;
    top: -60px;
    left: 0;
    position: absolute;
}
.site-footer p,
.site-footer li {
    line-height: 1.777;
}
.site-footer p + p {
    margin: 0;
}

.site-footer a {
    color: #000;
}
.site-footer a:hover {
    color: var(--text-primary);
}
.site-footer .wrap {
    position: relative;
    max-width: 1720px;
    z-index: 4;
}
.site-footer .footer-wrap {
    padding: 100px 0 95px;
    z-index: 3;
}

.site-footer .footer-col {
    float: left;
    padding: 0;
    width: 100%;
}
.site-footer .widget-title {
    color: var(--text-black);
    font-family: var(--font-georgia);
    font-size: 24px;
    font-weight: var(--font-regular);
    line-height: 1.25;
    margin: 0 0 28px;
    position: relative;
    text-transform: inherit;
    text-shadow: var(--shadow-text-20);
}


.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 {
    color: var(--text-primary);
}
.site-footer .panel-grid {
    margin-bottom: 0 !important;
}
.site-footer #footer-col-1 {
    max-width: 100%;
    margin-bottom: 67px;
}
.site-footer #footer-col-2 {
    max-width: 24.3%;
}
.site-footer #footer-col-3 {
    max-width: 25%;
}
.site-footer #footer-col-4 {
    max-width: 24.7%;
}
.site-footer #footer-col-5 {
    display: flex;
    justify-content: flex-end;
    max-width: 24.7%;
    position: relative;
    left: 21px;
}

/*for english*/
[lang='en-AU'] .site-footer #footer-col-2 {
    max-width: 20.3%;
}
[lang='en-AU'] .site-footer #footer-col-3 {
    max-width: 20%;
}
[lang='en-AU'] .site-footer #footer-col-4 {
  max-width: 23.7%;
}
[lang='en-AU'] .site-footer #footer-col-5 {
    max-width: 35.7%;
    left: 0;
}

[lang='en-AU'] .site-footer #footer-col-4 label {
  width: 115px;
}
[lang='en-AU'] .site-footer #footer-col-5 label {
  width: 130px;
}
/*end*/

.site-footer #footer-col-1 .col-3 {
    align-items: center !important;
    flex-wrap: wrap;
}
.site-footer #footer-col-1 .col-3 > .panel-grid-cell {
    width: auto;
}
.site-footer #footer-col-1 .col-3 > .panel-grid-cell,
.site-footer #footer-col-1 .col-3 > .panel-grid-cell:nth-child(2) p {
    display: flex;
    align-items: center !important;
}
.site-footer #footer-col-1 .col-3 > .panel-grid-cell:nth-child(2) p {
    gap: 0 5px;
}
.site-footer #footer-col-1 .col-3 > .panel-grid-cell:first-child {
    justify-content: flex-start;
}
.site-footer #footer-col-1 .col-3 > .panel-grid-cell:nth-child(2) {
    justify-content: center;
    padding: 0 50px;
}
.site-footer #footer-col-1 .col-3 > .panel-grid-cell:last-child {
    justify-content: flex-end;
    gap: 0 40px;
}
.site-footer #footer-col-1 .col-3 > .panel-grid-cell:last-child img {
    filter: drop-shadow(var(--shadow-box-16));
}
.site-footer #footer-col-1 .col-3 > .panel-grid-cell:last-child img:hover {
    transform: scale(.95);
}
.site-footer #footer-col-1 .col-3 > .panel-grid-cell:first-child > .so-panel:first-child {
    border-right: 1px solid rgba(148, 131, 131, .38);
    padding: 15px 60px 15px 0;
}
.site-footer #footer-col-1 .col-3 > .panel-grid-cell:first-child > .so-panel:last-child {
    padding-left: 60px;
}
.site-footer #footer-col-1 .col-3 > .panel-grid-cell:last-child > .so-panel {
}
.site-footer #footer-col-1 .col-3 > .panel-grid-cell:last-child > .so-panel:nth-child(2) {
    border-right: 1px solid rgba(148, 131, 131, .38);
    border-left: 1px solid rgba(148, 131, 131, .38);
    padding: 0 40px;
}

.site-footer #footer-col-1 .btn-1,
.site-footer #footer-col-1 .btn-2 {
    width: 220px !important;
    padding: 7.1px 10px 5.1px;
}

.site-footer #footer-col-1 .sow-image-container img {
    filter: drop-shadow(var(--shadow-box-20));
}


.site-footer #footer-col-4 label,
.site-footer #footer-col-5 label {
    display: inline-block;
    font-weight: var(--font-medium);
}
.site-footer #footer-col-4 label {
    width: 93px;
}
.site-footer #footer-col-5 label {
    width: 96px;
}
.site-footer #footer-col-4 .textwidget p:nth-child(2) {
    display: flex;
    gap: 5px;
}
.site-footer #footer-col-4 .textwidget p:nth-child(3) {
    margin: 32px 0 25px;
}



#copyright-wrapper {
    background-color: var(--bg-secondary);
    border-top: 1px solid rgba(148, 131, 131, .38);
    float: left;
    overflow: hidden;
    padding: 10px 0 11px;
    position: relative;
    width: 100%;
    z-index: 1;
}
#copyright-wrapper .cdev {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    float: left;
}
#copyright-wrapper span {
    color: var(--text-primary);
    font-weight: var(--font-medium);
}
#copyright-wrapper .cdev:hover {
    color: var(--hover-text-primary);
}

/*--------------------------------------------------------------
 ## Header Menu
--------------------------------------------------------------*/
.site-header .main-navigation a {
    font-size: 18px;
    background: transparent;
    color: var(--text-black);
    font-family: var(--font-poppins);
    font-weight: var(--font-regular);
    text-transform: inherit;
    -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: 79.9px;
    margin-right: 0;
}
.site-header .main-navigation ul.menu li a {
    /*border-bottom: 2px solid transparent;*/
    position: relative;
    padding: 11px 0 11px;
}
.site-header #primary-menu > li.menu-item-has-children a {
    padding-left: 2.5px;
    padding-right: 2.5px;
    position: relative;
    left: 2px;
}
.site-header .main-navigation #primary-menu > li:nth-child(2) > .sub-menu a,
.site-header .main-navigation #primary-menu > li:nth-child(2) > .sub-menu > .menu-item-has-children > .sub-menu a {
    padding: 10px 15px 10px 20px;
} 


.site-header .main-navigation #primary-menu > li > .sub-menu > li > .sub-menu,
.site-header .main-navigation #primary-menu > li > .sub-menu > .menu-item-has-children > .sub-menu > li > .sub-menu {
    margin-top: 0;
}
.site-header .main-navigation #primary-menu > li:nth-child(2) > .sub-menu {
    width: 220px !important;
}
.site-header .main-navigation #primary-menu > li:nth-child(2) > .sub-menu > .menu-item-has-children > .sub-menu {
    left: 212px;
    width: 250px !important;
}
.site-header .main-navigation #primary-menu > li:nth-child(2) > .sub-menu > .menu-item-has-children > .sub-menu > li > .sub-menu {
    left: 232px;
    width: 250px !important;
}
.sf-menu ul {
    width: 215px !important;
}
.site-header .main-navigation ul.menu > li.menu-item-has-children ul > li a {
    font-size: 17px;
    font-family: 'Quicksand', sans-serif;
/*    padding: 12px 15px 12px 20px;*/
    padding: 10px 15px 10px 20px;
    color: #000 !important;
    left: 0;
    width: 100%;
    text-transform: inherit;
}
.site-header .main-navigation ul.menu > li.menu-item-has-children ul {
    background: #627d90;
/*    padding: 0 10px 0;*/
    margin-top: 28px;
    margin: 28px 9px 0;
}

/*.site-header .main-navigation ul.menu li.current-menu-item a,
.site-header .main-navigation ul.menu li.current-menu-ancestor a,
.site-header .main-navigation ul.menu li a:hover {
    content: '';
    display: inline-block;
    background: var(--bg-primary);
    height: 2px;
    width: 98%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}*/
.site-header .main-navigation ul.menu li.current-menu-item a:before,
.site-header .main-navigation ul.menu li.current-menu-ancestor a:before,
.site-header .main-navigation ul.menu li a:hover:before {
    content: '';
    display: inline-block;
    background: var(--bg-primary);
    height: 2px;
    width: 88%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.site-header .book-treatment-menu {
    margin-left: 79px !important;
}
.site-header .book-treatment-menu a {
    background: var(--bg-primary);
    box-shadow: var(--shadow-box-16);
    border: 1px solid transparent;
    border-radius: 4px;
    color: var(--text-white);
    text-transform: uppercase;
    padding: 14px 29px !important;
}
.site-header .book-treatment-menu a:before {
    display: none !important;
}
.site-header .book-treatment-menu a:hover {
    color: var(--text-black);
    border: 1px solid var(--bg-primary);
    box-shadow: none;
    background: transparent;
}

.site-header  .main-navigation ul.menu li > ul  a:hover {
    border-bottom: 3px solid transparent;
}
.site-header .main-navigation ul.menu > li.menu-item-has-children ul > li {
    background: var(--bg-primary);
    padding: 0 10px;
     -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 .main-navigation ul.menu > li.menu-item-has-children ul > li:hover,
.site-header .main-navigation ul.menu > li.menu-item-has-children ul > li.current-menu-item,
.site-header .main-navigation #primary-menu > li:nth-child(3) > .sub-menu > li.current-menu-ancestor,
.site-header .main-navigation #primary-menu > li:nth-child(3) > .sub-menu > .menu-item-has-children > .sub-menu > li.current-menu-ancestor {
    background: var(--bg-primary);
}
.site-header .main-navigation ul.menu > li.menu-item-has-children ul > li a {
    border-bottom: none;
}

.site-header .main-navigation ul.menu > li.menu-item-has-children ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.site-header .main-navigation ul.menu > li.menu-item-has-children ul > li a,
.site-header .main-navigation ul.menu > li.menu-item-has-children ul > li.current-menu-item a {
    color: #fff !important;
    position: relative;
}
.site-header .main-navigation ul.menu > li.menu-item-has-children ul > li a:hover,
.site-header .main-navigation ul.menu > li.menu-item-has-children ul > li.current-menu-item a {
    padding-left: 25px !important;
}


.site-header .main-navigation ul.menu ul > li:hover > a:before, 
.site-header .main-navigation ul.menu ul > li.current-menu-ancestor > a:before, 
.site-header .main-navigation ul.menu ul > li.current-menu-item > a:before  {
    content: '';
    display: inline-block;
    background: url(assets/images/arrow-white-menu.png) no-repeat left;
    position: absolute;
    width: 9px;
    height: 8px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.site-header .main-navigation ul.menu > li:hover > a > .sf-sub-indicator, 
.site-header .main-navigation ul.menu > li > a > .sf-sub-indicator {
  display: inline-block;
  margin-left: 11px;
  width: 14px;
}

.site-header .main-navigation ul.menu > li:hover > a > .sf-sub-indicator,
.site-header .main-navigation ul.menu > li > a > .sf-sub-indicator, 
.site-header .main-navigation ul.menu > .current-menu-parent > a > .sf-sub-indicator {
    background: url('assets/images/dd.png') no-repeat center center;
}


/*--------------------------------------------------------------
 ## Sidebars/ Mobile Menu
--------------------------------------------------------------*/
#sb-site {
    left: 0;
}
#resp-sidebar.sb-slidebar {
    background-color: #fafafa !important;
/*    background-color: #030F27 !important;*/
    -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 {
    background: #fafafa;
    padding: 0 10px 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;
    /*overflow-y: scroll !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; /* Ensure the submenu is displayed */
}

#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 > a:hover,
#resp-sidebar #mobile-navigation .menu > .current-menu-item > a,
#resp-sidebar #mobile-navigation .menu > .current-menu-ancestor > a,
#resp-sidebar #mobile-navigation .menu > .par-active > a,
#resp-sidebar #mobile-navigation .menu > li.menu-item-has-children:hover > a {
    background-color: var(--bg-primary) !important;
    color: #fff !important;
}
#resp-sidebar #mobile-navigation .menu > li > a:hover:before,
#resp-sidebar #mobile-navigation .menu > .current-menu-item > a:before,
#resp-sidebar #mobile-navigation .menu > .current-menu-ancestor > a:before,
#resp-sidebar #mobile-navigation .menu > .par-active > a:before,
#resp-sidebar #mobile-navigation .menu > li.menu-item-has-children:hover > a:before {
    background-color: #fff;
}
#resp-sidebar #mobile-navigation .menu .sub-menu li a:hover,
#resp-sidebar #mobile-navigation .menu .sub-menu .current-menu-ancestor > a,
#resp-sidebar #mobile-navigation .menu .sub-menu li.current-menu-item > a,
#resp-sidebar #mobile-navigation .menu .sub-menu li.par-active > a,
#resp-sidebar #mobile-navigation .menu .sub-menu li.menu-item-has-children:hover > a {
    color: var(--text-primary) !important;
}
#resp-sidebar #mobile-navigation li.menu-item-has-children {
    position: relative;
}
#resp-sidebar #mobile-navigation li.menu-item-has-children .caret {
    background: url('assets/images/icon-caret-hamburger.png') no-repeat center center;
    cursor: pointer;
    height: 52px;
    right: 0;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 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;
}
#resp-sidebar #mobile-navigation .sub-menu li.menu-item-has-children .caret {
    height: 32px;
}
#resp-sidebar #mobile-navigation #mobile-menu > li:hover .caret,
#resp-sidebar #mobile-navigation .menu > .current-menu-ancestor .caret {
    background: url('assets/images/icon-caret.png') no-repeat center center;
}

#resp-sidebar #mobile-navigation #mobile-menu > li.menu-item-has-children > ul > li .caret {
    background: url('assets/images/icon-caret-hamburger.png') no-repeat center center;
}
#resp-sidebar #mobile-navigation .menu li.par-active > .caret {    
    background: url('assets/images/icon-caret.png') no-repeat center center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#resp-sidebar #mobile-navigation .sub-menu {
    background-color: #e7e7e7;
    margin-top: 0 !important;
    display: none;
}
#resp-sidebar #mobile-navigation #mobile-menu > li > .sub-menu {
    padding: 15px 0 !important;
}
#resp-sidebar #mobile-navigation #mobile-menu > li > .sub-menu > li > .sub-menu {
    padding-left: 20px !important;
}
#resp-sidebar #mobile-navigation #mobile-menu > li > .sub-menu > li > .sub-menu li > a:before {
    border-radius: 50px;
    width: 6px;
    height: 6px;
}
#resp-sidebar #mobile-navigation #mobile-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu li > a:before {
    width: 8px;
    height: 3px;
    left: 32px;
}
#resp-sidebar #mobile-navigation .sub-menu li:first-child {
    border-top: 0 !important;
}
#resp-sidebar #mobile-navigation .sub-menu li:last-child {
    border-bottom: 0 !important;
}
#resp-sidebar #mobile-navigation .sub-menu .sub-menu li:first-child {
    padding-top: 0;
}
#resp-sidebar #mobile-navigation .sub-menu .sub-menu li:last-child {
    padding-bottom: 0;
}
#resp-sidebar #mobile-navigation .sub-menu li > a {
    font-size: 16px;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 40px;
    position: relative;
}
#resp-sidebar #mobile-navigation .sub-menu .sub-menu li > a {
    padding-left: 35px;
}
#resp-sidebar #mobile-navigation .sub-menu .sub-menu li > a {
    padding-left: 35px;
}
#resp-sidebar #mobile-navigation .sub-menu .sub-menu .sub-menu li > a {
    padding-left: 50px;
}
#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: inline-block;
    vertical-align: top;
    width: 100%;
}
#kontakt-form input[type="checkbox"] {
    accent-color: var(--bg-primary);
    width: 12px;
    height: 12px;
    margin-right: 4px;
}
#kontakt-form .text {
    margin-bottom: 30px;
}
#kontakt-form .row, #kontakt-form .inrow {
    float: left;
    width: 100%;
    display: flex;
}
#kontakt-form .row + .row {
    margin-top: 12px;
}
#kontakt-form .row .col + .col {
  padding-left: 6px;
}
#kontakt-form .btm-row .col:last-child {
  padding-left: 0;
}
#kontakt-form .row .col, #kontakt-form .row .incol {
    float: left;
    width: 50%;
}
#kontakt-form .row.col-3 .col {
    width: 33.33%;
}

#kontakt-form .row.col-3 .col + .col {
    padding-left: 8px;
}
#kontakt-form .row:last-child {
    margin-top: 30px;
    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: 30px;
}
#kontakt-form .btm-row .col:last-child div + div {
    margin-left: 10px;
    margin-top: 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: transparent;
    border-bottom: 1px solid #C9C9C9;
    border-top: none;
    border-left: none;
    border-right: none;
/*    box-shadow: 5px 5px 6px rgba(0, 0, 0, .16);*/
    border-radius: 0;
    color: #3E3E3E;
    display: inline-block;
    font-size: 18px;
    font-family: var(--font-poppins);
    font-weight: 400;
    height: 40px;
    padding: 5px 11px;
    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: #4c3126;
}
#kontakt-form select {
    background: url(assets/images/input-selct-pointer.png) no-repeat 94% 18px #fff;
}
#kontakt-form textarea {
    height: 98px;
    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);
    border: 1px solid var(--bg-primary);
    border-radius: 4px;
    box-shadow: var(--shadow-box-16);
/*    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.16);*/
    color: var(--text-white) !important;
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 62px;
    text-align: center;
    text-transform: uppercase;
    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,
#kontakt-form.common-kontakt input[type="submit"]:hover,
#kontakt-form.main-kontakt input[type="submit"]:hover {
    background-color: transparent;
    color: var(--hover-text-black) !important;
}
#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 ::-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 **/


/*Forside contact*/
#kontakt-form.forside-kontakt h5 {
    margin-bottom: 13px;
}
#kontakt-form.forside-kontakt p {
    margin-bottom: 39px;
}
#kontakt-form.forside-kontakt .row {
    width: 49%;
}
#kontakt-form.forside-kontakt .row.col-3 {
    flex-direction: column !important;
    margin-right: 15px;
}
#kontakt-form.forside-kontakt .row .col,
#kontakt-form.forside-kontakt .row.btm-row {
    width: 100%;
}
#kontakt-form.forside-kontakt .row.col-3 .col + .col {
    padding-left: 0px;
    padding-top: 21px;
}
#kontakt-form.forside-kontakt .row + .row {
    margin-top: 0;
}
#kontakt-form.forside-kontakt textarea {
    min-height: 162px;
}
#kontakt-form.forside-kontakt .btm-row .col:last-child {
    justify-content: flex-start;
    margin-top: 22px;
    margin: 22px 0 19px;
}
#kontakt-form.forside-kontakt .row:last-child .wpcf7-spinner {
    top: 7px;
    bottom: 0;
    right: 0;
    margin: auto 0 auto 15px;
    position: relative;
}
#kontakt-form label {
    color: var(--text-black) !important;
}

/*Main Contact*/
#kontakt-form.main-kontakt .row:nth-child(4) > .col,
#kontakt-form.main-kontakt .row:last-child > .col {
    width: 100%;
}
#kontakt-form.main-kontakt .btm-row .col:last-child {
    justify-content: center;
}
#kontakt-form.main-kontakt textarea {
    min-height: 114px;
}

/*Common contact*/
#kontakt-form.common-kontakt h5,
#kontakt-form.main-kontakt h2 {
    margin-bottom: 13px;
}
#kontakt-form p {
    margin-bottom: 39px;
}
#kontakt-form.common-kontakt {
    padding: 0 14.86%;
}
#kontakt-form.common-kontakt .row {
    width: 49%;
}
#kontakt-form.common-kontakt .row + .row {
    margin-top: 0;
}
#kontakt-form.common-kontakt .row.col-3 {
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px;
}
#kontakt-form.common-kontakt textarea {
    min-height: 101px;
}
#kontakt-form.common-kontakt .row.col-3 .col:not(:last-child) {
    width: 50%;
}
#kontakt-form.common-kontakt .row.col-3 .col:last-child {
    padding-top: 21px;
    padding-left: 0;
}
#kontakt-form.common-kontakt .row .col,
#kontakt-form.common-kontakt .row.col-3 .col:last-child {
    width: 100%;
}
#kontakt-form.common-kontakt .btm-row {
    width: 60%;
}
#kontakt-form .btm-row .col:last-child {
    margin-top: 25px;
    justify-content: flex-start;
}
#kontakt-form.common-kontakt .row:last-child {
    width: fit-content;
    float: right;
    margin-top: 19px;
}


#common-kontakt-bottom-section .wpcf7-response-output,
#common-kontakt-bottom-section .wpcf7-validation-errors,
#common-kontakt-bottom-section .wpcf7-mail-sent-ok {
    position: inherit;
    padding: 10px 0 !important;
}

/** 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: 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;
}
.z-5 {
    z-index: 5 !important;
}
.z-6 {
    z-index: 6 !important;
}
.z-7 {
    z-index: 7 !important;
}
.z-8 {
    z-index: 8 !important;
}
.z-9 {
    z-index: 9 !important;
}

.g-img-right-style .sow-image-container,
.g-img-right-style .sow-image-container:before,
.g-img-left-style .sow-image-container,
.g-img-left-style .sow-image-container:before,
.g-box-border,
.g-col-2-featured .col-2 > .panel-grid-cell .sow-image-container img,
.g-col-2-people 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;
}

.g-box-border:before,
.g-img-right-style .sow-image-container:before,
.g-img-left-style .sow-image-container:before,
.g-img-left-style .col-2 > .panel-grid-cell:first-child:before,
.g-img-right-style .col-2 > .panel-grid-cell:last-child:before {
    content: '';
    display: inline-block;
    position: absolute;
}

.g-full-container-100 {
    padding: 100px 0;
    position: relative;
}
.g-full-container {
    padding: 110px 0;
    position: relative;
}
.g-full-container-center {
    padding: 100px 0 110px;
    position: relative;
}
.g-full-container-left {
    padding: 100px 0 110px;
    position: relative;
}
.g-full-container-center label,
.g-full-container label {
    color: var(--text-primary);
}
.g-full-container-center .btn-1,
.g-full-container .btn-1,
.g-full-container-center .btn-2,
.g-full-container .btn-2,
.g-container-75 .btn-1,
.g-container-75 .btn-2,
.g-full-container-left .btn-1,
.g-full-container-left .btn-2,
.g-img-right-style .btn-1,
.g-img-right-style .btn-2,
.g-col-2 .btn-1,
.g-col-2 .btn-2,
.g-col-2-people .btn-1,
.g-col-2-people .btn-2,
.g-box-border .btn-1,
.g-box-border .btn-2,
#skinbooster-row-4 .col-2 > .panel-grid-cell .btn-1,
#skinbooster-row-4 .col-2 > .panel-grid-cell .btn-2 {
    margin-top: 45px;
}
.g-full-container-center { 
    text-align: center;
}
.g-container-75 {
    padding: 75px 0;
}

.g-full-container-center .g-special-bold p:first-of-type {
    margin-bottom: 30px;
}

.g-col-2 .col-2 > .panel-grid-cell {
    width: 50% !important;
}

.g-col-2-featured .featured-title {
    text-align: center;
    margin-bottom: 40px;
}
.g-col-2-featured .col-2 {
    padding: 0 20px;
    align-items: normal !important;
}
.g-col-2-featured .col-2 > .panel-grid-cell {
    width: 50% !important;
}
.g-col-2-featured .col-2 > .panel-grid-cell:first-child {
    border-right: 1px solid rgba(148, 131, 131, .38);
    padding-right: 85px;
}
.g-col-2-featured .col-2 > .panel-grid-cell:last-child {
    padding-left: 85px;
}
.g-col-2-featured .col-2 > .panel-grid-cell .so-widget-sow-image {
    box-shadow: var(--shadow-box-16);
    margin-bottom: 45px;
}
.g-col-2-featured .col-2 > .panel-grid-cell .sow-image-container img:hover {
    transform: scale(1.05);
}

.g-col-2-people .col-2 {
    align-items: normal !important;
}
.g-col-2-people .col-2 > .panel-grid-cell {
    width: 50% !important;
}
.g-col-2-people .person-left .col-2 > .panel-grid-cell:first-child,
.g-col-2-people .person-right .col-2 > .panel-grid-cell:last-child {
    display: flex;
    align-items: flex-end !important;
    overflow: hidden;
}
.g-col-2-people .person-left .col-2 > .panel-grid-cell:last-child,
.g-col-2-people .person-right .col-2 > .panel-grid-cell:first-child {
    padding: 100px 0 110px;
}
.g-col-2-people img {
    filter: drop-shadow( 5px -3px 7px rgba(0, 0, 0, .16));
}
.g-col-2-people img:hover {
    transform: scale(1.05);
}

.g-special-bold p:first-of-type {
    font-size: 1.25rem;
}
.g-special-bold p:first-of-type label {
    color: var(--text-primary);
}

.g-special-bold-18 p:first-of-type {
    margin-bottom: 33px;
}
.g-special-24 p:first-of-type {
    font-size: 1.5rem;
    font-family: var(--font-georgia);
    text-shadow: var(--shadow-text-20);
    line-height: 2.333;
}

.g-first-label p:first-of-type label,
.g-special-bold-18 p:first-of-type label {
    color: var(--text-primary);
}

.g-btn-group p:first-of-type {
    display: flex;
    justify-content: center;
    gap: 0 10px;
}

.g-box-border {
    position: relative;
    z-index: 1;

}
.g-box-border:before {
    border: 1px solid rgba(148, 131, 131, .38);
    bottom: 8px;
    height: auto;
    left: 8px;
    top: 8px;
    right: 8px;
    width: auto;
    z-index: -1;
}
.g-box-border .col-2 > .panel-grid-cell,
.g-box-border.col-2 > .panel-grid-cell {
    width: 50% !important;
}

.g-img-right,
.g-img-left {
    overflow: initial !important;
}
.g-img-right-style .col-2,
.g-img-left-style .col-2 {
    align-items: normal !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:last-child,
.g-img-left-style .col-2 > .panel-grid-cell:first-child {
    display: flex;
    align-items: center;
    position: relative;
}
.g-img-right-style .col-2 > .panel-grid-cell:last-child {
    justify-content: flex-end;
}
.g-img-left-style .col-2 > .panel-grid-cell:first-child {
    justify-content: flex-start;
}
.g-img-left-style .col-2 > .panel-grid-cell:first-child:before,
.g-img-right-style .col-2 > .panel-grid-cell:last-child:before {
    background: rgba(248, 248, 248, .98);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.g-img-right-style .col-2 > .panel-grid-cell:first-child {
    /*padding: 100px 50px 110px 100px;*/
    padding: 100px 0 110px;
}
.g-img-left-style .col-2 > .panel-grid-cell:last-child {
    padding: 100px 0 110px;
}
.g-img-right-style .col-2 > .panel-grid-cell:last-child,
.g-img-left-style .col-2 > .panel-grid-cell:first-child  {
    padding: 80px 0 90px;
}
.g-img-right-style .col-2 > .panel-grid-cell:last-child .so-panel {
    padding: 0 135px 0 50px;
}
.g-img-left-style .col-2 > .panel-grid-cell:first-child .so-panel {
    padding: 0 50px 0 135px;
}

.g-img-right-style .sow-image-container,
.g-img-left-style .sow-image-container {
    position: relative;
    box-shadow: var(--shadow-box-16);
    width: fit-content;
    z-index: 1;
}
.g-img-right-style .sow-image-container {
    right: 0;
}
.g-img-left-style .sow-image-container {
    left: 0;
}
.g-img-right-style .sow-image-container:hover {
    right: -16px;
}
.g-img-left-style .sow-image-container:hover {
    left: -16px;
}
.g-img-right-style .sow-image-container:before {
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-box-16);
    height: 100%;
    right: -16px;
    top: 16px;
    width: 100%;
    z-index: -1;
}
.g-img-left-style .sow-image-container:before {
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-box-16);
    height: 100%;
    left: -16px;
    top: 16px;
    width: 100%;
    z-index: -1;
}
.g-img-right-style .sow-image-container:hover:before {
    right: 16px;
}
.g-img-left-style .sow-image-container:hover:before {
    left: 16px;
}

.g-magic-left .col-2,
.g-magic-right .col-2 {
    align-items: normal !important;
}
.g-magic-left .col-2 > .panel-grid-cell,
.g-magic-right .col-2 > .panel-grid-cell {
    width: 50% !important;
}
.g-magic-right .col-2 > .panel-grid-cell:first-child {
    padding: 90px 80px 90px 95px;
}
.g-magic-right .col-2 > .panel-grid-cell:last-child > .so-panel,
.g-magic-left .col-2 > .panel-grid-cell:first-child > .so-panel {
    height: 100%;
}


.g-bg-secondary {
    background: var(--bg-secondary);
}
.g-bg-offwhite {
    background: var(--bg-off-white);
}

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



/*--------------------------------------------------------------
 ## SiteOrigin CSS
--------------------------------------------------------------*/
.magic .sow-image-container,
#common-kontakt-parkerings-section .col-2 img,
#forside-row-1 img,
#forside-row-3 .g-special-24 p:first-of-type img,
#forside-row-5 .wrap > .panel-layout > .panel-grid:before,
#forside-row-5 .wrap > .panel-layout > .panel-grid img,
.heading-title.w-icon img,
#forside-row-8 .col-2 > .panel-grid-cell img,
.foer-billede .img-hover img,
.foer-billede-single .img-hover img,
#kontakt-row-1 .col-4 img,
#skinbooster-row-3.col-3 > .panel-grid-cell img,
#patient-row-2 .col-2 > .panel-grid-cell 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);
}
#service-box .so-widget-image:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
#common-kontakt-parkerings-section .col-2 img:hover,
#forside-row-1 img:hover,
#forside-row-3 .g-special-24 p:first-of-type img:hover,
.heading-title.w-icon img:hover,
#forside-row-8 .col-2 > .panel-grid-cell img:hover,
#kontakt-row-1 .col-4 img:hover,
#skinbooster-row-3.col-3 > .panel-grid-cell img:hover,
#patient-row-2 .col-2 > .panel-grid-cell 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-5 .wrap > .panel-layout > .panel-grid:hover img,
.foer-billede .img-hover img:hover,
.foer-billede-single .img-hover 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*/
.text-box:after,
#forside-row-5 .wrap > .panel-layout > .panel-grid:before,
#forside-row-5 .link-text a:before,
#forside-row-7 .col-2 > .panel-grid-cell:last-child:before {
    content: '';
    display: inline-block;
    position: absolute;
}

/*full background */
#bottom-kontakt-row:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#page-title-wrap {
    box-shadow: var(--shadow-box-05);
    text-align: center;
    padding: 70px 0 69px;
    position: relative;
    z-index: 10;
}
#page-title-wrap h1 {
    text-shadow: var(--shadow-text-20);
}


/*for Forside page*/
#forside-row-1.g-full-container-center {
    padding-top: 107px;
}
#forside-row-1 .col-2 {
    align-items: center !important;
}
#forside-row-1 .col-2 > .panel-grid-cell:first-child {
    width: 73.38%;
    border-right: 1px solid rgba(148, 131, 131, .38);
    padding: 28.6px 50px;
}
#forside-row-1 .col-2 > .panel-grid-cell:last-child {
    width: 26.62%;
    display: flex;
    justify-content: center;
}
#forside-row-1 .col-2 > .panel-grid-cell:first-child > .so-panel:nth-child(2) {
    padding: 0 142px;
}
#forside-row-1 .col-2 .special-p {
    margin-top: 37px;
}
#forside-row-2 .panel-layout > .panel-grid {
    width: 56.6%;
}
#forside-row-2 .panel-layout > .panel-grid > .panel-grid-cell {
    padding: 0 20px 0 55px;
}
#forside-row-3 {
    padding: 60px 0 330px;
}
#forside-row-3 .panel-background-overlay {
    background-position: left center !important;
    opacity: .02 !important;
}
#forside-row-3 .col-2 {
    align-items: normal !important;
}
#forside-row-3 .col-2 > .panel-grid-cell {
    width: 50% !important;
    padding-top: 41.5px;
    padding-bottom: 41.5px;
}
#forside-row-3 .col-2 > .panel-grid-cell:first-child {
    border-right: 1px solid rgba(148, 131, 131, .38);
    padding-right: 70px;
}
#forside-row-3 .col-2 > .panel-grid-cell:last-child {
    padding-left: 75px;
}
#forside-row-3 .col-2 > .panel-grid-cell > .so-panel + .so-panel {
    margin-top: 30px !important;
}
#forside-row-3 .g-special-24 p:first-of-type {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
	position: relative;
	padding-left: 60px;
}
#forside-row-3 .g-special-24 p:first-of-type img {
/*     margin-right: 19px; */
	position: absolute;
	left: 0;
	top: 0;
}
#forside-row-3 label {
    color: var(--text-primary);
}
#forside-row-4  {
    display: flex;
    justify-content: flex-end;
    padding: 132px 50px 120px;
    margin-top: -270px;
    margin-bottom: 100px;
}
#forside-row-4 > .panel-grid-cell {
    width: 50% !important;
    text-align: center;
}
#forside-row-4 > .panel-grid-cell > .so-panel:nth-child(2) {
    padding: 0 107px;
}
#forside-row-4 .heading-title h2 {
    justify-content: center;
}
#forside-row-4 .heading-title.w-icon img {
    filter: drop-shadow(var(--shadow-box-40));
}
#forside-row-4 .btn-1 {
    margin-top: 45px;
}
#forside-row-5 .wrap > .panel-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 24px;
    margin-top: 25px;
}
#forside-row-5 .wrap > .panel-layout > .panel-grid {
    width: calc(33.3333% - 1 * 16.5px) !important;
    box-shadow: var(--shadow-box-16);
    position: relative;
    overflow: hidden;
}
#forside-row-5 .wrap > .panel-layout > .panel-grid .panel-grid-cell {
    position: relative;
}
#forside-row-5 .wrap > .panel-layout > .panel-grid {
    position: relative;
    z-index: 1;
}
#forside-row-5 .wrap > .panel-layout > .panel-grid:before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(72, 72, 72, 1));
    z-index: 1;
    pointer-events: none;
}
#forside-row-5 .wrap > .panel-layout > .panel-grid:hover:before {
    opacity: .7;
    height: 100%;
}
#forside-row-5 .wrap > .panel-layout > .panel-grid .panel-grid-cell > .so-panel:last-child {
    position: absolute;
    width: 100%;
    bottom: 0;
}
#forside-row-5 .link-text a {
    font-size: 1.75rem;
    font-family: var(--font-georgia);
    text-shadow: var(--shadow-text-20);
    color: var(--text-black) !important;
    background: var(--opacity-bg-secondary-90);
    display: block;
    margin: 8px;
    text-align: left;
    padding: 24.5px 80px 24.5px 40px;
    position: relative;
    z-index: 2;
}
#forside-row-5 .link-text a:hover {
    background: var(--bg-primary) !important;
    color: var(--text-white) !important;
}
#forside-row-5 .link-text a:before {
    background: url(assets/images/behandlinger-arrow.png) right center no-repeat;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 40px;
    height: 40px;
    margin: auto 0;
}
#forside-row-5 .link-text a:hover:before {
    background: url(assets/images/w-behandlinger-arrow.png) right center no-repeat;
}
#forside-row-6 > .panel-background-overlay {
    background-position: bottom right !important;
    opacity: .02 !important;
}
#forside-row-6 .btn-1,
#forside-row-6 .btn-2 {
    width: 293px !important;
    padding: 13.5px 10.91px;
}
#forside-row-7 .col-2 > .panel-grid-cell:first-child {
    padding-left: 125px;
    padding-right: 50px;
    background: var(--bg-off-white);
}
#forside-row-7.g-img-right-style .col-2 > .panel-grid-cell:first-child > .so-panel:last-child {
    padding-right: 80px;
}
#forside-row-7.g-img-right-style .col-2 > .panel-grid-cell:last-child .so-panel {
    padding-right: 145px;
}
#forside-row-7 .col-2 > .panel-grid-cell:last-child .g-full-container {
    display: flex;
    align-items: center;
    padding-left: 110px;
    padding-right: 125px;
    height: 100%;
}
#forside-row-8 .col-2 {
    align-items: normal !important;
}
#forside-row-8 .col-2 > .panel-grid-cell {
    text-align: center;
    width: 50% !important;
    padding: 41.7px 50px;
    display: flex;
    flex-direction: column;
}
#forside-row-8 .col-2 > .panel-grid-cell > .so-panel:nth-child(2) {
    padding: 0 115px;
}
#forside-row-8 .col-2 > .panel-grid-cell > .so-panel:last-child {
/*     margin-top: auto !important; */
}
#forside-row-8 .col-2 > .panel-grid-cell:first-child,
#forside-row-8 .col-2 > .panel-grid-cell .inner-col-2 > .panel-grid-cell:first-child {
    border-right: 1px solid rgba(148, 131, 131, .38);
}
#forside-row-8 .col-2 > .panel-grid-cell .heading-title.w-icon h3 {
    justify-content: center;
}
#forside-row-8 .col-2 > .panel-grid-cell .heading-title.w-icon img {
    filter: drop-shadow(var(--shadow-box-20));
    margin-right: 30px;

}
#forside-row-8 .col-2 > .panel-grid-cell .group {
    margin-top: 40px;
}
#forside-row-8 .col-2 > .panel-grid-cell .group p,
#forside-row-8 .col-2 > .panel-grid-cell .group p > a {
    display: flex;
    align-items: center;
    justify-content: center;
}
#forside-row-8 .col-2 > .panel-grid-cell .group img {
    margin-right: 15px;
    filter: drop-shadow(var(--shadow-box-05));
}
#forside-row-8 .col-2 > .panel-grid-cell .btn-1,
#forside-row-8 .col-2 > .panel-grid-cell .btn-2 {
    width: 224px !important;
    padding: 13.5px 11.91px;
}
#forside-row-8 .col-2 > .panel-grid-cell .inner-col-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
#forside-row-8 .col-2 > .panel-grid-cell .inner-col-2 > .panel-grid-cell {
    width: auto !important;
    padding: 0 30px;
}
#forside-row-8 .col-2 > .panel-grid-cell .inner-col-2 a {
    color: var(--text-black) !important;
}
#forside-row-8 .col-2 > .panel-grid-cell .inner-col-2 a:hover {
    color: var(--hover-text-primary) !important;
}
#forside-row-10 .wrap {
    padding: 130px 50px 125px 155px;
}
#forside-row-10.panel-row-style {
    background-position: bottom right 1px !important;
}
#forside-row-10 .wrap .textwidget {
    width: 60%;
    display: inline-block;
    padding-right: 78px;
}


/*For Behanndlinger pages*/
#behandling-row-1.g-img-right-style .col-2 > .panel-grid-cell:first-child {
    background: var(--bg-secondary);
    padding-left: 100px;
    padding-right: 80px;
}
#behandling-row-1.g-img-right-style .col-2 > .panel-grid-cell:first-child > .so-panel:not(:first-child) {
    padding-right: 50px;
}
#botox-row-3 .heading-title {
    text-align: center !important;
}
#botox-row-3 .g-box-border,
#hende-row-2 .g-box-border,
#filler-row-4 .g-box-border,
#exosomer-row-2 .g-box-border,
#ryn-row-3 .g-box-border,
#patient-row-2 .g-box-border {
    box-shadow: var(--shadow-box-16);
    background: rgba(255, 255, 255, .6);
    position: relative;
    top: 0;
}
#botox-row-3 .g-box-border,
#hende-row-2 .g-box-border {
    padding: 100px 70px;
}
#botox-row-3 .g-box-border:hover,
#hende-row-2 .g-box-border:hover,
#filler-row-4 .g-box-border:hover,
#exosomer-row-2 .g-box-border:hover,
#ryn-row-3 .g-box-border:hover,
#patient-row-2 .g-box-border:hover {
    box-shadow: var(--hover-shadow-box-16);
    top: -10px;
}
#botox-row-3 .g-box-border .col-2 {
    padding-top: 10px;
}
#botox-row-3 .g-box-border .col-2 > .panel-grid-cell {
    width: 50% !important;
}
#botox-row-3 .g-box-border .col-2 > .panel-grid-cell:first-child {
    padding-right: 50px;
}
#botox-row-3 .g-box-border .col-2 > .panel-grid-cell:last-child {
    padding-left: 50px;
}
#botox-row-4.g-col-2-people .col-2 > .panel-grid-cell:first-child {
    padding-left: 80px;
}
#botox-row-4.g-col-2-people .col-2 > .panel-grid-cell:last-child {
    padding-left: 23px;
    padding-right: 55px;
}
#botox-row-5.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child) {
    padding: 0 21%;
}
#botox-row-5 .panel-background-overlay {
    opacity: .02 !important;
    background-position: bottom left !important;
}

#hende-row-2 .col-2,
#filler-row-4 .col-2,
#vitaran-row-4 .col-2,
#ryn-row-3 .col-2,
#patient-row-2 .col-2 {
    align-items: normal !important;
}


#hende-row-1.g-col-2-people .col-2 > .panel-grid-cell:first-child {
    padding-left: 135px;
    padding-right: 10px;
}
#hende-row-1.g-col-2-people .col-2 > .panel-grid-cell:last-child {
    padding-left: 115px;
}

#ham-row-1 .col-2 {
    align-items: normal !important;
    justify-content: center;
}

#hende-row-2 .g-box-border {
    padding: 90px 100px;
}
#hende-row-2 .col-2 > .panel-grid-cell:first-child,
#filler-row-4 .col-2 > .panel-grid-cell:first-child,
#exosomer-row-2 .col-2 > .panel-grid-cell:first-child,
#ryn-row-3 .col-2 > .panel-grid-cell:first-child,
#patient-row-2 .col-2 > .panel-grid-cell:first-child {
    border-right: 1px solid rgba(148, 131, 131, .38);
    padding-right: 60px;
}
#hende-row-2 .col-2 > .panel-grid-cell:first-child .heading-title {
    padding-right: 100px;  
}
#hende-row-2 .col-2 > .panel-grid-cell:last-child,
#filler-row-4 .col-2 > .panel-grid-cell:last-child,
#patient-row-2 .col-2 > .panel-grid-cell:last-child {
    padding-left: 75px;
}
#hende-row-2 .col-2 > .panel-grid-cell:last-child .heading-title {
    padding-right: 150px;  
}

#ham-row-1.g-col-2-people .col-2 > .panel-grid-cell:first-child {
    padding-left: 115px;
}
#ham-row-1.g-col-2-people .col-2 > .panel-grid-cell:last-child {
    padding-left: 15px;
    padding-right: 100px;
}
#ham-row-2 .panel-grid-cell > .so-panel:not(:first-child) {
    padding: 0 15%;
}
#ham-row-3.g-img-right-style .col-2 > .panel-grid-cell:first-child,
#filler-row-2.g-img-right-style .col-2 > .panel-grid-cell:first-child,
#vitaran-row-2.g-img-right-style .col-2 > .panel-grid-cell:first-child {
    background: var(--bg-secondary);
    padding-left: 105px;
    padding-right: 50px;
}
#ham-row-3.g-img-right-style .col-2 > .panel-grid-cell:first-child > .so-panel:not(:first-child) {
    padding-right: 60px;   
}

#filler-row-2.g-img-right-style .col-2 > .panel-grid-cell:first-child {
    padding-right: 95px;
}
#filler-row-3 .panel-grid-cell > .so-panel:not(:first-child) {
    padding: 0 16.5%;
}
#filler-row-4 .g-box-border {
    padding: 100px 95px;
}
#filler-row-5 .panel-background-overlay {
    opacity: .02 !important;
    background-position: bottom left !important;
}
#filler-row-5.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child) {
    padding: 0 20%;
}
#filler-row-6.g-col-2-people .col-2 > .panel-grid-cell:first-child {
    padding-left: 100px;
}
#filler-row-6.g-col-2-people .col-2 > .panel-grid-cell:last-child {
    padding-right: 100px;
}
#filler-row-7.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child) {
    padding: 0 15%;
}

#skinbooster-row-1.g-full-container-center > .panel-grid-cell > .so-panel:not(:first-child) {
    padding: 0 17%;
}
#skinbooster-row-1.g-full-container-center > .panel-grid-cell > .so-panel:last-child {
    padding: 0 !important;
}
#skinbooster-row-1.g-full-container-center > .panel-grid-cell > .so-panel:last-child .wrap {
    padding: 0 20px;
    margin-top: 20px;
}
#skinbooster-row-1 .col-2 {
    align-items: normal !important;
}
#skinbooster-row-1 .col-2 > .panel-grid-cell {
    width: 50%;
}
#skinbooster-row-1 .wrap > .panel-layout > .panel-grid:first-child .col-2 > .panel-grid-cell:first-child > .so-panel,
#skinbooster-row-1 .wrap > .panel-layout > .panel-grid:last-child .col-2 > .panel-grid-cell:last-child > .so-panel {
    height: 100%;
}
#skinbooster-row-1 .wrap > .panel-layout > .panel-grid:first-child .col-2 > .panel-grid-cell:last-child,
#skinbooster-row-1 .wrap > .panel-layout > .panel-grid:last-child .col-2 > .panel-grid-cell:first-child  {
    background: var(--bg-off-white);
    padding: 75px 105px;
    text-align: left;
}
#skinbooster-row-2.g-img-left-style .col-2 > .panel-grid-cell:last-child {
    background: var(--bg-secondary);
    padding-right: 90px;
    padding-left: 105px;
}
#skinbooster-row-2.g-img-left-style .col-2 > .panel-grid-cell ul li + li {
    margin-top: 15px;
}
#skinbooster-row-3.col-3 {
    border-bottom: 6px solid var(--bg-primary);
    align-items: normal !important;
}
#skinbooster-row-3.col-3 > .panel-grid-cell img {
    margin-bottom: 17px;
}
#skinbooster-row-3.col-3 > .panel-grid-cell {
    width: 33.333% !important;
    padding: 110px 65px 100px;
}
#skinbooster-row-3.col-3 > .panel-grid-cell:nth-child(2) {
    background: var(--bg-off-white);
}
#skinbooster-row-4 > .panel-grid-cell > .so-panel > .panel-layout > .panel-grid:first-child .col-2 > .panel-grid-cell:first-child,
#skinbooster-row-4 > .panel-grid-cell > .so-panel > .panel-layout > .panel-grid:last-child .col-2 > .panel-grid-cell:last-child {
    background: var(--bg-off-white);
}
#skinbooster-row-4 > .panel-grid-cell > .so-panel > .panel-layout > .panel-grid:first-child .col-2 > .panel-grid-cell:last-child .so-panel,
#skinbooster-row-4 > .panel-grid-cell > .so-panel > .panel-layout > .panel-grid:last-child .col-2 > .panel-grid-cell:first-child .so-panel {
    z-index: 3;
    position: relative;
}
#skinbooster-row-4 .col-2 {
    align-items: normal !important;
}
#skinbooster-row-4 .col-2 > .panel-grid-cell {
    width: 50% !important;
    padding: 100px 80px;
}
#skinbooster-row-4 .col-2 > .panel-grid-cell .panel-background-overlay {
    opacity: .08 !important;
}

#vitaran-row-2.g-img-right-style .col-2 > .panel-grid-cell:first-child {
    padding-left: 105px;
    padding-right: 75px;
}
#vitaran-row-3.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child) {
    padding: 0 18%;
}
#vitaran-row-4.g-col-2-people .col-2 > .panel-grid-cell:first-child {
    width: 46.5% !important;
    padding-left: 170px;
    padding-right: 50px;
} 
#vitaran-row-4.g-col-2-people .col-2 > .panel-grid-cell:last-child {
    width: 53.5% !important;
    padding-left: 5px;
    padding-right: 80px;
}

#exosomer-row-1.g-col-2-people .col-2 > .panel-grid-cell:first-child {
    width: 48.8% !important;
    padding-left: 140px;
    padding-right: 50px;
}
#exosomer-row-1.g-col-2-people .col-2 > .panel-grid-cell:last-child {
    width: 51.2% !important;
    padding-right: 120px;
}
#exosomer-row-2 .g-box-border {
    padding: 80px 95px 90px;
}
#exosomer-row-2 .g-box-border .heading-title {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 3px;
}
#exosomer-row-2 .col-2 > .panel-grid-cell:first-child {
    display: flex;
    justify-content: flex-end;
    padding-right: 75px;
}
#exosomer-row-2 .col-2 > .panel-grid-cell:last-child {
    padding-left: 75px;
    padding-right: 125px;
}
#exosomer-row-3.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child) {
    padding: 0 18%;
}

#hydrapen-row-1 .panel-background-overlay,
#ryn-row-1 .panel-background-overlay,
#skinbooster-row-1 .panel-background-overlay,
#patient-row-1 .panel-background-overlay {
    opacity: .02 !important;
    background-position: bottom left !important;
}
#hydrapen-row-1.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child) {
    padding: 0 15%;
}
#hydrapen-row-2.g-img-left-style .col-2 > .panel-grid-cell:last-child {
    background: var(--bg-secondary);
    padding-right: 90px;
    padding-left: 105px;
}
#hydrapen-row-3.g-col-2-people .col-2 > .panel-grid-cell:first-child {
    width: 52% !important;
    padding-left: 137px;
}
#hydrapen-row-3.g-col-2-people .col-2 > .panel-grid-cell:last-child {
    width: 48% !important;
    padding-left: 145px;
}
#hydrapen-row-4 ul {
    column-count: 3;
    display: inline-block;
    gap: 0 160px;
    margin: 30px 0 45px;
}

#ryn-row-1.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child) {
    padding: 0 24%;
}
#ryn-row-2.g-col-2-people .col-2 > .panel-grid-cell:first-child {
    width: 48% !important;
    padding-left: 143px;
    padding-right: 50px;
}
#ryn-row-2.g-col-2-people .col-2 > .panel-grid-cell:last-child {
    width: 52% !important;
    padding-left: 20px;
    padding-right: 100px;
}
#ryn-row-3 .g-box-border {
    padding: 90px 103px;
}
#ryn-row-3 .col-2 > .panel-grid-cell:first-child {
    padding-right: 65px;
}
#ryn-row-3 .col-2 > .panel-grid-cell:last-child {
    padding-left: 75px;
}
#ryn-row-3 .g-box-border label {
    color: var(--text-primary);
}
#ryn-row-3 .g-box-border strong > label {
    font-weight: var(--font-semi-bold);
    color: var(--text-black);
}
#ryn-row-4.g-img-right-style .col-2 > .panel-grid-cell:first-child {
    background: var(--bg-secondary);
    padding-left: 103px;
    padding-right: 103px;
}


/*for Foer og AFter page*/
.foer-billede .heading-title,
.foer-billede-single .heading-title {
    text-align: center;
    width: 100%;
    margin-bottom: 70px;
}
.foer-billede .wrap > .panel-layout > .panel-grid + .panel-grid,
.foer-billede-single .wrap > .panel-layout > .panel-grid + .panel-grid {
    margin-top: 70px;
}
.foer-billede .col-2,
.foer-billede-single .col-2 {
    padding: 0 25px;
}
.foer-billede .col-2 .title,
.foer-billede-single .col-2 .title {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 14.25px 10px;
    margin-bottom: 2px;
}
.foer-billede .colored-title .col-2 .title,
.foer-billede-single .colored-title .col-2 .title {
    background: var(--bg-secondary);
}
.foer-billede .white-title .col-2 .title,
.foer-billede-single .white-title .col-2 .title {
    background: #fff;
}
.foer-billede .col-2 .title p,
.foer-billede-single .col-2 .title p {
    font-family: var(--font-georgia);
    font-size: 1.625rem;
}
.foer-billede .col-2  {
	align-items: normal !important;
}

.foer-billede .col-2 > .panel-grid-cell {
    width: calc(50% - 1 * 50px) !important;
}
.foer-billede .inner-col-2 > .panel-grid-cell {
    width: calc(50% - 1 * 1px) !important;
}
.foer-billede .img-hover .sow-image-container,
.foer-billede-single .img-hover .sow-image-container {
    overflow: hidden;
}
.foer-billede .img-hover img,
.foer-billede-single .img-hover img {
    width: 100%;
}
.foer-billede-single .col-2 > .panel-grid-cell {
    width: calc(50% - 1 * 1px) !important;
}


/*for Priser page*/
#priser-row-1 .wrap > .panel-layout > .panel-grid:first-child {
    margin-top: 22px;
}
#priser-row-1 .wrap > .panel-layout > .panel-grid + .panel-grid {
    margin-top: 60px;
}

/*for OM os page*/
#om-row-1 .panel-background-overlay {
    background-position: bottom left !important;
    opacity: .02 !important;
}
#om-row-1.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child) {
    padding: 0 17.5%;
}
#om-row-2.g-col-2-people .col-2 > .panel-grid-cell:first-child {
    width: 58% !important;
    padding-left: 110px;
    padding-right: 85px;
}
#om-row-2.g-col-2-people .col-2 > .panel-grid-cell:last-child {
    width: 42% !important;
    padding-left: 20px;
} 
#om-row-3.g-img-left-style .col-2 > .panel-grid-cell:last-child {
    background: var(--bg-secondary);
    padding-left: 110px;
    padding-right: 90px;
}
#om-row-4.g-img-right-style .col-2 > .panel-grid-cell:first-child {
    background: var(--bg-off-white);
    padding-left: 100px;
    padding-right: 100px;
}

/*for KOntakt page*/
#kontakt-row-1 .col-4 {
    align-items: normal !important;
    padding: 0 26px;
}
#kontakt-row-1 .col-4 > .panel-grid-cell {
    width: 25% !important;
    text-align: center;
    padding: 17px 20px;
}
#kontakt-row-1 .col-4 .title p {
    font-family: var(--font-georgia);
    font-size: 1.75rem;
    text-shadow: var(--shadow-text-20);
    margin-bottom: 30px;
}
#kontakt-row-1 .col-4 img {
    filter: drop-shadow(var(--shadow-box-20));
    margin-bottom: 25px;
}
#kontakt-row-1 .col-4 a {
    color: var(--text-black) !important;
}
#kontakt-row-1 .col-4 a:hover {
    color: var(--hover-text-primary) !important;
}
#kontakt-row-1 .col-4 > .panel-grid-cell + .panel-grid-cell {
    border-left: 1px solid rgba(148, 131, 131, .38);
}
#kontakt-row-1 .col-4 > .panel-grid-cell .sow-image-container {
    justify-content: center;
}
#kontakt-row-1 .col-4 > .panel-grid-cell p + p {
    margin-top: 7px;
}
.kontakt-row-2#common-kontakt-parkerings-section .col-2 > .panel-grid-cell:last-child p + p {
    margin-top: 1px;
}
.kontakt-row-2#common-kontakt-parkerings-section .col-2 > .panel-grid-cell:last-child p label {
    display: inline-block;
    width: 52.5%;
}
.kontakt-row-2#common-kontakt-parkerings-section .inner-col-2 > .panel-grid-cell:last-child > .so-panel:nth-last-child(2) {
    margin-top: initial !important;
}
.kontakt-row-2#common-kontakt-parkerings-section h5 {
    font-size: 28px;
}
#kontakt-row-3 #kontakt-form.main-kontakt {
    max-width: 52.1%;
}
#kontakt-row-4 .title {
    text-align: center;
    padding: 50px 0 54px;
}
#kontakt-row-4 iframe {
    vertical-align: top;
}
#kontakt-row-5 #common-behandlinger-slider-section .g-full-container-100 {
    background: #fff;
    padding-bottom: 155px;
}

/*Patientsikkerhed Page*/
#patient-row-2 .g-box-border {
  padding: 90px 85px;
}
#patient-row-2 .g-box-border label {
    color: var(--text-primary);
}
#patient-row-2 .col-2 > .panel-grid-cell {
    display: flex;
    flex-direction: column;
}
#patient-row-2 .col-2 > .panel-grid-cell .group p {
    display: flex;
    align-items: center;
    gap: 0 50px;
}
#patient-row-2 .col-2 > .panel-grid-cell .group .btn-1 {
    margin-top: 0;
}
#patient-row-2 .col-2 > .panel-grid-cell > .so-panel:last-child .so-widget-sow-image {
    margin-top: 50px;
}
#patient-row-2 .col-2 > .panel-grid-cell > .so-panel:last-child {
    margin-top: auto !important;
}


/*Om Cookies Page*/
#cookies-row-1.g-full-container label {
    display: inline-block;
    font-size: 1.375rem;
    font-family: var(--font-georgia);
    font-weight: var(--font-medium);
    color: var(--text-black);
    letter-spacing: 0.72px;
    line-height: 1.5;
    margin: 20px 0 0;
    padding-left: 18px;
    position: relative;
}
#cookies-row-1.g-full-container 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.g-full-container ul {
    margin: 20px 0 20px 20px;
}
#cookies-row-1.g-full-container ul li {
	background-size: 15px 15px;
	background-position: left 11px;
	padding: 3px 0 3px 25px;
}

/*Common Bottom Kontakt Widget*/
#common-kontakt-parkerings-section .col-2 {
    position: relative;
}
#common-kontakt-parkerings-section .col-2,
#common-kontakt-parkerings-section .inner-col-2 {
    align-items: normal !important;
}
#common-kontakt-parkerings-section .col-2 > .panel-grid-cell {
    width: 50% !important;
}
#common-kontakt-parkerings-section .col-2 > .panel-grid-cell > .so-panel,
#common-kontakt-parkerings-section .col-2 > .panel-grid-cell > .so-panel > .panel-layout,
#common-kontakt-parkerings-section .col-2 > .panel-grid-cell > .so-panel > .panel-layout > .panel-grid,
#common-kontakt-parkerings-section .inner-col-2 {
    height: 100%;
}
#common-kontakt-parkerings-section .col-2 .icon img {
    filter: drop-shadow(var(--shadow-box-20));
    margin-bottom: 8px;
}
#common-kontakt-parkerings-section .inner-col-2 > .panel-grid-cell:first-child {
    background: var(--bg-secondary);
    width: 33.16% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
}
#common-kontakt-parkerings-section .inner-col-2 > .panel-grid-cell:last-child {
    width: 66.84% !important;
    padding: 80px 70px 80px 70px;
    display: flex;
    flex-direction: column;
}
#common-kontakt-parkerings-section .inner-col-2 > .panel-grid-cell:last-child > .so-panel:nth-last-child(2) {
/*     margin-top: auto !important;    */
}
#common-kontakt-parkerings-section .tel-col-2 {
    display: flex;
    align-items: center !important;
    justify-content: flex-start;
}
#common-kontakt-parkerings-section .tel-col-2 > .panel-grid-cell {
    width: auto !important;
}
#common-kontakt-parkerings-section .tel-col-2 > .panel-grid-cell:first-child {
    border-right: 1px solid rgba(148, 131, 131, .38);
    padding: 3.5px 27px 3.5px 0;
}
#common-kontakt-parkerings-section .tel-col-2 > .panel-grid-cell:last-child {
    padding-left: 27px;
}
#common-kontakt-parkerings-section .group {
    margin-top: 20px;
}
#common-kontakt-parkerings-section .group p,
#common-kontakt-parkerings-section .group p > a {
    display: flex;
    align-items: center;
    font-size: 22px;
}
#common-kontakt-parkerings-section .group p > a {
    color: var(--text-black) !important;
}
#common-kontakt-parkerings-section .group p > a:hover {
    color: var(--hover-text-primary) !important;
}
#common-kontakt-parkerings-section .group img {
    margin-right: 15px;
    filter: drop-shadow(var(--shadow-box-05));
}
#common-kontakt-parkerings-section .g-btn-group p:first-of-type {
    justify-content: flex-start;
    gap: 0 9px;
}
#common-kontakt-parkerings-section .btn-1,
#common-kontakt-parkerings-section .btn-2 {
    margin-top: 30px;
    width: 224px;
    padding: 13.5px 12.5px;
}

/*Testimonial Widget*/

#testimonial-slider-section {
    border-top: 4px solid var(--bg-primary);
    box-shadow: var(--shadow-box-05);
}
#testimonial-slider-section .col-2 {
    background: var(--bg-secondary);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .16);
    margin-top: 35px;
}
#testimonial-slider-section .col-2 > .panel-grid-cell {
    width: 50% !important;
}
#testimonial-slider-section .col-2,
#testimonial-slider-section .inner-col-2 {
    align-items: normal !important;
}
#testimonial-slider-section .inner-col-2 > .panel-grid-cell {
    width: calc(50% - 1 * 1px) !important;
}
#testimonial-slider-section .col-2 > .panel-grid-cell > .so-panel,
#testimonial-slider-section .col-2 .g-box-border,
#testimonial-slider-section .col-2 > .panel-grid-cell:first-child > .so-panel > .panel-layout,
#testimonial-slider-section .col-2 > .panel-grid-cell:first-child > .so-panel > .panel-layout > .panel-grid,
#testimonial-slider-section .inner-col-2,
#testimonial-slider-section .inner-col-2 > .panel-grid-cell:first-child > .so-panel {
    height: 100%;
}
#testimonial-slider-section .inner-col-2 > .panel-grid-cell:last-child > .so-panel {
    height: 50%;
}
#testimonial-slider-section .inner-col-2 > .panel-grid-cell:last-child > .so-panel + .so-panel {
    margin-top: 2px !important;
}

/*end*/

/*Common Kontakt Section*/
#common-kontakt-bottom-section {
    position: relative;
}
#common-kontakt-bottom-section .g-full-container-center {
    padding-bottom: 170px;
}
#common-kontakt-bottom-section .panel-background-overlay {
    background-position: bottom right !important;
    opacity: .02 !important;
}
/*end*/

/*page box slider*/
#common-behandlinger-slider-section {
    background: var(--bg-off-white);
}
/*end*/


.special-p p {
    font-size: 1.375rem;
    font-family: var(--font-georgia);
    text-shadow: var(--shadow-text-20);
    line-height: 1.636;
}

.heading-title.w-icon h1, .heading-title.w-icon h2, .heading-title.w-icon h3 {
    display: flex;
    align-items: center;
}
.heading-title.w-icon img {
    margin-right: 19px;
}

.heading-title h1 {
    margin-bottom: 38px;
}
.heading-title h2 {
    margin-bottom: 30px;
}
.heading-title h3 {
    margin-bottom: 22px;
}
.heading-title h5 {
    margin-bottom: 22px;
}

.g-full-container-center .heading-title h2 {
    margin-bottom: 34px;
}
.g-full-container-center .heading-title h3 {
    margin-bottom: 31px;
}

/*-- 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%;
    }
    .site-header .main-navigation ul.menu > li + li {
        margin-left: 60px;
    }
    .site-header .book-treatment-menu {
        margin-left: 69px !important;
    }

    .site-footer .wrap {
        max-width: 92%;
    }

    #banner-text-section > .panel-layout {
        padding: 25px 20px;
    }
    .btn-267 {
        width: 235px !important;
    }

    .g-img-right-style .col-2 > .panel-grid-cell:last-child .so-panel {
        padding: 0 90px 0 80px;
    }
    .g-img-left-style .col-2 > .panel-grid-cell:first-child .so-panel {
        padding: 0 80px 0 90px;
    }
    .g-magic-right .col-2 > .panel-grid-cell:first-child {
        padding: 90px 60px 90px 60px;
    }
    .g-img-right-style .col-2 > .panel-grid-cell:first-child,
    .g-img-left-style .col-2 > .panel-grid-cell:last-child {
        padding: 90px 0 90px;
    }
    .g-col-2-featured .col-2 > .panel-grid-cell:first-child {
        padding-right: 60px;
    }
    .g-col-2-featured .col-2 > .panel-grid-cell:last-child {
        padding-left: 60px;
    }
    .g-col-2-featured .col-2 {
        padding: 0 10px;
    }

    #common-kontakt-parkerings-section .inner-col-2 > .panel-grid-cell:first-child {
        width: 31.16% !important;
    }
    #common-kontakt-parkerings-section .inner-col-2 > .panel-grid-cell:last-child {
        width: 68.84% !important;
        padding: 60px 50px;
    }

    #forside-row-2 .panel-layout > .panel-grid > .panel-grid-cell {
        padding: 0 20px 0 25px;
    }
    #forside-row-4 > .panel-grid-cell > .so-panel:nth-child(2) {
        padding: 0 88px;
    }
    #forside-row-7 .col-2 > .panel-grid-cell:first-child {
        padding-left: 70px;
        padding-right: 50px
    }
    #forside-row-7.g-img-right-style .col-2 > .panel-grid-cell:first-child > .so-panel:last-child {
        padding-right: 0;
    }
    [lang='en-AU'] #forside-row-8 .col-2 > .panel-grid-cell > .so-panel:nth-child(2) {
        padding: 0 45px;
    }
    #forside-row-10 .wrap {
        padding: 130px 50px 125px 60px;
    }
    #forside-row-10 .wrap .textwidget {
        padding-right: 85px;
    }  

    #behandling-row-1.g-img-right-style .col-2 > .panel-grid-cell:first-child {
        padding-left: 50px;
        padding-right: 50px;
    }
    #botox-row-5.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child) {
        padding: 0 16%;
    }

    #hende-row-1.g-col-2-people .col-2 > .panel-grid-cell:first-child {
        padding-left: 80px;
        padding-right: 10px;
    }
    #hende-row-2 .g-box-border,
    #filler-row-4 .g-box-border,
    #ryn-row-3 .g-box-border,
    #patient-row-2 .g-box-border {
        padding: 70px 60px;
    }

    #ham-row-2 .panel-grid-cell > .so-panel:not(:first-child) {
        padding: 0 10%;
    }

    #ham-row-3.g-img-right-style .col-2 > .panel-grid-cell:first-child, 
    #filler-row-2.g-img-right-style .col-2 > .panel-grid-cell:first-child, 
    #vitaran-row-2.g-img-right-style .col-2 > .panel-grid-cell:first-child {
        padding-left: 70px;
        padding-right: 50px;
    }

    #filler-row-3 .panel-grid-cell > .so-panel:not(:first-child) {
        padding: 0 10.5%;
    }
    #filler-row-5.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child) {
        padding: 0 13%;
    }
    #filler-row-7.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child) {
        padding: 0 5%;
    }

    #vitaran-row-3.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child) {
        padding: 0 10%;
    }

    #exosomer-row-2 .col-2 > .panel-grid-cell:first-child {
        justify-content: center;
    }
    #exosomer-row-2 .col-2 > .panel-grid-cell:last-child {
        padding-left: 75px;
        padding-right: 0;
    }
    #exosomer-row-3.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child) {
        padding: 0 8%;
    }

    #hydrapen-row-2.g-img-left-style .col-2 > .panel-grid-cell:last-child,
    #om-row-3.g-img-left-style .col-2 > .panel-grid-cell:last-child {
        padding-right: 60px;
        padding-left: 80px;
    }
    #hydrapen-row-3.g-col-2-people .col-2 > .panel-grid-cell:first-child {
        padding-left: 60px;
    }

    #ryn-row-1.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child) {
        padding: 0 15%;
    }
    #ryn-row-2.g-col-2-people .col-2 > .panel-grid-cell:last-child {
        padding-right: 20px;
    }
    #ryn-row-4.g-img-right-style .col-2 > .panel-grid-cell:first-child {
        padding-left: 60px;
        padding-right: 70px;
    }

    #om-row-1.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child) {
        padding: 0 8.5%;
    }
    #om-row-2.g-col-2-people .col-2 > .panel-grid-cell:first-child {
        padding-left: 40px;
        padding-right: 60px;
    }

}

@media only screen and (max-width: 1799px) {
    .site-header {
        height: 140px;
    }
    .gsticky .site-header {
        height: 130px;
    }
    .site-header .header-right {
        padding-top: 18px;
    }
    .gsticky .site-header .header-right {
        padding-top: 14px;
    }
    .site-header .header-right > .header-right-top {
        margin-bottom: 10px;
        gap: 0 45px;
    }
    .site-header .main-navigation ul.menu > li.menu-item-has-children ul {
        margin: 22px 9px 0;
    }
    .gsticky .site-header .main-navigation ul.menu > li.menu-item-has-children ul {
        margin: 16px 9px 0;
    }
    #banner-text-section .title p {
        font-size: 2rem;
    }
    #banner-text-section .text p br {
        display: none;
    }
    #banner-text-section .col-3 .btn-267 {
        font-size: 15px !important;
    }
    .btn-267 {
        width: 225px !important;
    }
    .site-slider {
        margin-top: 140px;
    }

    .site-footer .footer-wrap {
        padding: 95px 0 80px;
    }
    .site-footer #footer-col-1 .col-3 > .panel-grid-cell:first-child > .so-panel:first-child {
        padding: 15px 35px 15px 0;
    }
    .site-footer #footer-col-1 .col-3 > .panel-grid-cell:first-child > .so-panel:last-child {
        padding-left: 35px;
    }
    .site-footer #footer-col-1 .btn-1, .site-footer #footer-col-1 .btn-2 {
        width: 205px !important;
        padding: 9.1px 10px 8.1px;
    }
    [lang='en-AU'] .site-footer #footer-col-1 .btn-1,
    [lang='en-AU'] .site-footer #footer-col-1 .btn-2 {
        width: 225px !important;
    }
    .site-footer #footer-col-1 .col-3 > .panel-grid-cell:last-child {
        gap: 0 25px;
    }
    .site-footer #footer-col-1 .col-3 > .panel-grid-cell:last-child > .so-panel:nth-child(2) {
        padding: 0 25px;
    }

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

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

    #common-kontakt-parkerings-section .inner-col-2 > .panel-grid-cell:first-child h5 {
        font-size: 1.625rem;
    }

    #forside-row-1 .col-2 > .panel-grid-cell:first-child > .so-panel:nth-child(2) {
        padding: 0 7%;
    }
    #forside-row-2 .panel-layout > .panel-grid {
        width: 49.6%;
    }
    #forside-row-4 {
        margin-bottom: 50px;
    }
    #forside-row-4 > .panel-grid-cell > .so-panel:nth-child(2) {
        padding: 0 9%;
    }
    #forside-row-7 .col-2 > .panel-grid-cell:first-child .g-full-container {
        padding-left: 60px;
        padding-right: 80px;
    }
    #forside-row-7 .col-2 > .panel-grid-cell:last-child .g-full-container {
        padding-right: 60px;
        padding-left: 70px;
    }
    #forside-row-7 .col-2 > .panel-grid-cell:first-child .g-full-container > .so-panel:last-child {
        padding-right: 30px;
    }
    #forside-row-8 .col-2 > .panel-grid-cell > .so-panel:nth-child(2) {
        padding: 0 50px;
    }
    #forside-row-10 .wrap {
        padding: 130px 50px 125px 30px;
    }
    #forside-row-10 .wrap .textwidget {
        padding-right: 40px;
    }

    #botox-row-3 .g-box-border, 
    #hende-row-2 .g-box-border {
        padding: 70px 70px 80px;
    }

    #botox-row-4.g-col-2-people .col-2 > .panel-grid-cell:last-child {
        padding-left: 0;
        padding-right: 0;
    }
    #botox-row-4.g-col-2-people .col-2 > .panel-grid-cell:first-child {
        padding-right: 80px;
    }

    #ham-row-1.g-col-2-people .col-2 > .panel-grid-cell:first-child {
        padding-left: 40px;
        padding-right: 50px;
    }
    #ham-row-2 .panel-grid-cell > .so-panel:not(:first-child) {
        padding: 0 6%;
    }

    #filler-row-3 .panel-grid-cell > .so-panel:not(:first-child) {
        padding: 0 5.5%;
    }

    #exosomer-row-1.g-col-2-people .col-2 > .panel-grid-cell:first-child {
        padding-left: 85px;
    }
    #exosomer-row-1.g-col-2-people .col-2 > .panel-grid-cell:last-child {
        padding-right: 20px;
    }

    #hydrapen-row-1.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child) {
        padding: 0px 7%;
    }

    #ryn-row-2.g-col-2-people .col-2 > .panel-grid-cell:first-child {
        padding-left: 70px;
    }

    #kontakt-row-3 #kontakt-form.main-kontakt {
        max-width: 72.1%;
    }

    #skinbooster-row-1.g-full-container-center > .panel-grid-cell > .so-panel:not(:first-child) {
        padding: 0 10%;
    }
}

@media only screen and (max-width: 1699px) {
    [lang='en-AU'] #banner-text-section .col-3 > .panel-grid-cell:nth-child(2) {
        width: 44%;
    }
    [lang='en-AU'] .btn-267 {
        width: 192px !important;
    }

    .g-full-container {
        padding: 90px 0;
    }
    .g-full-container-center {
        padding: 90px 0 100px;
    }

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

    [lang='en-AU'] .site-footer #footer-col-1 .col-3 > .panel-grid-cell:nth-child(2) {
        padding: 0 25px;
    }
    [lang='en-AU'] .site-footer #footer-col-1 .btn-1, 
    [lang='en-AU'] .site-footer #footer-col-1 .btn-2 {
        width: 195px !important;
    }
    .site-footer #footer-col-1 .btn-1, .site-footer #footer-col-1 .btn-2 {
        font-size: 1rem;
    }

    [lang='en-AU'] .site-footer #footer-col-2 {
        max-width: 18.3%;
    }
    [lang='en-AU'] .site-footer #footer-col-3 {
        max-width: 18%;
    }
    [lang='en-AU'] .site-footer #footer-col-5 {
        max-width: 39.7%;
    }

    .g-img-right-style .col-2 > .panel-grid-cell:first-child,
    .g-img-left-style .col-2 > .panel-grid-cell:last-child {
        padding: 70px 0 70px;
    }
    .g-img-right-style .col-2 > .panel-grid-cell:last-child, .g-img-left-style .col-2 > .panel-grid-cell:first-child {
        padding: 70px 0 80px;
    }

    .g-col-2-people .person-left .col-2 > .panel-grid-cell:last-child, 
    .g-col-2-people .person-right .col-2 > .panel-grid-cell:first-child {
        padding: 80px 0 70px;
    }

    .g-magic-right .col-2 > .panel-grid-cell:first-child {
        padding: 70px 50px 70px 60px;
    }

    .g-full-container-100 {
        padding: 80px 0;
    }

    #forside-row-1 .col-2 > .panel-grid-cell:first-child {
        padding: 28.6px 50px 28.6px 0;
        width: 75.38%;
    }
    #forside-row-1 .col-2 > .panel-grid-cell:last-child {
        width: 23.62%;
    }
    #forside-row-2 .panel-layout > .panel-grid > .panel-grid-cell {
        padding: 0 0 0 25px;
    }
    #forside-row-2 .panel-layout > .panel-grid {
        width: 51.6%;
    }
    #forside-row-3 .col-2 > .panel-grid-cell:first-child {
        padding-right: 50px;
    }
    #forside-row-3 .col-2 > .panel-grid-cell:last-child {
        padding-left: 50px;
    }
    #forside-row-4 {
        padding: 112px 50px 100px;
    }
    #forside-row-4 > .panel-grid-cell > .so-panel:nth-child(2) {
        padding: 0 6%;
    }
    #forside-row-5 .link-text a {
        font-size: 1.5rem;
        padding: 20.5px 65px 20.5px 25px;
    }
    #forside-row-5 .link-text a:before {
        right: 15px;
    }
    #forside-row-7 .col-2 > .panel-grid-cell:first-child {
        padding-left: 50px;
        padding-right: 50px;
    }
    #forside-row-7.g-img-right-style .col-2 > .panel-grid-cell:last-child .so-panel {
        padding-right: 90px;
    }
    #forside-row-8 .col-2 > .panel-grid-cell > .so-panel:nth-child(2) {
        padding: 0;
    }
    #forside-row-10 .wrap {
        padding: 100px 50px 100px 30px;
    }

    #behandling-row-1.g-img-right-style .col-2 > .panel-grid-cell:first-child > .so-panel:not(:first-child) {
        padding-right: 0;
    }

    #botox-row-4.g-col-2-people .col-2 > .panel-grid-cell:first-child {
        padding-right: 60px;
        padding-left: 45px;
    }
    #botox-row-5.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child) {
        padding: 0 5%;
    }

    #hende-row-2 .col-2 > .panel-grid-cell:last-child .heading-title {
        padding-right: 0;
    }

    #ham-row-1.g-col-2-people .col-2 > .panel-grid-cell:last-child {
        padding-right: 0;
    }
    #ham-row-3.g-img-right-style .col-2 > .panel-grid-cell:first-child > .so-panel:not(:first-child) {
        padding-right: 0;
    }

    #hende-row-2 .col-2 > .panel-grid-cell:last-child, 
    #filler-row-4 .col-2 > .panel-grid-cell:last-child {
        padding-left: 60px;
    }
    #filler-row-5.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child) {
        padding: 0 5%;
    }
    #filler-row-6.g-col-2-people .col-2 > .panel-grid-cell:last-child {
        padding-right: 20px;
    }
    #filler-row-6.g-col-2-people .col-2 > .panel-grid-cell:first-child {
        padding-left: 60px;
        padding-right: 80px;
    }

    #vitaran-row-4.g-col-2-people .col-2 > .panel-grid-cell:first-child {
        padding-left: 80px;
    }
    #vitaran-row-4.g-col-2-people .col-2 > .panel-grid-cell:last-child {
        padding-right: 10px;
    }

    #exosomer-row-1.g-col-2-people .col-2 > .panel-grid-cell:first-child {
        padding-left: 50px;
    }

    .foer-billede .col-2, .foer-billede-single .col-2 {
        padding: 0;
    }
    .foer-billede .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 40px) !important;
    }

    .kontakt-row-2#common-kontakt-parkerings-section .col-2 > .panel-grid-cell:last-child p label {
        width: 42.5%;
    }

    #skinbooster-row-1 .wrap > .panel-layout > .panel-grid:first-child .col-2 > .panel-grid-cell:last-child, 
    #skinbooster-row-1 .wrap > .panel-layout > .panel-grid:last-child .col-2 > .panel-grid-cell:first-child {
        padding: 70px 65px;
    }
    #skinbooster-row-2.g-img-left-style .col-2 > .panel-grid-cell:last-child {
        padding-right: 60px;
        padding-left: 60px;
    }
    #skinbooster-row-3.col-3 > .panel-grid-cell {
        padding: 90px 40px 80px;
    }
    #skinbooster-row-4 .col-2 > .panel-grid-cell {
        padding: 70px 50px;
    }

}
   
@media only screen and (max-width: 1599px) {
    .wrap {
        max-width: 98%;
    }
    .site-footer .wrap {
        max-width: 96%;
    }

    .site-header .main-navigation ul.menu > li + li {
        margin-left: 50px;
    }
    .site-header .book-treatment-menu {
        margin-left: 59px !important;
    }
    .btn-267 {
        width: 217px !important;
    }
    #banner-text-section .col-3 > .panel-grid-cell:first-child {
        padding: 19.6px 23px 19.6px 0;
    }
    #banner-text-section .text p {
        font-size: 1rem;
        line-height: 1.75;
    }

    .site-footer #footer-col-1 .btn-1, 
    .site-footer #footer-col-1 .btn-2 {
        width: 180px !important;
    }
    .site-footer #footer-col-1 .col-3 > .panel-grid-cell:first-child > .so-panel:first-child {
        padding: 15px 25px 15px 0;
    }
    .site-footer #footer-col-1 .col-3 > .panel-grid-cell:first-child > .so-panel:last-child {
        padding-left: 25px;
    }

    .btn-1, .btn-2 {
        font-size: 1rem;
        padding: 12.5px 22.5px;
    }

    #forside-row-3 .col-2 > .panel-grid-cell:first-child {
        padding-left: 20px;
        padding-right: 40px;
    }
    #forside-row-3 .col-2 > .panel-grid-cell:last-child {
        padding-right: 20px;
        padding-left: 40px;
    }
    #forside-row-4 {
        margin-bottom: 0px;
    }
    #forside-row-6 .btn-1, 
    #forside-row-6 .btn-2 {
        width: 260px !important;
    }
    #forside-row-8 .col-2 > .panel-grid-cell .btn-1, #forside-row-8 .col-2 > .panel-grid-cell .btn-2 {
        width: 205px !important;
    }
    [lang='en-AU'] #forside-row-8 .col-2 > .panel-grid-cell > .so-panel:nth-child(2) {
        padding: 0;
    }

    .g-img-right-style .col-2 > .panel-grid-cell:last-child .so-panel,
    #forside-row-7.g-img-right-style .col-2 > .panel-grid-cell:last-child .so-panel {
        padding: 0 50px 0 40px;
    }
    .g-img-left-style .col-2 > .panel-grid-cell:first-child .so-panel {
        padding: 0 40px 0 50px;
    }

    .g-magic-right .col-2 > .panel-grid-cell:first-child {
        padding: 50px 30px 50px 30px;
    }

    .g-col-2-featured .col-2 > .panel-grid-cell:first-child {
        padding-right: 40px;
    }
    .g-col-2-featured .col-2 > .panel-grid-cell:last-child {
        padding-left: 40px;
    }

    #common-kontakt-parkerings-section .inner-col-2 > .panel-grid-cell:last-child {
        padding: 50px 30px;
    }
    #common-kontakt-parkerings-section .tel-col-2 > .panel-grid-cell:first-child {
        padding: 3.5px 15px 3.5px 0;
    }
    #common-kontakt-parkerings-section .tel-col-2 > .panel-grid-cell:last-child {
        padding-left: 15px;
    }
    #common-kontakt-parkerings-section .group p, 
    #common-kontakt-parkerings-section .group p > a {
        font-size: 20px;
    }
    #common-kontakt-parkerings-section .btn-1, #common-kontakt-parkerings-section .btn-2 {
        width: 190px;
    }

    #forside-row-7 .col-2 > .panel-grid-cell:first-child,
    #behandling-row-1.g-img-right-style .col-2 > .panel-grid-cell:first-child {
        padding-left: 20px;
        padding-right: 40px;
    }

    #botox-row-3 .g-box-border, 
    #hende-row-2 .g-box-border,
    #filler-row-4 .g-box-border, 
    #ryn-row-3 .g-box-border,
    #exosomer-row-2 .g-box-border,
    #patient-row-2 .g-box-border {
        padding: 70px 40px 80px;
    }

    #botox-row-3 .g-box-border .col-2 > .panel-grid-cell:first-child {
        padding-right: 30px;
    }
    #botox-row-3 .g-box-border .col-2 > .panel-grid-cell:last-child {
        padding-left: 30px;
    }

    #hende-row-1.g-col-2-people .col-2 > .panel-grid-cell:first-child {
        padding-left: 30px;
    }
    #hende-row-2 .col-2 > .panel-grid-cell:first-child, 
    #filler-row-4 .col-2 > .panel-grid-cell:first-child, 
    #exosomer-row-2 .col-2 > .panel-grid-cell:first-child, 
    #ryn-row-3 .col-2 > .panel-grid-cell:first-child,
    #patient-row-2 .col-2 > .panel-grid-cell:first-child {
        padding-right: 30px;
    }
    #hende-row-2 .col-2 > .panel-grid-cell:last-child, 
    #filler-row-4 .col-2 > .panel-grid-cell:last-child,
    #patient-row-2 .col-2 > .panel-grid-cell:last-child {
        padding-left: 30px;
    }

    #ham-row-3.g-img-right-style .col-2 > .panel-grid-cell:first-child, 
    #filler-row-2.g-img-right-style .col-2 > .panel-grid-cell:first-child, 
    #vitaran-row-2.g-img-right-style .col-2 > .panel-grid-cell:first-child,
    #hydrapen-row-2.g-img-left-style .col-2 > .panel-grid-cell:last-child, 
    #om-row-3.g-img-left-style .col-2 > .panel-grid-cell:last-child,
    #ryn-row-4.g-img-right-style .col-2 > .panel-grid-cell:first-child,
    #om-row-4.g-img-right-style .col-2 > .panel-grid-cell:first-child {
        padding-left: 30px;
        padding-right: 30px;
    }


    #vitaran-row-3.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child) {
        padding: 0 4%;
    }

    #exosomer-row-2 .col-2 > .panel-grid-cell:last-child {
        padding-left: 30px;
    }

    #hydrapen-row-3.g-col-2-people .col-2 > .panel-grid-cell:first-child {
        padding-left: 30px;
    }
    #hydrapen-row-3.g-col-2-people .col-2 > .panel-grid-cell:last-child {
        padding-left: 70px;
    }

    #ryn-row-3 .col-2 > .panel-grid-cell:last-child {
        padding-left: 30px;
    }

    #botox-row-4.g-col-2-people .col-2 > .panel-grid-cell:last-child {
        padding-left: 20px;
    }

    #hende-row-2 .col-2 > .panel-grid-cell:first-child .heading-title {
        padding-right: 0;
    }

    #skinbooster-row-1.g-full-container-center > .panel-grid-cell > .so-panel:not(:first-child) {
        padding: 0 6%;
    }
    #skinbooster-row-1 .wrap > .panel-layout > .panel-grid:first-child .col-2 > .panel-grid-cell:last-child, 
    #skinbooster-row-1 .wrap > .panel-layout > .panel-grid:last-child .col-2 > .panel-grid-cell:first-child {
        padding: 60px 50px;
    }


}

@media only screen and (max-width: 1499px) {
    #banner-text-section .title p {
        font-size: 28px;
    }
    .site-header .site-branding {
        width:  17.4%;
    }
    .site-header .main-navigation ul.menu > li.menu-item-has-children ul {
        margin: 19px 9px 0;
    }
    .gsticky .site-header .main-navigation ul.menu > li.menu-item-has-children ul {
        margin: 13px 9px 0;
    }
    .site-header .main-navigation ul.menu > li + li {
        margin-left: 40px;
    }
    .site-header .book-treatment-menu {
        margin-left: 49px !important;
    }
    .site-header .book-treatment-menu a {
        padding: 17px 15px !important;
    }

    .site-footer {
        font-size: 17px;
    }
    .site-footer .footer-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .site-footer .widget-title {
        font-size: 22px;
        margin:  0 0 20px;
    }
    .site-footer #footer-col-1 .col-3 {
        justify-content: center;
        gap: 40px 50px;
    }
    .site-footer #footer-col-1 .col-3 > .panel-grid-cell:first-child {
        width: 100%;
        justify-content: center;
    }
    .site-footer #footer-col-1 .btn-1, .site-footer #footer-col-1 .btn-2 {
        width: 220px !important;
        padding: 12.5px 10.5px;
    }
    .site-footer #footer-col-1 .col-3 > .panel-grid-cell:last-child {
        gap: 0 40px;
    }
    .site-footer #footer-col-1 .col-3 > .panel-grid-cell:last-child > .so-panel:nth-child(2) {
        padding: 0 40px;
    }

    [lang='en-AU'] .site-footer #footer-col-2 {
        max-width: 16.3%;
    }
    [lang='en-AU'] .site-footer #footer-col-3 {
        max-width: 17%;
        padding-left: 15px;
    }
    [lang='en-AU'] .site-footer #footer-col-4 {
        max-width: 25.7%;
    }
    [lang='en-AU'] .site-footer #footer-col-5 {
        max-width: 40.7%;
    }
    [lang='en-AU'] .site-footer #footer-col-4 label {
        width: 105px;
    }
    [lang='en-AU'] .site-footer #footer-col-5 label {
        width: 120px;
    }

    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 2.125rem;
    }

    #common-kontakt-parkerings-section .inner-col-2 > .panel-grid-cell:first-child {
        padding: 40px 10px;
    }
    #common-kontakt-parkerings-section .inner-col-2 > .panel-grid-cell:last-child {
        padding: 40px 25px;
    }
    #common-kontakt-parkerings-section .inner-col-2 > .panel-grid-cell:first-child h5 {
        font-size: 24px;
    }
    #common-kontakt-parkerings-section .g-btn-group p:first-of-type {
        gap: 0 5px;
    }

    #common-kontakt-bottom-section .g-full-container-center {
        padding-bottom: 110px;
    }
    #kontakt-form.common-kontakt {
        padding: 0 5.86%;
    }

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

    #forside-row-1 .col-2 > .panel-grid-cell:first-child {
        padding: 28.6px 20px 28.6px 20px;
        width: 76.38%;
    }
    #forside-row-1 .col-2 > .panel-grid-cell:last-child {
        width: 22.62%;
    }
    #forside-row-2 .panel-layout > .panel-grid {
        width: 53.6%;
    }
    #forside-row-4 > .panel-grid-cell > .so-panel:nth-child(2) {
        padding: 0;
    }
    #forside-row-10 .wrap .textwidget {
        padding-right: 60px;
    }

    #kontakt-form.forside-kontakt .row {
        width: 45%;
    }

    #hende-row-1.g-col-2-people .col-2 > .panel-grid-cell:last-child {
        padding-left: 45px;
    }

    #ham-row-2 .panel-grid-cell > .so-panel:not(:first-child) {
        padding: 0;
    }

    #filler-row-7.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child),
    #exosomer-row-3.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child),
    #om-row-1.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child) {
        padding: 0 2%;
    }

    #exosomer-row-1.g-col-2-people .col-2 > .panel-grid-cell:first-child {
        padding-right: 90px;
    }

    .foer-billede .heading-title, .foer-billede-single .heading-title {
        margin-bottom: 50px;
    }
    .foer-billede .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 30px) !important;
    }
    .foer-billede .wrap > .panel-layout > .panel-grid + .panel-grid, 
    .foer-billede-single .wrap > .panel-layout > .panel-grid + .panel-grid {
        margin-top: 60px;
    }

    #om-row-2.g-col-2-people .col-2 > .panel-grid-cell:first-child {
        padding-left: 20px;
        padding-right: 40px;
    }

    .kontakt-row-2#common-kontakt-parkerings-section .col-2 > .panel-grid-cell:last-child p label {
        width: 37.5%;
    }
    #kontakt-row-3 #kontakt-form.main-kontakt {
        max-width: 85.1%;
    }
    #kontakt-row-5 #common-behandlinger-slider-section .g-full-container-100 {
        padding-bottom: 110px;
    }


}

@media only screen and (max-width: 1399px) {
    .site-header .main-navigation ul.menu > li.menu-item-has-children ul {
        margin: 24px 9px 0;
    }
    .gsticky .site-header .main-navigation ul.menu > li.menu-item-has-children ul {
        margin: 17px 9px 0;
    }

    .g-full-container {
        padding: 75px 0 80px;
    }
    .g-full-container-center {
        padding: 75px 0 80px;
    }

    .g-full-container-center .btn-1, 
    .g-full-container .btn-1, 
    .g-full-container-center .btn-2, 
    .g-full-container .btn-2, 
    .g-container-75 .btn-1, 
    .g-container-75 .btn-2,
    #forside-row-4 .btn-1 {
        margin-top: 35px;
    }

    .g-img-right-style .col-2 > .panel-grid-cell:first-child, 
    .g-img-left-style .col-2 > .panel-grid-cell:last-child {
        padding: 60px 0 60px;
    }
    .g-img-right-style .col-2 > .panel-grid-cell:last-child, 
    .g-img-left-style .col-2 > .panel-grid-cell:first-child {
        padding: 60px 0 70px;
    }

    .g-col-2-people .person-left .col-2 > .panel-grid-cell:first-child,
    .g-col-2-people .person-right .col-2 > .panel-grid-cell:last-child,
    #vitaran-row-4.g-col-2-people .col-2 > .panel-grid-cell:first-child,
    #exosomer-row-1.g-col-2-people .col-2 > .panel-grid-cell:first-child,
    #hydrapen-row-3.g-col-2-people .col-2 > .panel-grid-cell:last-child,
    #ryn-row-2.g-col-2-people .col-2 > .panel-grid-cell:first-child,
    #om-row-2.g-col-2-people .col-2 > .panel-grid-cell:last-child {
        width: 40% !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .g-col-2-people .person-left .col-2 > .panel-grid-cell:last-child,
    .g-col-2-people .person-right .col-2 > .panel-grid-cell:first-child,
    #vitaran-row-4.g-col-2-people .col-2 > .panel-grid-cell:last-child,
    #exosomer-row-1.g-col-2-people .col-2 > .panel-grid-cell:last-child,
    #hydrapen-row-3.g-col-2-people .col-2 > .panel-grid-cell:first-child,
    #ryn-row-2.g-col-2-people .col-2 > .panel-grid-cell:last-child,
    #om-row-2.g-col-2-people .col-2 > .panel-grid-cell:first-child {
        width: 60% !important;
    }
    .g-col-2-people .person-left .col-2 > .panel-grid-cell:last-child {
        padding-right: 30px !important;
    }


    #common-kontakt-parkerings-section .btn-1, #common-kontakt-parkerings-section .btn-2 {
        padding: 11.5px 12.5px;
        font-size: 15px;
    }

    #forside-row-1.g-full-container-center {
        padding-top: 90px;
    }
    #forside-row-4 {
        padding: 95px 50px 85px;
    }
    #forside-row-4 > .panel-grid-cell {
        width: 56% !important;
    }
    #forside-row-5 .wrap > .panel-layout {
        margin-top: 15px;
    }
    #forside-row-5 .link-text a {
        font-size: 22px;
        padding: 16.5px 50px 16.5px 17px;
    }
    #forside-row-8 .col-2 > .panel-grid-cell {
        padding: 32.7px 30px;
    }
    #forside-row-10 .wrap {
        padding: 80px 50px 90px 30px;
    }

    #testimonial-slider-section .col-2 {
        margin-top: 25px;
    }

    #hydrapen-row-4 ul {
        gap: 0 90px;
    }

}

@media only screen and (max-width: 1360px) {
    .site-header .main-navigation a {
        font-size: 1rem;
    }
    .site-header .main-navigation ul.menu > li.menu-item-has-children ul > li a {
        font-size:  1rem;
    }
    .site-header .header-right .box a {
        font-size: 20px;
    }
    .site-header .book-treatment-menu a {
        padding: 16px 29px !important;
    }
    .site-header .header-right > .header-right-top {
        margin-bottom: 7px;
    }
    .site-header .main-navigation ul.menu > li + li {
        margin-left: 40px;
    }
    .site-header .book-treatment-menu {
        margin-left: 39px !important;
    }
    #banner-text-section .col-3 > .panel-grid-cell:first-child {
        padding: 19.6px 17px 19.6px 0;
    }
    #banner-text-section > .panel-layout {
        padding: 20px 15px;
    }
    #banner-text-section .title p {
        font-size: 26px;
    }
    #banner-text-section .text p {
        font-size: 15px;
        line-height: 1.45;
    }
    #banner-text-section .col-3 .btn-267 {
        width: auto !important;
        padding: 11.5px 15px !important;
    }

    .site-footer .footer-wrap {
        padding: 75px 0 80px;
    }
    .site-footer #footer-col-2 {
        max-width: 20.3%;
    }
    .site-footer #footer-col-3 {
        max-width: 22%;
    }
    .site-footer #footer-col-4 {
        max-width: 26.7%;
    }
    .site-footer #footer-col-5 {
        max-width: 30.7%;
        left: 0;
    }
    .site-footer #footer-col-4 label {
        width: 85px;
    }
    .site-footer #footer-col-5 label {
        width: 90px;
    }

    [lang='en-AU'] .site-footer {
        font-size: 1.125rem;
    }
    [lang='en-AU'] .site-footer .widget-title {
        font-size: 1.5rem;
        margin: 0 0 28px;
    }
    [lang='en-AU'] .site-footer #footer-col-2,
    [lang='en-AU'] .site-footer #footer-col-3,
    [lang='en-AU'] .site-footer #footer-col-4,
    [lang='en-AU'] .site-footer #footer-col-5 {
        max-width: 50%;
    }
    [lang='en-AU'] .site-footer #footer-col-2,
    [lang='en-AU'] .site-footer #footer-col-4 {
        padding-left: 60px;
    }
    [lang='en-AU'] .site-footer #footer-col-2,
    [lang='en-AU'] .site-footer #footer-col-3 {
        margin-bottom: 60px;
    }
    [lang='en-AU'] .site-footer #footer-col-3 {
        padding-left: 0;
    }
    [lang='en-AU'] .site-footer #footer-col-5 {
        justify-content: flex-start;
    }
    [lang='en-AU'] .site-footer #footer-col-4 label {
        width: 115px;
    }
    [lang='en-AU'] .site-footer #footer-col-5 label {
        width: 130px;
    }


    h1 {
        font-size: 2.25rem;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.75rem;
    }

    .site-content {
        font-size: 1.0625rem;
    }
    .g-special-bold p:first-of-type {
        font-size: 1.125rem;
    }

    .g-full-container-100 {
        padding: 70px 0;
    }

    .g-col-2-people .person-left .col-2 > .panel-grid-cell:last-child, 
    .g-col-2-people .person-right .col-2 > .panel-grid-cell:first-child {
        padding: 60px 0 70px;
    }

    #common-kontakt-parkerings-section .inner-col-2 > .panel-grid-cell:first-child h5 {
        font-size: 22px;
    }
    #common-kontakt-parkerings-section .group img {
        margin-right: 10px;
    }
    #common-kontakt-parkerings-section .group p, 
    #common-kontakt-parkerings-section .group p > a {
        font-size: 18px;
    }

    #forside-row-1 .col-2 > .panel-grid-cell:first-child {
        width: 73.38%;
    }
    #forside-row-1 .col-2 > .panel-grid-cell:first-child > .so-panel:nth-child(2) {
        padding: 0 4%;
    }
    #forside-row-1 .col-2 > .panel-grid-cell:last-child {
        width: 25.62%;
    }
    #forside-row-5 .wrap > .panel-layout {
        gap: 15px;
    }
    #forside-row-5 .wrap > .panel-layout > .panel-grid {
        width: calc(33.3333% - 1 * 10.5px) !important;
    }

    #hydrapen-row-1.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child) {
        padding: 00;
    }

    #ryn-row-1.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child) {
        padding: 0 5%;
    }

    .foer-billede .col-2 .title p, .foer-billede-single .col-2 .title p {
        font-size: 1.375rem;
    }

    #skinbooster-row-1 .wrap > .panel-layout > .panel-grid:first-child .col-2 > .panel-grid-cell:last-child, 
    #skinbooster-row-1 .wrap > .panel-layout > .panel-grid:last-child .col-2 > .panel-grid-cell:first-child {
        padding: 40px 40px;
    }
    #skinbooster-row-3.col-3 > .panel-grid-cell {
        padding: 70px 30px 60px;
    }
    #skinbooster-row-4 .col-2 > .panel-grid-cell {
        padding: 60px 40px;
    }

}

@media only screen and (max-width: 1279px) {
    .site-header .main-navigation ul.menu > li + li {
        margin-left: 25px;
    }
    .site-header .book-treatment-menu {
        margin-left: 29px !important;
    }
    #banner-text-section .title p {
        font-size: 24px;
    }
    #banner-text-section .col-3 > .panel-grid-cell:first-child {
        padding: 19.6px 14px 19.6px 0;
    }
    #banner-text-section .col-3 .btn-267 {
        width: auto !important;
        padding: 11.5px 10px !important;
    }

    .g-full-container-center .btn-1, 
    .g-full-container .btn-1, 
    .g-full-container-center .btn-2, 
    .g-full-container .btn-2, 
    .g-container-75 .btn-1, 
    .g-container-75 .btn-2, 
    .g-full-container-left .btn-1, 
    .g-full-container-left .btn-2, 
    .g-img-right-style .btn-1, 
    .g-img-right-style .btn-2, 
    .g-col-2 .btn-1, 
    .g-col-2 .btn-2, 
    .g-col-2-people .btn-1, 
    .g-col-2-people .btn-2 {
        margin-top: 35px;
    }

    .heading-title h2 {
        margin-bottom: 25px;
    }

    .g-full-container-center .heading-title h2 {
        margin-bottom: 30px;
    }
    .g-special-bold-18 p:first-of-type {
        margin-bottom: 25px;
    }

    .g-col-2-people .person-left .col-2 > .panel-grid-cell:last-child {
        padding-right: 10px !important;
    }


    #botox-row-3 .g-box-border, 
    #hende-row-2 .g-box-border, 
    #filler-row-4 .g-box-border, 
    #ryn-row-3 .g-box-border, 
    #exosomer-row-2 .g-box-border,
    #patient-row-2 .g-box-border {
        padding: 60px 30px 70px;
    }

    #forside-row-1.g-full-container-center {
        padding-top: 80px;
    }
    #forside-row-1 .col-2 > .panel-grid-cell:first-child > .so-panel:nth-child(2) {
        padding: 0 1%;
    }
    #forside-row-5 .link-text a:before {
        right: 5px;
    }
    #forside-row-10.panel-row-style {
        background-position: bottom right -125px !important;
    }
    #forside-row-10 .wrap .textwidget {
        width: 65%;
    }
    #kontakt-form.forside-kontakt .row {
        width: 48%;
    }

    #filler-row-7.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child), 
    #exosomer-row-3.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child), 
    #om-row-1.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child),
    #filler-row-5.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child),
    #botox-row-5.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child),
    #filler-row-3 .panel-grid-cell > .so-panel:not(:first-child),
    #vitaran-row-3.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child),
    #ryn-row-1.g-full-container-center .panel-grid-cell > .so-panel:not(:first-child) {
        padding: 0 1%;
    }

    #hydrapen-row-4 ul {
        gap: 0 50px;
        margin: 20px 0 35px;
    }

    .foer-billede .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 20px) !important;
    }
    .foer-billede .wrap > .panel-layout > .panel-grid + .panel-grid, 
    .foer-billede-single .wrap > .panel-layout > .panel-grid + .panel-grid {
        margin-top: 50px;
    }

    #skinbooster-row-1.g-full-container-center > .panel-grid-cell > .so-panel:not(:first-child) {
        padding: 0 2%;
    }
    #skinbooster-row-2.g-img-left-style .col-2 > .panel-grid-cell:last-child {
        padding-right: 30px;
        padding-left: 30px;
    }

    #patient-row-2 .col-2 > .panel-grid-cell .group p {
        gap: 0 30px;
    }

}

@media only screen and (max-width: 1199px) {
    #header-nav-wrap {
        display: none;
    }
    .site-header,
    .gsticky .site-header {
        height: 115px;
    }
    .site-header .site-branding {
        width: 26.4%;
    }
    .site-header .site-branding img {
        vertical-align: initial;
    }
    .site-header .header-right {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-end !important;
        padding-top: 0;
    }
    .gsticky .site-header .header-right {
        padding-top: 0;
    }
    .site-header .header-right > .header-right-top {
        margin: 10px 25px 0 0;
    }
    .site-header .hmenu-wrapper {
        display: flex;
    }
    .site-header .header-contact {
        gap: 0 35px;
    }
    .site-slider {
        margin-top: 115px;
    }

    #banner-text-section {
        position: relative;
        margin: 0;
    }
    #banner-text-section > .panel-layout {
        margin: 0;
        text-align: center;
        padding: 30px 40px;
    }
    #banner-text-section .col-3 > .panel-grid-cell:first-child,
    #banner-text-section .col-3 > .panel-grid-cell:nth-child(2),
    #banner-text-section .col-3 > .panel-grid-cell:last-child {
        width: 100% !important;
    }
    #banner-text-section .col-3 > .panel-grid-cell:first-child {
        border-right: none;
        border-bottom: 1px solid rgba(148, 131, 131, .38);
        padding: 0 0 20px;
    }
    #banner-text-section .col-3 > .panel-grid-cell:last-child {
        justify-content: center;
    }
    #banner-text-section .title p {
        font-size: 2.375rem;
    }
    #banner-text-section .col-3 > .panel-grid-cell:nth-child(2) {
        padding: 25px 0;
    }
    #banner-text-section .text p {
        font-size: 17px;
        line-height: 1.75;
    }
    #banner-text-section .col-3 .btn-267 {
        width: 217px !important;
        padding: 13.5px 10px !important;
    }

    .site-footer {
        font-size: 1.125rem;
    }
    .site-footer .widget-title {
        font-size: 1.5rem;
        margin: 0 0 28px;
    }
    .site-footer #footer-col-1 .col-3 > .panel-grid-cell:nth-child(2) {
        padding: 0 10px;
    }
    .site-footer #footer-col-2,
    .site-footer #footer-col-3,
    .site-footer #footer-col-4,
    .site-footer #footer-col-5 {
        max-width: 50%;
    }
    .site-footer #footer-col-2,
    .site-footer #footer-col-4 {
        padding-left: 60px;
    }
    .site-footer #footer-col-2,
    .site-footer #footer-col-3 {
        margin-bottom: 60px;
    }
    .site-footer #footer-col-5 {
        justify-content: flex-start;
    }
    .site-footer #footer-col-4 label {
        width: 100px;
    }
    .site-footer #footer-col-5 label {
        width: 105px;
    }

    [lang='en-AU'] .site-footer #footer-col-2, 
    [lang='en-AU'] .site-footer #footer-col-4 {
        padding-left: 20px;
        max-width: 40%;
    }
    [lang='en-AU'] .site-footer #footer-col-3, 
    [lang='en-AU'] .site-footer #footer-col-5 {
        max-width: 60%;
        padding-left: 40px;
    }

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

    .g-special-24 p:first-of-type {
        font-size: 1.375rem;
    }

    .heading-title h1 {
        margin-bottom: 30px;
    }
    .heading-title h2 {
        margin-bottom: 20px;
    }

    .g-img-right-style .col-2 > .panel-grid-cell:last-child .so-panel, 
    #forside-row-7.g-img-right-style .col-2 > .panel-grid-cell:last-child .so-panel {
        padding: 0 30px 0 25px;
    }
    .g-img-left-style .col-2 > .panel-grid-cell:first-child .so-panel {
        padding: 0 25px 0 30px;
    }

    .g-col-2-people .person-left .col-2 > .panel-grid-cell:first-child, 
    .g-col-2-people .person-right .col-2 > .panel-grid-cell:last-child, 
    #vitaran-row-4.g-col-2-people .col-2 > .panel-grid-cell:first-child, 
    #exosomer-row-1.g-col-2-people .col-2 > .panel-grid-cell:first-child, 
    #hydrapen-row-3.g-col-2-people .col-2 > .panel-grid-cell:last-child, 
    #ryn-row-2.g-col-2-people .col-2 > .panel-grid-cell:first-child, 
    #om-row-2.g-col-2-people .col-2 > .panel-grid-cell:last-child {
        padding-left: 10px !important;
        padding-right: 20px !important;
    }

    .g-magic-right .col-2 > .panel-grid-cell:first-child {
        padding: 50px 20px !important;
    }

    #ham-row-3.g-img-right-style .col-2 > .panel-grid-cell:first-child, 
    #filler-row-2.g-img-right-style .col-2 > .panel-grid-cell:first-child, 
    #vitaran-row-2.g-img-right-style .col-2 > .panel-grid-cell:first-child, 
    #hydrapen-row-2.g-img-left-style .col-2 > .panel-grid-cell:last-child, 
    #om-row-3.g-img-left-style .col-2 > .panel-grid-cell:last-child, 
    #ryn-row-4.g-img-right-style .col-2 > .panel-grid-cell:first-child, 
    #om-row-4.g-img-right-style .col-2 > .panel-grid-cell:first-child {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #forside-row-1 .col-2 > .panel-grid-cell:last-child {
        width: 25.62%;
        padding: 0 30px;
    }
    #forside-row-1 .col-2 .special-p {
        margin-top: 30px;
    }
    #forside-row-4 {
        padding: 60px 50px 60px;
    }
    #forside-row-4 > .panel-grid-cell {
        width: 65% !important;
    }
    #forside-row-5 .link-text a {
        font-size: 18px;
        padding: 16.5px 35px 16.5px 17px;
    }
    #forside-row-5 .link-text a:before {
        right: 0px;
    }
    #forside-row-7 .col-2 > .panel-grid-cell:first-child .g-full-container {
        padding-left: 20px;
        padding-right: 25px;
    }

    #forside-row-7 .col-2 > .panel-grid-cell:first-child, 
    #behandling-row-1.g-img-right-style .col-2 > .panel-grid-cell:first-child {
        padding-left: 15px;
        padding-right: 25px;
    }

    #common-kontakt-parkerings-section .col-2 {
        flex-wrap: wrap;
    }
    #common-kontakt-parkerings-section .col-2 > .panel-grid-cell {
        width: 100% !important;
    }
    #common-kontakt-parkerings-section .col-2 > .panel-grid-cell:first-child {
        border-bottom: 3px solid var(--bg-primary);
    }
    #common-kontakt-parkerings-section .inner-col-2 > .panel-grid-cell:last-child {
        padding: 40px 50px;
    }
    #common-kontakt-parkerings-section .inner-col-2 > .panel-grid-cell:first-child h5 {
        font-size: 24px;
    }

    .g-col-2-featured .col-2 > .panel-grid-cell:first-child {
        padding-right: 25px;
    }
    .g-col-2-featured .col-2 > .panel-grid-cell:last-child {
        padding-left: 25px;
    }

    #hydrapen-row-3.g-col-2-people .col-2 > .panel-grid-cell:first-child {
        padding-left: 10px;
        padding-right: 20px;
    }

    .foer-billede .heading-title, 
    .foer-billede-single .heading-title {
        margin-bottom: 40px;
    }

    #kontakt-row-1 .col-4 {
        padding: 0;
    }

    #skinbooster-row-1 .wrap > .panel-layout > .panel-grid:first-child .col-2 > .panel-grid-cell:last-child, 
    #skinbooster-row-1 .wrap > .panel-layout > .panel-grid:last-child .col-2 > .panel-grid-cell:first-child {
        padding: 40px 25px;
    }
    #skinbooster-row-1.g-full-container-center > .panel-grid-cell > .so-panel:last-child .wrap {
        padding: 0 10px;
    }
    #skinbooster-row-4 .col-2 > .panel-grid-cell {
        padding: 60px 30px;
    }
   
}

@media only screen and (max-width: 1099px) {
    .site-footer #footer-col-2,
    .site-footer #footer-col-4 {
        padding-left: 30px;
    }
    .site-footer #footer-col-1 .col-3 > .panel-grid-cell:last-child {
        gap: 0 20px;
    }
    .site-footer #footer-col-1 .col-3 > .panel-grid-cell:last-child > .so-panel:nth-child(2) {
        padding: 0 20px;
    }

    .g-full-container {
        padding: 70px 0 75px;
    }
    .g-full-container-center {
        padding: 70px 0 75px;
    }

    #forside-row-3 {
        padding: 60px 0 310px;
    }
    #forside-row-3 .col-2 > .panel-grid-cell {
        padding-top: 25.5px;
        padding-bottom: 25.5px;
    }
    #forside-row-6 .btn-1, 
    #forside-row-6 .btn-2 {
        width: 240px !important;
    }
    #forside-row-8 .col-2 > .panel-grid-cell {
        padding: 20.7px 25px;
    }
    #forside-row-8 .col-2 > .panel-grid-cell .heading-title.w-icon img {
        margin-right: 15px;
    }


    #testimonial-slider-section .col-2 > .panel-grid-cell:first-child {
        width: 42% !important;
    }
    #testimonial-slider-section .col-2 > .panel-grid-cell:last-child {
        width: 58% !important;
    }

    .lity-container {
        padding: 0 10px;
    }

    #filler-row-3.g-full-container-center p br {
        display: none;
    }

    #skinbooster-row-3.col-3 > .panel-grid-cell:first-child {
        width: 100% !important;
        text-align: center;
    }
    #skinbooster-row-3.col-3 > .panel-grid-cell:nth-child(2),
    #skinbooster-row-3.col-3 > .panel-grid-cell:last-child {
        width: 50% !important;
    }
    #skinbooster-row-3.col-3 > .panel-grid-cell:first-child .sow-image-container {
        justify-content: center;
    }

    #patient-row-2 .col-2 > .panel-grid-cell .group p {
        gap: 0 20px;
    }
}

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

@media only screen and (max-width: 1024px) {
    [lang='en-AU'] .site-footer {
        font-size: 1.0625rem;
    }
    [lang='en-AU'] .site-footer #footer-col-4 label {
        width: 105px;
    }
    [lang='en-AU'] .site-footer #footer-col-5 label {
        width: 125px;
    }

    .g-col-2-people .person-left .col-2 {
        flex-direction: column-reverse !important;
    }
    .g-col-2-people .person-left .col-2 > .panel-grid-cell:first-child, 
    .g-col-2-people .person-right .col-2 > .panel-grid-cell:last-child {
        padding-top: 50px !important;
    }
    .g-col-2-people .person-left .col-2 > .panel-grid-cell:first-child > .so-panel, 
    .g-col-2-people .person-right .col-2 > .panel-grid-cell:last-child > .so-panel {
        width: 45% !important;
    }
    .g-col-2-people .person-left .col-2 > .panel-grid-cell:last-child, .g-col-2-people .person-right .col-2 > .panel-grid-cell:first-child {
        padding: 60px 0 0 !important;
    }
    .g-col-2-people .person-left .col-2 > .panel-grid-cell:last-child, 
    .g-col-2-people .person-right .col-2 > .panel-grid-cell:first-child, 
    #vitaran-row-4.g-col-2-people .col-2 > .panel-grid-cell:last-child, 
    #exosomer-row-1.g-col-2-people .col-2 > .panel-grid-cell:last-child, 
    #hydrapen-row-3.g-col-2-people .col-2 > .panel-grid-cell:first-child, 
    #ryn-row-2.g-col-2-people .col-2 > .panel-grid-cell:last-child, 
    #om-row-2.g-col-2-people .col-2 > .panel-grid-cell:first-child {
        width: 100% !important;
        text-align: center !important;
    }
    .g-col-2-people .person-left .col-2 > .panel-grid-cell:first-child, 
    .g-col-2-people .person-right .col-2 > .panel-grid-cell:last-child, 
    #vitaran-row-4.g-col-2-people .col-2 > .panel-grid-cell:first-child, 
    #exosomer-row-1.g-col-2-people .col-2 > .panel-grid-cell:first-child, 
    #hydrapen-row-3.g-col-2-people .col-2 > .panel-grid-cell:last-child, 
    #ryn-row-2.g-col-2-people .col-2 > .panel-grid-cell:first-child, 
    #om-row-2.g-col-2-people .col-2 > .panel-grid-cell:last-child {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        justify-content: center !important;
    }


    #forside-row-1.g-full-container-center {
        padding-top: 70px;
    }
    #forside-row-1 .col-2 > .panel-grid-cell:first-child {
        width: 69.38%;
    }
    #forside-row-1 .col-2 > .panel-grid-cell:last-child {
        width: 29.62%;
    }
    #forside-row-3 .col-2 > .panel-grid-cell:first-child {
        padding-left: 10px;
        padding-right: 30px;
    }
    #forside-row-3 .col-2 > .panel-grid-cell:last-child {
        padding-right: 10px;
        padding-left: 30px;
    }
    #forside-row-3 .g-special-24 p:first-of-type {
        display: inline-block;
        line-height: 1.45;
        margin-bottom: 15px;
		padding-top: 8px;
    }
    #forside-row-8.g-container-75 {
        padding: 45px 0;
    }
    #forside-row-8 .col-2 > .panel-grid-cell .inner-col-2 > .panel-grid-cell {
        padding: 0 20px;
    }
    #forside-row-8 .col-2 > .panel-grid-cell {
        padding: 20.7px 20px !important;
    }

    #hydrapen-row-4 ul {
        gap: 0 90px;
        column-count: 2;
        margin: 0 0 35px;
    }

    #kontakt-row-1 .col-4 .title p {
        font-size: 1.5rem;
    }

    #skinbooster-row-2.g-img-left-style .col-2 > .panel-grid-cell ul {
        display: table;
        margin: 0 auto;
    }


}

@media only screen and (max-width: 991px) {
    .site-header .site-branding {
        width: 28.4%;
    }
    .site-header .header-right > .header-right-top {
        gap: 0 35px;
    }
    .site-header .header-right .box a {
        font-size: 18px;
    }
    .site-header .hmenu-wrapper .hamburger {
        padding: 6px 22px;
    }
    #banner-text-section .title p {
        font-size: 2.125rem;
    }
    #banner-text-section .col-3 > .panel-grid-cell:nth-child(2) {
        padding: 18px 0;
    }
    #banner-text-section .col-3 .btn-267 {
        padding: 10.5px 10px !important;
    }

    .site-footer #footer-col-1 .col-3 {
        gap: 35px 50px;
    }
    .site-footer #footer-col-3, 
    .site-footer #footer-col-5 {
        padding-left: 30px;
    }

    [lang='en-AU'] .site-footer {
        font-size: 1rem;
    }
    [lang='en-AU'] .site-footer #footer-col-3, 
    [lang='en-AU'] .site-footer #footer-col-5 {
        padding-left: 25px;
    }
    [lang='en-AU'] .site-footer #footer-col-5 label {
        width: 110px;
    }

    h5 {
        line-height: 1.467;
    }

    .btn-1, 
    .btn-2 {
        padding: 12.5px 16.5px;
    }

    .g-full-container-center {
        padding: 60px 0 70px;
    }

    .g-img-right-style .col-2 > .panel-grid-cell, 
    .g-img-left-style .col-2 > .panel-grid-cell {
        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 {
        text-align: center;
    }
    .g-img-right-style .col-2 > .panel-grid-cell:last-child,
    .g-img-left-style .col-2 > .panel-grid-cell:first-child {
        justify-content: center !important;
    }

    .g-img-left-style .col-2 {
        flex-direction: column-reverse !important;
    }
    .g-magic-left .col-2 > .panel-grid-cell,
    .g-magic-right .col-2 > .panel-grid-cell {
        width: 100% !important;
    }
    .g-magic-right .col-2 > .panel-grid-cell:first-child,
    .g-magic-left .col-2 > .panel-grid-cell:last-child {
        text-align: center;
    }

    .g-col-2-featured .col-2 > .panel-grid-cell {
        width: 100% !important;
        text-align: center !important;
    }
    .g-col-2-featured .col-2 > .panel-grid-cell:first-child {
        padding-right: 0;
        padding-bottom: 45px !important;
        border-right: none;
        border-bottom: 1px solid rgba(148, 131, 131, .38);
    }
    .g-col-2-featured .col-2 > .panel-grid-cell:last-child {
        padding-top: 45px !important;
        padding-left: 0;
    }

    #forside-row-1 .col-2 > .panel-grid-cell:first-child {
        padding: 24.6px 30px 24.6px 20px !important;
    }
    #forside-row-2 .panel-layout > .panel-grid > .panel-grid-cell {
        padding: 0 0 0 20px !important;
    }
    #forside-row-4 > .panel-grid-cell {
        width: 100% !important;
    }
    #forside-row-5 .wrap > .panel-layout {
        justify-content: center !important;
    }
    #forside-row-5 .wrap > .panel-layout > .panel-grid:not(:last-child) {
        width: calc(50% - 1 * 10.5px) !important;
    }
    #forside-row-5 .wrap > .panel-layout > .panel-grid:last-child {
        width: 100% !important;
    }
    #forside-row-5 .wrap > .panel-layout > .panel-grid:last-child .panel-grid-cell {
        max-height: 380px;
    }
    #forside-row-5 .link-text a {
        font-size: 22px;
    }
    #forside-row-8 .col-2 > .panel-grid-cell .group img {
        margin-right: 10px;
    }
    #forside-row-10 .wrap {
        padding: 60px 50px 70px 30px;
    }
    #forside-row-10.panel-row-style {
        background-position: bottom right -430px !important;
    }
    #forside-row-10 .wrap .textwidget {
        padding-right: 20px;
        width: 67%;
    }

    #kontakt-form.forside-kontakt .row {
        width: 100%;
    }
    #kontakt-form.forside-kontakt .row + .row {
        padding-top: 21px;
    }
    #kontakt-form.forside-kontakt .row.btm-row,
    #kontakt-form.forside-kontakt .row:last-child {
        padding-top: 0;
    }

    #testimonial-slider-section .col-2 {
        flex-direction: column-reverse !important;
    }
    #testimonial-slider-section .col-2 > .panel-grid-cell:first-child,
    #testimonial-slider-section .col-2 > .panel-grid-cell:last-child {
        width: 100% !important;
    }

    .foer-billede-single h2,
    .foer-billede h2 {
        font-size: 1.75rem;
    }

    .foer-billede .col-2 .title p, .foer-billede-single .col-2 .title p {
        font-size: 1.25rem;
    }

    #kontakt-row-1 .col-4 > .panel-grid-cell {
        width: 50% !important;
    }

    #kontakt-row-1 .col-4 > .panel-grid-cell + .panel-grid-cell:nth-child(3) {
        border-left: none;
    }
    #kontakt-row-1 .col-4 > .panel-grid-cell + .panel-grid-cell:first-child,
    #kontakt-row-1 .col-4 > .panel-grid-cell + .panel-grid-cell:nth-child(2) {
        padding-bottom: 45px;
    }
    #kontakt-row-1 .col-4 > .panel-grid-cell + .panel-grid-cell:nth-child(3),
    #kontakt-row-1 .col-4 > .panel-grid-cell + .panel-grid-cell:nth-child(4) {
        border-top: 1px solid rgba(148, 131, 131, .38);
        padding-top: 45px;
        padding-bottom: 0;
    }
    #kontakt-row-3 #kontakt-form.main-kontakt {
        max-width: 95%;
    }
    #kontakt-row-4 .title {
        padding: 30px 0 34px;
    }

    .g-img-right-style .col-2 > .panel-grid-cell:first-child, 
    .g-img-left-style .col-2 > .panel-grid-cell:last-child {
        padding: 50px 0 50px !important;
    }
    .g-img-right-style .col-2 > .panel-grid-cell:last-child, .g-img-left-style .col-2 > .panel-grid-cell:first-child {
        padding: 50px 0 60px !important;
    }
    #forside-row-7 .col-2 > .panel-grid-cell:first-child, 
    #behandling-row-1.g-img-right-style .col-2 > .panel-grid-cell:first-child {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }


    #kontakt-form [type="text"], 
    #kontakt-form [type="tel"], 
    #kontakt-form [type="email"], 
    #kontakt-form [type="date"], 
    #kontakt-form textarea, #kontakt-form select {
        font-size: 15px;
    }

    #kontakt-form.common-kontakt .row.col-3 .col:not(:last-child) {
        width: 100%;
    }
    #kontakt-form.common-kontakt .row.col-3 .col + .col {
        padding-left: 0;
        padding-top: 21px;
    }
    #kontakt-form.common-kontakt textarea {
        min-height: 162px;
    }

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

@media only screen and (max-width: 899px) {
    .site-header .hmenu-wrapper .hamburger {
        padding: 6px 16px;
    }
    .site-header .header-right > .header-right-top {
        gap: 0 25px;
        margin: 10px 20px 0 0;
    }
    .site-header .header-contact {
        gap: 0 25px;
    }
    .site-header .header-right .box a {
        padding-left: 40px;
    }
    .site-header .header-right .box a:before {
        background-size: 28px 28px !important;
        width: 28px;
        height: 28px;
    }
    [lang='en-AU'] .site-footer #footer-col-2,
    [lang='en-AU'] .site-footer #footer-col-3 {
        max-width: 35%;
        padding-left: 10px;
    }
    [lang='en-AU'] .site-footer #footer-col-3 {
        order: 3;
    }
    [lang='en-AU'] .site-footer #footer-col-4 {
        order: 2;
    }
    [lang='en-AU'] .site-footer #footer-col-5 {
        order: 4;
    }
    [lang='en-AU'] .site-footer #footer-col-4,
    [lang='en-AU'] .site-footer #footer-col-5 {
        max-width: 65%;
        padding-left: 0;
    }

    .g-box-border .col-2 > .panel-grid-cell,
    .g-box-border.col-2 > .panel-grid-cell,
    #botox-row-3 .g-box-border .col-2 > .panel-grid-cell {
        width: 100% !important;
        text-align: center;
    }
    #botox-row-3 .g-box-border .col-2 > .panel-grid-cell:first-child,
    #hende-row-2 .col-2 > .panel-grid-cell:first-child, 
    #filler-row-4 .col-2 > .panel-grid-cell:first-child, 
    #exosomer-row-2 .col-2 > .panel-grid-cell:first-child, 
    #ryn-row-3 .col-2 > .panel-grid-cell:first-child,
    #patient-row-2 .col-2 > .panel-grid-cell:first-child {
        padding-bottom: 25px;
        padding-right: 0;
    }
    #botox-row-3 .g-box-border .col-2 > .panel-grid-cell:last-child,
    #hende-row-2 .col-2 > .panel-grid-cell:last-child, 
    #filler-row-4 .col-2 > .panel-grid-cell:last-child,
    #exosomer-row-2 .col-2 > .panel-grid-cell:last-child,
    #ryn-row-3 .col-2 > .panel-grid-cell:last-child,
    #patient-row-2 .col-2 > .panel-grid-cell:last-child {
        padding-left: 0;
        padding-top: 25px;
    }
    #hende-row-2 .col-2 > .panel-grid-cell:first-child, 
    #filler-row-4 .col-2 > .panel-grid-cell:first-child, 
    #exosomer-row-2 .col-2 > .panel-grid-cell:first-child, 
    #ryn-row-3 .col-2 > .panel-grid-cell:first-child,
    #patient-row-2 .col-2 > .panel-grid-cell:first-child {
        border-bottom: 1px solid rgba(148, 131, 131, .38);
        border-right: none;
    }

    #ryn-row-3 .col-2 > .panel-grid-cell:first-child .heading-title,
    #ryn-row-3 .col-2 > .panel-grid-cell:last-child .heading-title {
        text-align: center;
    }
    #ryn-row-3 .col-2 > .panel-grid-cell:first-child,
    #ryn-row-3 .col-2 > .panel-grid-cell:last-child {
        text-align: left;
    }

    .g-col-2-featured .featured-title {
        margin-bottom: 20px;
    }

    #common-kontakt-parkerings-section .inner-col-2 > .panel-grid-cell:last-child {
        padding: 40px 30px;
    }


    #forside-row-1.g-full-container-center {
        padding-top: 60px;
    }
    #forside-row-1 .col-2 > .panel-grid-cell:first-child,
    #forside-row-1 .col-2 > .panel-grid-cell:last-child {
        width: 100% !important;
    }
    #forside-row-1 .col-2 > .panel-grid-cell:first-child {
        padding: 0 10px !important;
        border-right: none;
    }
    #forside-row-1 .col-2 > .panel-grid-cell:last-child {
        padding: 30px 10px 0;
    }
    #forside-row-2 .panel-layout > .panel-grid {
        width: 65.6%;
    }
    #forside-row-3 {
        padding: 60px 0 295px;
    }
    #forside-row-3 .col-2 > .panel-grid-cell {
        width: 100% !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
        padding-top: 0 !important;
    }
    #forside-row-3 .col-2 > .panel-grid-cell:first-child {
        border-right: none;
    }
    #forside-row-8 .col-2 > .panel-grid-cell {
        width: 100% !important;
    }
    #forside-row-8 .col-2 > .panel-grid-cell:first-child {
        border-right: none;
        border-bottom: 1px solid rgba(148, 131, 131, .38);
        padding-bottom: 60px !important;
        padding-top: 0 !important;
    }
    #forside-row-8 .col-2 > .panel-grid-cell:last-child {
        padding-top: 60px !important;
    }
    #forside-row-10 .wrap {
        padding: 60px 50px 40px 15px;
    }

    .foer-billede .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 10px) !important;
    }
    .foer-billede .wrap > .panel-layout > .panel-grid + .panel-grid, 
    .foer-billede-single .wrap > .panel-layout > .panel-grid + .panel-grid {
        margin-top: 30px;
    }

    #hydrapen-row-4.g-full-container-center p br {
        display: none;
    }

    #patient-row-2 .col-2 > .panel-grid-cell:first-child .sow-image-container,
    #patient-row-2 .col-2 > .panel-grid-cell .group p {
        justify-content: center;
    }
    #patient-row-2 .col-2 > .panel-grid-cell > .so-panel:last-child .so-widget-sow-image {
        margin: 30px 0;
    }
    #patient-row-2 .col-2 > .panel-grid-cell .group p {
        margin-top: 30px;
        gap: 0 50px;
    }

   
}


@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-8 .col-2 > .panel-grid-cell .inner-col-2,
    #testimonial-slider-section .inner-col-2,
    .foer-billede .col-2,
    .foer-billede .inner-col-2,
    .foer-billede-single .col-2,
    #kontakt-row-1 .col-4,
    #skinbooster-row-3.col-3,
    #skinbooster-row-4 .col-2 {
        flex-direction: row !important;
    }

    .site-footer {
        font-size: 1rem;
    }
    .site-footer #footer-col-1 .btn-1, 
    .site-footer #footer-col-1 .btn-2 {
        width: 200px !important;
    }
    .site-footer #footer-col-1 .col-3 > .panel-grid-cell:last-child {
        justify-content: center;
    }
    .site-footer #footer-col-2, 
    .site-footer #footer-col-4 {
        padding-left: 20px;
    }
    .site-footer #footer-col-4 label {
        width: 90px;
    }
    .site-footer #footer-col-5 label {
        width: 95px;
    }

    #banner-text-section .title p {
        font-size: 30px;
    }
    #banner-text-section .col-3 > .panel-grid-cell:nth-child(2) {
        padding: 15px 0;
    }
    #banner-text-section > .panel-layout {
        padding: 25px 30px;
    }

    .g-img-right-style .col-2 > .panel-grid-cell:last-child .so-panel, 
    #forside-row-7.g-img-right-style .col-2 > .panel-grid-cell:last-child .so-panel {
        padding: 0 30px 0 15px;
    }

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

    #forside-row-2 .panel-layout > .panel-grid > .panel-grid-cell {
        padding: 0 0 0 10px !important;
    }
    #forside-row-8 .col-2 > .panel-grid-cell .inner-col-2 > .panel-grid-cell {
        padding: 0 20px !important;
    }
    #forside-row-8 .col-2 > .panel-grid-cell .group {
        margin-top: 35px;
    }
    #forside-row-6 .g-special-bold p:first-of-type br {
        display: none;
    }

    #common-kontakt-parkerings-section .inner-col-2 > .panel-grid-cell:last-child {
        padding: 40px 20px !important;
    }
    #common-kontakt-parkerings-section .inner-col-2,
    #common-kontakt-parkerings-section .tel-col-2 {
        flex-direction: row !important;
    }
    #common-kontakt-parkerings-section .tel-col-2 > .panel-grid-cell:first-child {
        padding: 3.5px 15px 3.5px 0 !important;
    }
    #common-kontakt-parkerings-section .tel-col-2 > .panel-grid-cell:last-child {
        padding-left: 15px !important;
    }

    #hydrapen-row-4 ul {
        gap: 0 40px;
    }

    #kontakt-form.common-kontakt {
        padding: 0 2.86%;
    }

    #skinbooster-row-1 .wrap > .panel-layout > .panel-grid:first-child .col-2 > .panel-grid-cell:last-child, 
    #skinbooster-row-1 .wrap > .panel-layout > .panel-grid:last-child .col-2 > .panel-grid-cell:first-child {
        padding: 40px 30px !important;
        text-align: center;
    }
    #skinbooster-row-1 .wrap > .panel-layout > .panel-grid:last-child .col-2 {
        flex-direction: column-reverse !important;
    }
    #skinbooster-row-3.col-3 > .panel-grid-cell {
        padding: 70px 20px 60px !important;
    }
    #skinbooster-row-4 .col-2 > .panel-grid-cell {
        padding: 60px 20px !important;
    }

}

@media only screen and (max-width: 767px) {
    .site-header,
    .gsticky .site-header {
        height: 100px;
    }
    .site-header .hmenu-wrapper,
    .site-header .hmenu-wrapper .hamburger {
        height: 50px;
    }
    .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: 35px;
    }
    .site-header .hmenu-wrapper .hamburger-box {
        width: 35px;
    }
    .site-slider {
        margin-top: 100px;
    }
    [lang='en-AU'] .site-footer #footer-col-2,
    [lang='en-AU'] .site-footer #footer-col-3,
    [lang='en-AU'] .site-footer #footer-col-4,
    [lang='en-AU'] .site-footer #footer-col-5 {
        max-width: 100%;
        padding-left: 20px;
        font-size: 18px;
    }
    [lang='en-AU'] .site-footer #footer-col-3 {
        order: 2;
        margin-bottom: 60px;
    }
    [lang='en-AU'] .site-footer #footer-col-4 {
        order: 3;
        margin-bottom: 60px;
    }
    [lang='en-AU'] .site-footer #footer-col-5 {
        order: 4;
    }
    [lang='en-AU'] .site-footer #footer-col-4 label {
        width: 135px;
    }
    [lang='en-AU'] .site-footer #footer-col-5 label {
        width: 135px;
    }

    /*.heading-title h1 {
        margin-bottom: 25px;
    }
    .heading-title h2 {
        margin-bottom: 15px;
    }*/

    .g-full-container-center .heading-title h2 {
        margin-bottom: 24px;
    }

    #forside-row-1 .col-2 > .panel-grid-cell:first-child > .so-panel:nth-child(2) {
        padding: 0;
    }
    #forside-row-4 {
        padding: 50px 35px 50px;
    }
    #forside-row-5 .wrap > .panel-layout > .panel-grid:last-child .panel-grid-cell {
        max-height: 350px;
    }

    #testimonial-slider-section.g-full-container-center {
        padding: 40px 0 50px;
    }
    #testimonial-slider-section .col-2 {
        margin-top: 15px;
    }

    #botox-row-3 .g-box-border, 
    #hende-row-2 .g-box-border, 
    #filler-row-4 .g-box-border, 
    #ryn-row-3 .g-box-border, 
    #exosomer-row-2 .g-box-border,
    #patient-row-2 .g-box-border {
        padding: 50px 20px 60px;
    }

}

@media only screen and (max-width: 734px) {
    .site-header .site-branding {
        width: 36.4%;
    }
    .site-header .header-right .box.email {
        display: none;
    }
    .site-header .header-right .box.phone {
        margin-top: 3px;
    }

    .g-full-container {
        padding: 60px 0 65px;
    }

    #forside-row-7 .col-2 > .panel-grid-cell:first-child .g-full-container {
        padding: 60px 10px 45px;
    }
    #forside-row-8 .col-2 > .panel-grid-cell:first-child {
        padding-bottom: 50px !important;
    }
    #forside-row-8 .col-2 > .panel-grid-cell:last-child {
        padding-top: 50px !important;
        padding-bottom: 0 !important;
    }
    #forside-row-10 .wrap .textwidget {
        padding-right: 20px;
        width: 85%;
    }
    #forside-row-10.panel-row-style {
        background-position: bottom right -575px !important;
    }

    #skinbooster-row-3.col-3 > .panel-grid-cell:nth-child(2), 
    #skinbooster-row-3.col-3 > .panel-grid-cell:last-child {
        width: 100% !important;
        text-align: center;
    }
    #skinbooster-row-3.col-3 > .panel-grid-cell:nth-child(2) .sow-image-container, 
    #skinbooster-row-3.col-3 > .panel-grid-cell:last-child .sow-image-container {
        justify-content: center;
    }
    #skinbooster-row-4 .col-2 > .panel-grid-cell {
        width: 100% !important;
        text-align: center;
    }
    #skinbooster-row-4 .col-2 > .panel-grid-cell {
        padding: 45px 10px !important;
    }
    #skinbooster-row-2.g-img-left-style .col-2 > .panel-grid-cell:last-child {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    #patient-row-2 .col-2 > .panel-grid-cell .group p {
        gap: 0 30px;
    }

}

@media only screen and (max-width: 666px) {
    #banner-text-section .text p {
        font-size: 1rem;
    }
    #banner-text-section .title p {
        font-size: 28px;
    }
    #banner-text-section .col-3 > .panel-grid-cell:first-child {
        padding: 0 0 15px;
    }
    #banner-text-section .col-3 > .panel-grid-cell:nth-child(2) {
        padding: 10px 0 15px;
    }
    #banner-text-section > .panel-layout {
        padding: 25px 20px;
    }

    .site-footer #footer-col-2,
    .site-footer #footer-col-3,
    .site-footer #footer-col-4,
    .site-footer #footer-col-5 {
        max-width: 100%;
        padding-left: 20px;
        font-size: 18px;
    }
    .site-footer #footer-col-3,
    .site-footer #footer-col-4 {
        margin-bottom: 60px;
    }
    .site-footer #footer-col-4 label {
        width: 115px;
    }
    .site-footer #footer-col-5 label {
        width: 115px;
    }

    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 30px;
    }

    .special-p p {
        font-size: 20px;
    }
    .g-special-bold p:first-of-type {
        font-size: 1.0625rem;
    }

    #forside-row-1.g-full-container-center {
        padding-top: 50px;
    }
    #forside-row-1 .col-2 .special-p {
        margin-top: 20px;
    }
    #forside-row-2 .panel-layout > .panel-grid {
        width: 72.6%;
    }
    #forside-row-5 .link-text a {
        font-size: 20px;
        padding: 16.5px 34px 16.5px 13px;
    }
    #forside-row-4 .heading-title h2 {
        flex-direction: column;
        gap: 7px 0;
    }

    #common-kontakt-parkerings-section .inner-col-2 > .panel-grid-cell:first-child,
    #common-kontakt-parkerings-section .inner-col-2 > .panel-grid-cell:last-child {
        width: 100% !important;
        text-align: center;
    }
    #common-kontakt-parkerings-section .tel-col-2,
    #common-kontakt-parkerings-section .group p,
    #common-kontakt-parkerings-section .g-btn-group p:first-of-type {
        justify-content: center;
    }

    .g-col-2-people .person-left .col-2 > .panel-grid-cell:first-child > .so-panel, 
    .g-col-2-people .person-right .col-2 > .panel-grid-cell:last-child > .so-panel {
        width: 75% !important;
    }

    .g-col-2-featured .col-2 > .panel-grid-cell .so-widget-sow-image {
        margin-bottom: 35px;
    }

    #hydrapen-row-4 ul {
        column-count: 1;
    }

    .foer-billede .col-2 > .panel-grid-cell {
        width: 100% !important;
    }
    .foer-billede .col-2 > .panel-grid-cell + .panel-grid-cell {
        margin-top: 30px;
    }
	
	 .foer-billede-single .col-2 > .panel-grid-cell {
        width: 100% !important;
    }
    .foer-billede-single .col-2 > .panel-grid-cell + .panel-grid-cell {
        margin-top: 3px;
    }

    .kontakt-row-2#common-kontakt-parkerings-section .col-2 > .panel-grid-cell:last-child .inner-col-2 > .panel-grid-cell:last-child {
        text-align: left;
        padding-left: 15% !important;
    }

    #kontakt-form.main-kontakt .row.col-3 {
        flex-wrap: wrap;
    }
    #kontakt-form.main-kontakt .row.col-3 .col {
        width: 100%;
    }
    #kontakt-form.main-kontakt .row.col-3 .col + .col {
        padding-left: 0;
        padding-top: 21px;
    }

}


@media only screen and (max-width: 599px) {
    .site-header .site-branding {
        width: 45.4%;
    }

    .g-btn-group p:first-of-type {
        gap: 0 5px;
    }

    [lang='en-AU'] .site-footer #footer-col-2, 
    [lang='en-AU'] .site-footer #footer-col-3, 
    [lang='en-AU'] .site-footer #footer-col-4, 
    [lang='en-AU'] .site-footer #footer-col-5 {
        font-size: 1rem;
    }
    [lang='en-AU'] .site-footer #footer-col-4 label,
    [lang='en-AU'] .site-footer #footer-col-5 label {
        width: 120px;
    }

    #forside-row-4 {
        padding: 50px 25px 50px;
    }

    #forside-row-5 .wrap > .panel-layout > .panel-grid:not(:last-child) {
        width: 100% !important;
    }
    #forside-row-5 .wrap > .panel-layout > .panel-grid .panel-grid-cell {
        max-height: 540px !important;
    }
    #forside-row-5 .link-text a {
        font-size: 24px;
        padding: 18.5px 50px 18.5px 25px;
    }
    #forside-row-5 .link-text a:before {
        right: 10px;
    }
 
    .g-magic-right .col-2 > .panel-grid-cell:first-child {
        padding: 50px 10px !important;
    }
    .g-magic-left .col-2 > .panel-grid-cell:last-child {
        padding: 50px 10px !important;
    }

    #ham-row-3.g-img-right-style .col-2 > .panel-grid-cell:first-child, 
    #filler-row-2.g-img-right-style .col-2 > .panel-grid-cell:first-child, 
    #vitaran-row-2.g-img-right-style .col-2 > .panel-grid-cell:first-child, 
    #hydrapen-row-2.g-img-left-style .col-2 > .panel-grid-cell:last-child, 
    #om-row-3.g-img-left-style .col-2 > .panel-grid-cell:last-child, 
    #ryn-row-4.g-img-right-style .col-2 > .panel-grid-cell:first-child, 
    #om-row-4.g-img-right-style .col-2 > .panel-grid-cell:first-child {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
 
}


@media only screen and (max-width: 567px) {
    #banner-text-section .title p {
        font-size: 26px;
    }

    [lang='en-AU'] .site-footer #footer-col-2, 
    [lang='en-AU'] .site-footer #footer-col-3, 
    [lang='en-AU'] .site-footer #footer-col-4, 
    [lang='en-AU'] .site-footer #footer-col-5 {
        padding-left: 5px;
    }
    [lang='en-AU'] .site-footer #footer-col-4 label, 
    [lang='en-AU'] .site-footer #footer-col-5 label {
        width: 110px;
    }

    #forside-row-2 .panel-layout > .panel-grid {
        width: 88%;
    }
    #forside-row-5 .wrap > .panel-layout > .panel-grid .panel-grid-cell {
        max-height: 510px !important;
    }
    #forside-row-6 .btn-1, 
    #forside-row-6 .btn-2 {
        width: auto !important;
        padding: 13.5px 16.91px;
    }
    #forside-row-10 .wrap .textwidget {
        padding-right: 0;
        width: 85%;
    }

    #kontakt-form.common-kontakt .row {
        width: 100%;
    }
    #kontakt-form.common-kontakt .row:nth-child(4) {
        padding-top: 21px;
    }
    #kontakt-form.common-kontakt .btm-row .col:last-child {
        justify-content: center;
    }
    #kontakt-form.common-kontakt .row:last-child {
        width: 100%;
    }

    #skinbooster-row-1 .wrap > .panel-layout > .panel-grid:first-child .col-2 > .panel-grid-cell:last-child, 
    #skinbooster-row-1 .wrap > .panel-layout > .panel-grid:last-child .col-2 > .panel-grid-cell:first-child {
        padding: 25px 15px 40px !important;
    }
    #skinbooster-row-3.col-3 > .panel-grid-cell {
        padding: 45px 10px 50px !important;
    }

    #patient-row-2 .col-2 > .panel-grid-cell .group p {
        gap: 0 20px;
    }
     
}


@media only screen and (max-width: 496px) {
    .site-header .header-right > .header-right-top {
        gap: 0 15px;
        margin: 10px 15px 0 0;
    }
    .site-header .header-right .box a {
        padding-left: 35px;
    }
    #banner-text-section .text p {
        font-size: 15px;
    }

    h3 {
        font-size: 26px;
    }
    .site-footer .footer-wrap {
        padding: 60px 0 50px;
    }
    .site-footer .widget-title {
        margin: 0 0 15px;
    }
    .site-footer #footer-col-2, .site-footer #footer-col-3, .site-footer #footer-col-4 {
        margin-bottom: 40px;
    }
    .site-footer #footer-col-2, .site-footer #footer-col-3, .site-footer #footer-col-4, .site-footer #footer-col-5 {
        font-size: 17px !important;
    }
    .site-footer #footer-col-1 .col-3 > .panel-grid-cell:first-child {
        font-size: 17px;
    }
    .site-footer #footer-col-1 .col-3 > .panel-grid-cell:first-child > .so-panel:first-child {
        padding: 10px 15px 10px 0;
    }
    .site-footer #footer-col-1 .col-3 > .panel-grid-cell:first-child > .so-panel:last-child {
        padding-left: 15px;
    }

    .site-footer #footer-col-2, 
    .site-footer #footer-col-3, 
    .site-footer #footer-col-4, 
    .site-footer #footer-col-5,
    [lang='en-AU'] .site-footer #footer-col-2, 
    [lang='en-AU'] .site-footer #footer-col-3, 
    [lang='en-AU'] .site-footer #footer-col-4, 
    [lang='en-AU'] .site-footer #footer-col-5 {
        padding-left: 0;
        text-align: center;
    }
    .site-footer #footer-col-4 p, 
    .site-footer #footer-col-5 p,
    [lang='en-AU'] .site-footer #footer-col-4 p, 
    [lang='en-AU'] .site-footer #footer-col-5 p {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .site-footer #footer-col-4 p + p, 
    .site-footer #footer-col-5 p + p,
    [lang='en-AU'] .site-footer #footer-col-4 p + p, 
    [lang='en-AU'] .site-footer #footer-col-5 p + p {
        margin-top: 13px !important;
    }
    .site-footer #footer-col-5,
    [lang='en-AU'] .site-footer #footer-col-5 {
        justify-content: center;
    }
    .site-footer #footer-col-4 .textwidget p:nth-child(3),
    [lang='en-AU'] .site-footer #footer-col-4 .textwidget p:nth-child(3) {
        margin: 0;
    }

    .g-full-container,
    .g-full-container-center {
        padding: 50px 0 60px;
    }

    #forside-row-2 .panel-layout > .panel-grid {
        width: 100%;
    }
    #forside-row-2 .panel-layout > .panel-grid > .panel-grid-cell {
        padding: 0 5px !important;
        text-align: center;
    }
    #forside-row-5 .wrap > .panel-layout > .panel-grid .panel-grid-cell {
        max-height: 100% !important;
    }

    #patient-row-2 .col-2 > .panel-grid-cell .group p {
        gap: 0;
        flex-direction: column;
    }

}

@media only screen and (max-width: 479px) {
    .site-header {
        border-top: 25px solid var(--bg-primary);
    }
    .site-header .site-branding {
        width: 55%;
    }
    .site-header .header-contact {
        position: absolute;
        width: 100%;
        top: -27px;
        left: 0;
        justify-content: space-between;
        gap: 0;
    }
    .site-header .header-right .box.email {
        display: inline-block;
    }
    .site-header .header-right .box a {
        padding: 0;
        font-size: 15px;
        color: var(--text-white) !important;
        letter-spacing: 1.3px;
        font-weight: 300;
    }
    .site-header .header-right .box a:hover {
        opacity: .7;
    }
    .site-header .header-right .box a:before {
        display: none;
    }
    #banner-text-section > .panel-layout {
        padding: 25px 10px;
    }
    #banner-text-section .col-3 .btn-267 {
        width: auto !important;
    }
	
	#resp-sidebar #mobile-navigation li > a {
		font-size: 1rem;
	}

    .site-footer #footer-col-1 .btn-1, .site-footer #footer-col-1 .btn-2 {
        width: 170px !important;
        font-size: 15px;
    }
    .site-footer #footer-col-1 .col-3 > .panel-grid-cell:first-child {
        flex-wrap: wrap;
    }
    .site-footer #footer-col-1 .col-3 {
        gap: 30px 50px;
    }
    .site-footer #footer-col-1 .col-3 > .panel-grid-cell:first-child > .so-panel:first-child,
    [lang='en-AU'] .site-footer #footer-col-1 .col-3 > .panel-grid-cell:first-child > .so-panel:first-child {
        border-right: none;
    }
    .site-footer #footer-col-1 .col-3 > .panel-grid-cell:first-child > .so-panel:first-child,
    .site-footer #footer-col-1 .col-3 > .panel-grid-cell:first-child > .so-panel:last-child,
    [lang='en-AU'] .site-footer #footer-col-1 .col-3 > .panel-grid-cell:first-child > .so-panel:first-child,
    [lang='en-AU'] .site-footer #footer-col-1 .col-3 > .panel-grid-cell:first-child > .so-panel:last-child  {
        display: flex;
        justify-content: center;
        text-align: center;
        width: 100% !important;
        padding: 10px;
    }

    [lang='en-AU'] .site-footer #footer-col-1 .btn-1, 
    [lang='en-AU'] .site-footer #footer-col-1 .btn-2 {
        width: 185px !important;
        font-size: 15px;
    }

    #forside-row-1 .col-2 > .panel-grid-cell:first-child {
        padding:  0 5px !important;
    }
    #forside-row-4 {
        padding: 40px 25px 50px;
    }
    #forside-row-5 .link-text a {
        font-size: 22px;
        padding: 18.5px 50px 18.5px 15px;
    }
    #forside-row-6 .btn-1, #forside-row-6 .btn-2 {
        width: 250px !important;
    }
    #forside-row-8 .col-2 > .panel-grid-cell {
        padding: 20.7px 5px !important;
    }
    
    #forside-row-6 .g-btn-group p:first-of-type {
        flex-direction: column;
        align-items: center;
    }
    #forside-row-6 .g-btn-group p:first-of-type br {
        display: none;
    }
    #forside-row-6 .g-btn-group p:first-of-type > a:last-of-type {
        margin-top: 20px !important;
    }
    #forside-row-8 .col-2 > .panel-grid-cell .btn-1, #forside-row-8 .col-2 > .panel-grid-cell .btn-2 {
        width: 180px !important;
    } 
    #forside-row-10 .wrap {
        padding: 50px 5px 40px 5px;
        text-align: center;
    }
    #forside-row-10 .wrap .textwidget {
        width: 100%;
    }
    #forside-row-10.panel-row-style {
        background: none !important;
    }
    #kontakt-form.forside-kontakt .btm-row .col:last-child {
        justify-content: center;
    }
    #kontakt-form.forside-kontakt .row:last-child .col > div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #kontakt-form.forside-kontakt .row:last-child .wpcf7-spinner {
        margin: auto;
    }

    #kontakt-form [type="text"], 
    #kontakt-form [type="tel"], 
    #kontakt-form [type="email"], 
    #kontakt-form [type="date"], 
    #kontakt-form textarea, #kontakt-form select {
        font-size: 16px;
    }

    #common-kontakt-parkerings-section .btn-1, 
    #common-kontakt-parkerings-section .btn-2 {
        width: 170px;
        padding: 11.5px 6.5px;
    }

    .foer-billede-single h2 br, .foer-billede h2 br {
        display: none;
    }

    .kontakt-row-2#common-kontakt-parkerings-section .col-2 > .panel-grid-cell:last-child .inner-col-2 > .panel-grid-cell:last-child {
        padding-left: 5% !important;
    }
	
	blockquote p {
		font-size: 17px;
	}
   
}

@media only screen and (max-width: 413px) {
    #banner-text-section .col-3 > .panel-grid-cell:last-child .btn-group p {
        flex-direction: column;
        gap: 15px 0;
    }
    #banner-text-section .col-3 > .panel-grid-cell:last-child .btn-group p br {
        display: none;
    }
    #banner-text-section .col-3 .btn-267 {
        padding: 11.5px 28px !important;
    }

    [lang='en-AU'] .site-footer #footer-col-1 .btn-1, 
    [lang='en-AU'] .site-footer #footer-col-1 .btn-2 {
        padding: 12.5px 6.5px;
        width: 172px !important;
    }

    #forside-row-5 .link-text a {
        font-size: 19px;
    }
    #forside-row-8 .col-2 > .panel-grid-cell .inner-col-2 > .panel-grid-cell {
        padding: 0 !important;
    }
    #forside-row-8 .col-2 > .panel-grid-cell .inner-col-2 > .panel-grid-cell:first-child {
        padding-right: 15px !important;
    }
    #forside-row-8 .col-2 > .panel-grid-cell .inner-col-2 > .panel-grid-cell:last-child {
        padding-left: 15px !important;
    }

    .g-col-2-people .person-left .col-2 > .panel-grid-cell:first-child > .so-panel, 
    .g-col-2-people .person-right .col-2 > .panel-grid-cell:last-child > .so-panel {
        width: 85% !important;
    }

    #common-kontakt-parkerings-section .inner-col-2 > .panel-grid-cell:last-child {
        padding: 40px 10px !important;
    }
    #common-kontakt-parkerings-section .group p, #common-kontakt-parkerings-section .group p > a {
        font-size: 17px;
    }

    #priser-row-1 .wrap > .panel-layout > .panel-grid + .panel-grid {
        margin-top: 80px;
    }

    #kontakt-row-1.g-full-container-100 {
        padding: 30px 0;
    }
    #kontakt-row-1 .col-4 > .panel-grid-cell {
        width: 100% !important;
    }

    #kontakt-row-1 .col-4 > .panel-grid-cell:nth-child(2),
    #kontakt-row-1 .col-4 > .panel-grid-cell:nth-child(4) {
        border-left: none;
        border-top: 1px solid rgba(148, 131, 131, .38);
    }

    #kontakt-row-1 .col-4 > .panel-grid-cell:first-child, 
    #kontakt-row-1 .col-4 > .panel-grid-cell:nth-child(2), 
    #kontakt-row-1 .col-4 > .panel-grid-cell:nth-child(3), 
    #kontakt-row-1 .col-4 > .panel-grid-cell:nth-child(4) {
        padding: 30px 10px !important;
    }
	
	#cookies-row-1.g-full-container ul {
    	margin: 20px 0 20px 10px;
	}
     
}


@media only screen and (max-width: 374px) {
    .site-header .site-branding {
        width: 70%;
    }
    [lang='en-AU'] .site-footer #footer-col-1 .col-3 > .panel-grid-cell:nth-child(2) p,
    .site-footer #footer-col-1 .col-3 > .panel-grid-cell:nth-child(2) p {
        flex-direction: column;
        gap: 20px 0;
    }
    [lang='en-AU'] .site-footer #footer-col-1 .col-3 > .panel-grid-cell:nth-child(2) p br,
    .site-footer #footer-col-1 .col-3 > .panel-grid-cell:nth-child(2) p br {
        display: none;
    }
    [lang='en-AU'] .site-footer #footer-col-1 .btn-1, 
    [lang='en-AU'] .site-footer #footer-col-1 .btn-2,
    .site-footer #footer-col-1 .btn-1, 
    .site-footer #footer-col-1 .btn-2 {
        width: 195px !important;
    }

    /*continue here*/ 
}


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

