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


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

:root {
    --font-primary: 'Poppins', serif;
    --font-secondary: 'Inter', sans-serif;

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

    --bg-primary: #29364D;
    --bg-secondary: #E4E8EB;
    --bg-white: #fff;
    --bg-off-white: #fafafa;
    --bg-black: #000;
    --bg-light-blue: #153F89;


    --text-primary: #29364D;
    --text-light-blue: #153F89;
    --text-black: #000;
    --text-white: #fff;

    --hover-text-black: #000;
    --hover-text-white: #fff;
    --hover-text-light-blue: #153F89;
    --hover-text-primary: #29364D;

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

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

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

html {
    font-size: 16px;
}
body {
    color: var(--text-primary);
    font-family: var(--font-secondary);
    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-primary);
}
a:hover,
a:active,
a:focus {
    color: var(--hover-text-light-blue);
}
a,
a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
p {
    font-weight: var(--font-regular);
    margin: 0;
}
p + p {
    margin: 1.15em 0 0;
/*    margin: 15px 0 0;*/
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-primary);       
    font-weight: var(--font-medium);
    letter-spacing: 0 !important;
    color: var(--text-black);
    margin: 0;
    text-transform: uppercase;
    text-shadow: var(--shadow-text-16);
}
h1 {
    font-size: 3.25rem;
    line-height: 1.08;
}
h2 {
    font-size: 2.875rem;
    line-height: 1.17;
}
h3 {
    font-size: 2.5rem;
    line-height: 1.1;
}
h4 {
    font-size: 1.625rem;
}
h5 {
    font-size: 2.125rem;
    line-height: 1.35;
}


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,
.wrap-1620 {
    margin: 0 auto;
    width: 100%;
}
.wrap {
     max-width: 1760px;
}
.wrap-1620 {
    max-width: 1620px;
}
.wrap:after {
    display: block;
    clear: both;
    content: "";
    height: 0;
    visibility: hidden;
}

.skip-link {
    display: none;
}

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

.widget {
    margin: 0;
}

.hentry {
    margin: 0;
}

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

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

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

#lightboxOverlay {
    height: 100% !important;
}


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

.btn-1,
.btn-1-w,
.btn-2 {
    display: inline-block;
    text-transform: uppercase;
}
.btn-2:after {
    content: '';
    display: inline-block;
    position: absolute;
}
.btn-1,
.btn-1-w {
    font-family: var(--font-secondary);
    background: var(--bg-primary);
    border-radius: 0 16px 0 0;
    color: var(--text-white) !important;
    text-align: center !important;
	padding: 9.05px 43.21px 8.05px !important;
    min-width: 182px;
    min-height: 50px;
    position: relative;
    width: auto;
}
.btn-1-w {
  background: var(--bg-white);
  color: var(--text-primary) !important;
}
.btn-1-w:hover {
  background: var(--bg-light-blue);
  color: var(--hover-text-white) !important;
}
.btn-1:hover {
    background: var(--bg-light-blue);
}
.btn-2 {
    font-family: var(--font-primary);
    font-weight: var(--font-medium) !important;
    color: var(--text-black) !important;
    position: relative;
}
.btn-2:hover {
    color: var(--hover-text-primary) !important;
}
.btn-2:after {
    background: url(assets/images/arrow.png) no-repeat center right;
    width: 22px;
    height: 22px;
    top: 1px;
    bottom: 0;
    right: -33px;
    margin: auto 0;
}
.btn-2:hover:after {
    right: -38px;
}


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

.header-wrapper {
    position: fixed;
    width: 100%;
    z-index: 999;
}
.site-header {
    background: var(--bg-white);
    border-top: 2px solid #254C8E;
    box-shadow: var(--shadow-box-06);
    height: 140px;
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    z-index: 999;
}
.site-header .wrap {
    margin: 0 auto;
    height: 100%;
}

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


.site-header .site-branding {
    align-items: center;
    display: flex;
    float: left;
    width: 232px;
    height: 100%;
    position: relative;
    justify-content: center;
    z-index: 1;
}
.site-header .site-branding img {
    vertical-align: top;
    position: relative;
    top: -1px;
}
.site-header .site-branding img:hover {
    transform: scale(.95);
}
.site-header .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    gap: 0 100px;
    float: right;
}

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

.site-header .hmenu-wrapper .hamburger:hover, .site-header .hmenu-wrapper .hamburger.is-active {
    opacity: 1 !important;
}
.site-header .hmenu-wrapper .hamburger-box {
    height: 22px;
    vertical-align: middle;
    width: 40px;
}
.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: 40px;
    height: 3px;
}
.site-header .hamburger--elastic .hamburger-inner:before {
    left: 0;
    width: 40px;
}

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

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


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

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

.gsticky .site-header {
	height: 120px;
}

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


/* Banner Here */
.banner-wrap {
    background: rgba(41, 54, 77, .90);
    float: right;
    color: var(--text-white);
    white-space: normal;
    height: 100%;
}
.banner-wrap p + p {
    margin: 0 !important;
}
.banner-wrap .top-text,
.banner-wrap .title {
    font-family: var(--font-primary) !important;
    text-transform: uppercase !important;
}
.banner-wrap .top-text {
    color: #EBEBEB !important;
    font-weight: var(--font-semi-bold) !important;
    font-size: 20px !important;
    text-shadow: var(--shadow-text-20);
    line-height: 1.5 !important;
    margin: 0 0 20px 3px !important;
}
.banner-wrap .title {
    font-weight: var(--font-medium) !important;
    text-shadow: rgba(0, 0, 0, .6);
    margin: 0 !important;
}

.home.banner-wrap {
    width: 1058px;
    -webkit-clip-path: polygon(16.3% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(16.3% 0%, 100% 0, 100% 100%, 0% 100%);
    padding: 133px 60px 50px 232px !important;
}
.home.banner-wrap .top-text {
    letter-spacing: 4.68px !important;
}
.home.banner-wrap .title {
    font-size: 50px !important;
    line-height: 1.2 !important;
    margin: 0 0 27px 0 !important;
}
.home.banner-wrap .content {
    font-size: 20px !important;
    font-family: var(--font-secondary);
    line-height: 1.9 !important;
    letter-spacing: .28px !important;
    margin: 0 42px 0 3px !important;
}
.home.banner-wrap .content label {
    font-weight: var(--font-medium) !important;
    letter-spacing: .26px !important;
}
.home.banner-wrap .btn-1 {
    border: 1px solid rgba(255, 255, 255, 1.0);
    background: transparent !important;
    font-family: var(--font-primary) !important;
    font-size: 20px !important;
    padding: 8.05px 20px 7.05px !important;
    line-height: 1.6 !important;
    margin-top: 43px !important;
    min-width: 173px;
}
.home.banner-wrap .btn-1:hover {
    background: var(--bg-white) !important;
    color: var(--hover-text-primary) !important;
}
.for-mobile.banner-wrap {
    background: var(--bg-primary);
    width: 100% !important;
    display: none !important;
    float: none;
    text-align: center !important;
    position: relative;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
}
.for-mobile.home.banner-wrap {
    padding: 35px 25px !important;
}
.for-mobile.banner-wrap:before,
.inner-pages-only .for-mobile.banner-wrap .banner-holder:before {
    content: '';
    display: inline-block;
    position: absolute;
    border: 1px solid rgba(250, 250, 250, .54);
    bottom: 10px;
    height: auto;
    left: 10px;
    top: 10px;
    right: 10px;
    width: auto;
    z-index: -1;
}
.for-mobile.banner-wrap .top-text {
    margin: 0 0 12px 0 !important;
}
.for-mobile.banner-wrap .title {
    font-size: 26px !important;
    margin: 0 0 15px 0 !important;
}
.for-mobile.banner-wrap .content {
    margin: 0 !important;
}
.for-mobile.banner-wrap .btn-1 {
    margin-top: 20px !important;
}



.sub.banner-wrap {
    background: none;
    display: flex;
    align-items: flex-end;
    width: 786px;
}
.sub.banner-wrap > .banner-holder {
    background: rgba(41, 54, 77, .90);
    margin-bottom: 30px;
    padding: 50px 50px 50px 144px !important;
     -webkit-clip-path: polygon(7.7% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(7.7% 0%, 100% 0, 100% 100%, 0% 100%);
}
.sub.banner-wrap .top-text {
    letter-spacing: 0.86px !important;
    margin: 0 0 17px 3px !important;
}
.sub.banner-wrap .title {
    font-size: 38px !important;
    line-height: 1.263 !important;    
}
.inner-pages-only .for-mobile.banner-wrap .banner-holder {
    background: var(--bg-primary);
    padding: 25px 20px !important;
     position: relative;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
    margin: 0 !important;
}
.inner-pages-only .for-mobile.banner-wrap:before {
    display: none;
}
.inner-pages-only .for-mobile.sub.banner-wrap .title {
    margin: 0 !important;
}


/*--------------------------------------------------------------
 ## Body
--------------------------------------------------------------*/
.site-content {
    font-size: 18px;
    /*line-height: 175%;*/
    line-height: 1.777777;
    letter-spacing: 0.15px;
    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-light-blue);
    font-weight: var(--font-regular);
}
.site-content .entry-content a:hover {
    color: var(--hover-text-primary);
}
.site-content .entry-content ul {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-content .entry-content ul li {
    background: url(assets/images/check.png) no-repeat left 5px;
/*    background-size: 18px auto;*/
    line-height: 1.777777;
    padding: 3px 0 3px 44px;
    text-align: left;
}
.site-content .entry-content ul li + li {
    margin-top: 19px;
}

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


/*--------------------------------------------------------------
 ## Footer
--------------------------------------------------------------*/
.site-footer, .site-footer *,
#footer-col-5 .col-2 {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.site-footer {
    background: var(--bg-primary);
    color: #EBEBEB;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    z-index: 4;
}
.site-footer p {
    letter-spacing: .2px;
}
.site-footer p,
.site-footer li {
    /*line-height: 1.777;*/
    line-height: 2;
}
.site-footer p + p {
    margin: 0;
}

.site-footer a {
    color: var(--text-white);
    letter-spacing: .2px;
}
.site-footer a:hover {
    font-weight: var(--font-medium);
}
.site-footer .footer-wrap {
    padding: 83.5px 0 82.5px;
    z-index: 3;
}

.site-footer .footer-col {
    float: left;
    padding: 0;
    width: 100%;
}
.site-footer .widget-title {
    color: var(--text-white);
    font-family: var(--font-primary);
    font-size: 28px;
    font-weight: var(--font-medium);
    letter-spacing: 0.56px;
    line-height: 1.25;
    margin: 0 0 15px;
    position: relative;
    text-transform: uppercase;
    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,
.site-footer .footer-col ul > li a:hover {
    color: var(--text-white);
    font-weight: var(--font-medium);
}
.site-footer .panel-grid {
    margin-bottom: 0 !important;
}
.site-footer #footer-col-1 {
    max-width: 27%;
    padding-top: 3px;
}
.site-footer #footer-col-2 {
    max-width: 16%;
    padding-left: 4px;
}
.site-footer #footer-col-3 {
    max-width: 32%;
    padding-left: 26px;
}
.site-footer #footer-col-4 {
    max-width: 25%;
    position: relative;
    left: 103px;
}

.site-footer #footer-col-2 .widget-title {
    padding-left: 5px;
}
.site-footer #footer-col-1 .sow-image-container {
    margin-bottom: 37px;
}
.site-footer #footer-col-1 .widget_nav_menu {
    margin-top: 17px;
}
.site-footer #footer-col-2 ul li {
    background: url(assets/images/footer-arrow.png) left center no-repeat;
    padding-left: 28px;
}
.site-footer #footer-col-2 ul li > a {
    position: relative;
    top: 1px;
}
.site-footer #footer-col-3 p:first-child > label {
    background: url(assets/images/footer-brand.png) left top 8px;
}
.site-footer #footer-col-3 p:nth-child(2) > label {
    background: url(assets/images/footer-juridisk.png) left top 10px;
}
.site-footer #footer-col-3 p:nth-child(3) > label {
    background: url(assets/images/footer-pin.png) left top 11px;
}
.site-footer #footer-col-3 p:last-child > label {
    background: url(assets/images/footer-c.png) left top 9px;
}
.site-footer #footer-col-3 p:last-child {
    margin-top: 47px;
}
.site-footer #footer-col-4 p:first-child > label {
    background: url(assets/images/footer-mobile.png) left top 8px;
}
.site-footer #footer-col-4 p:nth-child(2) > label {
    background: url(assets/images/footer-email.png) left top 10px;
}
.site-footer #footer-col-3 p,
.site-footer #footer-col-4 p {
    display: flex;
    line-height: 2.61;
}
.site-footer #footer-col-3 label,
.site-footer #footer-col-4 label {
    background-position: left top 5px;
    background-repeat: no-repeat !important;
    display: inline-block;
    font-weight: var(--font-semi-bold);
    color: var(--text-white);
    padding-left: 38px;
    letter-spacing: .1px;
}
.site-footer #footer-col-3 label {
    width: 218px;
}
.site-footer #footer-col-4 label {
    width: 122px;
}



#copyright-wrapper {
    background: #263146;
    float: left;
    overflow: hidden;
    padding: 9.8px 0 10.5px;
    position: relative;
    width: 100%;
    z-index: 1;
}
#copyright-wrapper .cdev {
    font-size: 18px;
    color: var(--text-white);
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    float: left;
}
#copyright-wrapper span {
    color: #CDD1DA;
    font-weight: var(--font-medium);
}
#copyright-wrapper .cdev:hover {
    color: #CDD1DA;
    font-weight: var(--font-regular);
}

/*--------------------------------------------------------------
 ## Header Menu
--------------------------------------------------------------*/
.site-header .main-navigation a {
    font-size: 18px;
    background: transparent;
    color: var(--text-black);
    font-family: var(--font-secondary);
    font-weight: var(--font-regular);
    letter-spacing: .2px;
    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: 50.2px;
    margin-right: 0;
}
.site-header .main-navigation ul.menu li a {
    /*border-bottom: 2px solid transparent;*/
    border-bottom: 2px solid transparent;
    position: relative;
    padding: 0 0 4.5px;
}
.site-header .main-navigation ul.menu li.current_page_item a,
.site-header .main-navigation ul.menu li a:hover {
    border-bottom: 2px solid #153F89;
}

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

.site-header .header-right > #header-nav-wrap {
    position: relative;
    top: 3px;
}

.site-header .header-contact .box > a {
    background: var(--bg-primary);
    border-radius: 0 16px 0 0;
    color: var(--text-white);
    font-size: 1.125rem;
    padding: 10.15px 15px;
    display: inline-block;
    width: 172px;
    text-align: center;
    position: relative;
    top: -1px;
}
.site-header .header-contact .box > a:hover {
    background: var(--bg-light-blue);
}


/*--------------------------------------------------------------
 ## 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: 15px 1em 1em !important;
    width: 100% !important;
    border-top: 2px solid #254C8E;
}
#resp-sidebar .site-branding {
    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: 2.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;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 400;
    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;
}
#resp-sidebar #mobile-navigation .menu .sub-menu li > a:before {
    left: 42px;
    top: 0;
}
#resp-sidebar #mobile-navigation .menu .sub-menu .sub-menu li > a:before {
    left: 40px;
}
#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: rgba(0, 0, 0, .6); !important;*/
    color: rgba(92, 172, 51, 1.0) !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-blue.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 li.menu-item-has-children .caret,
#resp-sidebar #mobile-navigation li.menu-item-has-children.current-menu-item .caret{
    background: url('assets/images/icon-caret-g.png') no-repeat center center;
}

#resp-sidebar #mobile-navigation li.menu-item-has-children:hover .caret,
#resp-sidebar #mobile-navigation li.current-menu-parent .caret {
    background: url('assets/images/icon-caret.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: #343434;
    margin-top: 1px !important;
    display: none;
}
#resp-sidebar #mobile-navigation .sub-menu li:first-child {
    border-top: 0 !important;
    padding-top: 15px;
}
#resp-sidebar #mobile-navigation .sub-menu li:last-child {
    border-bottom: 0 !important;
    padding-bottom: 15px;
}
#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: 1.063rem;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 60px;
    position: relative;
}
#resp-sidebar #mobile-navigation .sub-menu .sub-menu li > a {
    padding-left: 45px;
}
#resp-sidebar #mobile-navigation .sub-menu .sub-menu li > a {
    padding-left: 56px;
}
#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: 500;
}
#resp-sidebar .contact-sidebar .email a {
    font-size: 1.25rem;
}
#resp-sidebar .contact-sidebar .box a:hover {
    opacity: .8;
}

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


/* for cloudflare captcha  */
.cloudflare-holder {
	width: 100%;
}
.cloudflare-holder .cf7-cf-turnstile {
	text-align: center;
	margin-bottom: -47px !important;
}
#kontakt-form.forside-form .btm-row {
	margin-bottom: 15px;
}
/* for commone form  */
/* #kontakt-form.common-form .cloudflare-holder .cf7-cf-turnstile {
	text-align: right;
	position: absolute;
    right: 0;
    top: 80px;
} */
/* .common-form#kontakt-form .holder:last-child .row.btn-row {
	flex-direction: column-reverse;
}
.common-form#kontakt-form .holder:last-child {
	align-items: flex-start !important
}
#kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 {
	padding-bottom: 150px !important;
}
.wpcf7-response-output, .wpcf7-validation-errors, .wpcf7-mail-sent-ok {
	bottom: -120px !important;
} */

.common-form#kontakt-form .holder:last-child .row.btm-row {
    width: 34.5% !important;
    left: 0 !important;
}
.common-form#kontakt-form .holder:last-child .row.btn-row {
    width: 66.7% !important;
    display: flex;
    justify-content: center;
    gap: 25px;
}
#kontakt-form.common-form input[type="checkbox"] {
	width: 30px;
}
/* end of common form  */
#kontakt-form.main-form .cloudflare-holder .cf7-cf-turnstile {
    margin-bottom: -26px !important;
    text-align: left;
}
.page-id-13 .wpcf7-response-output, .wpcf7-validation-errors, .wpcf7-mail-sent-ok,
.page-id-29 .wpcf7-response-output, .wpcf7-validation-errors, .wpcf7-mail-sent-ok {
	bottom: -25px !important;
}
#kontakt-form.main-form .cloudflare-holder .cf7-cf-turnstile,
#kontakt-form.main-form .btn-row, #kontakt-form.main-form .btm-row .col:last-child {
	text-align: center !important;
}
#kontakt-form.main-form .btm-row .col:last-child {
	justify-content: center !important;
}
@media only screen and (max-width: 666px) {
	.common-form#kontakt-form .holder:last-child .row.btn-row {
		flex-direction: column;
	}
	#kontakt-form.common-form .cloudflare-holder .cf7-cf-turnstile {
		position: relative !important;
		top: 0 !important;
		text-align: center;
        margin-bottom: -15px !important;
	}
	#kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 {
   		padding-bottom: 50px !important;
	}
	.wpcf7-response-output, .wpcf7-validation-errors, .wpcf7-mail-sent-ok {
    	bottom: -25px !important;
	}
}
@media only screen and (max-width: 567px) {
  	#kontakt-form.main-form .cloudflare-holder .cf7-cf-turnstile {
    	text-align: center;
	}
}
/* ---------------- */
/** Kontakt Formular **/
#kontakt-form {
    display: table;
    vertical-align: top;
    width: 100%;
    max-width: 1212px;
    margin: 0 auto;
}
/* #kontakt-form input[type="checkbox"] {
    accent-color: var(--bg-primary);
    width: 16px;
    height: 16px;
    margin-right: 7px;
    position: relative;
    top: 2px;
} */

#kontakt-form input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;

  width: 16px;
  height: 16px;
  margin-right: 7px;
  position: relative;
  top: 2px;

  border: 1px solid var(--bg-primary);
  border-radius: 0; /* Square */
  background: transparent;
  cursor: pointer;
}

#kontakt-form input[type="checkbox"]:checked {
  background: var(--bg-primary);
}

#kontakt-form input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


#kontakt-form .text {
    margin-bottom: 30px;
}
#kontakt-form .row, #kontakt-form .inrow {
    float: left;
    width: 100%;
    display: flex;
}
#kontakt-form .row + .row {
    margin-top: 19px;
}
#kontakt-form .btm-row .col:last-child {
  padding-left: 0;
}
#kontakt-form .row .col {
    width: 100%;
}
#kontakt-form .row .incol {
    float: left;
    width: 50%;
}
#kontakt-form .row label {
    font-size: 18px;
    font-family: var(--font-primary);
    font-weight: var(--font-medium);
    margin-bottom: 15px;
    display: inline-block;
}
#kontakt-form .row.col-2,
#kontakt-form .row.col-3 {
    justify-content: space-between;
}
#kontakt-form .row.col-2 {
    box-shadow: none;
}
#kontakt-form .row.col-2 .col {
    width: calc(50% - 1 * 12px) !important;
}

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

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


/*Forside Kontakt*/
.forside-form#kontakt-form textarea {
    min-height: 120px;
}
.forside-form#kontakt-form .row:last-child {
    margin-top: 30px;
}


/* Common Kontakt */
.common-form#kontakt-form .holder {
    display: flex;
}
.common-form#kontakt-form .holder:first-child {
    align-items: flex-start;
}
.common-form#kontakt-form .holder:first-child .row {
    flex-wrap: wrap;
    gap: 10px 0;
}
.common-form#kontakt-form .holder:first-child .row + .row {
    margin-top: 0;
}
.common-form#kontakt-form .holder:first-child .row:last-child {
    width: 52.45%;
    margin-left: 15px;
}
.common-form#kontakt-form .row.col-2 .col {
    width: calc(50% - 1 * 6.6px) !important;
}
.common-form#kontakt-form textarea {
    min-height: 139px;
}
.common-form#kontakt-form .row label {
    font-size: 1rem;
    margin-bottom: 11px;
}
.common-form#kontakt-form .holder:last-child {
    margin-top: 14px;
    align-items: center;
}
.common-form#kontakt-form .holder:last-child .row.btm-row {
    width: 64.5%;
    position: relative;
    left: -10px;
    top: 4px;
}
.common-form#kontakt-form .holder:last-child .row.btm-row label {
    display: flex;
    letter-spacing: 0;
    align-items: flex-start;
}
.common-form#kontakt-form .holder:last-child .row.btn-row {
    width: 33.7%;
    margin-left: 15px;
    margin-top: 0;
}
.common-form#kontakt-form input[type="checkbox"] {
    position: relative;
    top: 6px;
}


#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 **/
#kontakt-form.main-form {
    max-width: 100%;
}
#kontakt-form.main-form .row {
    display: inline-block;
}
#kontakt-form.main-form .row + .row {
    margin-top: 37px;
}
#kontakt-form.main-form .group-title {
    align-items: center;
    display: flex;
    font-size: 28px;
    font-family: var(--font-primary);
    font-weight: var(--font-medium);
    gap: 16.9px;
    line-height: 1.571;
    text-transform: uppercase;
    text-shadow: var(--shadow-text-20);
    margin-bottom: 29px;
}
#kontakt-form.main-form .group-title:after {
    content: "";
    flex: 1;
    height: 1px;
    background: #EBEBEB;
    display: flex;
}
#kontakt-form.main-form > .row:first-child  span.wpcf7-exclusive-checkbox {
    gap: 0 34px;
}
#kontakt-form.main-form > .row:first-child  span.wpcf7-exclusive-checkbox,
#kontakt-form.main-form > .row:first-child  span.wpcf7-list-item {
    display: flex;
    align-items: center;
}
#kontakt-form.main-form > .row:first-child  span.wpcf7-list-item-label {
    font-size: 16px;
    display: inline-block;
}
#kontakt-form.main-form > .row:first-child input[type="checkbox"] {
    margin-right: 3px;
	top: 0;
}
#kontakt-form.main-form .row > .col-2,
#kontakt-form.main-form .row > .col-5 {
    display: flex;
    flex-wrap: wrap;
}
#kontakt-form.main-form .row > .col-2 {
    gap: 39px;
}
#kontakt-form.main-form .row > .col-5 {
    gap: 38px;   
}
#kontakt-form.main-form .row label {
    font-size: 1rem;
    margin-bottom: 6px;
}
#kontakt-form.main-form .row > .col-2 .col,
#kontakt-form.main-form .row > .col-5 .col:nth-child(4),
#kontakt-form.main-form .row > .col-5 .col:nth-child(5) {
    width: calc(50% - 1 * 19.9px) !important;
}
#kontakt-form.main-form .row > .col-5 .col:first-child,
#kontakt-form.main-form .row > .col-5 .col:nth-child(2),
#kontakt-form.main-form .row > .col-5 .col:nth-child(3) {
    width: calc(33.3333% - 1 * 25.9px) !important;
}
#kontakt-form.main-form textarea,
#kontakt-form.main-form .codedropz-upload-container {
    min-height: 139px;
}
#kontakt-form.main-form .codedropz-upload-container span {
    display: block;
}

#kontakt-form.main-form .btm-row {
    margin-top: 20px !important;
}
#kontakt-form.main-form .btn-row {
    margin-top: 15px !important;
}
#kontakt-form.main-form .btn-row,
#kontakt-form.main-form .btm-row .col:last-child {
    justify-content: flex-start;
    text-align: left;
}
#kontakt-form.main-form .btm-row .col:first-child .wpcf7-form-control-wrap a,
#kontakt-form.main-form .btm-row .col:first-child .wpcf7-list-item > label {
    font-size: 14px;
}
#kontakt-form.main-form input[type="submit"] {
    width: 304px;
}




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


/** Back to Top **/
#back-top {
    background: url('assets/images/top-bottom.png') no-repeat center center #fff;
    bottom: 30px;
    height: 50px;
    text-align: center;
    opacity: 0;
    position: fixed;
    right: 10px;
    width: 50px;
    z-index: 25;
    visibility: hidden;
    -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: #ccc;
}
#back-top.show {
    opacity: 1;
    visibility: visible;
}

.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
--------------------------------------------------------------*/
.billeder-wrap {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.billeder-wrap .wrap {
    max-width: 100%;
}
.billeder-wrap .widget-title {
    border-bottom: 1px solid #05134E;
    color: #010220;
    display: block;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 30px;
    padding-bottom: 18px;
    padding-left: 26px;
    position: relative;
    text-align: left;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
    text-transform: uppercase;
    width: 100%;
}
.billeder-wrap .widget-title:before {
    background-color: #F8B54B;
    content: '';
    display: inline-block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 13px;

}
.billeder-wrap .eteam-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: normal;
    justify-content: flex-start;
    gap: 12px;
}
.billeder-wrap .eteam-gallery * {
    -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;
}
.billeder-wrap .eteam-gallery > .thumbnail-item {
    width: calc(16.6666% - 1 * 10px) !important;
}
.billeder-wrap .thumbnail-item .inner {
    box-shadow: var(--shadow-box-16);
    overflow: hidden;
}
.billeder-wrap .eteam-gallery img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.billeder-wrap .eteam-gallery img:hover {
    opacity: 0.875;
    transform: scale(1.07);
}
.billeder-wrap .gallery-loadmore.btn-1 {
    display: flex;
    font-size: 18px;
    margin-top: 40px;
    padding: 9.05px 43.35px 8.05px !important;
    align-items: center;
}


.billeder-wrap .loader-wrap {
    display: flex;
    justify-content: center;
}
.billeder-wrap .loader-wheel {
  width: 60px;
  aspect-ratio: 1;
  display: grid;
  color: var(--bg-primary);
  background: radial-gradient(farthest-side, currentColor calc(100% - 6px),#0000 calc(100% - 5px) 0);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 13px),#000 calc(100% - 12px));
  border-radius: 50%;
  animation: l19 2s infinite linear;
  margin-top: 50px;
}
.billeder-wrap .loader-wheel::before,
.billeder-wrap .loader-wheel::after {    
  content: "";
  grid-area: 1/1;
  background:
    linear-gradient(currentColor 0 0) center,
    linear-gradient(currentColor 0 0) center;
  background-size: 100% 10px,10px 100%;
  background-repeat: no-repeat;
}
.billeder-wrap .loader-wheel::after {
   transform: rotate(45deg);
}

@keyframes l19 { 
  100%{transform: rotate(1turn)}
}


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


.g-container-text-97 {
    padding: 89px 0 96px;
}
.g-container-text-100 {
    padding: 89px 0 100px;
}
.g-container-100 {
    padding: 100px 0;
}

.g-container-text-97 .btn-1,
.g-container-text-100 .btn-1,
.g-container-100 .btn-1,
.g-container-text-97 .btn-1-w,
.g-container-text-100 .btn-1-w,
.g-container-100 .btn-1-w {
    margin-top: 45px;
}

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

.g-img-right .col-2 {
    align-items: normal !important;
}
.g-img-right .col-2 > .panel-grid-cell {
    width: calc(50% - 1 * 80px) !important;
}
.g-img-right .col-2 > .panel-grid-cell:last-child  > .so-panel {
    height: 100%;
}
.g-img-right .col-2 > .panel-grid-cell:last-child .so-widget-sow-image {
    box-shadow: var(--shadow-box-16);
    border-radius: 0 40px 0 0;
    overflow: hidden;
    position: relative;
    top: 11px;
}
.g-img-right .col-2 .title-content h2 {
    margin-bottom: 32px;
}

.g-col-2 .col-2 {
    align-items: normal !important;
}
.g-col-2 .col-2 > .panel-grid-cell {
    display: flex;
    flex-direction: column;
}
.g-col-2 .col-2 > .panel-grid-cell > .so-panel:first-child {
    margin-bottom: 45px !important;
}
.g-col-2 .col-2 > .panel-grid-cell > .so-panel:last-child {
    margin-top: auto !important;
}
.g-col-2 .col-2 > .panel-grid-cell:first-child {
    border-right: 1px solid #EBEBEB;
    position: relative;
    padding-right: 89px;
}
.g-col-2 .col-2 > .panel-grid-cell:last-child {
    padding-left: 89px;
}
.g-col-2 .col-2 .magic {
    border-radius: 0 40px 0 0;
    box-shadow: var(--shadow-box-16);
    overflow: hidden;
}
.g-col-2 .title-content a {
    display: inline-block;
}
.g-col-2 .title-content a:hover h3 {
    color: var(--hover-text-primary);
}
.g-col-2 .col-2 .btn-1 {
    margin-top: 45px;
}



.g-label-blue label {
    color: var(--text-light-blue);
}

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

.g-white-full,
.g-blue-full {
    padding: 48px 0;
}
.g-blue-full {
    background: var(--bg-primary);
}
.g-blue-full .textwidget  * {
    color: var(--text-white) !important;
}


.anmod-col-3 {
    align-items: normal !important;
    background: var(--bg-primary);
    border-radius: 0 26px 0 0;
    padding: 15px;
    color: var(--text-white);
    flex-wrap: nowrap !important;
    gap: 50px;
    margin-top: 80px;
}
.anmod-col-3 .icon {
    width: 70px;
    height: 70px;
    background: var(--bg-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 16px 0 0;
}
.anmod-col-3 .btn-1-w,
.anmod-col-3 .btn-1 {
    font-size: 20px;
    font-family: var(--font-primary);
    font-weight: var(--font-medium);
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 421px;
}
.anmod-col-3 > .panel-grid-cell {
    width: fit-content !important;
}
.anmod-col-3 > .panel-grid-cell:first-child {
    display: flex;
    align-items: normal !important;
    gap: 0 20px;
}
.anmod-col-3 > .panel-grid-cell:first-child > .so-panel {
    width: fit-content !important;
}
.anmod-col-3 > .panel-grid-cell:first-child > .so-panel > .icon,
.anmod-col-3 > .panel-grid-cell:first-child > .so-panel > .icon *,
.anmod-col-3 > .panel-grid-cell:last-child * {
    height: 100%;
}
.anmod-col-3 > .panel-grid-cell:first-child > .so-panel > .icon .sow-image-container {
    align-items: center;
}
.anmod-col-3 > .panel-grid-cell:first-child > .so-panel > .icon img {
    height: initial;
}
.anmod-col-3 > .panel-grid-cell .title p {
    color: var(--text-white) !important;
    font-size: 30px !important;
    font-family: var(--font-primary) !important;
    font-weight: var(--font-medium) !important;
    /*line-height: 1.533333;*/
    line-height: 1.27 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    text-shadow: var(--shadow-text-20) !important;
}

.fg-1 .anmod-col-3 {
    background: var(--bg-white);
    color: var(--text-primary);
}
.fg-1 .anmod-col-3 .icon {
    background: var(--bg-primary);
}
.fg-1 .anmod-col-3 > .panel-grid-cell .title p {
    color: var(--text-primary) !important;
}

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


/*--------------------------------------------------------------
 ## SiteOrigin CSS
--------------------------------------------------------------*/
.magic .sow-image-container,
.icon img,
.g-img-right .col-2 > .panel-grid-cell:last-child .so-widget-sow-image img,
#forside-row-2 .holder-box .inner-col-2,
.vores-ydelser-holder > .panel-layout > .panel-grid,
#forside-row-4 .col-3 > .panel-grid-cell > .so-panel,
#skrotpraemie-row-4 .box,
#udland-row-3 .col-3 > .panel-grid-cell,
#om-os-row-3 .boxes > .panel-layout > .panel-grid,
#kontakt-row-2 .col-4 > .panel-grid-cell {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.magic .sow-image-container {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.img-shadow img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.icon img:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.magic .sow-image-container:hover,
.g-img-right .col-2 > .panel-grid-cell:last-child .so-widget-sow-image 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-4 .col-2 > .panel-grid-cell:first-child:before,
#autohjaelp-row-3 > .panel-grid-cell:before,
#autohjaelp-row-3 > .panel-grid-cell:last-child .ul-dot ul li:before,
#autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .box:before,
#autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .ul-dot ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
}


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


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


/*Forside Page*/
#forside-row-2 .col-2 > .panel-grid-cell {
    width: calc(50% - 1 * 66px);
}
#forside-row-2 .g-label-blue label {
    font-weight: var(--font-semi-bold);
}
#forside-row-2 .col-2 > .panel-grid-cell:first-child .inner-col-2 {
    display: flex;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start;
    margin-top: 37px;
    gap: 0 18px;
}
#forside-row-2 .col-2 > .panel-grid-cell:first-child .inner-col-2 > .panel-grid-cell {
    width: fit-content !important;
}
#forside-row-2 .col-2 > .panel-grid-cell:first-child .inner-col-2 > .panel-grid-cell:first-child {
    border-right: 1px solid rgba(0, 0, 0, .32);
    padding-right: 14px;
}
#forside-row-2 .col-2 > .panel-grid-cell:first-child .inner-col-2 > .panel-grid-cell:last-child p {
    line-height: 1.3;
}
#forside-row-2 .col-2 > .panel-grid-cell:first-child .inner-col-2 > .panel-grid-cell:last-child a {
	font-weight: var(--font-medium);
	color: var(--text-black);
}
#forside-row-2 .col-2 > .panel-grid-cell:first-child .inner-col-2 > .panel-grid-cell:last-child a:hover {
	color: var(--hover-text-light-blue);
}
#forside-row-2 .col-2 > .panel-grid-cell:first-child .inner-col-2 label {
    color: var(--text-light-blue);
    font-family: var(--font-primary);
    font-size: 1rem;
    letter-spacing: 1.92px;
    line-height: 1.56;
    text-transform: uppercase;
}
#forside-row-2 .col-2 > .panel-grid-cell:last-child {
    margin-top: 11px;
}
#forside-row-2 .holder-box > .panel-layout > .panel-grid + .panel-grid {
    margin-top: 48px;
}
#forside-row-2 .holder-box .inner-col-2 {
    background: var(--bg-white);
    flex-direction: row !important;
    box-shadow: var(--shadow-box-06);
    display: flex;
    align-items: center !important;
    position: relative;
    padding: 30px 45px;
    top: 0;
}
#forside-row-2 .holder-box .inner-col-2:hover {
    top: -10px;
    box-shadow: var(--hover-shadow-box-16);
}
#forside-row-2 .holder-box .inner-col-2 > .panel-grid-cell:first-child {
    background: var(--bg-primary);
    border-radius: 0 16px 0 0;
    box-shadow: var(--shadow-box-16);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
}
#forside-row-2 .holder-box .inner-col-2 > .panel-grid-cell:last-child {
    width: 82%;
}
#forside-row-2 .holder-box .inner-col-2 .icon img {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .6));
}
#forside-row-3 .vores-ydelser-holder {
    margin-top: 15px;
}
.vores-ydelser-holder > .panel-layout {
    display: flex;
    gap: 59px 35px;
    flex-wrap: wrap;
}
#forside-row-3 .vores-ydelser-holder > .panel-layout > .panel-grid {
    background: var(--bg-off-white);
}
.vores-ydelser-holder > .panel-layout > .panel-grid {
    background: var(--bg-white);
    box-shadow: var(--shadow-box-06);
    border-radius: 0 40px 0 0;
    width: calc(33.3333% - 1 * 23.99px);
    position: relative;
    top: 0;
    overflow: hidden;
}
.vores-ydelser-holder > .panel-layout > .panel-grid:hover {
    top: -10px;
    box-shadow: var(--hover-shadow-box-16);
}
.vores-ydelser-holder .box,
.vores-ydelser-holder .box > .panel-grid-cell,
.vores-ydelser-holder .box > .panel-grid-cell > .so-panel:last-child,
.vores-ydelser-holder .box > .panel-grid-cell > .so-panel:last-child > .panel-layout,
.vores-ydelser-holder .box > .panel-grid-cell > .so-panel:last-child > .panel-layout > .panel-grid,
.vores-ydelser-holder .box .content > .panel-grid-cell {
    height: 100%;
}
.vores-ydelser-holder .box .content {
    padding: 58px 43px 50px;
    position: relative;
    height: 100%;
}
.vores-ydelser-holder .box > .panel-grid-cell,
.vores-ydelser-holder .box .content  > .panel-grid-cell {
    display: flex;
    flex-direction: column;
}
.vores-ydelser-holder .box .content  > .panel-grid-cell > .so-panel:last-child {
    margin-top: auto;
}
#forside-row-3 .vores-ydelser-holder .box .icon {
    border: 3px solid var(--bg-off-white);
}
.vores-ydelser-holder .box .icon {
    width: 80px;
    height: 80px;
    border: 3px solid var(--bg-white);
    background: var(--bg-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 16px 0 0;
    position: absolute;
    top: -40px;
}
.vores-ydelser-holder .box .icon img {
    position: relative;
    left: -1px;
}
.vores-ydelser-holder .box .title a {
    color: var(--text-primary);
}
.vores-ydelser-holder .box .title a:hover {
    color: var(--hover-text-light-blue);
}
.vores-ydelser-holder .box .title p {
    font-size: 2rem;
    font-weight: var(--font-medium);
    font-family: var(--font-primary);
    text-shadow: var(--shadow-text-16);
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 13px;
}
.vores-ydelser-holder .box .btn-2 {
    margin-top: 25px;
}
#forside-row-4 {
    color: var(--text-white);
}
#forside-row-4 .col-2 {
    align-items: normal !important;
    padding-top: 3px;
}
#forside-row-4 .col-2 > .panel-grid-cell:first-child {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#forside-row-4 .col-2 > .panel-grid-cell:first-child:before {
    background: var(--bg-off-white);
    height: 114px;
    width: 1px;
    opacity: .54;
    top: 0;
    bottom: 0;
    right: -1px;
    margin: auto 0;
}
#forside-row-4 .col-2 > .panel-grid-cell:last-child {
    padding: 0px 0 0 58px;
}
#forside-row-4 .col-2 h2 {
    color: var(--text-white);
}
#forside-row-4 .col-3 {
    align-items: normal !important;
    flex-direction: row !important;
    margin-top: 52px;
}
#forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) {
    display: flex;
    flex-direction: column;
    width: calc(35% - 1 * 1px);
}
#forside-row-4 .col-3 > .panel-grid-cell:last-child {
    width: 28.15%;
}
#forside-row-4 .col-3 > .panel-grid-cell:last-child > .so-panel {
    height: 100%;
}
#forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel {
    border: 1px solid rgba(255, 255, 255, .4);
    padding: 29px 15px 30px 27px;
    height: 100%;
    display: flex;
    align-items: center;
}
#forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel:hover {
    background: var(--bg-white);
}
#forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel + .so-panel {
    margin-top: 14px;
}
#forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel p {
    background: url(assets/images/check.png) no-repeat left top 5px;
    font-size: 22px;
    font-weight: var(--font-medium);
    padding-left: 42px;
}
#forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel:hover p {
    background: url(assets/images/db-check.png) no-repeat left top 5px;
    color: var(--text-primary);
}
#forside-row-5 .g-col-2 .title-content {
    margin-right: 28px;
}
#forside-row-6 .col-2 {
    align-items: normal !important;
    box-shadow: var(--shadow-box-16);
}
#forside-row-6 .col-2 > .panel-grid-cell:first-child .title-content h5 {
    color: var(--text-white);
    margin-bottom: 38px;
}
#forside-row-6 .col-2 .extra-pad p:first-of-type {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: .51px;
}
#forside-row-6 .col-2 .extra-pad p:last-child {
    font-size: 20px;
    margin-top: 30px;
    letter-spacing: .28px;
}
#forside-row-6 .col-2 > .panel-grid-cell:first-child {
    width: 58.46%;
    color: #EBEBEB;
}
#forside-row-6 .col-2 > .panel-grid-cell:last-child {
    display: flex;
    align-items: center;
    background: var(--bg-off-white);
    justify-content: center;
    width: 41.54%;
    padding: 50px 41.47px;
}
#forside-row-6 .col-2 > .panel-grid-cell:first-child > .panel-cell-style {
    padding: 64px 93px 47px;
    position: relative;
    z-index: 1;
}
#forside-row-6 .col-2 > .panel-grid-cell:first-child > .panel-cell-style:before {
    background: var(--bg-primary);
    opacity: .94;
    z-index: -1;
    content: '';
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#forside-row-6 .col-2 .link-rect {
    background: var(--bg-white);
    color: var(--text-primary);
    border-radius: 0 16px 0 0;
    display: inline-block;
    font-size: 24px;
    font-weight: var(--font-medium);
    line-height: 1.208333;
    letter-spacing: .33px;
    padding: 16px 10px;
    margin-top: 33px;
    text-transform: uppercase;
    width: 100%;
}
#forside-row-6 .col-2 .link-rect:hover {
    background: var(--bg-light-blue);
    color: var(--hover-text-white);
}
#forside-row-6 .col-2 .eller p {
    color: var(--text-white);
    font-family: var(--font-primary);
    font-size: 28px;
    font-weight: var(--font-semi-bold);
    margin-top: 28px;
}
#forside-row-6 .col-2 .inner-col-2 {
    gap: 0 100px;;
    justify-content: center;
    flex-direction: row !important;
    margin-top: 22px;
}
#forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell {
    display: flex;
    align-items: center;
    width: auto !important;
}
#forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell > .so-panel:first-child {
    padding-right: 14px;
    position: relative;
    bottom: 7px;
    border-right: 1px solid rgba(255, 255, 255, .36);
}
#forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell > .so-panel:last-child {
    padding-left: 18px;
}
#forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell label {
    font-family: var(--font-primary);
    font-size: 1rem;
    letter-spacing: 1.92px;
    line-height: 1.56;
    text-transform: uppercase;
}
#forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell a {
    font-size: 22px;
    font-weight: var(--font-medium);
    color: var(--text-white);
    line-height: 1.8;
    position: relative;
    top: -12px;
}
#forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell a:hover {
    opacity: .7;
}


/*For Autohjælp Page*/
#autohjaelp-row-3 {
    align-items: normal !important;
}
#autohjaelp-row-3 .title-special-36 p {
    text-shadow: var(--shadow-text-16);
    margin-bottom: 28px;
}
#autohjaelp-row-3 > .panel-grid-cell {
    position: relative;
    z-index: 1;
}
#autohjaelp-row-3 > .panel-grid-cell:first-child {
    color: var(--text-white);
}
#autohjaelp-row-3 > .panel-grid-cell:first-child:before,
#autohjaelp-row-3 > .panel-grid-cell:last-child:before {
    opacity: .94;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#autohjaelp-row-3 > .panel-grid-cell:first-child:before {
    background: var(--bg-primary);
}
#autohjaelp-row-3 > .panel-grid-cell:last-child:before {
    background: var(--bg-white);
}
#autohjaelp-row-3 > .panel-grid-cell .g-container-text-97 {
    padding: 75px 0 96px;
}
#autohjaelp-row-3 > .panel-grid-cell:first-child .g-container-text-97 {
    padding-left: 148px;
    padding-right: 80px;
}
#autohjaelp-row-3 > .panel-grid-cell:last-child .g-container-text-97 {
    padding-right: 148px;
    padding-left: 80px;
}
#autohjaelp-row-3 > .panel-grid-cell:first-child .ul-check-white ul {
    column-count: 2;
}
#autohjaelp-row-3 > .panel-grid-cell:first-child .ul-check-white ul li {
    background: url(assets/images/check.png) no-repeat left 5px;
    font-size: 20px;
    padding: 3px 0 3px 47px;
}
#autohjaelp-row-3 > .panel-grid-cell:first-child .ul-check-white ul li + li {
    margin-top: 18px;
}
.box-rec {
    border: 1px solid rgba(255, 255, 255, .45);
    margin-top: 36px;
    padding: 18px 28px;
}
#autohjaelp-row-3 > .panel-grid-cell:last-child .ul-dot p:first-child {
    font-size: 20px;
}
#autohjaelp-row-3 > .panel-grid-cell:last-child .ul-dot ul {
    column-count: 2;
    margin: 40px 0 45px;
}
#autohjaelp-row-3 > .panel-grid-cell:last-child .ul-dot ul li,
#autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .ul-dot ul li {
    position: relative;
    padding: 3px 0 3px 20px;
}
#autohjaelp-row-3 > .panel-grid-cell:last-child .ul-dot ul li:before,
#autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .ul-dot ul li:before {
    background: var(--bg-primary);
    width: 8px;
    height: 8px;
    left: 0;
    top: 14px;
}
#autohjaelp-row-3 > .panel-grid-cell:last-child .ul-dot ul li:nth-last-child(-n + 3) {
    margin-left: -168px;
}
#autohjaelp-row-4 .vores-ydelser-holder {
    margin-top: 17px;
}
#autohjaelp-row-4 .vores-ydelser-holder > .panel-layout {
    gap: 29px;
}
#autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid {
    width: calc(33.3333% - 1 * 19.99px);
}
#autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:not(:last-child) {
    box-shadow: none;
    top: 0 !important;
}
#autohjaelp-row-4 .vores-ydelser-holder .box .title p {
    font-size: 40px;
}
#autohjaelp-row-4 .vores-ydelser-holder .box .content {
    padding: 38px 0 0;
}
#autohjaelp-row-4 .vores-ydelser-holder .box .bot-text p {
     margin-top: 38px;
}
#autohjaelp-row-4 .vores-ydelser-holder .box .bot-text p,
#autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .box p {
    font-size: 26px;
    font-family: var(--font-primary);
    text-transform: uppercase;
    text-shadow: var(--shadow-text-20);
}
#autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .box {
    color: var(--text-white);
    position: relative;
    padding: 42px 65px;
    z-index: 1;
}
#autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .box:before {
    background: var(--bg-primary);
    opacity: .94;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
#autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .ul-check-white ul li {
     background: url(assets/images/check.png) no-repeat left 3px;
}
#autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .box p {
    margin-top: 20px;
}
#autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .ul-dot ul {
    margin: 5px 0 0 11px;
}
#autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .ul-dot ul li {
    background: none;
    font-size: 20px;
    padding: 3px 0 3px 28px;
}
#autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .ul-dot ul li:before {
    background: var(--bg-white);
}
#autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .ul-dot ul li + li {
    margin-top: 5px;
}
#autohjaelp-row-5 .col-3 > .panel-grid-cell:first-child {
    width: 36.18%;
}
#autohjaelp-row-5 .col-3 > .panel-grid-cell:not(:first-child) {
    width: 27.04%;
}
#autohjaelp-row-5 .col-3 .title-content h5 {
    margin-bottom: 12px;
}
#autohjaelp-row-5 .col-3 .icon {
    width: 80px;
    height: 80px;
    border: 3px solid var(--bg-white);
    background: var(--bg-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 16px 0 0;
    margin-bottom: 26px;
}
#autohjaelp-row-5 .col-3 .icon img {
  position: relative;
  left: -1px;
}


/* For Autrotransport */
#autotransport-row-3 .col-2 > .panel-grid-cell:first-child {
    width: 36% !important;
}
#autotransport-row-3 .col-2 > .panel-grid-cell:last-child {
    width: 60.6% !important;
}
#autotransport-row-3 .col-2 > .panel-grid-cell:first-child .title-content h2 {
    margin-bottom: 26px;
}
#autotransport-row-3 .col-2 > .panel-grid-cell:last-child ul {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 35px 103px;
    margin-top: 5px;
}
#autotransport-row-3 .col-2 > .panel-grid-cell:last-child ul li {
    background: url(assets/images/db-check.png) no-repeat left 5px;
    font-size: 20px;
}
#autotransport-row-3 .col-2 > .panel-grid-cell:last-child ul li + li {
    margin-top: 0;
}
#autotransport-row-4 .title-content h2 {
    color: var(--bg-white);
}
#autotransport-row-4 .title {
    font-size: 30px;
    font-family: var(--font-primary);
    font-weight: var(--font-medium);
    text-shadow: var(--shadow-text-20);
    text-transform: uppercase;
    margin-top: 26px;
    letter-spacing: 0;
}
#autotransport-row-4 .contents {
    display: flex;
    justify-content: center;
}
#autotransport-row-4 ul {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    margin: 35px auto 0;
    gap: 21px 100px;
}
#autotransport-row-4 ul li {
    font-size: 20px;
}
#autotransport-row-4 ul li + li {
    margin-top: 0;
}
#autotransport-row-4 .box-rec {
    display: table;
    margin: 60px auto 0;
    padding: 34px 63.2px;
}


/* For Specialtransport Page */
#specialtransport-row-4.g-container-100 {
    padding-top: 80px;
}
#specialtransport-row-4 .vores-ydelser-holder .box .content > .panel-grid-cell > .so-panel:last-child {
    margin-top: initial;
}
#specialtransport-row-4 .anmod-col-3 {
    margin-top: 100px;
}
#specialtransport-row-4 .anmod-col-3 .extra-pad {
    padding-right: 20%;
}


/* For Skrotpraemie Page */
#skrotpraemie-row-3 .extra-pad {
    padding-right: 35px;
}
#skrotpraemie-row-3 strong {
    font-weight: var(--font-semi-bold);
}
#skrotpraemie-row-4 .title p {
    color: var(--text-black);
    font-size: 26px;
    font-weight: var(--font-medium);
    line-height: 1.462;
    text-transform: uppercase;
    text-shadow: var(--shadow-text-16);
    letter-spacing: 0;
}

#skrotpraemie-row-4 .box {
    background: var(--bg-white);
    box-shadow: var(--shadow-box-06);
    padding: 23.23px 26px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
}
#skrotpraemie-row-4 .box:hover {
    top: -10px;
    box-shadow: var(--hover-shadow-box-16);
}
#skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell:first-child ul {
    display: flex;
    justify-content: space-between;
    gap: 22px;
}
#skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell:first-child ul li {
    font-size: 20px;
    font-weight: var(--font-medium);
    background: url(assets/images/adresse-ikon.png) no-repeat left 8px;
    padding: 2px 0 2px 32px;
}
#skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell:first-child {
    padding-right: 79px;
}
#skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell:last-child {
    padding-left: 79px;
}
#skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell > .so-panel:first-child {
    margin-bottom: 30px !important;
}
#skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell:first-child ul li + li {
    margin-top: 0;
}
#skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell:last-child .box p {
    font-size: 24px;
    text-align: center;
}
#skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell:last-child .box p strong {
    font-weight: var(--font-semi-bold);
}


/* For Udland Page */
#udland-row-3 .col-2 {
    border-bottom: 1px solid rgba(255, 255, 255, .54);
    padding-bottom: 34px;
}
#udland-row-3 .col-2 > .panel-grid-cell:first-child {
    width: 40%;
}
#udland-row-3 .col-2 > .panel-grid-cell:last-child {
    width: 59%;
}
#udland-row-3 .col-2 > .panel-grid-cell ul {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 35px 85px;
    margin-top: 5px;
}
#udland-row-3 .col-2 > .panel-grid-cell ul li {
    font-size: 20px;
}
#udland-row-3 .col-2 > .panel-grid-cell ul li + li {
    margin-top: 0;
}
#udland-row-3 .col-3 {
    align-items: normal !important;
    margin-top: 80px;
}
#udland-row-3 .col-3 > .panel-grid-cell {
    border: 1px solid rgba(255, 255, 255, .54);
    border-radius: 0 26px 0 0;
    box-shadow: var(--shadow-box-06);
    align-items: center;
    display: flex;
    width: calc(33.3333% - 1 * 19.99px);
    padding: 20px 35px 20px 49px;
    position: relative;
    min-height: 148px;
    gap: 22px;
    top: 0;
}
#udland-row-3 .col-3 > .panel-grid-cell:hover {
    top: -10px;
    background: var(--bg-primary);
    box-shadow: var(--hover-shadow-box-16);
}
#udland-row-3 .col-3 > .panel-grid-cell > .so-panel:last-child {
    display: flex;
    align-items: center;
}
#udland-row-3 .col-3 > .panel-grid-cell .icon {
    width: 80px;
    height: 80px;
    background: var(--bg-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 16px 0 0;
}
#udland-row-3 .col-3 > .panel-grid-cell .icon img {
    position: relative;
    left: -1px;
}


/* For Om os Page */
#om-os-row-3 .boxes > .panel-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 45px;
}
#om-os-row-3 .boxes > .panel-layout > .panel-grid  {
    border: 1px solid rgba(255, 255, 255, .54);
    border-radius: 0 26px 0 0;
    box-shadow: var(--shadow-box-06);
    align-items: center;
    display: flex;
    width: calc(33.3333% - 1 * 29.99px);
    padding: 20px 35px 20px 54px;
    position: relative;
    min-height: 178px;
    gap: 22px;
    top: 0;
}
#om-os-row-3 .boxes > .panel-layout > .panel-grid:hover {
    top: -10px;
    background: var(--bg-primary);
    box-shadow: var(--hover-shadow-box-16);
}
#om-os-row-3 .boxes > .panel-layout > .panel-grid .inner-col-2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 14px;
}
#om-os-row-3 .boxes > .panel-layout > .panel-grid .inner-col-2 > .panel-grid-cell:first-child {
    width: fit-content;
}
#om-os-row-3 .boxes > .panel-layout > .panel-grid .inner-col-2 > .panel-grid-cell:last-child {
    width: auto;
}
#om-os-row-3 .boxes > .panel-layout > .panel-grid .inner-col-2 .title p {
    font-size: 32px;
    font-family: var(--font-primary);
    font-weight: var(--font-medium);
    text-transform: uppercase;
    text-shadow: var(--shadow-text-16);
}
#om-os-row-3 .boxes .content p {
    font-size: 20px;
}
#om-os-row-3 .boxes .content a {
    color: var(--text-white);
}
#om-os-row-3 .boxes .content a:hover {
    opacity: .65;
}
#om-os-row-3 .anmod-col-3 {
    margin-top: 35px;
}


/* For Galleri Page */
#galleri-row-2.g-container-text-97 {
    padding-bottom: 0;
}
#galleri-row-3 .title-content h3 {
    margin-bottom: 45px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 31.7px;
}
#galleri-row-3 .title-content h3:after {
    content: "";
    flex: 1;
    height: 1px;
    background: #EBEBEB;
    display: flex;
}
#galleri-row-3 .holder > .panel-layout > .panel-grid {
    background: var(--bg-white);
    padding: 93px 0 100px;
}
#galleri-row-3 .holder > .panel-layout > .panel-grid:nth-child(odd) {
    background: var(--bg-off-white);
}

/* For Kontakt Page */
#kontakt-row-2 .col-4 {
    flex-direction: row !important;
    align-items: normal !important;
}
#kontakt-row-2 .col-4 > .panel-grid-cell {
    background: var(--bg-white);
    box-shadow: var(--shadow-box-06);
    width: calc(25% - 1 * 17px);
    position: relative;
    padding: 59px 20px 61.15px;
    top: 0;
}
#kontakt-row-2 .col-4 > .panel-grid-cell:hover {
    top: -10px;
    box-shadow: var(--hover-shadow-box-16);
}
#kontakt-row-2 .col-4 > .panel-grid-cell .title p {
    font-size: 2rem;
    font-family: var(--font-primary);
    text-transform: uppercase;
    text-shadow: var(--shadow-text-16);
    margin: 10px 0 22px;
}
#kontakt-row-2 .col-4 > .panel-grid-cell .content p + p {
    margin-top: 6px;
}
#kontakt-row-2 .col-4 > .panel-grid-cell .content a {
    color: var(--text-primary);
}
#kontakt-row-2 .col-4 > .panel-grid-cell .content a:hover {
    color: var(--hover-text-light-blue);
}
#kontakt-row-3 .form-wrap .textwidget {
    background: var(--bg-off-white);
    box-shadow: var(--shadow-box-06);
    display: inline-block;
    padding: 100px 245px;
    margin-top: 70px;
}
#kontakt-row-5 .map iframe {
    width: 100%;
}



/* Widgets CSS */
#kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 {
    background: var(--bg-off-white);
    box-shadow: var(--shadow-box-06);
    padding: 89px 62px 100px;
    margin-bottom: 97px;
}
#kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child .inner-col-2 {
    flex-direction: row !important;
    margin-top: 46px;
}
#kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child .inner-col-2 > .panel-grid-cell {
    display: flex;
    align-items: center;
    width: auto !important;
}
#kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child .inner-col-2 > .panel-grid-cell > .so-panel:first-child {
    padding-right: 14px;
    position: relative;
/*     bottom: 7px; */
	bottom: 0;
    border-right: 1px solid rgba(0, 0, 0, .32);
}
#kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child .inner-col-2 > .panel-grid-cell:last-child > .so-panel:first-child {
    padding-right: 15px;
}
#kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child .inner-col-2 > .panel-grid-cell > .so-panel:last-child {
    padding-left: 18px;
}
#kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child .inner-col-2 > .panel-grid-cell label {
    font-family: var(--font-primary);
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.5;
    text-transform: uppercase;
}
#kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child .inner-col-2 > .panel-grid-cell a {
    font-size: 18px;
    font-weight: var(--font-medium);
    color: var(--text-black);
    line-height: 1.167;
    position: relative;
/*     top: -9px; */
	top: -6px;
}
#kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child .inner-col-2 > .panel-grid-cell a:hover {
    color: var(--hover-text-light-blue);
}
#kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child {
    width: 36%;
}
#kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid >.col-2 > .panel-grid-cell:last-child {
    width: 60.04%;
}




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

.title-content h2 {
    margin-bottom: 50px;
}
.title-content h3 {
    margin-bottom: 32px;
}
.title-special-36 p {
    font-family: var(--font-primary);
    font-size: 2.25rem;
    font-weight: var(--font-medium);
    line-height: 1.527777;
    text-transform: uppercase;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .6);
    margin-bottom: 12px;
}
.title-content h5 {
    
}



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

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

    .site-header .header-right {
        gap: 0 60px;
    }
    .site-header .main-navigation ul.menu > li + li {
        margin-left: 41.2px;
    }


    .g-img-right .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 65px) !important;
    }

    #forside-row-2 .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 50px);
    }

    #autohjaelp-row-3 > .panel-grid-cell:first-child .g-container-text-97 {
        padding-left: 85px;
        padding-right: 70px;
    }
    #autohjaelp-row-3 > .panel-grid-cell:last-child .g-container-text-97 {
        padding-right: 85px;
        padding-left: 70px;
    }
  
   
}

@media only screen and (max-width: 1799px) {
    .site-header .header-right {
        gap: 0 50px;
    }
    .site-header .main-navigation ul.menu > li + li {
        margin-left: 35.2px;
    }


    .home.banner-wrap {
        width: 1010px;
        padding: 90px 43px 50px 232px !important;
    }


    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 44px;
    }
    h3 {
        font-size: 38px;
    }
    h5 {
        font-size: 32px;
    }

    .title-special-36 p {
        font-size: 32px;
    }


    .site-footer #footer-col-1 {
        max-width: 25%;
    }
    .site-footer #footer-col-2 {
        max-width: 14%;
        padding-left: 0;
    }
    .site-footer #footer-col-3 {
        max-width: 36%;
        padding-left: 10px;
    }
    .site-footer #footer-col-4 {
        max-width: 25%;
        left: 10px;
    }

    .g-img-right .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 50px) !important;
    }


    .forside-form#kontakt-form .btm-row .col:first-child .wpcf7-list-item > label {
        text-align: center;
    }
    #kontakt-form .btm-row .col:first-child .wpcf7-list-item > label {
        font-size: 14px;
    }

    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 {
        padding: 75px 45px 80px;
    }

    .vores-ydelser-holder .box .title p {
        font-size: 26px;
    }


    #forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel p {
        font-size: 20px;
        background: url(assets/images/check.png) no-repeat left top 1px;
    }
    #forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel:hover p {
        background: url(assets/images/db-check.png) no-repeat left top 1px;
        color: var(--text-primary);
    }
    #forside-row-6 .col-2 > .panel-grid-cell:first-child > .panel-cell-style {
        padding: 64px 50px 47px;
    }


    #autohjaelp-row-5 .col-3 > .panel-grid-cell:first-child {
        width: 39.18%;
    }

    #autotransport-row-3 .col-2 > .panel-grid-cell:last-child ul {
        gap: 35px 75px;
    }

    #skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell:first-child {
        padding-right: 45px;
    }
    #skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell:last-child {
        padding-left: 45px;
    }
    #skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell:first-child ul li {
        font-size: 18px;
    }

    #udland-row-3 .col-3 > .panel-grid-cell {
        padding: 20px 25px;
    }
    #udland-row-3 .col-2 > .panel-grid-cell ul {
        gap: 35px 55px;
    }

    #om-os-row-3 .anmod-col-3 > .panel-grid-cell .title p {
        font-size: 26px !important;
    }

    #kontakt-row-3 .form-wrap .textwidget {
        padding: 100px 185px;
    }

   
}

@media only screen and (max-width: 1699px) {
    .site-header .header-right {
        gap: 40px;
    }
    .site-header .main-navigation a {
        font-size: 16px;
    }

    .banner-wrap .top-text {
        font-size: 18px !important;
    }
    .home.banner-wrap {
        width: 925px;
        padding: 90px 43px 50px 200px !important;
    }
    .home.banner-wrap .title {
        font-size: 44px !important;
    }
    .home.banner-wrap .content {
        font-size: 18px !important;
    }

    .g-container-text-97 {
        padding: 79px 0 86px;
    }
    .g-container-100 {
        padding: 90px 0;
    }
    .g-col-2 .col-2 > .panel-grid-cell:first-child {
        padding-right: 70px;
    }
    .g-col-2 .col-2 > .panel-grid-cell:last-child {
        padding-left: 70px;
    }


    h1 {
        font-size: 46px;
    }
    h2 {
        font-size: 42px;
    }
    h3 {
        font-size: 36px;
    }

    .anmod-col-3 > .panel-grid-cell .title p {
        font-size: 28px !important;
        margin-bottom: 5px;
    }


    .common-form#kontakt-form .holder:last-child .row.btm-row {
        left: 0;
    }

    .vores-ydelser-holder .box .content {
        padding: 58px 30px 40px;
    }
     #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 {
        padding: 65px 45px 75px;
    }
    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child {
        width: 40%;
    }
    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid >.col-2 > .panel-grid-cell:last-child {
        width: 55.04%;
    }

    .anmod-col-3 .btn-1-w, .anmod-col-3 .btn-1 {
        width: 385px;
    }


    #forside-row-2 .holder-box .inner-col-2 {
        padding: 30px;
        gap: 10px;
    }
    #forside-row-4 .col-2 > .panel-grid-cell:last-child {
        padding: 0px 0 0 30px;
    }
    #forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel {
        padding: 29px 15px;
    }

    #autohjaelp-row-3 > .panel-grid-cell:first-child .g-container-text-97,
    #autohjaelp-row-3 > .panel-grid-cell:last-child .g-container-text-97 {
        padding-left: 50px;
        padding-right: 50px;
    }
    #autohjaelp-row-3 > .panel-grid-cell:last-child .ul-dot ul li:nth-last-child(-n + 3) {
        margin-left: -155px;
    }
    #autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .box {
        padding: 42px 35px;
    }
    #autohjaelp-row-4 .vores-ydelser-holder .box .bot-text p, 
    #autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .box p {
        font-size: 24px;
    }

    #autotransport-row-3 .col-2 > .panel-grid-cell:last-child ul {
        gap: 35px 50px;
    }


    #skrotpraemie-row-3 .extra-pad {
        padding-right: 0;
    }
    #skrotpraemie-row-4 .title p {
        font-size: 24px;
    }
    #skrotpraemie-row-4 .box {
        padding: 23.23px 15px;
    }
    #skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell:first-child ul li {
        padding: 2px 0 2px 25px;
    }

    #udland-row-3 .col-2 > .panel-grid-cell ul {
        gap: 35px 40px;
    }


    #om-os-row-3 .boxes > .panel-layout > .panel-grid {
        min-height: 155px;
    }
    #om-os-row-3 .boxes > .panel-layout > .panel-grid .inner-col-2 .title p {
        font-size: 26px;
    }
}
   
@media only screen and (max-width: 1599px) {
    .wrap-1620 {
        max-width: 94%;
    }

    .site-header {
        height: 120px;
    }
    .gsticky .site-header {
        height: 110px;
    }
    .site-slider {
        margin-top: 120px;
    }
    .site-header .header-right {
        gap: 30px;
    }
    .site-header .main-navigation ul.menu > li + li {
        margin-left: 28.2px;
    }

    .site-footer {
        font-size: 16px;
    }
    .site-footer .widget-title {
        font-size: 26px;
    }
    .site-footer #footer-col-3 label {
        width: 200px;
    }
    .site-footer #footer-col-4 label {
        width: 110px;
    }

    .g-img-right .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 35px) !important;
    }
    .g-white-full, .g-blue-full {
        padding: 40px 0;
    }

    .title-content h2 {
        margin-bottom: 35px;
    }

    .anmod-col-3 {
        margin-top: 60px;
    }

    #forside-row-2 .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 25px);
    }
    #forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel p {
        font-size: 18px;
    }
    #forside-row-6 .col-2 .extra-pad p:first-of-type {
        font-size: 22px;
    }


    #autohjaelp-row-3 > .panel-grid-cell:last-child .ul-dot ul {
        margin: 25px 0 30px;
    }
    #autohjaelp-row-3 > .panel-grid-cell:last-child .ul-dot ul li:nth-last-child(-n + 3) {
        margin-left: -130px;
    }
    #autohjaelp-row-3 > .panel-grid-cell:first-child .ul-check-white ul li {
        font-size: 18px;
    }
    #autohjaelp-row-4 .vores-ydelser-holder .box .title p {
        font-size: 34px;
    }
    #autohjaelp-row-5 .col-3 > .panel-grid-cell:not(:first-child) {
        width: 28.04%;
    }

    #autotransport-row-3 .col-2 > .panel-grid-cell:last-child ul {
        gap: 35px 30px;
    }

    #specialtransport-row-4 .anmod-col-3 .extra-pad {
        padding-right: 0;
    }

    #udland-row-3 .col-2 > .panel-grid-cell ul {
        gap: 35px 25px;
    }
    #udland-row-3 .col-3 {
        margin-top: 60px;
    }

    #kontakt-row-2 .col-4 > .panel-grid-cell {
        padding: 50px 20px 61.15px;
    }
    #kontakt-row-2 .col-4 > .panel-grid-cell .title p {
        font-size: 26px;
        margin: 10px 0 15px;
    }
    #kontakt-row-3 .form-wrap .textwidget {
        padding: 85px 85px;
    }

}

@media only screen and (max-width: 1499px) {
    .wrap {
        max-width: 97%;
    }
    .wrap-1620 {
        max-width: 96%;
    }

	.site-header .header-contact .box > a {
        font-size: 1rem;
        width: 125px;
    }

    .banner-wrap .top-text {
        margin: 0 0 15px 3px !important;
    }

    .home.banner-wrap {
        width: 750px;
        padding: 25px 25px 25px 174px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .home.banner-wrap .top-text {
        font-size: 16px !important;
        letter-spacing: 2.68px !important;
    }
    .home.banner-wrap .title {
        font-size: 36px !important;
        margin: 0 0 22px 0 !important;
    }
    .home.banner-wrap .content {
        margin: 0 0 0 3px !important;
    }
    .home.banner-wrap .btn-1 {
        width: 173px !important;
        margin-top: 30px !important;
    }
    .sub.banner-wrap {
        width: 722px;
    }
    .sub.banner-wrap > .banner-holder {
        padding: 50px 50px 50px 120px !important;
    }
    .sub.banner-wrap .title {
        font-size: 32px !important;
    }


    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 38px;
    }
    h3 {
        font-size: 34px;
    }
    h5 {
        font-size: 28px;
    }
    .title-special-36 p {
        font-size: 30px;
    }

    .g-container-100 {
        padding: 80px 0;
    }
    .g-container-text-97 {
        padding: 75px 0 80px;
    }
    .g-white-full, .g-blue-full {
        padding: 35px 0;
    }


    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 {
        padding: 55px 35px 65px;
        margin-bottom: 75px;
    }

    .anmod-col-3 > .panel-grid-cell .title p {
        font-size: 26px !important;
    }
    .anmod-col-3 .btn-1-w, .anmod-col-3 .btn-1 {
        width: 353px;
        padding: 9.05px 20.21px 8.05px !important;
    }


    #forside-row-4 .col-2 h2 {
        font-size: 34px;
    }
    #forside-row-4 .col-2 > .panel-grid-cell:first-child {
        width: 45%;
    }
    #forside-row-4 .col-2 > .panel-grid-cell:last-child {
        width: 54%;
    }
    #forside-row-5 .g-col-2 .title-content {
        margin-right: 0;
    }
    #forside-row-6 .col-2 .link-rect {
        font-size: 22px;
    }

    #autohjaelp-row-3 > .panel-grid-cell .g-container-text-97 {
        padding: 75px 0 65px;
    }
    #autohjaelp-row-3 > .panel-grid-cell:first-child .g-container-text-97, 
    #autohjaelp-row-3 > .panel-grid-cell:last-child .g-container-text-97 {
        padding-left: 35px;
        padding-right: 35px;
    }
    #autohjaelp-row-3 > .panel-grid-cell:last-child .ul-dot ul li:nth-last-child(-n + 3) {
        margin-left: -110px;
    }


    #autotransport-row-3 .col-2 > .panel-grid-cell:last-child ul li {
        font-size: 18px;
    }

    #skrotpraemie-row-4 .box {
        min-height: 85px;
    }
    #skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell:first-child ul li {
        font-size: 16px;
    }
    #skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell:last-child .box p {
        font-size: 20px;    
    }

    #udland-row-3 .col-2 > .panel-grid-cell ul li {
        font-size: 18px;
    }

    #om-os-row-3 .boxes > .panel-layout {
        gap: 30px 44px;
    }
    #om-os-row-3 .boxes > .panel-layout > .panel-grid .inner-col-2 .title p {
        font-size: 24px;
    }
    #om-os-row-3 .boxes > .panel-layout > .panel-grid {
        padding: 20px 35px 20px 35px;
    }
    #om-os-row-3 .anmod-col-3 > .panel-grid-cell .title p {
        font-size: 22px !important;
    }

    #galleri-row-3 .holder > .panel-layout > .panel-grid {
        padding: 73px 0 80px;
    }
    .billeder-wrap .gallery-loadmore.btn-1 {
        padding: 9.05px 25.35px 8.05px !important;
    }

    #kontakt-row-2 .col-4 > .panel-grid-cell {
        padding: 45px 20px 55.15px !important;
    }
    #kontakt-row-2 .col-4 > .panel-grid-cell .content p {
        font-size: 16px;
    }

}

@media only screen and (max-width: 1399px) {
    .site-header,
    .gsticky .site-header {
        height: 100px;
    }
    .site-header .site-branding {
        width: 180px;
    }
    .site-header .header-right {
        gap: 25px;
    }
    .site-header .main-navigation ul.menu > li + li {
        margin-left: 23.2px;
    }

    .site-slider {
        margin-top: 100px;
    }
    .home.banner-wrap {
        width: 710px;
        padding: 25px 25px 25px 145px !important;
    }
    .sub.banner-wrap {
        width: 621px;
    }
    .sub.banner-wrap > .banner-holder {
        padding: 35px 25px 35px 85px !important;
    }

    .g-container-text-97 {
        padding: 65px 0 65px;
    }
    .g-col-2 .col-2 > .panel-grid-cell:first-child {
        padding-right: 50px;
    }
    .g-col-2 .col-2 > .panel-grid-cell:last-child {
        padding-left: 50px;
    }
    .g-img-right .col-2 > .panel-grid-cell:last-child .so-widget-sow-image {
        top: 0;
    }

    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 {
        padding: 45px 25px 55px;
    }
    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid >.col-2 > .panel-grid-cell:last-child {
        width: 57.04%;
    }
    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child .inner-col-2 {
        margin-top: 25px;
    }
    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child .inner-col-2 > .panel-grid-cell .icon img {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }
    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child .inner-col-2 > .panel-grid-cell > .so-panel:first-child {
        padding-right: 6px;
    }
    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child .inner-col-2 > .panel-grid-cell:last-child > .so-panel:first-child {
        padding-right: 10px;
    }
    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child .inner-col-2 > .panel-grid-cell > .so-panel:last-child {
        padding-left: 12px;
    }


    .vores-ydelser-holder > .panel-layout {
        gap: 59px 25px;
    }
    .vores-ydelser-holder > .panel-layout > .panel-grid {
        width: calc(33.3333% - 1 * 16.99px);
    }

    #forside-row-2 .holder-box > .panel-layout > .panel-grid + .panel-grid {
        margin-top: 25px;
    }
    #forside-row-2 .holder-box .inner-col-2 {
        padding: 20px;
    }
    #forside-row-2 .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 20px);
    }
    #forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel p {
        font-size: 17px;
    }
    #forside-row-6 .col-2 > .panel-grid-cell:first-child > .panel-cell-style {
        padding: 64px 35px 47px;
    }
    #forside-row-6 .col-2 .inner-col-2 {
        gap: 0 50px;
    }
    #forside-row-6 .col-2 > .panel-grid-cell:first-child {
        width: 55.46%;
    }
    #forside-row-6 .col-2 > .panel-grid-cell:last-child {
        width: 44.54%;
        padding: 50px 35px;
    }

    #autohjaelp-row-3 > .panel-grid-cell .g-container-text-97 {
        padding: 60px 0 55px;
    }

    #om-os-row-3 .boxes > .panel-layout > .panel-grid .inner-col-2 {
        gap: 10px;
    }
    #om-os-row-3 .boxes > .panel-layout > .panel-grid .inner-col-2 .title p {
        font-size: 22px;
    }
    #om-os-row-3 .boxes .content p {
        font-size: 18px;
    } 
}

@media only screen and (max-width: 1360px) {
    .site-header .header-right {
        gap: 20px;
    }
    .site-header .main-navigation ul.menu > li + li {
        margin-left: 20.2px;
    }

    .site-footer #footer-col-1 {
        max-width: 100%;
        text-align: center;
        margin-bottom: 60px;
    }
    .site-footer #footer-col-2 {
        max-width: 20%;
        padding-left: 30px;
    }
    .site-footer #footer-col-3 {
        max-width: 47%;
        padding-left: 40px;
    }
    .site-footer #footer-col-4 {
        max-width: 33%;
        left: 0;
        padding-left: 40px;
    }
    .site-footer #footer-col-1 .sow-image-container {
        justify-content: center;
    }

    .site-footer #footer-col-3 label {
        width: 220px;
    }
    .site-footer #footer-col-4 label {
        width: 120px;
    }


    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 30px;
    }
    h5 {
        font-size: 26px;
    }
    .title-special-36 p {
        font-size: 24px;
    }

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

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

    .anmod-col-3 .btn-1-w, .anmod-col-3 .btn-1 {
        font-size: 18px;
        width: 300px;
    }

    .vores-ydelser-holder .box .title p {
        font-size: 24px;
    }

    #forside-row-2 .holder-box .inner-col-2 {
        flex-wrap: nowrap;
        gap: 20px;
    }
    #forside-row-2 .holder-box .inner-col-2 > .panel-grid-cell:first-child {
        width: 75px;
        height: 75px;
    }
    #forside-row-4 .col-2 > .panel-grid-cell:first-child {
        width: 46%;
    }
    #forside-row-4 .col-2 > .panel-grid-cell:last-child {
        padding: 0px 0 0 10px;
        width: 53%;
    }
    #forside-row-2 .holder-box .inner-col-2 .icon img {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }
    #forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) {
        width: calc(38% - 1 * 1px);
    }
    #forside-row-4 .col-3 > .panel-grid-cell:last-child {
        width: 22.15%;
    }
    #forside-row-6 .col-2 .extra-pad p:first-of-type {
        font-size: 20px;
    }
    #forside-row-6 .col-2 .link-rect {
        font-size: 20px;
    }
    #forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell a {
        font-size: 20px;
        top: -10px;
    }
    #forside-row-6 .col-2 .eller p {
        font-size: 24px;
    }

    #autohjaelp-row-3 > .panel-grid-cell:first-child .ul-check-white ul li {
        font-size: 16px;
    }
    #autohjaelp-row-4 .vores-ydelser-holder .box .title p {
        font-size: 30px;
    }
    #autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .box {
        padding: 32px 25px;
    }
    #autohjaelp-row-4 .vores-ydelser-holder .box .bot-text p, #autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .box p {
        font-size: 22px;
    }

    #autotransport-row-3 .col-2 > .panel-grid-cell:last-child ul li {
        font-size: 16px;
    }

    #skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell:first-child {
        padding-right: 30px;
    }
    #skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell:last-child {
        padding-left: 30px;
    }

    #udland-row-3 .col-2 > .panel-grid-cell:first-child {
        width: 35%;
    }
    #udland-row-3 .col-2 > .panel-grid-cell:last-child {
        width: 62%;
    }
    #udland-row-3 .col-2 > .panel-grid-cell ul li {
        font-size: 16px;
    }

    #kontakt-row-2 .col-4 > .panel-grid-cell .title p {
        font-size: 24px;
    }
    #kontakt-row-3 .form-wrap .textwidget {
        padding: 65px 55px;
    }

}

@media only screen and (max-width: 1279px) {
    .site-header, .gsticky .site-header {
        height: 90px;
    }
    .site-slider {
        margin-top: 90px;
    }
    .site-header .header-right > #header-nav-wrap {
        display: none;
        visibility: hidden;
    }
    .site-header .hmenu-wrapper {
        display: flex;
    }

    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 28px;
    }
    h5 {
        font-size: 24px;
    }

    .vores-ydelser-holder .box .content {
        padding: 55px 25px 35px;
    }

    .g-white-full, .g-blue-full {
        padding: 28px 0;
    }
    .g-img-right .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 25px) !important;
    }

    .vores-ydelser-holder .box .title p {
        font-size: 22px;
    }
    #autohjaelp-row-4 .vores-ydelser-holder .box .title p {
        font-size: 22px;
    }

    .home.banner-wrap {
        width: 670px;
        padding: 25px 25px 25px 130px !important;
    }
    .home.banner-wrap .top-text,
    .sub.banner-wrap .top-text {
        font-size: 15px !important;
    }
    .home.banner-wrap .title {
        font-size: 32px !important;
        margin: 0 0 15px 0 !important;
    }
    .home.banner-wrap .content {
        font-size: 16px !important;
    }
    .home.banner-wrap .btn-1 {
        margin-top: 20px !important;
    }
    .sub.banner-wrap {
        width: 530px;
    }
    .sub.banner-wrap > .banner-holder {
        padding: 30px 25px 30px 70px !important;
    }
    .sub.banner-wrap .title {
        font-size: 28px !important;
    }

    .anmod-col-3 {
        gap: 15px;
    }
    .anmod-col-3 > .panel-grid-cell .title p {
        font-size: 22px !important;
    }
    .anmod-col-3 .btn-1-w, .anmod-col-3 .btn-1 {
        width: 285px;
    }


    .site-content .entry-content ul li {
        background-size: 25px 25px !important;
        font-size: 16px;
        padding: 3px 0 3px 32px;
    }

    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child .inner-col-2 > .panel-grid-cell a {
        font-size: 16px;
    }


    #forside-row-4 .col-2 h2 {
        font-size: 28px;
    }
    #forside-row-4 .col-2 > .panel-grid-cell:first-child {
        width: 42%;
    }
    #forside-row-4 .col-2 > .panel-grid-cell:last-child {
        width: 57%;
    }
    #forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel p {
        background-size: 25px 25px;
        padding-left: 32px;
    }
    #forside-row-6 .col-2 .inner-col-2 {
        gap: 0 25px;
    }

    #autohjaelp-row-3 > .panel-grid-cell:first-child .g-container-text-97, #autohjaelp-row-3 > .panel-grid-cell:last-child .g-container-text-97 {
        padding-left: 25px;
        padding-right: 25px;
    }


    #autotransport-row-3 .col-2 > .panel-grid-cell:last-child ul {
        gap: 35px 25px;
    }
    #autotransport-row-4 ul {
        gap: 21px 70px;
    }
    #autotransport-row-4 ul li {
        font-size: 18px;
    }

    #skrotpraemie-row-4 .title p {
        font-size: 22px;
    }
    #skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell:last-child .box p {
        font-size: 18px;
    }
    #skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell:first-child ul li {
        padding: 2px 0 2px 35px;
    }

    #udland-row-3 .col-3 > .panel-grid-cell {
        padding: 20px 20px;
    }

    #om-os-row-3 .boxes > .panel-layout {
        gap: 20px 20px;
    }
    #om-os-row-3 .boxes > .panel-layout > .panel-grid {
        padding: 20px 20px;
        width: calc(33.3333% - 1 * 14px);
    }
    #om-os-row-3 .anmod-col-3 > .panel-grid-cell .title p {
        font-size: 20px !important;
    }

    #kontakt-row-2 .col-4 {
        gap: 30px;
    }
    #kontakt-row-2 .col-4 > .panel-grid-cell {
        width: calc(50% - 1 * 17px);
    }
    #kontakt-row-2 .col-4 > .panel-grid-cell .content p {
        font-size: 18px;
    }
    #kontakt-form.main-form .group-title {
        font-size: 24px;
    }

    #autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .ul-dot ul {
        margin: 0;
    }
    #autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .ul-dot ul li {
        font-size: 17px;
        padding: 3px 0 3px 23px;
    }

    #specialtransport-row-4 .anmod-col-3 {
        margin-top: 70px;
    }

}

@media only screen and (max-width: 1199px) {
    .home.banner-wrap .btn-1 {
        font-size: 16px !important;
        min-height: 40px;
    }

    .vores-ydelser-holder .box .content {
        padding: 40px 20px 35px;
    }
    .vores-ydelser-holder .box .icon,
    #autohjaelp-row-5 .col-3 .icon,
    #udland-row-3 .col-3 > .panel-grid-cell .icon {
        width: 70px;
        height: 70px;
    }
    .vores-ydelser-holder .box .icon img,
    #autohjaelp-row-5 .col-3 .icon img,
     #udland-row-3 .col-3 > .panel-grid-cell .icon img {
        width: 30px;
        height: 30px;
    }

    .wrap-1620 {
        max-width: 97%;
    }

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

    .btn-1, .btn-1-w {
        min-width: 150px;
        min-height: 45px;
        padding: 9.05px 30.21px 8.05px !important;
    }

    .site-footer #footer-col-2 {
        max-width: 18%;
        padding-left: 15px;
    }
    .site-footer #footer-col-3 {
        max-width: 49%;
        padding-left: 28px;
    }
    .site-footer #footer-col-4 {
        max-width: 33%;
        padding-left: 25px;
    }
    .site-footer #footer-col-3 label {
        width: 200px;
    }
    .site-footer #footer-col-4 label {
        width: 110px;
    }

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

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

    .anmod-col-3 {
        padding: 10px;
        margin-top: 50px;
    }
    .anmod-col-3 .icon {
        width: 60px;
    }
    .anmod-col-3 > .panel-grid-cell:first-child > .so-panel > .icon img {
        width: 32px;
        height: 32px;
    }
    .anmod-col-3 > .panel-grid-cell:first-child {
        gap: 0 13px;
    }
    .anmod-col-3 .btn-1-w, .anmod-col-3 .btn-1 {
        font-size: 17px;
        padding: 9.05px 13.21px 8.05px !important;
    }
    .anmod-col-3 .btn-1-w, .anmod-col-3 .btn-1 {
        width: 265px;
    }

    #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;
    }
    #kontakt-form .row label {
        font-size: 16px;
        margin-bottom: 7px;
    }
    #kontakt-form.common-form .btm-row .col:last-child {
        justify-content: flex-start;
    }
	
	#kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child .inner-col-2 > .panel-grid-cell:last-child > .so-panel:first-child {
        padding-right: 12px;
    }
	#kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child .inner-col-2 > .panel-grid-cell .icon img {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }
    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child,
    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:last-child {
        width: 100%;
    }
    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child {
        text-align: center;
        margin-bottom: 50px !important;
    }
    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child .inner-col-2 {
        justify-content: center;
        text-align: left;
        gap: 0 50px;
    }

    #forside-row-4 .col-2 h2 {
        font-size: 26px;
    }
    #forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel {
        padding: 24px 10px;
    }
    #forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel p {
        font-size: 16px;
    }
    #forside-row-6 .col-2 > .panel-grid-cell:first-child > .panel-cell-style {
        padding: 64px 25px 47px;
    }
    #forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell a {
        font-size: 16px;
        top: -7px;
    }
    #forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell > .so-panel:first-child {
        padding-right: 10px;
    }
    #forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell > .so-panel:last-child {
        padding-left: 10px;
    }


    #autohjaelp-row-3 > .panel-grid-cell:first-child .ul-check-white ul,
    #autohjaelp-row-3 > .panel-grid-cell:last-child .ul-dot ul {
        column-count: 1;
    }
    #autohjaelp-row-3 > .panel-grid-cell:last-child .ul-dot ul li:nth-last-child(-n + 3) {
        margin-left: 0;
    }
    #autohjaelp-row-4 .vores-ydelser-holder .box .title p {
        font-size: 28px;
    }
    #autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .box {
        padding: 25px 20px;
    }
    #autohjaelp-row-4 .vores-ydelser-holder .box .bot-text p, #autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .box p {
        font-size: 20px;
    }
    #autohjaelp-row-4 .vores-ydelser-holder .box .content {
        padding: 25px 0 0;
    }
    #autohjaelp-row-5 .col-3 .icon {
        margin-bottom: 15px;
    }

    #autotransport-row-3 .col-2 > .panel-grid-cell:last-child ul {
        gap: 30px 10px;
    }

    #udland-row-3 .col-2 {
        align-items: normal !important;
    }
    #udland-row-3 .col-2 > .panel-grid-cell:first-child {
        width: 41%;
        display: flex;
        align-items: center;
    }
    #udland-row-3 .col-2 > .panel-grid-cell:last-child {
        width: 56%;
    }
    #udland-row-3 .col-2 > .panel-grid-cell ul {
        grid-template-columns: repeat(2, max-content);
        gap: 35px 55px;
    }
    #udland-row-3 .col-3 {
        margin-top: 50px;
        flex-direction: row !important;
    }
    #udland-row-3 .col-3 > .panel-grid-cell {
        width: calc(33.3333% - 1 * 10px);
        padding: 15px !important;
    }
   

    #om-os-row-3 .boxes > .panel-layout > .panel-grid .inner-col-2 .title p {
        font-size: 20px;
    }
    #om-os-row-3 .boxes .content p {
        font-size: 16px;
    }

    #galleri-row-3 .holder > .panel-layout > .panel-grid {
        padding: 63px 0 70px;
    }
    #galleri-row-3 .title-content h3 {
        margin-bottom: 40px;
    }


}

@media only screen and (max-width: 1099px) {
    .site-footer .widget-title {
        font-size: 24px;
    }

    #kontakt-form .row.col-2 .col {
        width: calc(50% - 1 * 5px) !important;
    }

    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 26px;
    }
    .title-special-36 p {
        font-size: 22px;
    }

    .box-rec {
        padding: 18px 20px;
    }

    .g-img-right .col-2 > .panel-grid-cell {
        width: calc(50% - 1 * 20px) !important;
    }

    .billeder-wrap .eteam-gallery > .thumbnail-item {
        width: calc(25% - 1 * 10px) !important;
    }
    .billeder-wrap .gallery-loadmore.btn-1 {
        font-size: 16px;
    }


    #forside-row-2 .title-content h2 br {
        display: none;
    }
    #forside-row-2 .col-2 > .panel-grid-cell {
        width: 100%;
        text-align: center;
    }
    #forside-row-2 .col-2 > .panel-grid-cell:first-child .inner-col-2 {
        justify-content: center;
        text-align: left;
    }
    #forside-row-2 .holder-box > .panel-layout {
        align-items: normal !important;
        display: flex;
        gap: 0 20px;
        text-align: left;
    }
    #forside-row-2 .holder-box > .panel-layout > .panel-grid + .panel-grid {
        margin-top: 0;
    }
    #forside-row-2 .holder-box .inner-col-2 {
        gap: 10px;
        margin-top: 50px;
    }
    #forside-row-2 .holder-box .inner-col-2 > .panel-grid-cell:first-child {
        width: 60px !important;
        height: 60px;
    }
    #forside-row-2 .holder-box .inner-col-2 .icon img {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }
    #forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) {
        width: calc(50% - 1 * 5px) !important;
    }
    #forside-row-4 .col-3 > .panel-grid-cell:last-child {
        width: 100%;
        margin-top: 10px;
        height: 300px;
    }
    #forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel {
        padding: 24px 20px;
    }
    #forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel p {
        font-size: 18px;
        padding-left: 35px;
    }
    #forside-row-6 .col-2 .extra-pad p:first-of-type,
    #forside-row-6 .col-2 .extra-pad p:last-child {
        font-size: 18px;
    }
    #forside-row-6 .col-2 .link-rect {
        font-size: 18px;
    }
    #forside-row-6 .col-2 > .panel-grid-cell:last-child {
        padding: 50px 25px !important;
    }


    #autohjaelp-row-5 .col-3 {
        flex-direction: row !important;
        gap: 40px;
    }
    #autohjaelp-row-5 .col-3 > .panel-grid-cell:first-child {
        width: 100%;
        text-align: center;
    }
    #autohjaelp-row-5 .col-3 > .panel-grid-cell:first-child > .so-panel:first-child {
        display: flex;
        justify-content: center;
    }
    #autohjaelp-row-5 .col-3 > .panel-grid-cell:not(:first-child) {
        width: calc(50% - 1 * 20px) !important;
    }

    #autotransport-row-3 .col-2 > .panel-grid-cell:first-child {
        width: 42% !important;
    }
    #autotransport-row-3 .col-2 > .panel-grid-cell:last-child {
        width: 54.6% !important;
    }
    #autotransport-row-3 .col-2 > .panel-grid-cell:last-child ul {
        grid-template-columns: repeat(2, max-content);
        gap: 20px 30px;
    }
    #autotransport-row-4 .title {
        font-size: 24px;
    }
    #autotransport-row-4 ul {
        gap: 21px 50px;
    }
    #autotransport-row-4 ul li {
        font-size: 16px;
    }
    #autotransport-row-4 .box-rec {
        padding: 22px 45.2px;
    }

    blockquote p {
        font-size: 17px;
    }


}

@media only screen and (max-width: 1040px) {
    /* empty */
    .site-footer #footer-col-2 {
        max-width: 17%;
        padding-left: 0;
    }
    .site-footer #footer-col-3 {
        max-width: 50%;
        padding-left: 9px;
    }
    .site-footer #footer-col-4 {
        max-width: 33%;
        padding-left: 8px;
    }

    #autohjaelp-row-4 .vores-ydelser-holder {
        margin-top: 10px;
    }
    #autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid {
        width: calc(50% - 1 * 19.99px);
    }
    #autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child {
        width: 100% !important;
    }
    #autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .box {
        padding: 40px 40px;
    }

    #kontakt-row-3 .form-wrap .textwidget {
        padding: 45px 35px;
    }
}

@media only screen and (max-width: 1024px) {
    .sub.banner-wrap > .banner-holder {
        margin-bottom: 5px !important;
    }
    .sub.banner-wrap .top-text {
        margin: 0 0 10px 3px !important;
    }


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


    .title-special-36 p {
        font-size: 20px;
    }

    .vores-ydelser-holder > .panel-layout > .panel-grid {
        width: calc(33.3333% - 1 * 14px);
    }
    .vores-ydelser-holder > .panel-layout {
        gap: 30px 20px;
    }


    #forside-row-4 .col-2 h2 {
        font-size: 24px;
    }
    #forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel {
        padding: 15px 5px 15px 10px;
    }
    #forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel p {
        font-size: 16px;
    }
    #forside-row-6 .col-2 > .panel-grid-cell:first-child > .panel-cell-style {
        padding: 50px 20px 37px;
    }
    #forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell .icon img {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }
    #forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell label {
        font-size: 14px;
    }
    #forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell a {
        font-size: 15px;
        top: -7px;
    }


    #autotransport-row-3 .col-2 > .panel-grid-cell:last-child ul {
        gap: 20px 10px;
    }

    #udland-row-3 .anmod-col-3 .extra-pad p br {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .home.banner-wrap {
        width: 560px;
        padding: 25px 25px 25px 100px !important;
    }
    .home.banner-wrap .top-text, .sub.banner-wrap .top-text {
        font-size: 12px !important;
    }
    .banner-wrap .top-text {
        margin: 0 0 12px 3px !important;
    }
    .home.banner-wrap .title {
        font-size: 26px !important;
        margin: 0 0 10px 0 !important;
    }
    .home.banner-wrap .content {
        font-size: 14px !important;
    }
    .home.banner-wrap .btn-1 {
        margin-top: 15px !important;
    }

    .site-footer .footer-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .site-footer #footer-col-2 {
        padding-left: 20px;
    }
    .site-footer #footer-col-3 {
        padding-right: 20px;
    }
    .site-footer #footer-col-2,
    .site-footer #footer-col-3 {
        max-width: fit-content;
    }
    .site-footer #footer-col-4 {
        max-width: 100%;
        margin-top: 60px;
        padding-left: 20px;
    }
    .site-footer #footer-col-3 label {
        width: 215px;
    }
    .site-footer #footer-col-4 label {
        width: 120px;
    }

    h1 {
        font-size: 32px;
    }
    h2,
    #forside-row-4 .col-2 h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
    .title-special-36 p {
        font-size: 22px;
    }

    .vores-ydelser-holder > .panel-layout > .panel-grid {
        width: calc(50% - 1 * 14px);
    }

    .anmod-col-3 .btn-1-w, .anmod-col-3 .btn-1 {
        width: 235px;
    }
    .anmod-col-3 .btn-1-w, .anmod-col-3 .btn-1 {
        font-size: 15px;
    }

    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 {
        padding: 40px 20px 50px;
    }

    #forside-row-3 .vores-ydelser-holder {
        margin-top: 0;
    }
    #forside-row-4 .col-3 > .panel-grid-cell:last-child {
        height: 255px;
    }
    #forside-row-4 .col-2 {
        padding-top: 0;
    }
    #forside-row-4 .col-2 > .panel-grid-cell:first-child,
    #forside-row-4 .col-2 > .panel-grid-cell:last-child {
        width: 100%;
        text-align: center;
    }
    #forside-row-4 .col-2 > .panel-grid-cell:first-child {
        border-bottom: 1px solid rgba(250, 250, 250, .54);
        padding-bottom: 25px;
    }
    #forside-row-4 .col-2 > .panel-grid-cell:first-child:before {
        display: none;
    }
    #forside-row-4 .col-2 > .panel-grid-cell:last-child {
        padding: 25px 0 0 0;
    }
    #forside-row-4 .col-3 {
        margin-top: 40px;
    }
    #forside-row-6 .col-2 > .panel-grid-cell:first-child,
    #forside-row-6 .col-2 > .panel-grid-cell:last-child {
        width: 100%;
    }
    #forside-row-6 .col-2 .inner-col-2 {
        gap: 0 50px;
    }
    #forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell .icon img {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }
    #forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell label {
        font-size: 16px;
    }
    #forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell a {
        font-size: 17px;
        top: -5px;
    }

    #autohjaelp-row-3 > .panel-grid-cell {
        width: 100%;
    }
    #autohjaelp-row-3 .title-special-36 p,
    #autohjaelp-row-3 > .panel-grid-cell:first-child .g-container-text-97, 
    #autohjaelp-row-3 > .panel-grid-cell:last-child .g-container-text-97,
    #autohjaelp-row-3 > .panel-grid-cell:first-child .g-container-text-97 > .so-panel:last-child p {
        text-align: center !important;
    }
    #autohjaelp-row-3 > .panel-grid-cell:first-child .ul-check-white ul, 
    #autohjaelp-row-3 > .panel-grid-cell:last-child .ul-dot ul {
        column-count: 2;
    }
    #autohjaelp-row-3 > .panel-grid-cell:last-child .ul-dot ul {
        margin: 25px 0 30px 70px;
    }
    #autohjaelp-row-3 > .panel-grid-cell:last-child .ul-dot ul li:nth-last-child(-n + 3) {
        margin-left: -150px;
    }

    #autotransport-row-3 .col-2 > .panel-grid-cell:first-child {
        text-align: center;
        margin-bottom: 30px !important;
    }
    #autotransport-row-3 .col-2 > .panel-grid-cell:first-child,
    #autotransport-row-3 .col-2 > .panel-grid-cell:last-child {
        width: 100% !important;
    }
    #autotransport-row-3 .col-2 > .panel-grid-cell:last-child ul {
        grid-template-columns: repeat(3, max-content);
        gap: 12px 60px;
        justify-content: center;
    }
    #autotransport-row-4 .box-rec {
        padding: 20px 15.2px;
    }
    #autotransport-row-4 ul {
        gap: 15px 20px;
    }

    #skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell:first-child {
        padding: 0 0 50px 0;
        border-right: none;
        border-bottom: 1px solid #EBEBEB;
    }
    #skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell:last-child {
        padding: 50px 0 0 0;
    }
    #skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell:first-child,
    #skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell:last-child {
        width: 100%;
        text-align: center;
    }
    #skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell:first-child ul li {
        background: url(assets/images/adresse-ikon.png) no-repeat left 4px;   
    }

    #udland-row-3 .col-2 > .panel-grid-cell:first-child {
        width: 39%;
    }
    #udland-row-3 .col-2 > .panel-grid-cell:last-child {
        width: 59%;
    }
    #udland-row-3 .col-2 > .panel-grid-cell ul {
        gap: 15px 19px;
    }
    #udland-row-3 .col-3 {
        gap: 20px;
    }
    #udland-row-3 .col-3 > .panel-grid-cell {
        width: calc(50% - 1 * 10px) !important;
        min-height: 100px;
        gap: 15px;
    }
    #udland-row-3 .col-3 > .panel-grid-cell:last-child {
        width: 100% !important;
    }

    #om-os-row-3 .boxes > .panel-layout > .panel-grid {
        width: calc(50% - 1 * 14px);
        min-height: 130px;
    }

    #galleri-row-3 .holder > .panel-layout > .panel-grid {
        padding: 53px 0 60px;
    }
    #galleri-row-3 .title-content h3 {
        margin-bottom: 30px;
    }

    .billeder-wrap .gallery-loadmore.btn-1 {
        font-size: 14px;
        padding: 9.05px 18.35px 8.05px !important;
        margin-top: 30px;
    }

    #kontakt-form.main-form .group-title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    #kontakt-form.main-form .row > .col-2 {
        gap: 20px;
    }
    #kontakt-form.main-form .row > .col-5 {
        gap: 20px;
    }
    #kontakt-row-2 .col-4 > .panel-grid-cell .title p {
        font-size: 22px;
    }
    #kontakt-form.main-form .btm-row {
        margin-top: 5px !important;
    }
    #kontakt-form.main-form .btn-row {
        margin-top: 10px !important;
    }
   

}

@media only screen and (max-width: 899px) {
    .sub.banner-wrap > .banner-holder {
        padding: 20px 25px 20px 45px !important;
    }
    .sub.banner-wrap {
        width: 430px;
    }
    .sub.banner-wrap .title {
        font-size: 24px !important;
    }


    #kontakt-form .btm-row .col:first-child .wpcf7-form-control-wrap a,
    #kontakt-form .btm-row .col:first-child .wpcf7-list-item > label {
        font-size: 14px;
    }

    .anmod-col-3 > .panel-grid-cell .title p {
        font-size: 20px !important;
    }

    .g-img-right .col-2 {
        gap: 60px;
    }
    .g-img-right .col-2 > .panel-grid-cell {
        width: 100% !important;
        text-align: center !important;
    }
    .g-col-2 .col-2 > .panel-grid-cell {
        width: 100% !important;
        text-align: center;
    }
    .g-col-2 .col-2 > .panel-grid-cell:first-child {
        padding: 0 0 50px 0 !important;
        border-right: none;
        border-bottom: 1px solid #EBEBEB;
    }
    .g-col-2 .col-2 > .panel-grid-cell:last-child {
        padding: 50px 0 0 !important;
    }


    #forside-row-2 .col-2 > .panel-grid-cell:last-child {
        margin-top: 40px;
    }
    #forside-row-2 .holder-box .inner-col-2 {
        margin-top: 0;
        gap: 20px;
    }
    #forside-row-2 .holder-box > .panel-layout {
        flex-direction: column !important;
        gap: 30px;
    }
    #forside-row-2 .holder-box .inner-col-2 > .panel-grid-cell:last-child {
        width: fit-content;
    }
    #forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel p,
    #forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel:hover p {
        background-size: 20px 20px;
        font-size: 14px;
        padding-left: 25px;
    }
    #forside-row-4 .col-3 > .panel-grid-cell:last-child {
        height: 225px;
    }

    #autohjaelp-row-3 > .panel-grid-cell:last-child .ul-dot ul {
        margin: 25px 0 30px 25px;
    }

    #autotransport-row-3 .col-2 > .panel-grid-cell:last-child ul {
        gap: 12px 30px;
    }
    #autotransport-row-4 ul {
        grid-template-columns: repeat(2, max-content);
        justify-content: center;
    }

    #udland-row-3 .col-2 > .panel-grid-cell:first-child {
        justify-content: center;
    }
    #udland-row-3 .col-2 > .panel-grid-cell:first-child .title-content h2 {
        text-align: center;
    }
    #udland-row-3 .col-2 > .panel-grid-cell:first-child,
    #udland-row-3 .col-2 > .panel-grid-cell:last-child {
        width: 100%;
    }
    #udland-row-3 .col-2 > .panel-grid-cell ul {
        justify-content: center;
        gap: 15px 40px;
    }

    #kontakt-row-3 .form-wrap .textwidget {
        padding: 45px 20px;
    }

    #kontakt-form.main-form .row label {
        font-size: 14px;
        margin-bottom: 6px;
    }


    #om-cookies ul {
        margin: 20px 0 20px 35px;
    }

    .site-content .entry-content ul li + li {
        margin-top: 10px;
    }

}

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


    .title-content h2 {
        margin-bottom: 30px;
    }
    .title-content h3 {
        margin-bottom: 20px;
    }


    .g-col-2 .col-2 > .panel-grid-cell > .so-panel:first-child {
        margin-bottom: 30px !important;
    }
    .g-col-2 .col-2 .btn-1 {
        margin-top: 35px;
    }


    .for-mobile.home.banner-wrap {
        display: inline-block !important;
    }
    .home.banner-wrap {
        display: none;
    }
    .sub.banner-wrap {
        width: 424px;
    }
    .sub.banner-wrap .title {
        font-size: 22px !important;
    }

    .anmod-col-3 > .panel-grid-cell:first-child {
        flex-direction: column;
        gap: 20px;
    }
    .anmod-col-3 > .panel-grid-cell:first-child > .so-panel {
        width: 100% !important;
        text-align: center;
    }
    .anmod-col-3 > .panel-grid-cell:first-child > .so-panel:first-child {
        display: flex;
        justify-content: center;
    }
    .anmod-col-3 > .panel-grid-cell:first-child > .so-panel > .icon {
        height: 60px;
    }
    .anmod-col-3 > .panel-grid-cell .title p {
        margin-bottom: 10px;
    }
    .anmod-col-3 .btn-1-w, .anmod-col-3 .btn-1 {
        font-size: 18px;
        width: 100%;
    }
	
	#forside-row-2 .col-2 > .panel-grid-cell:first-child .inner-col-2 > .panel-grid-cell:first-child {
		padding-right: 9px !important;
	}


    #autohjaelp-row-5 .col-3 .icon {
        margin-bottom: 10px;
    }

    #kontakt-row-2 .col-4 {
        gap: 20px;
    }
    #kontakt-row-2 .col-4 > .panel-grid-cell {
        width: calc(50% - 1 * 10px) !important;
    }

    #kontakt-form.main-form .row > .col-2,
    #kontakt-form.main-form .row > .col-5 {
        gap: 20px 10px;
    }
    #kontakt-form.main-form .row:nth-child(3) > .col-2 .col {
        width: 100% !important;
    }
    #kontakt-form.main-form .row > .col-5 .col:first-child, 
    #kontakt-form.main-form .row > .col-5 .col:nth-child(2), 
    #kontakt-form.main-form .row > .col-5 .col:nth-child(3) {
        width: calc(33.3333% - 1 * 7px) !important;
    }
    #kontakt-form.main-form .row > .col-2 .col, #kontakt-form.main-form .row > .col-5 .col:nth-child(4), #kontakt-form.main-form .row > .col-5 .col:nth-child(5) {
        width: calc(50% - 1 * 7px) !important;
    }


 
}

@media only screen and (max-width: 767px) {
    .site-footer #footer-col-3 label {
        width: 200px;
    }
    .site-footer #footer-col-4 label {
        width: 110px;
    }


    .common-form#kontakt-form .row label {
        font-size: 15px;
        margin-bottom: 5px;
    }


    #forside-row-4 .col-3 {
        margin-top: 40px;
        gap: 15px;
    }
	#forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) {
        width: 100% !important;
    }
    #forside-row-4 .col-3 > .panel-grid-cell:last-child {
        margin-top: 0;
    }
    #forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel {
        padding: 17px 5px 17px 20px;
    }
    #forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel p, 
    #forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel:hover p {
        background-size: 30px 30px;
        font-size: 16px;
        padding-left: 45px;
    }

    #autohjaelp-row-3 > .panel-grid-cell:last-child .ul-dot ul {
        margin: 25px 0 30px 0;
    }
    #autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .box {
        padding: 35px 25px;
    }

    #om-os-row-3 .boxes > .panel-layout > .panel-grid .inner-col-2 {
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 734px) {
    .site-header, .gsticky .site-header {
        height: 75px;
    }
    .site-header .site-branding {
        width: 145px;
    }

    .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, .site-header .hmenu-wrapper .hamburger-box {
        width: 30px;
    }

    .site-slider {
        margin-top: 75px;
    }

    .site-footer #footer-col-2 {
        padding-left: 0;
    }
    .site-footer #footer-col-4 {
        padding-left: 0;
    }
    .site-footer #footer-col-3 {
        padding: 0;
    }
    .site-footer #footer-col-3 label {
        width: 195px;
    }

    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 {
        margin-bottom: 60px;
    }

    #forside-row-6 .col-2 > .panel-grid-cell:first-child .title-content h5 {
        margin-bottom: 25px;
    }

    #autotransport-row-3 .col-2 > .panel-grid-cell:last-child ul {
        grid-template-columns: repeat(2, max-content);
    }

    #udland-row-3 .col-3 > .panel-grid-cell {
        width: 100% !important;
    }

    #kontakt-row-2 .col-4 > .panel-grid-cell .title p {
        font-size: 20px;
    }
    #kontakt-row-2 .col-4 > .panel-grid-cell .content p {
        font-size: 16px;
    }

    #om-cookies label {
        font-size: 18px;
    }

}

@media only screen and (max-width: 666px) {
	.site-footer .footer-wrap {
        text-align: center;
        padding: 65.5px 0 60.5px;
    }
    .site-footer #footer-col-2,
    .site-footer #footer-col-3 {
        max-width: 100%;
    }
    .site-footer #footer-col-3,
    .site-footer #footer-col-4 {
        margin-top: 60px;
    }
    .site-footer .widget-title {
        text-align: center;
        margin: 0 0 25px;
    }
    .site-footer #footer-col-2 .widget-title {
        padding: 0;
    }
    .site-footer #footer-col-2 ul li {
        background: none;
        padding-left: 0;
    }
    .site-footer #footer-col-3 p, .site-footer #footer-col-4 p {
        flex-direction: column;
        align-items: center;
    }
    .site-footer #footer-col-3 label,
    .site-footer #footer-col-4 label {
        width: fit-content;
    }
    .site-footer #footer-col-3 p + p,
    .site-footer #footer-col-4 p + p {
        margin-top: 20px;
    }
    .site-footer #footer-col-3 p:last-child {
        margin-top: 20px;
    }

    .sub.banner-wrap {
        width: 378px;
    }
    .sub.banner-wrap > .banner-holder {
        padding: 13px 10px 13px 40px !important;
    }
    .sub.banner-wrap .top-text {
        font-size: 11px !important;
        margin: 0 0 5px 0 !important;
    }
    .sub.banner-wrap .title {
        font-size: 20px !important;
    }

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


    #autohjaelp-row-3 > .panel-grid-cell:first-child .ul-check-white ul, #autohjaelp-row-3 > .panel-grid-cell:last-child .ul-dot ul {
        column-count: 1;
        display: table;
        margin: 0 auto 30px;
    }
    #autohjaelp-row-3 > .panel-grid-cell:last-child .ul-dot ul {
        margin-top: 30px;
    }
    #autohjaelp-row-3 > .panel-grid-cell:last-child .ul-dot ul li:nth-last-child(-n + 3) {
        margin-left: 0;
    }

    .common-form#kontakt-form .holder:first-child,
    .common-form#kontakt-form .holder:last-child {
        flex-direction: column;
    }
    .common-form#kontakt-form .holder:first-child .row:last-child,
    .common-form#kontakt-form .holder:last-child .row.btn-row {
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
    }
    .common-form#kontakt-form .holder:last-child .row.btm-row {
        width: 100%;
    }
    #kontakt-form.common-form .btm-row .col:last-child {
        justify-content: center;
    }
    .common-form#kontakt-form input[type="checkbox"] {
        top: 4px;
    }


    #autotransport-row-4 ul {
        gap: 13px 13px;
    }

    .vores-ydelser-holder > .panel-layout > .panel-grid {
        width: 100%;
    }

    #specialtransport-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid .title p br {
        display: none;
    }
    #specialtransport-row-4.g-container-100 {
        padding-top: 60px;
    }

    #om-os-row-3 .boxes > .panel-layout > .panel-grid {
        width: calc(50% - 1 * 8px);
    }
    #om-os-row-3 .boxes > .panel-layout {
        gap: 15px 15px;
    }
    #om-os-row-3 .boxes > .panel-layout > .panel-grid .inner-col-2 .title p {
        font-size: 18px;
    }
   
}


@media only screen and (max-width: 599px) {
    .site-header .header-right {
        gap: 15px;
    }

    #forside-row-6 .col-2 .inner-col-2 {
        gap: 0 15px;
    }
    #autohjaelp-row-3 > .panel-grid-cell:first-child .g-container-text-97, #autohjaelp-row-3 > .panel-grid-cell:last-child .g-container-text-97 {
        padding-left: 15px;
        padding-right: 15px;
    }
    #autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid {
        width: 100%;
    }
    #autotransport-row-4 ul {
        grid-template-columns: repeat(1, max-content);
    }
    #autotransport-row-4 .box-rec {
        margin: 40px auto 0;
    }

    .billeder-wrap .eteam-gallery > .thumbnail-item {
        width: calc(33.3333% - 1 * 10px) !important;
    }

    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 {
        padding: 30px 20px 45px;
    }

    .common-form#kontakt-form .holder:last-child .row.btm-row label {
        display: block;
        text-align: center;
    }
 
}


@media only screen and (max-width: 567px) {
    #forside-row-6 .col-2 .link-rect {
        font-size: 16px;
    }
    #forside-row-6 .col-2 .inner-col-2 {
        gap: 0 20px;
    }
    #forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell .icon img {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }
    #forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell label {
        font-size: 14px;
    }
    #forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell a {
        font-size: 16px;
    }

    #autohjaelp-row-5 .col-3 > .panel-grid-cell > .so-panel:first-child {
        display: flex;
        justify-content: center;
    }
    #autohjaelp-row-5 .col-3 > .panel-grid-cell:not(:first-child) {
        width: 100% !important;
        text-align: center;
    }

    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child .inner-col-2 {
        gap: 0 15px;
    }

    #autotransport-row-3 .col-2 > .panel-grid-cell:last-child ul {
        grid-template-columns: repeat(1, max-content);
    }

    #kontakt-form.main-form .row > .col-2 .col,
    #kontakt-form.main-form .row > .col-5 .col:first-child, 
    #kontakt-form.main-form .row > .col-5 .col:nth-child(2), 
    #kontakt-form.main-form .row > .col-5 .col:nth-child(3),
    #kontakt-form.main-form .row > .col-5 .col:nth-child(4),
    #kontakt-form.main-form .row > .col-5 .col:nth-child(5) {
        width: 100% !important;
    }
    #kontakt-form.main-form .btm-row .col:first-child .wpcf7-list-item > label {
        text-align: center;
    }
    #kontakt-form.main-form input[type="submit"] {
        width: 100%;
    }

    #autotransport-row-4 .title {
        font-size: 20px;
    }
	
	#kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child .inner-col-2,
	#forside-row-6 .col-2 .inner-col-2 {
        justify-content: flex-start;
        margin-left: 50px;
    }
    #forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell > .so-panel:first-child {
        padding-right: 15px;
    }
    #forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell > .so-panel:last-child {
        padding-left: 15px;
    }
	#forside-row-6 .col-2 .inner-col-2 {
		gap: 20px;
	}
    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child .inner-col-2 > .panel-grid-cell > .so-panel:first-child {
        padding-right: 11px;
    }
	#forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell .icon img {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }
}


@media only screen and (max-width: 496px) {
    .home.banner-wrap .top-text, .sub.banner-wrap .top-text {
        font-size: 10px !important;
    }
    .for-mobile.home.banner-wrap {
        padding: 25px 20px !important;
    }
    .for-mobile.home.banner-wrap .title {
        font-size: 24px !important;
        margin: 0 0 10px 0 !important;
    }

    .site-footer #footer-col-1 {
        margin-bottom: 50px;
    }
    .site-footer #footer-col-3, .site-footer #footer-col-4 {
        margin-top: 50px;
    }

    h1 {
        font-size: 28px;
    }
    h2, #forside-row-4 .col-2 h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 22px;
    }
    h5 {
        font-size: 20px;
    }
    .title-special-36 p {
        font-size: 20px;
    }

    .g-white-full, .g-blue-full {
        padding: 20px 0;
    }
    .g-container-text-97 {
        padding: 55px 0 60px;
    }
    #autohjaelp-row-3 > .panel-grid-cell .g-container-text-97 {
        padding: 50px 0 60px;
    }

    #forside-row-6 .col-2 > .panel-grid-cell:last-child {
        padding: 35px 15px !important;
    }

    #udland-row-3 .col-2 > .panel-grid-cell ul {
        gap: 15px 10px;
    }

    #om-os-row-3 .boxes > .panel-layout > .panel-grid .sow-image-container {
        justify-content: center;
    }
    #om-os-row-3 .boxes > .panel-layout > .panel-grid {
        text-align: center;
        width: 100%;
    }

    .billeder-wrap .gallery-loadmore.btn-1 {
        font-size: 13px;
        padding: 9.05px 11.35px 8.05px !important;
    }

    #autohjaelp-row-3 > .panel-grid-cell:last-child .ul-dot p:first-child {
        font-size: 17px;
    }

    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 {
        padding: 30px 10px 45px;
    }
    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child .inner-col-2 {
        gap: 0 10px;
    }
    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child {
        margin-bottom: 30px !important;
    }

    #autohjaelp-row-4 .vores-ydelser-holder .box .bot-text p, #autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .box p {
        font-size: 18px;
    }
	
	.title-content h2 {
        margin-bottom: 25px;
    }
	
	#specialtransport-row-4 .anmod-col-3 {
        margin-top: 45px;
    }
	
	/* 	for anmod */
	.g-container-100#autohjaelp-row-5,
	.g-container-100#specialtransport-row-4,
	.g-container-text-97#skrotpraemie-row-4 {
		padding-bottom: 0 !important;
	}
	
	.g-container-text-97#forside-row-2,
	.g-container-text-97#autohjaelp-row-2,
	.g-container-text-97#autotransport-row-2,
	.g-container-text-97#specialtransport-row-2,
	.g-container-text-97#skrotpraemie-row-2,
	.g-container-text-97#udland-row-2,
	.g-container-text-97#om-os-row-2,
	.g-container-text-97#galleri-row-2,
	.g-container-100#om-cookies {
		padding-top: 50px !important;
	}
	.g-container-text-97#galleri-row-2 {
		padding-bottom: 0 !important;
	}
	
	.g-container-text-97,
	.g-container-100 {
		padding-bottom: 45px !important;
	}
	.g-container-text-97,
	.g-container-100 {
		padding-top: 35px !important;
	}
	
	#autohjaelp-row-3 .title-special-36 p {
		margin-bottom: 25px;
	}
	
    #autohjaelp-row-4 .vores-ydelser-holder .box .title p {
        font-size: 24px;
    }
	
	.anmod-col-3 {
        margin-top: 45px;
    }
	
	.page-id-23 #kontakt-vores-service-slider .g-container-100,
	.page-id-25 #kontakt-vores-service-slider .g-container-100 {
		padding-top: 0 !important;
	}
	
/* 	.g-container-text-97#forside-row-2,
	.g-container-text-97#forside-row-3,
	.g-container-100#forside-row-5 {
		padding-bottom: 45px !important;
	}
	.g-container-text-97#forside-row-3,
	.g-container-100#forside-row-4,
	.g-container-100#forside-row-6 {
		padding-top: 35px !important;
	} */

}

@media only screen and (max-width: 479px) {
    .sub.banner-wrap {
        display: none;
    }
    .inner-pages-only .for-mobile.banner-wrap {
        display: inline-block !important;
    }

    .forside-form#kontakt-form .row.col-2  {
        flex-wrap: wrap;
        gap: 20px;
    }
    .forside-form#kontakt-form .row.col-2 .col,
    .common-form#kontakt-form .row.col-2 .col {
        width: 100% !important;
    }
    .home.banner-wrap .top-text, .sub.banner-wrap .top-text {
        letter-spacing: 0 !important;
        font-size: 14px !important;
    }
	
	
	.site-footer .footer-wrap {
        text-align: center;
        padding: 55.5px 0 55.5px;
    }
	
	.g-container-text-97 {
        padding: 55px 0 65px;
    }
    .g-container-100 {
        padding: 55px 0;
    }

	.vores-ydelser-holder .box .title p {
		margin-bottom: 10px;
	}

    #forside-row-2 .holder-box .inner-col-2 {
        flex-wrap: wrap;
        justify-content: center;
		padding: 40px 20px;
    }
    #forside-row-2 .holder-box .inner-col-2 > .panel-grid-cell:first-child {
        width: 70px !important;
    }
	#forside-row-2 .holder-box .inner-col-2 > .panel-grid-cell:last-child {
        width: 100% !important;
        text-align: center;
    }
    #forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel {
        padding: 17px 5px 17px 10px;
    }
    #forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel p, #forside-row-4 .col-3 > .panel-grid-cell:not(:last-child) > .so-panel:hover p {
        background-size: 20px 20px;
        font-size: 14px;
        padding-left: 30px;
    }
    #forside-row-6 .col-2 .inner-col-2 {
        gap: 15px;
    }
	
	#autohjaelp-row-4 .vores-ydelser-holder .box .content {
        padding: 18px 0 0;
    }
	#autohjaelp-row-4 .vores-ydelser-holder .box .bot-text p {
		margin-top: 20px;
	}

    #skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell:last-child .box p {
        font-size: 16px;
    }

    .billeder-wrap .eteam-gallery > .thumbnail-item {
        width: calc(50% - 1 * 10px) !important;
    }

    #kontakt-row-2 .col-4 > .panel-grid-cell {
        width: 100% !important;
        padding: 35px 20px 40.15px !important;
    }
    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 {
        margin-bottom: 40px;
    }

    #skrotpraemie-row-4 .title p {
        font-size: 20px;
    }
    #skrotpraemie-row-4 .g-col-2 .col-2 > .panel-grid-cell:first-child ul {
        flex-direction: column;
    }
	
	#autohjaelp-row-4 .vores-ydelser-holder > .panel-layout {
		gap: 44px;
	}

    .g-img-right .col-2 {
        gap: 40px;
    }
    .g-container-text-97 .btn-1, .g-container-text-100 .btn-1, .g-container-100 .btn-1, .g-container-text-97 .btn-1-w, .g-container-text-100 .btn-1-w, .g-container-100 .btn-1-w {
        margin-top: 30px;
    }
    .anmod-col-3 .btn-1-w, .anmod-col-3 .btn-1 {
        margin-top: 0 !important;
    }


    #autohjaelp-row-5 .col-3 .icon, #udland-row-3 .col-3 > .panel-grid-cell .icon {
        width: 50px;
        height: 50px;
    }

    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child .inner-col-2,
    #forside-row-6 .col-2 .inner-col-2 {
        justify-content: flex-start;
        margin-left: 50px;
    }
	
	#udland-row-3 .col-2 > .panel-grid-cell ul {
        grid-template-columns: repeat(1, max-content);
    }
}

@media only screen and (max-width: 413px) {
    #resp-sidebar .contact-sidebar .box a {
        font-size: 22px;
    }
    #resp-sidebar .contact-sidebar .email a {
        font-size: 17px;
    }


    .site-header .site-branding {
        width: 125px;
    }
    .site-header .header-right {
        gap: 10px;
    }
    .site-header .header-contact .box > a {
        font-size: 14px;
        width: 111px;
    }
    .site-header .hmenu-wrapper,
    .site-header .hmenu-wrapper .hamburger {
        height: 43px;
    }
    .site-header .hmenu-wrapper .hamburger {
        padding: 6px 10px;
    }

    .for-mobile.home.banner-wrap .title {
        font-size: 20px !important;
    }
    .home.banner-wrap .top-text, .sub.banner-wrap .top-text {
        font-size: 12px !important;
    }


    .g-img-right .col-2 .title-content h2 {
        margin-bottom: 25px;
    }

    #autohjaelp-row-4 .vores-ydelser-holder > .panel-layout > .panel-grid:last-child .box {
        padding: 25px 15px;
    }

    #galleri-row-3 .title-content h3 {
        gap: 15px;
    }
    #galleri-row-3 .holder > .panel-layout > .panel-grid {
        padding: 43px 0 50px;
    }

    #kontakt-form.main-form .group-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    #kontakt-row-3 .form-wrap .textwidget {
        padding: 45px 10px;
    }
    #kontakt-form.main-form .row label {
        font-size: 13px;
        margin-bottom: 5px;
    }

    #kontakt-form [type="text"], #kontakt-form [type="tel"], #kontakt-form [type="email"], #kontakt-form [type="date"], #kontakt-form textarea, #kontakt-form select {
        padding: 5px 10px;
    }

    .vores-ydelser-holder .box .content {
        padding: 40px 10px 30px;
    }
     
}

@media only screen and (max-width: 374px) {
    .for-mobile.home.banner-wrap .title {
        font-size: 19px !important;
    }
    .sub.banner-wrap .title {
        font-size: 18px !important;
    }
    .home.banner-wrap .top-text, .sub.banner-wrap .top-text {
        font-size: 10px !important;
    }
    #forside-row-6 .col-2 .inner-col-2,
    #kontakt-vores-service-slider .kontakt-holder > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child .inner-col-2 {
        margin-left: 25px;
    }

    .billeder-wrap .gallery-loadmore.btn-1 {
        font-size: 12px;
        padding: 9.05px 8.35px 8.05px !important;
    }
	
	#forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell label {
        font-size: 13px;
    }
	#forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell > .so-panel:first-child {
        padding-right: 11px;
    }
	#forside-row-6 .col-2 .inner-col-2 > .panel-grid-cell > .so-panel:last-child {
        padding-left: 12px;
    }
}


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