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

* {
    text-rendering: optimizeLegibility;
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 16px;
}
body {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
	overflow-y: hidden;
}
body,
button,
input,
select,
textarea {
    font-size: 1rem;
    line-height: 1.65;
}
a,
a:visited {
    color: #000;
}
a:hover,
a:active,
a:focus {
    color: #3776ad;
}
a,
a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    -webkit-transition: color 0.3s ease-in-out 0s;
    -moz-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
}
p {
    font-weight: 400;
    margin: 0;
}
p + p {
    margin: 1.5em 0 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    color: #23222a;
}
h1 {
    font-size: 3.75rem;
}
h2 {
    font-size: 2.5rem;
}
h3 {
    font-size: 1.875rem;
}
h4 {
    font-size: 1.625rem;
}
h5 {
    font-size: 1.5rem;
}
h6 {
    font-size: 1.375rem;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    color: #838383;
}

blockquote {
    background-color: #c1c7d1;
    border-left: 8px solid #3776ad;
    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: #202020;
    font-weight: 400;
}
a:hover strong {
    color: #3776ad;
}

strong > a {
    color: #3776ad;
}
strong > a:hover {
    color: #202020;
}

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

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

.color-1 {
    color: #6B0F2D;
}
.color-2 {
    color: #fff;
}

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

.with-boxshadow {
    position: relative;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
}

.z9, .z8, .z7, .z6, .z5, .z4, .z3, .z2, .z1 {
    position: relative;
}
.z9 {
    z-index: 9;
}
.z8 {
    z-index: 8;
}
.z7 {
    z-index: 7;
}
.z6 {
    z-index: 6;
}
.z5 {
    z-index: 5;
}
.z4 {
    z-index: 4;
}
.z3 {
    z-index: 3;
}
.z2 {
    z-index: 2;
}
.z1 {
    z-index: 1;
}

.txt-sm p {
    font-size: 1.125rem;
}
.txt-md p {
    font-size: 1.25rem;
}
.txt-lg p {
    font-size: 1.375rem;
    line-height: 1.5;
}
.txt-xl p {
    font-size: 1.5rem;
    line-height: 1.5;
}

.ul-2 ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.ul-3 ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.ul-4 ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.bx-shadow .so-widget-image {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
}

a strong, .btn-phone, .btn-social, .btn-1 {
    -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-phone, .btn-social, .btn-1 {
    display: inline-block;
}
.btn-phone {
    background-color: #3776ad;
    color: #fff !important;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.5;
    overflow: hidden;
    /*padding: 1.2em 1.5em 1.2em 4.65em;*/
    /*padding: 1.2em 1.5em 1.2em 4.3em;*/
    padding: 1.2em 1.2em 1.2em 4.3em;
    position: relative;
    text-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
}
.btn-phone:before {
    background: url('/wp-content/themes/kickass-child/assets/images/icon-phone-lg.png') no-repeat center center;
    background-color: #495261;
    content: '';
    display: inline-block;
    height: 100%;
    left: 0;
    max-width: 90px;
    position: absolute;
    top: 0;
    width: 100%;
}
.btn-social {
    background-color: #111014;
    background-position: 26px 17px;
    background-repeat: no-repeat;
    color: #fff !important;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.25;
    padding: 14px 30px 12px 95px;
    text-transform: uppercase;
    width: auto;
}
.btn-social > label {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    text-transform: none;
}
.btn-social.fb {
    background-image: url('/wp-content/themes/kickass-child/assets/images/fb-lg.png');
}
.btn-social.linkedin {
    background-image: url('/wp-content/themes/kickass-child/assets/images/linkedin-lg.png');
}
.btn-1 {
    background-color: #3776ad;
    border: 1px solid #0c6eb0;
    color: #fff !important;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
    max-width: 235px;
    padding: 20px 10px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
.btn-1.sm {
    max-width: 270px;
    padding: 14px 10px;
}
.btn-1.xs {
    font-size: 1.125rem;
    max-width: 175px;
    padding: 12px 5px;
    text-transform: capitalize;
}
.btn-1:hover {
    background-color: #fff;
    color: #23222a !important;
}
.btn-social:hover {
    color: #dedede !important;
}


.magic-bg .widget_sow-image, .magic-bg .so-widget-sow-image, .magic-bg .sow-image-container {
    height: 100%;
}
.magic-bg .sow-image-container, .magic-bg .so-widget-sow-image {
    -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;
}
.magic-bg .sow-image-container:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}


/*--------------------------------------------------------------
 ## Header
--------------------------------------------------------------*/
.site-header, .site-header .wrap {
    -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 {
    background-color: #111014;
    height: 155px;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 999;
}
.site-header > .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 100%;
    padding: 0 10px
}
.site-header .site-branding {
    border: 1px solid #59585b;
    padding: 11px 5px 7px;
    position: absolute;
    text-align: center;
    width: 415px;
    z-index: 10;
}
.site-header .site-branding img {
    vertical-align: top;
}
.site-header .header-contact {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.site-header .header-contact .box {
    display: inline-block;
    width: auto;
}
.site-header .header-contact a {
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.75rem;
    letter-spacing: -0.0875rem;
    line-height: 1.5;
}
.site-header .header-contact a:hover {
    color: #3776ad;
}
/*.site-header .header-contact .email {
    background-image: url('/wp-content/themes/kickass-child/assets/images/icon-email-top.png');
}*/
.site-header .header-contact .phone {
    /*background-image: url('/wp-content/themes/kickass-child/assets/images/icon-phone-top.png');*/
    margin-left: auto;
    margin-right: 22em;
}
.site-header .hmenu-wrapper {
    border: 1px solid #88888a;
    bottom: 0;
    display: inline-block;
    line-height: 1.25;
    height: 50px;
    right: 4.5em;
    margin: auto 0;
    padding: 0;
    position: absolute;
    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 {
    padding: 9px 22px 0 20px;
}
.site-header .hmenu-wrapper label {
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.75rem;
    letter-spacing: -0.075rem;
    margin-left: 8px;
    text-transform: uppercase;
}
.site-header .hmenu-wrapper .hamburger-box {
    height: 30px;
    vertical-align: middle;
    width: 50px;
}
.site-header .hmenu-wrapper .hamburger-inner,
.site-header .hmenu-wrapper .hamburger-inner:after,
.site-header .hmenu-wrapper .hamburger-inner:before {
    background-color: #3776ad;
    border-radius: 0;
    height: 3px;
    width: 50px;
}
.site-header .hamburger--elastic .hamburger-inner:before {
    top: 8px;
}
.site-header .hmenu-wrapper .hamburger--elastic .hamburger-inner:after {
    top: 16px;
}
.site-header .hmenu-wrapper .hamburger--elastic.is-active .hamburger-inner:after {
    top: 19px;
}

.gsticky .site-header {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
}

.site-slider {
    margin-top: 155px;
    position: relative;
}
.site-slider .tp-revslider-mainul {
    width: 100% !important;
}
.site-slider #banner-box {
    background-color: rgba(17, 16, 20, 0.8);
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    left: 0;
    padding-bottom: 2.35em;
    padding-top: 2.35em;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.site-slider #banner-box .col-cols {
    position: relative;
    -webkit-align-items: center !important;
    align-items: center !important;
}
.site-slider #banner-box .col-cols:before {
    background-color: #e7e7e8;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 85px;
    left: 0;
    margin: auto;
    position: absolute;
    right: -7.5em;
    top: 0;
    width: 1px;
    z-index: 5;
}
.site-slider #banner-box .col-cols > .panel-grid-cell {
    margin-bottom: 0 !important;
    width: calc(50% - 1 * 1em) !important;
}
.site-slider #banner-box .col-cols > .panel-grid-cell:first-child {
    text-align: right;
    width: calc(50% - 1 * -1em) !important;
}
.site-slider #banner-box .col-cols > .panel-grid-cell:last-child {
    line-height: 1.85;
    padding-left: 8em;
    padding-right: 6em;
    text-align: left;
}
.site-slider #banner-box ._title p {
    font-family: 'Rajdhani', sans-serif;
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.25;
    text-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
}
.site-slider #banner-box ._title p > strong {
    color: #3776ad;
}
.site-slider #banner-box a {
	color: #3776ad;
}
.site-slider #banner-box a:hover {
	color: #fff;
}


/*--------------------------------------------------------------
 ## Body
--------------------------------------------------------------*/
.site-content {
    font-size: 17px;
    font-size: 1.063rem;
    line-height: 1.75;
    margin: 0;
    padding: 0;
}
.site-content .font-reg p {
    font-weight: 400;
}
.site-content .entry-content {
    margin: 0;
}
.site-content .entry-content a {
    color: #3776ad;
}
.site-content .entry-content ul {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-content .entry-content ul li {
    background: url('/wp-content/themes/kickass-child/assets/images/bullet-check.png') no-repeat left 6px;
    line-height: 1.65;
    padding: 0 0 0 30px;
    text-align: left;
}
.site-content .entry-content ul li + li {
    margin-top: 8px;
}
.site-content .entry-content .google-maps {
    border: 0 !important;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

#banner-text-wrap {
    background-color: #6B0F2D;
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}


/*--------------------------------------------------------------
 ## Footer
--------------------------------------------------------------*/
.site-footer, .site-footer * {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.site-footer {
    background: url('/wp-content/themes/kickass-child/assets/images/footer-bg.png') no-repeat right center;
    background-color: #495261;
    color: #fff;
    font-size: 1rem;
    line-height: 1.75;
}
.site-footer a {
    color: #fff;
}
.site-footer a:hover {
    color: #3776ad;
}
.site-footer .footer-wrap {
    padding-bottom: 4em;
    padding-top: 4.5em;
}
.site-footer .footer-col {
    float: left;
    padding: 0;
    width: 100%;
}
.site-footer .widget-title {
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.25;
    margin: 0 0 22px;
    padding-bottom: 12px;
    position: relative;
    width: 100%;
}
.site-footer .widget-title:after {
    background-color: #3776ad;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 60px;
}
.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: 8px;
}
.site-footer .footer-col ul li.current-menu-item a {
    color: #3776ad;
}
.site-footer .footer-col .textwidget > p + p {
    margin-top: 5px;
}
.site-footer .panel-grid {
    margin-bottom: 0 !important;
}
.site-footer #footer-col-1 {
    margin-bottom: 4.75em;
    max-width: 100%;
    text-align: center;
}
.site-footer #footer-col-2 {
    max-width: 28%;
    padding-left: 3.5em;
}
.site-footer #footer-col-3 {
    max-width: 28%;
}
.site-footer #footer-col-4 {
    max-width: 27%;
}
.site-footer #footer-col-5 {
    max-width: 17%;
}
.site-footer #footer-col-1 .widget_media_image {
    border: 1px solid #818791;
    display: inline-block;
    max-width: 415px;
    padding: 16px 5px 5px;
    text-align: center;
    width: 100%;
}
.site-footer #footer-col-4 .widget_text:first-child {
    margin-bottom: 2em !important;
}
.site-footer #footer-col-4 .textwidget > p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
}
.site-footer #footer-col-4 .textwidget > p label {
    font-weight: 700;
    width: 90px;
}
.site-footer #footer-col-5 .widget_media_image {
    background-color: #f4f4f6;
    border: 1px solid #f4f4f6;
    float: left;
    height: 52px;
    padding: 5px 0 0;
    text-align: center;
    width: 57px;
}
.site-footer #footer-col-5 .widget_media_image:hover {
    background: #d7d7df;
    border-color: #d7d7df;
}
.site-footer #footer-col-5 .widget_media_image + .widget_media_image {
    margin-left: 20px;
}
.site-footer #footer-col-5 img {
    vertical-align: middle;
}
.site-footer #footer-col-5 img:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

#copyright-wrapper {
    float: left;
    width: 100%;
}
#copyright-wrapper > .wrap {
    border-top: 1px solid #808691;
    padding-bottom: 1.25em;
    padding-top: 1.5em;
}
#copyright-wrapper .cdev {
    color: #fff;
    font-size: 0.875rem;
    float: left;
}
#copyright-wrapper .cdev > span {
    font-weight: 700;
}
#copyright-wrapper .cdev:hover {
    color: #3776ad;
}

#social-wrap {
    display: inline-block;
    margin-left: 4.75em;
    margin-right: 6.25%;
    width: auto;
}
#social-wrap > .item {
    border: 1px solid #88888a;
    display: inline-block;
    height: 50px;
    max-width: 50px;
    padding: 5px;
    width: 100%;
}
#social-wrap > .item + .item {
    margin-left: 20px;
}


/*--------------------------------------------------------------
 ## Sidebars/ Mobile Menu
--------------------------------------------------------------*/
#sb-site {
    left: 0;
	margin-bottom: -40px;
}
.sb-slidebar {
    background-color: #f7f7f7 !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-wrap {
    display: inline-block !important;
    height: 100% !important;
    padding: 2.5em 1em 1em !important;
    width: 100% !important;
}
#resp-sidebar .site-branding {
    background-color: #111014;
    border: 1px solid #111014;
    float: left;
    padding: 12px 22px;
    text-align: center;
    width: 100% !important;
}
#resp-sidebar .site-branding img {
    vertical-align: top !important;
}
#resp-sidebar #mobile-navigation {
    display: inline-block !important;
    margin: 2.5em 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: #e5e5e5;
    clear: both !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#resp-sidebar #mobile-navigation .menu > li + li {
    border-top: 1px solid #fff;
}
#resp-sidebar #mobile-navigation li > a, #resp-sidebar #mobile-navigation li > a:before {
    -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: #e5e5e5;
    color: #111014;
    display: inline-block;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.05rem;
    line-height: 1.5 !important;
    padding: 15px 30px 15px 38px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
#resp-sidebar #mobile-navigation li > a:before {
    background-color: #3776ad;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 7px;
    left: 22px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 7px;
}
#resp-sidebar #mobile-navigation .menu .sub-menu li > a:before {
    left: 30px;
}
#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: #111014 !important;
    color: #fff;
}
#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: #3776ad !important;
}
#resp-sidebar #mobile-navigation li.menu-item-has-children {
    position: relative;
}
#resp-sidebar #mobile-navigation li.menu-item-has-children .caret {
    background: url('/wp-content/themes/kickass-child/assets/images/icon-caret.png') no-repeat center center;
    cursor: pointer;
    height: 58px;
    right: 0;
    position: absolute;
    top: 0;
    width: 50px;
    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: 34px;
}
#resp-sidebar #mobile-navigation .menu > li.par-active > .caret,
#resp-sidebar #mobile-navigation .menu > li.current-menu-item > .caret,
#resp-sidebar #mobile-navigation .menu > li.current-menu-ancestor > .caret,
#resp-sidebar #mobile-navigation .menu > li.menu-item-has-children:hover > .caret {
    background-image: url('/wp-content/themes/kickass-child/assets/images/icon-caret-actv.png');
}
#resp-sidebar #mobile-navigation .menu li.par-active > .caret {
    -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: #e5e5e5;
    border-top: 1px solid #59585b;
    display: none;
}
#resp-sidebar #mobile-navigation .sub-menu li:first-child {
    border-top: 0 !important;
    margin-top: 15px;
}
#resp-sidebar #mobile-navigation .sub-menu li:last-child {
    border-bottom: 0 !important;
    margin-bottom: 15px;
}
#resp-sidebar #mobile-navigation .sub-menu li > a {
    line-height: 1.35 !important;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 45px;
    position: relative;
}
#resp-sidebar #mobile-navigation .sub-menu li > a:before {
    margin-top: 0;
    top: 13px;
}
#resp-sidebar #mobile-navigation .sub-menu .sub-menu li > a:before {
    display: none;
}
#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 .sub-menu .sub-menu {
    border-top: 0 !important;
}
#resp-sidebar #mobile-navigation .sub-menu .sub-menu li:first-child {
    margin-top: 0 !important;
}
#resp-sidebar #mobile-navigation .sub-menu .sub-menu li:last-child {
    margin-bottom: 0 !important;
}
#resp-sidebar #mobile-navigation .sub-menu .sub-menu li > a {
    padding-left: 57px;
}
#resp-sidebar #mobile-navigation .menu .sub-menu .sub-menu li > a:before {
    left: 40px;
}
#resp-sidebar .contact-sidebar {
    display: inline-block;
    margin: 3.5em 0 3em;
    width: 100%;
}
#resp-sidebar .contact-sidebar .box {
    background-color: #111014;
    border-left: 6px solid #3776ad;
    height: 100%;
    line-height: 1;
    max-width: 100%;
    padding: 15px 5px 15px 20px;
    position: relative;
    text-align: left;
    width: 100% !important;
    -webkit-box-shadow: 3px 3px 5px -1px rgba(0, 1, 1, 0.25);
    -moz-box-shadow: 3px 3px 5px -1px rgba(0, 1, 1, 0.25);
    box-shadow: 3px 3px 5px -1px rgba(0, 1, 1, 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: #dedede;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 6px;
    vertical-align: top;
    width: 100%;
}
#resp-sidebar .contact-sidebar .box a {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.375rem;
}
#resp-sidebar .contact-sidebar .box a:hover {
    color: #3776ad;
}

#resp-sidebar .copyright-sidebar {
    display: inline-block;
    width: 100%;
}
#resp-sidebar .copyright-sidebar {
    color: #111014;
    font-size: 0.9375rem;
    margin: 0 0 3em;
    text-align: center;
}
#resp-sidebar .copyright-sidebar a {
    color: #3776ad;
}
/*#resp-sidebar .copyright-sidebar a:hover {
    color: #fff;
}*/

/*--------------------------------------------------------------
 ## Overrides
--------------------------------------------------------------*/
#page.site #floater-wrap {
    display: inline-block;
    position: fixed;
    right: -291px;
    top: 15em;
    width: 340px;
    z-index: 999;
    -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;
}
#page.site #floater-wrap.float-now {
    right: 0;
}
#page.site #floater-wrap .box {
    background-color: #132A14;
    display: flex;
    align-items: center;
    float: left;
    height: 50px;
    line-height: 1;
    padding: 5px 15px 6px 65px;
    position: relative;
    right: -300px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    z-index: 2;
    -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;
}
#page.site #floater-wrap .box + .box {
    margin-top: 4px;
}
#page.site #floater-wrap .box.float-now {
    right: 0;
}
#page.site #floater-wrap .box.float-now:hover {
    right: 17.25em;
}
#page.site #floater-wrap .box a {
    color: #fff;
    float: left;
    font-size: 1.375rem;
    line-height: 1;
    position: relative;
    width: 100%;
    z-index: 3;
    -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;
}
#page.site #floater-wrap .box a:hover {
    color: #BDCE42;
}
#page.site #floater-wrap .box:before {
    background-color: #132A14;
    background-position: center center;
    background-repeat: no-repeat;
    border-right: 1px solid #405542;
    content: '';
    display: inline-block;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 1;
    -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;
}
#page.site #floater-wrap .phone:before {
    background-image: url('/wp-content/themes/kickass-child/assets/images/floater-phone.png');
}
#page.site #floater-wrap .email:before {
    background-image: url('/wp-content/themes/kickass-child/assets/images/floater-email.png');
}
#page.site #floater-wrap .email a {
    font-size: 1.125rem;
}

#billeder-wrap {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
#billeder-wrap > .wrap {
    margin-bottom: 3.5em;
}
#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;
    margin-right: -15px;
    padding-left: 5em;
    padding-right: 5em;
}
#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 {
    margin-bottom: 15px;
    width: calc(16.6666666667% - 1 * 0px);
}
#billeder-wrap .thumbnail-item .inner {
    border: 1px solid #ccccca;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
    margin-right: 15px;
    overflow: hidden;
}
#billeder-wrap .thumbnail-item figcaption {
    align-items: center;
    background-color: #8b8476;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    font-weight: 600;
    justify-content: center;
    letter-spacing: -0.05rem;
    line-height: 1.25;
    min-height: 148px;
    padding: 5px 10px;
    text-shadow: 5px 0 5px rgba(1, 1, 1, 0.10);
    width: 100%;
}
#billeder-wrap .thumbnail-item .inner:hover figcaption {
    background-color: #225b39;
}
#billeder-wrap .thumbnail-item figcaption > span {
    display: block;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: -10px;
}
#billeder-wrap .eteam-gallery img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
#billeder-wrap .eteam-gallery img:hover {
    opacity: 0.875;
}
#billeder-wrap .gallery-btn {
    background-color: #1F4621;
    display: inline-block;
    min-height: 104px;
    padding-bottom: 1.5em;
    padding-top: 1.5em;
    width: 100%;
}
#billeder-wrap #gallery_loadmore {
    background: url('/wp-content/themes/kickass-child/assets/images/arrow-md-light.png') no-repeat 85% center;
    background-color: #1F4621;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    display: inline-block;
    box-shadow: none !important;
    font-size: 1.125rem;
    font-weight: 400 !important;
    line-height: 1.35;
    position: relative;
    text-align: left;
    text-shadow: none;
    text-transform: uppercase;
    padding: 13px 110px 13px 45px;
    width: auto;
    -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;
}
#billeder-wrap #gallery_loadmore:hover {
    background-image: url('/wp-content/themes/kickass-child/assets/images/arrow-md.png');
    background-position: 90% center;
    background-color: #9FAE38;
    color: #172A15 !important;
}
#billeder-wrap .loader {
    border-radius: 50%;
    font-size: 9px;
    height: 10px;
    margin: 0 auto 12em;
    position: relative;
    text-indent: -9999em;
    width: 10px;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    top: 28px;
}

@-webkit-keyframes load5 {
    0%,
    100% {
      box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #000000;
    }
}

@keyframes load5 {
    0%,
    100% {
      box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #000000;
    }
}

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

/** 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: -3em;
    color: #fff;
    font-size: 0.875rem;
    left: 0;
    line-height: 1;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    text-align: center;
    width: 100%;
}
.wpcf7 .ajax-loader {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 14px;
    z-index: 9;
}
.wpcf7-checkbox {
    display: inline-block;
    font-size: 0.9375rem;
    margin: 0 0 0.75em;
    width: 100%;
}
.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
    max-width: 150px;
    width: 100%;
}
.wpcf7-checkbox .wpcf7-list-item-label {
    margin-left: 5px;
    vertical-align: middle;
}

/** Kontakt Formular **/
#kontakt-form {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
#kontakt-form .row, #kontakt-form .inrow {
    float: left;
    width: 100%;
}
#kontakt-form .row + .row {
    margin-top: 10px;
}
#kontakt-form .row .col, #kontakt-form .row .incol {
    float: left;
    width: 50%;
}
#kontakt-form .row.col-3 .col {
    width: 33.33%;
}
#kontakt-form .row .col:last-child {
    padding-left: 10px;
}
#kontakt-form .row.col-3 .col + .col {
    padding-left: 8px;
}
#kontakt-form .btm-row.cap {
    margin-top: 25px;
}
#kontakt-form .row:last-child {
    margin-top: 15px;
    position: relative;
}
#kontakt-form .row .col > div + div, #kontakt-form .inrow .incol > div + div {
    margin-top: 15px;
}
#kontakt-form .row.heading {
    font-size: 1.125rem;
    margin-bottom: 1em;
    text-align: center;
}
#kontakt-form .row .btm-row {
    position: relative;
}
#kontakt-form .btm-row > div {
    display: inline-block;
    margin-top: 0 !important;
    vertical-align: middle;
    width: 50%;
}
#kontakt-form .btm-row > div:first-child {
    position: relative;
    text-align: center;
    width: 100%;
}
#kontakt-form .btm-row > div:last-child {
    margin-top: 20px !important;
}
#kontakt-form .btm-row.cap > div:last-child {
    margin-top: 10px !important;
}
#kontakt-form .btm-row > div:first-child > label,
#kontakt-form .btm-row > div:first-child .wpcf7-form-control-wrap,
#kontakt-form.ja-tak .row.col-3 > .col:nth-child(2) > div:last-child > label,
#kontakt-form.ja-tak .row.col-3 > .col:nth-child(2) > div:last-child .wpcf7-form-control-wrap {
    display: inline-block;
    font-size: 0.875rem;
    position: initial;
    vertical-align: middle;
    width: auto;
}
#kontakt-form .btm-row > div:first-child > label,
#kontakt-form.ja-tak .row.col-3 > .col:nth-child(2) > div:last-child > label {
    color: #fff;
    margin-top: 0;
    padding-left: 10px;
}
#kontakt-form .btm-row.cap > div:first-child > label {
    color: #fff;
    font-size: 16px;
}
#kontakt-form .btm-row.cap > div:first-child > label a {
    color: #fff;
}
#kontakt-form .btm-row > div:first-child > label a {
    color: #3776ad;
}
#kontakt-form .btm-row > div:first-child > label a:hover,
#kontakt-form .btm-row.cap > div:first-child > label a:hover {
    color: #3776ad;
}
#kontakt-form .btm-row > div:first-child .wpcf7-checkbox {
    font-size: 1rem;
    margin-bottom: 0 !important;
}
#kontakt-form .btm-row > div:first-child .wpcf7-checkbox .wpcf7-list-item-label {
    line-height: 1;
}
#kontakt-form .btm-row > div:first-child input[type="checkbox"] {
    vertical-align: initial;
}
#kontakt-form .btm-row span.wpcf7-not-valid-tip {
    left: 0;
    max-width: 125px;
    top: -15px;
}
#kontakt-form [type="text"], #kontakt-form [type="email"], #kontakt-form [type="date"],
#kontakt-form textarea, #kontakt-form select {
    background-color: transparent;
    border: 1px solid #3776ad;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    height: 42px;
    padding: 5px 20px;
    text-align: left;
    width: 100%;
}
#kontakt-form [type="text"]:active, #kontakt-form [type="email"]:active, #kontakt-form textarea:active,
#kontakt-form [type="text"]:focus, #kontakt-form [type="email"]:focus, #kontakt-form textarea:focus {
    border-color: #fff;
}
#kontakt-form textarea {
    height: 135px;
    vertical-align: top;
}
#kontakt-form [type=text].wpcf7-mathcaptcha {
    background: 0 0;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 50px;
}
#kontakt-form .wpcf7-checkbox {
    margin: 0 !important;
}
#kontakt-form .wpcf7-checkbox .wpcf7-list-item-label {
    display: none;
}
#kontakt-form input[type="submit"] {
    background-color: #3776ad;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff !important;
    display: inline-block;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 12px 5px;
    text-align: center;
    text-transform: uppercase;
    width: 220px;
    -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: #fff;
    color: #111014 !important;
}
#kontakt-form .ajax-loader {
    left: initial !important;
    margin: 0 !important;
    right: 0 !important;
}
#kontakt-form span.wpcf7-not-valid-tip {
    background-color: #3776ad;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.025rem;
    line-height: 1;
    margin: 0;
    padding: 6px 10px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: left;
    width: auto;
}
#kontakt-form .btm-row span.wpcf7-not-valid-tip {
    left: 0;
    margin: 0 auto !important;
    right: 0 !important;
    top: -15px;
}
#kontakt-form .btm-row .wpcf7-form-control-wrap {
    color: #fff;
    display: inline-block;
    width: 100%;
}
#kontakt-form .row:last-child .wpcf7-spinner {
    bottom: -25px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

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

/** Kontakt Formular - Kontakt **/
#kontakt-form.kontakt {
    max-width: 1170px;
}
#kontakt-form.kontakt .row .col > div + div {
  margin-top: 12px;
}
#kontakt-form.kontakt [type="text"], #kontakt-form.kontakt [type="email"],
#kontakt-form.kontakt [type="date"], #kontakt-form.kontakt textarea, #kontakt-form.kontakt select {
    font-size: 1.125rem;
}
#kontakt-form.kontakt [type="text"], #kontakt-form.kontakt [type="email"], #kontakt-form.kontakt [type="date"] {
    height: 44px;
}
#kontakt-form.kontakt textarea {
    height: 156px;
}

/** Kontakt Formular -Ja tak **/
#kontakt-form.ja-tak .row.col-3 {
    margin: 0 !important;
}
#kontakt-form.ja-tak .row.col-3 > .col:first-child, #kontakt-form.ja-tak .row.col-3 > .col:nth-child(2) {
    width: 40%;
}
#kontakt-form.ja-tak .row.col-3 > .col:nth-child(2) {
  padding-left: 12px;
}
#kontakt-form.ja-tak .row.col-3 > .col:last-child {
    padding-left: 20px;
    width: 20%;
}
#kontakt-form.ja-tak .row.col-3 > .col:nth-child(2) > div:last-child {
    margin-top: 20px;
    position: relative;
}

/* Kontakt Formular - Main */
#kontakt-form.kontakt-main .row .col:last-child {
  padding-left: 18px;
}
#kontakt-form.kontakt-main .btm-row.cap {
  margin-top: 15px;
}
#kontakt-form.kontakt-main .btm-row.cap {
    text-align: center;
}
#kontakt-form.kontakt-main textarea {
    height: 115px;
}

/** Back to Top **/
#back-top {
    background: url('/wp-content/themes/kickass-child/assets/images/top-bottom.png') no-repeat center center #111014;
    background-size: 12px auto;
    bottom: 70px;
    height: 50px;
    text-align: center;
    opacity: 0;
    position: fixed;
    right: 0;
    width: 50px;
    z-index: 10;
    -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: #3776ad;
}
#back-top.show {
    opacity: 1;
}

/*--------------------------------------------------------------
 ## SiteOrigin CSS
--------------------------------------------------------------*/
#icon-box > .panel-layout > .panel-grid, #icon-box .so-widget-image, #garanti-box-wrap .so-widget-image, #produkter-box .so-widget-image,
#featured-box-wrap .widget_sow-editor, #featured-box-wrap .widget_sow-editor .so-widget-sow-editor::after, #featured-box-wrap .widget_sow-editor p,
#produkter-box.col-4 > .panel-layout > .panel-grid, #produkter-box .widget-title:before, #link-box-wrap > .panel-grid-cell > .widget_sow-editor,
#icon-box-wrap .col-cols > .panel-grid-cell, #icon-box-wrap .so-widget-image, #pris-box-wrap .col-cols > .panel-grid-cell, #pris-box-wrap .so-widget-image,
#produkter-sub > .panel-layout > .panel-grid, #produkter-sub > .panel-layout > .panel-grid .box, #produkter-sub .so-widget-image, #produkter-box .widget-title > a:before,
#kontakt-icon-wrap .so-widget-image {
    -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;
}

#icon-box .so-widget-image:hover, #garanti-box-wrap .so-widget-image:hover, #icon-box-wrap .so-widget-image:hover,
#pris-box-wrap .so-widget-image:hover, #produkter-sub .so-widget-image:hover, #kontakt-icon-wrap .so-widget-image:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

#produkter-box .so-widget-image: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);
}

#page-title-wrap h1:before, #forside-title-wrap h1:before, #forside-title-wrap:before, #garanti-box-wrap > .panel-grid-cell:before,
#featured-box-wrap .widget_sow-image:before, #featured-box-wrap .widget_sow-editor .so-widget-sow-editor:after, #page-title-wrap h1:before,
#produkter-box .widget-title:before, #bordered-fancy .sow-image-container:before, #kontakt-icon-wrap .col-cols > .panel-grid-cell:before {
    content: '';
    display: inline-block;
    position: absolute;
}

#page-title-wrap h1:before, #produkter-box .widget-title:before {
    left: 0;
    margin: 0 auto;
    right: 0;
}
#page-title-wrap .wrap > .so-widget-sow-editor {
	padding-left: 7%;
	padding-right: 7%;
}

#forside-title-wrap {
    background-position: right bottom !important;
    padding-bottom: 3em !important;
    padding-top: 6em !important;
    position: relative;
}
#forside-title-wrap:before {
    background-color: #fff;
    height: 100%;
    left: -22em;
    top: 0;
    transform: skew(-25deg);
    width: 1000px;
}
#forside-title-wrap > .panel-grid-cell {
    margin-bottom: 0 !important;
    position: relative;
    z-index: 8;
}
#forside-title-wrap > .panel-grid-cell:first-child {
    padding-left: 5.5em !important;
    width: calc(33% - 1 * 3em) !important;
}
#forside-title-wrap > .panel-grid-cell:last-child {
    padding-right: 3.25em !important;
    width: calc(67% - 1 * 3em) !important;
}
#forside-title-wrap h1, #forside-title-wrap h3 {
    text-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
}
#forside-title-wrap h1 {
    letter-spacing: -0.0875rem;
    line-height: 1.15;
    margin: 20px 0 35px;
    padding-top: 35px;
    position: relative;
}
#forside-title-wrap h1:before {
    background-color: #3776ad;
    height: 7px;
    left: 0;
    top: 0;
    width: 75px;
}
#forside-title-wrap h3 {
    line-height: 1.5;
    margin: 0 0 10px;
}

#page-title-wrap {
    font-size: 1rem;
    line-height: 1.8;
    padding-bottom: 4.25em !important;
    padding-top: 4.25em !important;
    text-align: center;
}
#page-title-wrap.wp {
    padding-bottom: 13.25em !important;
}
#page-title-wrap.wp-1 {
  padding-bottom: 27.25em !important;
}
#page-title-wrap.wp-2 {
  padding-bottom: 21.25% !important;
}
#page-title-wrap h1 {
    line-height: 1.2;
    margin: 0 0 35px;
    padding-top: 30px;
    position: relative;
    text-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
}
#page-title-wrap .title-1 h1 > strong {
    color: #3776ad;
}
#page-title-wrap .strong-1 p > strong {
    color: #3776ad;
}
#page-title-wrap h1:before {
    background-color: #3776ad;
    height: 7px;
    top: 0;
    width: 75px;
}
#page-title-wrap p + p {
    margin-top: 2em;
}

#text-col-wrap {
    padding-bottom: 5em !important;
    padding-top: 5em !important;
}
#text-col-wrap.lt {
    padding-top: 1.75em !important;
}
#text-col-wrap h3, #icon-box-wrap h3 {
    color: #23222a;
    line-height: 1.25;
    margin: 0 0 20px;
    text-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
}
#text-col-wrap h3 > strong, #icon-box-wrap h3 > strong {
    color: #3776ad;
}
#text-col-wrap .btn-1 {
    margin-top: 15px;
}

#featured-box-wrap {
    -webkit-align-items: normal !important;
    align-items: normal !important;
}
#featured-box-wrap > .panel-grid-cell {
    margin-bottom: 0 !important;
    overflow: hidden;
    position: relative;
    width: calc(33.33% - 1 * 2.5px) !important;
}
#featured-box-wrap .widget_siteorigin-panels-builder, #featured-box-wrap .widget_siteorigin-panels-builder > .panel-layout {
    height: 100%;
}
#featured-box-wrap .widget_siteorigin-panels-builder > .panel-layout > .panel-grid {
    height: 50%;
    margin-bottom: 0 !important;
    overflow: hidden;
    position: relative;
}
#featured-box-wrap .widget_siteorigin-panels-builder > .panel-layout > .panel-grid + .panel-grid {
    margin-top: 2.5px !important;
}
#featured-box-wrap .widget_sow-image:before {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
#featured-box-wrap .widget_sow-editor,
#featured-box-wrap .widget_sow-editor .so-widget-sow-editor:after,
#featured-box-wrap .widget_sow-editor p {
    -webkit-transition: all 0.65s ease-in-out 0s;
    -moz-transition: all 0.65s ease-in-out 0s;
    -o-transition: all 0.65s ease-in-out 0s;
    transition: all 0.65s ease-in-out 0s;
}
#featured-box-wrap .widget_sow-editor {
    bottom: 0;
    color: #fff;
    left: 0;
    line-height: 1.65;
    max-height: 75px;
    padding: 0 2.25em 2.5em !important;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 9;
}
#featured-box-wrap > .panel-grid-cell:hover .widget_sow-image:before {
    height: 80%;
}
#featured-box-wrap > .panel-grid-cell:hover > .widget_sow-editor,
#featured-box-wrap .widget_siteorigin-panels-builder .panel-grid-cell:hover > .widget_sow-editor {
    max-height: 100%;
}
#featured-box-wrap .widget_sow-editor .so-widget-sow-editor {
    padding-bottom: 1.5em;
    position: relative;
}
#featured-box-wrap .widget_sow-editor .so-widget-sow-editor:after {
    background-color: #59a9db;
    bottom: 0;
    height: 4px;
    left: 0;
    opacity: 0;
    width: 95px;
}
#featured-box-wrap .widget_sow-image {
    background-color: #c1c7d1;
    margin-bottom: 0 !important;
    position: relative;
}
#featured-box-wrap .widget_sow-image:before {
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgb(81, 92, 111,1));
    bottom: 0;
    height: 55%;
    left: 0;
    width: 100%;
    z-index: 1;
}
#featured-box-wrap .widget_sow-editor h3, #featured-box-wrap .widget_sow-editor h3 > a {
    color: #fff;
}
#featured-box-wrap .widget_sow-editor h3 {
    font-size: 2rem;
    line-height: 1.25;
    margin: 0 0 10px;
    text-transform: uppercase;
    text-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
}
#featured-box-wrap .widget_sow-editor h3:hover > a {
    color: #dedede;
}
#featured-box-wrap .widget_sow-editor p {
    opacity: 0;
}
#featured-box-wrap > .panel-grid-cell:hover > .widget_sow-editor .so-widget-sow-editor:after,
#featured-box-wrap .widget_siteorigin-panels-builder .panel-grid-cell:hover > .widget_sow-editor .so-widget-sow-editor:after,
#featured-box-wrap > .panel-grid-cell:hover > .widget_sow-editor .so-widget-sow-editor p,
#featured-box-wrap .widget_siteorigin-panels-builder .panel-grid-cell:hover > .widget_sow-editor p {
    opacity: 1;
}

#produkter-col-wrap {
    padding-bottom: 4em !important;
    padding-top: 4em !important;
}
#produkter-col-wrap.wp {
    padding-bottom: 12em !important;
}
#produkter-col-wrap h2 {
    line-height: 1.25;
    margin: 0 0 30px;
    text-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
}
#produkter-col-wrap h2 > strong {
    color: #3776ad;
}

#produkter-box > .panel-layout {
    display: inline-block;
    padding-left: 9px;
    padding-right: 9px;
    width: 100%;
}
#produkter-box.col-4 > .panel-layout > .panel-grid {
    display: inline-block;
    margin-bottom: 22px !important;
    padding-left: 11px !important;
    padding-right: 11px !important;
    position: relative;
    top: 0;
    width: 25% !important;
}
/*#produkter-box.col-4 > .panel-layout > .panel-grid:hover {
    top: -10px;
}*/
#produkter-box.col-4 > .panel-layout > .panel-grid > .box {
    box-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
    overflow: hidden;
}
#produkter-box .sow-image-container, #produkter-box .sow-image-container > a, #produkter-box .so-widget-image {
    width: 100%;
}
#produkter-box .widget-title, #produkter-box .widget-title > a {
    color: #fff;
}
#produkter-box .widget-title {
    background-color: #495261;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0;
    padding-bottom: 8px;
    position: relative;
    text-transform: uppercase;
    text-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
}
#produkter-box .widget-title > a {
    display: inline-block;
    padding: 0 5px;
    width: 100%;
    position: relative;
}
#produkter-box .widget-title > a:before {
    background-color: #59a9db;
    bottom: -5px;
    height: 4px;
    width: 60px;
    left: 0;
    margin: 0 auto;
    right: 0;
    content: '';
    display: inline-block;
    position: absolute;
}
#produkter-box .widget-title > a:hover:before {
    width: 100px;
}
#produkter-box .widget-title {
    display: flex;
    align-items: center;
    min-height: 100px;
}

#produkter-image-wrap {
    color: #fff;
    padding-bottom: 2em !important;
    padding-top: 2em !important;
}
#produkter-image-wrap .wrap, #produkter-sub-wrap .wrap, #pris-box-wrap .wrap, #produkter-slideshow-wrap .wrap, #eteam-box-widget .wrap,
#kontakt-profil-wrap .wrap, #kontakt-icon-wrap .wrap {
    max-width: 1740px;
}
#produkter-image-wrap .wrap > .panel-layout {
    background-color: #495261;
    box-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
    padding: 3.25em 2.75em !important;
}
#produkter-image-wrap.mt .wrap > .panel-layout {
    margin-top: -24em;
}
#produkter-image-wrap h2 {
    color: #fff;
    font-size: 1.875rem;
    line-height: 1.25;
    margin: 0 0 25px;
    text-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
}

#produkter-sub-wrap {
    padding-bottom: 4.25em !important;
    padding-top: 4.75em !important;
}

#produkter-sub > .panel-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    width: 100%;
}
#produkter-sub > .panel-layout > .panel-grid {
    display: inline-block;
    margin-bottom: 22px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 25% !important;
}
#produkter-sub > .panel-layout > .panel-grid.current {
    display: none !important;
}
#produkter-sub > .panel-layout > .panel-grid .box,
#produkter-sub > .panel-layout > .panel-grid .box > .panel-grid-cell {
    height: 100%;
}
#produkter-sub > .panel-layout > .panel-grid .box > .panel-grid-cell > .widget_sow-editor {
    /*height: 50%;*/
    /*position: relative;*/
    position: unset;
}
#produkter-sub > .panel-layout > .panel-grid .box {
    background-color: #c1c7d1;
    box-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
    overflow: hidden;
    position: relative;
    top: 0;
}
#produkter-sub > .panel-layout > .panel-grid:hover .box {
    box-shadow: 0 15px 15px rgba(3, 3, 3, 0.35);
    top: -10px;
}
#produkter-sub .box > .panel-grid-cell > .so-panel {
    margin-bottom: 0 !important;
}
#produkter-sub .widget_sow-editor {
    background-color: #495261;
    color: #fff;
    padding: 1em 1.75em 3.75em !important;
    height: 100%;
}
#produkter-sub h5, #produkter-sub h5 > a {
    color: #fff;
}
#produkter-sub h5 {
    line-height: 1.5;
    margin: 0 0 5px;
    text-transform: uppercase;
}
#produkter-sub h5 > a:hover {
    color: #dedede;
}
#produkter-sub p + p {
    margin-top: 15px;
}
#produkter-sub .btn-1 {
    /*bottom: 2.15em;*/
    bottom: 1.15em;
    max-width: 115px;
    padding: 7px 5px;
    position: absolute;
    z-index: 2;
}

#produkter-slideshow-wrap {
    padding-bottom: 5.25em !important;
    padding-top: 5.25em !important;
}
#produkter-slideshow-wrap.mt {
    padding-top: 0 !important;
}
#produkter-slideshow-wrap .wrap > .panel-layout {
    background-color: #495261;
    color: #fff;
    display: inline-block;
    padding: 5em 4.75em 5.25em !important;
    position: relative;
    width: 100%;
    z-index: 9;
}
#produkter-slideshow-wrap.mt .wrap > .panel-layout {
    margin-top: -22%;
}
#produkter-slideshow-wrap h2 {
    color: #fff;
    font-size: 2.125rem;
    line-height: 1.35;
    margin:  0 0 22px;
    text-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
}
#produkter-slideshow-wrap a, #produkter-slideshow-wrap a > strong {
    color: #fff;
}
#produkter-slideshow-wrap strong {
    font-weight: 700;
}
#produkter-slideshow-wrap a:hover > strong {
    color: #dedede;
}
#produkter-slideshow-wrap p + p {
    margin-top: 1.75em;
}

#produkter-slider-wrap {
    padding-bottom: 4.5em !important;
    padding-top: 4.5em !important;
    text-align: center;
}
.style-1 #produkter-slider-wrap {
  padding-bottom: 11.75em !important;
}
#produkter-slider-wrap h3 {
    font-size: 2.5rem;
    line-height: 1.25;
    margin: 0 0 10px;
    text-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
}
#produkter-slider-wrap h3 > strong {
    color: #3776ad;
}

#image-box {
    -webkit-align-items: center !important;
    align-items: center !important;
}
#image-box > .panel-grid-cell {
    margin-bottom: 0 !important;
}
#image-box ul {
    column-gap: 0;
    margin-top: 1.5em;
}

#garanti-box-wrap {
    text-align: center;
    -webkit-align-items: normal !important;
    align-items: normal !important;
}
#mini-box {
    padding-bottom: 4em;
}
#mini-box #garanti-box-wrap {
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
    -webkit-align-items: center !important;
    align-items: center !important;
}
#mini-box.mt #garanti-box-wrap {
    margin-top: -6.75em;
}
#mini-box.wt #garanti-box-wrap {
    margin-top: -9.25em;
}
#garanti-box-wrap > .panel-grid-cell {
    margin-bottom: 0 !important;
    padding: 4em 1em !important;
    position: relative;
}
#garanti-box-wrap.col-3 > .panel-grid-cell {
    width: calc(33.33% - 1 * 0px) !important;
}
#mini-box #garanti-box-wrap > .panel-grid-cell {
    padding-bottom: 1.75em !important;
    padding-top: 1.75em !important;
}
#garanti-box-wrap > .panel-grid-cell:before {
    background-color: #3776ad;
    bottom: 0;
    height: 190px;
    left: 0;
    margin:  auto 0;
    top: 0;
    width: 1px;
}
#garanti-box-wrap > .panel-grid-cell:first-child:before {
    display: none;
}
#mini-box #garanti-box-wrap > .panel-grid-cell:before {
    height: 140px;
}
#garanti-box-wrap .widget_sow-image {
    margin-bottom: 10px !important;
}
#mini-box #garanti-box-wrap .widget_sow-image .so-widget-image {
    max-width: 150px !important;
}
#garanti-box-wrap .widget_sow-editor {
    color: #23222a;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.5rem;
    line-height: 1.65;
    text-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
}
#mini-box #garanti-box-wrap .widget_sow-editor {
    font-size: 1.25rem;
}
#garanti-box-wrap .widget_sow-editor p {
    font-weight: 700;
}

#icon-box > .panel-layout {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: normal;
    justify-content: space-between;
}
#icon-box > .panel-layout > .panel-grid {
    border: 1px solid #b7b6b9;
    box-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
    color: #010101;
    margin-bottom: 1.65em !important;
    padding: 1.75em 1.25em 1.85em 1.5em !important;
    position: relative;
    top: 0;
    width: calc(50% - 1 * 2.75em);
}
#icon-box > .panel-layout > .panel-grid:hover {
    background-color: #fff;
    box-shadow: 0 15px 15px rgba(3, 3, 3, 0.25);
    top: -10px;
}
#icon-box .panel-grid-cell {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#icon-box .panel-grid-cell > .so-panel {
    margin-bottom: 0 !important;
}
#icon-box .panel-grid-cell > .widget_sow-image {
    width: calc(25% - 1 * 10px);
}
#icon-box .panel-grid-cell > .widget_sow-editor {
    width: calc(75% - 1 * 10px);
}

#icon-box-wrap {
    padding-bottom: 5em !important;
    padding-top: 5em !important;
}
#icon-box-wrap .col-cols {
    -webkit-align-items: normal !important;
    align-items: normal !important;
}
#icon-box-wrap .col-cols > .panel-grid-cell, #icon-box-wrap .col-cols > .panel-grid-cell > .so-panel {
    margin-bottom: 0 !important;
}
#icon-box-wrap .col-cols > .panel-grid-cell {
    border: 1px solid #adacae;
    box-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 2.25em 1.5em 2.5em !important;
    position: relative;
    top: 0;
    width: calc(33.33% - 1 * 12px) !important;
}
#icon-box-wrap.solo .col-cols > .panel-grid-cell {
    padding: 1.25em 1.5em 1.5em !important;
}
#icon-box-wrap .col-cols > .panel-grid-cell:hover {
    background-color: #f5f5f5;
    box-shadow: 0 15px 15px rgba(3, 3, 3, 0.25);
    top: -10px;
}
#icon-box-wrap .col-cols > .panel-grid-cell > .widget_sow-image {
    width: calc(28% - 1 * 5px);
}
#icon-box-wrap .col-cols > .panel-grid-cell > .widget_sow-editor {
    width: calc(72% - 1 * 5px);
}
#icon-box-wrap h3 {
    line-height: 1.5;
    margin: 0 0 20px;
}

#profile-box-wrap {
    padding-top: 5.25em !important;
    padding-bottom: 5.25em !important;
}
#profile-box-wrap.nt {
    padding-top: 0 !important;
}
#profile-box-wrap.style-1 {
    margin-top: -10.5em;
    padding-top: 3em !important;
    padding-bottom: 3em !important;
}
#profile-box-wrap .wrap > .panel-layout {
    background-color: #495261;
    box-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
    color: #fff;
    font-size: 1rem;
}
#profile-box-wrap .col-cols {
    -webkit-align-items: normal !important;
    align-items: normal !important;
}
#profile-box-wrap .incol {
    background-color: #111014;
    padding: 4.75em 8em;
    -webkit-align-items: center !important;
    align-items: center !important;
}
#profile-box-wrap.style-1 .incol {
    padding-bottom: 4.5em !important;
    padding-top: 4.5em !important;
}
#profile-box-wrap .col-cols > .panel-grid-cell {
    margin-bottom: 0 !important;
}
#profile-box-wrap .col-cols > .panel-grid-cell:first-child {
    background: url('/wp-content/themes/kickass-child/assets/images/kun-det-bg.png') no-repeat 160% center;
    line-height: 1.85;
    padding: 5.25em 4.25em 4.5em !important;
    width: calc(63.5% - 1 * 0px) !important;
}
#profile-box-wrap .col-cols > .panel-grid-cell:last-child {
    width: calc(36.5% - 1 * 0px) !important;
}
#profile-box-wrap .incol > .panel-grid-cell:first-child {
    width: calc(38% - 1 * 1em) !important;
}
#profile-box-wrap .incol > .panel-grid-cell:last-child {
    width: calc(62% - 1 * 1em) !important;
}
#profile-box-wrap h2, #profile-box-wrap h4 {
    color: #fff;
}
#profile-box-wrap h2 {
    line-height: 1.25;
    margin: 0 0 25px;
    text-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
}
#profile-box-wrap h4 {
    line-height: 1.5;
    margin: 1em 0 0;
}
#profile-box-wrap ul {
    margin-top: 1.75em;
}
#profile-box-wrap ul > li {
    background-position: left 5px;
}
#profile-box-wrap #kontakt-form a {
    color: #fff;
}
#profile-box-wrap #kontakt-form input[type="submit"] {
    height: 98px;
    width: 100%;
}
#profile-box-wrap .btn-phone {
    vertical-align: middle;
}

#pris-box-wrap {
    padding-bottom: 5em !important;
    padding-top: 3em !important;
}
#pris-box-wrap.nb {
	padding-bottom: 3em !important;
}
#pris-box-wrap .col-cols {
    margin-bottom: 4.75em !important;
    -webkit-align-items: normal !important;
    align-items: normal !important;
}
#pris-box-wrap .incol {
    -webkit-align-items: center !important;
    align-items: center !important;
}
#pris-box-wrap .col-cols > .panel-grid-cell, #pris-box-wrap .col-cols > .panel-grid-cell > .so-panel,
#pris-box-wrap .incol > .panel-grid-cell, #pris-box-wrap .incol > .panel-grid-cell > .so-panel {
    margin-bottom: 0 !important;
}
#pris-box-wrap .col-cols > .panel-grid-cell {
    background-color: #c1c7d1;
    box-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: normal;
    justify-content: space-between;
    position: relative;
    top: 0;
    width: calc(33.33% - 1 * 18px) !important;
}
#pris-box-wrap .col-cols > .panel-grid-cell:hover {
    box-shadow: 0 15px 15px rgba(3, 3, 3, 0.35);
    top: -10px;
}
#pris-box-wrap .col-cols > .panel-grid-cell > .widget_sow-image {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    width: calc(40% - 1 * 0px);
}
#pris-box-wrap .col-cols > .panel-grid-cell > .widget_sow-editor {
    padding: 50px 20px 10px 10px !important;
    position: relative;
    width: calc(60% - 1 * 0px);
}
#pris-box-wrap .col-cols > .panel-grid-cell > .widget_siteorigin-panels-builder {
    background-color: #495261;
    color: #fff;
    line-height: 1.5;
    padding: 1.25em 1.75em !important;
    width: calc(100% - 1 * 0px);
}
#pris-box-wrap .col-cols > .panel-grid-cell > .widget_sow-editor p:last-child > strong {
    bottom: 3.75em;
    display: inline-block;
    left: 10px;
    position: absolute;
    z-index: 2;
    width: 100%;
}
#pris-box-wrap .incol > .panel-grid-cell:first-child {
    width: calc(40% - 1 * 10px) !important;
}
#pris-box-wrap .incol > .panel-grid-cell:last-child {
    width: calc(60% - 1 * 10px) !important;
}
#pris-box-wrap h2 {
    line-height: 1.25;
    margin: 0 0 20px;
    text-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
}
#pris-box-wrap h4 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 0 10px;
}
#pris-box-wrap ._full a {
    color: #3776ad;
    font-weight: 700;
}
#pris-box-wrap ._full a:hover {
    color: #23222a;
}

#link-box-wrap {
    padding-bottom: 4px !important;
    padding-top: 4px !important;
    text-align: center;
    -webkit-align-items: normal !important;
    align-items: normal !important;
}
#link-box-wrap > .panel-grid-cell, #link-box-wrap > .panel-grid-cell > .so-panel {
    margin-bottom: 0 !important;
}
#link-box-wrap > .panel-grid-cell {
    position: relative;
    width: calc(50% - 1 * 2px) !important;
}
#link-box-wrap > .panel-grid-cell > .widget_sow-editor {
    background-color: rgba(17, 16, 20, 0.8);
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto !important;
    height: 150px;
    padding: 10px 5px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
#link-box-wrap > .panel-grid-cell:hover > .widget_sow-editor {
    height: 180px;
}
#link-box-wrap > .panel-grid-cell > .widget_sow-editor .textwidget {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.875rem;
    line-height: 1.25;
}
#link-box-wrap > .panel-grid-cell > .widget_sow-editor a {
    color: #fff;
    font-weight: 700;
    text-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
}
#link-box-wrap > .panel-grid-cell > .widget_sow-editor a > strong {
    color: #6297c4;
    font-weight: 700;
}
#link-box-wrap > .panel-grid-cell:hover > .widget_sow-editor a {
    color: #6297c4;
}
#link-box-wrap > .panel-grid-cell:hover > .widget_sow-editor a > strong {
    color: #fff;
}

#bordered-fancy {
    
}
#bordered-fancy .sow-image-container {
    display: inline-block;
    margin-bottom: 2em;
    margin-right: 2em;
    position: relative;
    width: auto;
    z-index: 2;
}
#bordered-fancy .sow-image-container:before {
    border: 1px solid #fff;
    height: 100%;
    left: 2em;
    top: 2em;
    width: 100%;
    z-index: 1;
}
#bordered-fancy .sow-image-container .so-widget-image {
    position: relative;
    z-index: 2;
}

#om-os-wrap {
    padding-bottom: 3.25em !important;
    padding-top: 3.25em !important;
}
#om-os-wrap .wrap > .panel-layout {
    background: url('/wp-content/themes/kickass-child/assets/images/kun-det-bg.png') no-repeat 115% bottom;
    background-color: #495261;
    color: #fff;
    display: inline-block;
    padding: 4em 8.5em 3em !important;
    width: 100%;
}
#om-os-wrap.mt .wrap > .panel-layout {
    margin-top: -23.5em;
}
#om-os-wrap .col-cols {
    -webkit-align-items: normal !important;
    align-items: normal !important;
}
#om-os-wrap.center .col-cols {
    -webkit-align-items: center !important;
    align-items: center !important;
}
#om-os-wrap h2 {
    color: #fff;
    font-size: 2rem;
    line-height: 1.25;
    margin: 0 0 1.15em;
}
#om-os-wrap h2 > strong {
    color: #3776ad;
}
#om-os-wrap p + p {
    margin-top: 1.75em;
}
#om-os-wrap .btn-social {
    margin-top: 1em;
}
#om-os-wrap .btn-social + .btn-social {
    margin-left: 1.5em;
}

#om-cookie-wrap {
    padding-top: 0 !important;
    padding-bottom: 5em !important;
}
#om-cookie-wrap .wrap {
    max-width: 1500px;
}
#om-cookie-wrap .wrap ul {
    margin: 15px 0 2em;
    padding-left: 15px;
}
/*#om-cookie-wrap .wrap ul li {
    background-image: url('/wp-content/themes/kickass-child/assets/images/check-mark-green.png');
    background-size: 22px auto;
    background-position: left 8px;
    line-height: 1.5;
    margin-top: 0;
    padding-left: 32px;
}*/
#om-cookie-wrap .wrap ul li + li {
    margin-top: 10px;
}
#om-cookie-wrap.politik > .panel-grid-cell > .so-panel {
    margin-bottom: 0 !important;
}
#om-cookie-wrap.politik > .panel-grid-cell > .so-panel + .so-panel {
    margin-top: 3.5em !important;
}
#om-cookie-wrap p + p {
    margin-top: 1.25em;
}

#kontakt-maps-wrap {
    position: relative;
    z-index: 6;
}
#kontakt-maps-wrap iframe.google-maps {
    box-shadow: 0 10px 10px rgba(3, 3, 3, 0.2);
    vertical-align: top;
}

#kontakt-call-wrap {
    color: #fff;
    padding-bottom: 4.75em !important;
    padding-top: 4.75em !important;
    text-align: center;
}
#kontakt-call-wrap.wp {
    padding-bottom: 11.25em !important;
}
#kontakt-call-wrap.center .textwidget {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#kontakt-call-wrap h4, #kontakt-call-wrap h5 {
    color: #fff;
    line-height: 1.25;
    margin: 0;
}
#kontakt-call-wrap h4 {
    font-size: 2.5rem;
}
#kontakt-call-wrap h5 {
    font-size: 1.875rem;
}
#kontakt-call-wrap h4 > strong, #kontakt-call-wrap h5 > strong, #kontakt-call-wrap h5 > a {
    color: #3776ad;
}
#kontakt-call-wrap h5 > a:hover {
    color: #fff;
}
#kontakt-call-wrap .btn-1 {
    margin-left: 4em;
    width: 225px;
}

#kontakt-profil-wrap {
    padding-bottom: 4.75em !important;
    padding-top: 4.75em !important;
}
#kontakt-profil-wrap .wrap > .panel-layout {
    background-color: #111014;
    box-shadow: 0 10px 10px rgba(3, 3, 3, 0.2);
}
#kontakt-profil-wrap.mt .wrap > .panel-layout {
    margin-top: -20em !important;
}
#kontakt-profil-wrap .col-cols {
    -webkit-align-items: normal !important;
    align-items: normal !important;
}
#kontakt-profil-wrap .col-cols > .panel-grid-cell, #kontakt-profil-wrap .col-cols > .panel-grid-cell > .so-panel {
    margin-bottom: 0 !important;
}
#kontakt-profil-wrap .col-cols > .panel-grid-cell {
    width: calc(50% - 1 * 0px) !important;
}
#kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child {
    position: relative;
}
#kontakt-profil-wrap .col-cols > .panel-grid-cell:last-child,
#kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-editor {
    padding: 3.75em 4.75em 3.65em !important;
}
#kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-editor {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}
#kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-editor p {
    font-weight: 700;
}
#kontakt-profil-wrap h2, #kontakt-profil-wrap h3 {
    color: #3776ad;
    font-size: 2.5rem;
    line-height: 1.35;
    margin: 0 0 20px;
    text-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
}
#kontakt-profil-wrap .btn-social {
    max-width: 275px;
    width: 100%;
}
#kontakt-profil-wrap .btn-social:first-child {
    margin-top: 4.25em;
}
#kontakt-profil-wrap .btn-social:last-child {
    margin-top: 25px;
}

#kontakt-icon-wrap {
    padding-bottom: 3em !important;
    padding-top: 3em !important;
}
#kontakt-icon-wrap.wp {
    padding-bottom: 21.5em !important;
    padding-top: 0 !important;
}
#kontakt-icon-wrap .col-cols {
    -webkit-align-items: normal !important;
    align-items: normal !important;
}
#kontakt-icon-wrap .col-cols > .panel-grid-cell, #kontakt-icon-wrap .col-cols > .panel-grid-cell > .so-panel {
    margin-bottom: 0 !important;
}
#kontakt-icon-wrap .col-cols > .panel-grid-cell > .so-panel {
    float: left;
}
#kontakt-icon-wrap .col-cols > .panel-grid-cell {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding-left: 3em !important;
    padding-right: 3em !important;
    position: relative;
    width: calc(25% - 1 * 0px) !important;
}
#kontakt-icon-wrap .col-cols > .panel-grid-cell:before {
    background-color: #b4b4b4;
    bottom: 0;
    height: 135px;
    left: 0;
    margin: auto 0;
    top: 0;
    width: 1px;
}
#kontakt-icon-wrap .col-cols > .panel-grid-cell:nth-child(3) {
    padding-left: 3em !important;
}
#kontakt-icon-wrap .col-cols > .panel-grid-cell:first-child:before {
    display: none;
}
#kontakt-icon-wrap .col-cols > .panel-grid-cell > .widget_sow-image, #kontakt-icon-wrap .col-cols > .panel-grid-cell > .widget_sow-editor {
    width: auto;
}
#kontakt-icon-wrap .col-cols > .panel-grid-cell > .widget_sow-editor {
    padding-left: 15px;
}
#kontakt-icon-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-editor,
#kontakt-icon-wrap .col-cols > .panel-grid-cell:nth-child(2) > .widget_sow-editor {
    padding-left: 1.25em;
}
#kontakt-icon-wrap h3 {
    font-size: 1.75rem;
    line-height: 1.35;
    margin: 0 0 5px;
    text-shadow: 0 5px 5px rgba(3, 3, 3, 0.15);
}
#kontakt-icon-wrap p {
    font-weight: 700;
}

#kontakt-all-wrap {
    padding-bottom: 4em !important;
    padding-top: 5em !important;
}
#kontakt-all-wrap h3 {
    color: #fff;
    font-size: 2rem;
    line-height: 1.5;
    margin: 0 0 30px;
}
#kontakt-all-wrap h3 > a {
    color: #3776ad;
}

.fg-1, .fg-2 {
    position: relative;
}
.fg-1:before, .fg-2:before {
    content: '';
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.fg-1:before {
    background: rgba(52, 53, 58, 0.95);
}
.fg-2:before {
    background: rgba(255, 255, 255, 0.96);
}
.fg-1 > div, .fg-2 > div {
    position: relative;
    z-index: 5;
}


/*-- 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: 1880px) {
    .wrap {
        width: 96%;
    }

    h1 {
        font-size: 3.625rem;
    }
    h2 {
        font-size: 2.375rem;
    }
    h3 {
        font-size: 1.75rem;
    }

    .site-slider #banner-box ._title p {
        font-size: 3.625rem;
    }

    .site-header .header-contact .phone {
        margin-right: 20em;
    }

    .site-header .hmenu-wrapper {
        right: 2.5em;
    }

    #social-wrap {
        margin-left: 0;
        margin-right: 5.25%;
    }

    #page-title-wrap.wp-2 {
        padding-bottom: 23.25% !important;
    }
	#page-title-wrap .wrap > .so-widget-sow-editor {
		padding-left: 6%;
    	padding-right: 6%;
	}

    #featured-box-wrap .widget_sow-editor h3 a {
        font-size: 1.875rem;
    }

    .site-footer #footer-col-2 {
        max-width: 25%;
        padding-left: 1.5em;
    }
    .site-footer #footer-col-3 {
        max-width: 28%;
    }
    .site-footer #footer-col-4 {
        max-width: 31%;
    }
    .site-footer #footer-col-5 {
        max-width: 16%;
    }

    #produkter-slideshow-wrap .col-cols {
        -webkit-align-items: normal !important;
        align-items: normal !important;
    }
    #produkter-slideshow-wrap .col-cols > .panel-grid-cell {
        margin-bottom: 0 !important;
        width: calc(50% - 1 * 2em) !important;
    }

    #kontakt-icon-wrap .col-cols > .panel-grid-cell {
        padding-left: 2em !important;
        padding-right: 2em !important;
    }
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child {
        overflow: hidden;
    }
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:last-child,
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-editor {
        padding: 3.5em 3em 3.75em !important;
    }
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-image img {
        max-width: 110% !important;
    }
    #kontakt-profil-wrap .btn-social:last-child {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 1799px) {
    #produkter-slideshow-wrap.mt .wrap > .panel-layout {
        margin-top: -24%;
    }
    #produkter-slideshow-wrap p + p {
        margin-top: 1.25em;
    }

    #kontakt-profil-wrap {
        padding-bottom: 3.75em !important;
        padding-top: 3.75em !important;
    }
    #kontakt-icon-wrap.wp {
        padding-bottom: 22em !important;
    }
    #kontakt-icon-wrap .col-cols > .panel-grid-cell > .widget_sow-editor,
    #kontakt-icon-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-editor,
    #kontakt-icon-wrap .col-cols > .panel-grid-cell:nth-child(2) > .widget_sow-editor {
        padding-left: 10px;
    }
    #kontakt-icon-wrap .so-widget-image {
        max-width: 70px !important;
    }

    .btn-phone {
        /*font-size: 1.5rem;*/
        font-size: 1.375rem;
        padding: 1.2em 1.2em 1.2em 5em;
    }
}

@media only screen and (max-width: 1699px) {
    .site-footer #footer-col-4 {
        max-width: 29%;
    }
    .site-footer #footer-col-5 {
        max-width: 18%;
    }

	#page-title-wrap .wrap > .so-widget-sow-editor {
		padding-left: 4%;
    	padding-right: 4%;
	}
	
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:last-child,
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-editor {
        padding: 3em 2.75em 3.5em !important;
    }
    #kontakt-icon-wrap .col-cols > .panel-grid-cell:first-child {
        padding-left: 0 !important;
    }
    #kontakt-icon-wrap .col-cols > .panel-grid-cell:nth-child(3) {
        padding-left: 1em !important;
    }
    #kontakt-icon-wrap .col-cols > .panel-grid-cell:last-child {
        padding-right: 0 !important;
    }
    #kontakt-icon-wrap .col-cols > .panel-grid-cell > .widget_sow-image {
        margin-top: 2px;
    }
    #kontakt-icon-wrap .so-widget-image {
        max-width: 60px !important;
    }
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-image img {
        max-width: 112% !important;
    }
    #kontakt-icon-wrap h3 {
        font-size: 1.625rem;
        line-height: 1.25;
    }

    #kontakt-profil-wrap .btn-social:last-child {
        margin-top: 10px;
    }
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-image img {
        max-width: 117% !important;
    }
    #kontakt-profil-wrap h2,
    #kontakt-profil-wrap h3 {
        margin-bottom: 15px;
    }

    #kontakt-form.kontakt-main .row .col:last-child {
        padding-left: 8px;
    }
    #kontakt-form.kontakt-main .row .col > div + div, 
    #kontakt-form.kontakt-main .inrow .incol > div + div {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1679px) {
    h1 {
        font-size: 3.5rem;
    }
    h2 {
        font-size: 2.25rem;
    }
    h3 {
        font-size: 1.625rem;
    }

    #kontakt-call-wrap h4 {
        font-size: 2.375rem;
    }

    .site-header .header-contact .phone {
        margin-right: 13em;
    }

    #social-wrap {
        margin-right: 2.25%;
    }

    .site-slider #banner-box {
        padding-bottom: 2.225em;
        padding-top: 2.225em;
    }
    .site-slider #banner-box ._title p {
        font-size: 3.5rem;
    }

    #forside-title-wrap {
        padding-bottom: 3em !important;
        padding-top: 5em !important;
    }

    #featured-box-wrap .widget_sow-editor h3 a {
        font-size: 1.75rem;
    }

    #garanti-box-wrap > .panel-grid-cell {
        padding: 3.625em 1em !important;
    }

    #profile-box-wrap {
        padding-top: 4.75em !important;
        padding-bottom: 4.75em !important;
    }

    #produkter-box .widget-title {
        font-size: 1.25rem;
    }

    #produkter-slider-wrap {
        padding-top: 3.5em !important;
    }
    #produkter-slider-wrap h3 {
        font-size: 2.375rem;
    }

    #page-title-wrap.wp-2 {
        padding-bottom: 25.25% !important;
    }

    #om-os-wrap .wrap > .panel-layout {
        padding: 4em 5.5em 3em !important;
    }

    .btn-social {
        font-size: 1.75rem;
    }

    #produkter-sub h5 {
        line-height: 1.25;
    }

    #produkter-sub-wrap {
        padding-bottom: 4em !important;
        padding-top: 4.25em !important;
    }

    #produkter-sub > .panel-layout > .panel-grid .box > .panel-grid-cell > .widget_sow-editor {
        font-size: 1rem;
        line-height: 1.65;
    }

    #produkter-sub > .panel-layout > .panel-grid {
        margin-bottom: 15px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    #produkter-sub .widget_sow-editor {
        padding: 1em 1.5em 4em !important;
    }

    #pris-box-wrap .col-cols > .panel-grid-cell > .widget_sow-editor p:last-child > strong {
        font-size: 1rem;
    }

    #profile-box-wrap .incol > .panel-grid-cell:first-child {
        width: calc(36% - 1 * 1em) !important;
    }
    #profile-box-wrap .incol > .panel-grid-cell:last-child {
        width: calc(63% - 1 * 1em) !important;
    }

}

@media only screen and (max-width: 1599px) {
    h1 {
        font-size: 3.375rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1.375rem;
    }

    #kontakt-call-wrap h4 {
        font-size: 2.25rem;
    }

    #kontakt-call-wrap {
        padding: 4.063em 0 !important;
    }

    .site-slider #banner-box ._title p {
        font-size: 3.125rem;
    }
    .site-header .header-contact a {
        font-size: 1.563rem;
    }

    #forside-title-wrap > .panel-grid-cell:first-child {
        padding-left: 2.5em !important;
        width: calc(36% - 1 * 3em) !important;
    }
	
	#page-title-wrap .wrap > .so-widget-sow-editor {
		padding-left: 2%;
    	padding-right: 2%;
	}

    #profile-box-wrap .incol {
        padding: 4.75em 4em;
    }

    #kontakt-all-wrap {
        padding-bottom: 3em !important;
        padding-top: 4em !important;
    }

    #icon-box > .panel-layout > .panel-grid {
        width: calc(50% - 1 * 0.75em);
    }

    #om-os-wrap .wrap > .panel-layout {
        padding: 4em 2.5em 3em !important;
    }
    
    .site-footer #footer-col-1 {
        margin-bottom: 3.75em;
    }
    .site-footer #footer-col-2 {
        max-width: 24%;
        padding-left: 1.5em;
    }
    .site-footer #footer-col-3 {
        max-width: 27%;
    }
    .site-footer #footer-col-4 {
        max-width: 29%;
    }
    .site-footer #footer-col-5 {
        max-width: 20%;
    }

    #copyright-wrapper > .wrap {
        padding-bottom: 0.875rem;
        padding-top: 1.063rem;
    }

    .btn-social {
        font-size: 1.625rem;
    }


    #featured-box-wrap .widget_sow-editor h3 a {
        font-size: 1.5rem;
    }

    #produkter-image-wrap .wrap > .panel-layout {
        padding: 3.25em 1.75em !important;
    }

    #image-box > .panel-grid-cell:first-child {
        width: calc(52% - ( 0.48 * 11em ) );
    }
    #image-box > .panel-grid-cell:last-child {
        width: calc(48% - ( 0.52 * 0em ) );
    }

    #icon-box-wrap {
        padding-bottom: 4em !important;
        padding-top: 3.75em !important;
    }

    #text-col-wrap {
        padding-bottom: 4em !important;
        padding-top: 4em !important;
    }

    #pris-box-wrap .col-cols > .panel-grid-cell .textwidget br {
        display: none;
    }

    #pris-box-wrap .col-cols > .panel-grid-cell > .widget_sow-editor p:last-child > strong {
        width: auto;
        bottom: 1.75em;
        line-height: 1.25;
    }

    #pris-box-wrap .col-cols {
        margin-bottom: 4.25em !important;
    }

    #pris-box-wrap {
        padding-bottom: 4em !important;
    }

    #produkter-sub-wrap {
        padding-bottom: 4em !important;
        padding-top: 4em !important;
    }
    #produkter-sub .btn-1 {
        bottom: 1em;
    }

    #produkter-slideshow-wrap {
        padding-bottom: 4.5em !important;
        padding-top: 4.5em !important;
    }
    #produkter-slideshow-wrap .wrap > .panel-layout {
        padding: 4em 3.25em !important;
    }

    #kontakt-icon-wrap {
        text-align: center;
    }
    #kontakt-icon-wrap .col-cols > .panel-grid-cell {
        flex-direction: column;
        align-items: normal;
        justify-content: start;
    }
    #kontakt-icon-wrap .col-cols > .panel-grid-cell > .widget_sow-image {
        margin-bottom: 20px !important;
        margin-top: 0;
        width: 100%;
    }
    #kontakt-icon-wrap .col-cols > .panel-grid-cell > .widget_sow-editor,
    #kontakt-icon-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-editor,
    #kontakt-icon-wrap .col-cols > .panel-grid-cell:nth-child(2) > .widget_sow-editor {
        padding-left: 0;
    }
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-image img {
        max-width: 126% !important;
    }
}

@media only screen and (max-width: 1499px) {
    h1 {
        font-size: 3.125rem;
    }
    h2 {
        font-size: 2.125rem;
    }
    h4 {
        font-size: 1.375rem;
    }

    .btn-phone {
        font-size: 1.25rem;
        padding: 1.2em 1em 1.2em 5.3em;
    }

    #kontakt-all-wrap h3 {
        font-size: 1.75rem;
    }

    #profile-box-wrap .col-cols > .panel-grid-cell:first-child {
        padding: 4em 4.25em 4em !important;
    }

    #forside-title-wrap {
        overflow: hidden;
    }

    #page-title-wrap.wp-2 {
        padding-bottom: 27.25% !important;
    }

    #om-os-wrap h2 {
        font-size: 1.875rem;
    }

    #produkter-slider-wrap h3 {
        font-size: 2.25rem;
    }

    #link-box-wrap > .panel-grid-cell > .widget_sow-editor .textwidget {
        font-size: 1.75rem;
    }

    #image-box > .panel-grid-cell:last-child {
        width: calc(48% - ( 0.52 * -4em ) );
        font-size: 1rem;
    }

    #kontakt-call-wrap.wp {
        padding-bottom: 10.25em !important;
    }
    #kontakt-call-wrap h5 {
        font-size: 1.75rem;
    }

    #pris-box-wrap {
        padding-top: 4em !important;
    }

    #pris-box-wrap .col-cols > .panel-grid-cell {
        width: calc(33.33% - 1 * 10px) !important;
    }

    #pris-box-wrap .col-cols > .panel-grid-cell > .widget_siteorigin-panels-builder {
        padding: 1.25em 1em !important;
    }

    #produkter-sub > .panel-layout > .panel-grid .box > .panel-grid-cell > .widget_sow-editor {
        font-size: 15px;
    }

    #produkter-sub-wrap {
        padding-bottom: 3em !important;
        padding-top: 3em !important;
    }

    #profile-box-wrap .incol > .panel-grid-cell:first-child {
        width: calc(35% - 1 * 1em) !important;
    }
    #profile-box-wrap .incol > .panel-grid-cell:last-child {
        width: calc(66% - 1 * 1em) !important;
    }

    #text-col-wrap.lt .col-cols > .panel-grid-cell,
    #text-col-wrap .col-cols > .panel-grid-cell {
        width: calc(50% - 1 * 65px);
    }

    #produkter-slideshow-wrap .wrap > .panel-layout {
        padding: 3.75em 2.5em !important;
    }
    #produkter-slideshow-wrap.mt .wrap > .panel-layout {
        margin-top: -27%;
    }
    #produkter-slideshow-wrap .col-cols > .panel-grid-cell {
        width: calc(50% - 1 * 1.75em) !important;
    }

    #kontakt-icon-wrap.wp {
        padding-bottom: 20.5em !important;
    }

    #kontakt-profil-wrap .col-cols > .panel-grid-cell:last-child,
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-editor {
        padding: 2.5em 2.25em 3.5em !important;
    }
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-image img {
        max-width: 124% !important;
    }
}

@media only screen and (max-width: 1399px) {
    h1 {
        font-size: 2.875rem;
    }

    h2 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    #resp-sidebar #mobile-navigation li.menu-item-has-children .caret {
        width: 35px;
    }

    #forside-title-wrap > .panel-grid-cell:first-child {
        width: calc(35% - 1 * 3em) !important;
    }
    #forside-title-wrap > .panel-grid-cell:last-child {
        padding-right: 3.25em !important;
        width: calc(69% - 1 * 3em) !important;
    }
	
	#page-title-wrap .wrap > .so-widget-sow-editor {
		padding-left: 0;
    	padding-right: 0;
	}

    .site-header {
        height: 135px;
    }

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

    .site-header > .wrap {
        padding: 0;
    }

    .site-header .hmenu-wrapper {
        right: 1.5em;
    }

    .site-header .header-contact .phone {
        margin-right: 12em;
    }

    .site-slider #banner-box ._title p {
        font-size: 2.875rem;
    }
    .site-header .header-contact a {
        font-size: 1.376rem;
    }

    .site-slider #banner-box {
        padding: 1.875em 0;
    }

    .btn-phone {
        font-size: 1.25rem;
    }

    #forside-title-wrap {
        padding-bottom: 3em !important;
        padding-top: 3.75em !important;
    }

    #garanti-box-wrap .widget_sow-editor {
        font-size: 1.375rem;
    }

    #kontakt-all-wrap h3 {
        font-size: 1.625rem;
    }

    #kontakt-call-wrap {
        padding: 3.75em 0 !important;
    }
    #kontakt-call-wrap h4 {
        font-size: 2.125rem;
    }

    .btn-social {
        font-size: 1.5rem;
        background-position: 20px 15px;
        padding: 14px 30px 12px 88px;
    }

    #page-title-wrap.wp-2 {
        padding-bottom: 28.25% !important;
    }

    #icon-box-wrap {
        padding-bottom: 4em !important;
        padding-top: 2.5em !important;
    }

    #icon-box-wrap .col-cols > .panel-grid-cell {
        padding: 2.25em 1em 2.5em !important;
    }

    #pris-box-wrap {
        padding-top: 3.5em !important;
    }

    #pris-box-wrap .col-cols > .panel-grid-cell .textwidget {
        line-height: 1.3;
    }

    #produkter-sub h5 {
        font-size: 1.25rem;
    }

    #page-title-wrap.wp-1 .textwidget br {
        display: none;
    }

    #profile-box-wrap .incol {
        padding: 4.75em 3em;
    }
    #profile-box-wrap .incol > .panel-grid-cell:first-child {
        width: calc(35% - 1 * 1em) !important;
    }
    #profile-box-wrap .incol > .panel-grid-cell:last-child {
        width: calc(66% - 1 * 1em) !important;
    }

    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-image img {
        max-width: 127% !important;
    }
}

@media only screen and (max-width: 1360px) {
    h1 {
        font-size: 2.75rem;
    }
    .site-slider #banner-box ._title p {
        font-size: 2.75rem;
    }

    .site-slider #banner-box .col-cols > .panel-grid-cell:last-child {
        /*padding-left: 8em;
        padding-right: 4em;*/
		padding-left: 5em;
        padding-right: 2em;
    }

    .site-footer .widget-title {
        font-size: 1.375rem;
    }

    #forside-title-wrap h1 {
        margin: 20px 0 20px;
    }

    #garanti-box-wrap > .panel-grid-cell {
        padding: 3.125em 1em !important;
    }

    #featured-box-wrap .widget_sow-editor h3 a {
        font-size: 1.375rem;
    }

    #profile-box-wrap .incol {
        padding: 3.75em 2em;
    }

    #profile-box-wrap .col-cols > .panel-grid-cell:first-child .textwidget br {
        display: none;
    }

    #icon-box > .panel-layout > .panel-grid {
        width: calc(50% - 1 * 0.75em);
    }

    #kontakt-call-wrap .btn-1 {
        margin-left: 3em;
    }

    #link-box-wrap > .panel-grid-cell > .widget_sow-editor .textwidget {
        font-size: 1.625rem;
    }

    #link-box-wrap > .panel-grid-cell > .widget_sow-editor {
        height: 135px;
    }
    #link-box-wrap > .panel-grid-cell:hover > .widget_sow-editor {
        height: 160px;
    }

    #produkter-box .widget-title {
        font-size: 1.375rem;
        line-height: 1.2;
    }

    #produkter-box.col-4 > .panel-layout > .panel-grid {
        padding-left: 7px !important;
        padding-right: 7px !important;
        margin-bottom: 13px !important;
    }

    #profile-box-wrap .incol > .panel-grid-cell:first-child {
        width: calc(31% - 1 * 1em) !important;
    }
    #profile-box-wrap .incol > .panel-grid-cell:last-child {
        width: calc(69% - 1 * 1em) !important;
    }

    #page-title-wrap.wp-2 {
        padding-bottom: 30.25% !important;
    }

    #page-title-wrap.wp-1 {
        padding-left: 10px;
        padding-right: 10px;
    }

    #om-os-wrap .wrap > .panel-layout {
        padding: 3em 2.5em 3em !important;
    }

    #produkter-slider-wrap h3 {
        font-size: 2.125rem;
    }

    #produkter-slider-wrap {
        padding-top: 3em !important;
    }
    .style-1 #produkter-slider-wrap {
        padding-bottom: 10.75em !important;
    }

    #text-col-wrap.lt .col-cols > .panel-grid-cell, 
    #text-col-wrap .col-cols > .panel-grid-cell {
        width: calc(50% - 1 * 60px);
    }

    #icon-box-wrap {
        text-align: center;
    }
    #icon-box-wrap .col-cols > .panel-grid-cell {
        display: inline-block;
        width: calc(33.33% - 1 * 10px) !important;
    }
    #icon-box-wrap .col-cols > .panel-grid-cell > .widget_sow-editor,
    #icon-box-wrap .col-cols > .panel-grid-cell > .widget_sow-image {
        width: 100%;
    }

    #kontakt-call-wrap h5 {
        font-size: 1.625rem;
    }

    #produkter-sub .widget_sow-editor {
        padding: 1em 1em 4em !important;
    }

    #produkter-sub .btn-1 {
        bottom: 10px;
    }

    #produkter-slideshow-wrap.mt .wrap > .panel-layout {
        margin-top: -30%;
    }

    #kontakt-profil-wrap {
        padding-bottom: 3em !important;
        padding-top: 3em !important;
    }
    #kontakt-profil-wrap h2,
    #kontakt-profil-wrap h3 {
        font-size: 2.375rem;
        margin-bottom: 10px;
    }

    #kontakt-form.kontakt-main .row .col:last-child {
        padding-left: 5px;
    }
    #kontakt-form.kontakt-main .row + .row {
        margin-top: 5px;
    }
    #kontakt-form.kontakt-main .row .col > div + div,
    #kontakt-form.kontakt-main .inrow .incol > div + div {
        margin-top: 5px;
    }
    #kontakt-form.kontakt-main .row:last-child {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1279px) {
    h1 {
        font-size: 2.625rem;
    }

    h3 {
        font-size: 1.375rem;
    }
    
    
    body .siteorigin-panels-stretch {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .site-header .site-branding {
        padding: 13px 5px 10px;
        width: 375px;
    }
    .site-header .site-branding img {
        width: 295px;
    }

    .site-slider #banner-box {
        padding: 1.563em 0;
    }

    .site-slider #banner-box .col-cols > .panel-grid-cell:last-child {
        padding-left: 5em;
        padding-right: 4em;
    }
    .site-slider #banner-box .col-cols:before {
        right: -5.5em;
    }

    .site-slider #banner-box ._title p {
        font-size: 2.625rem;
    }

    #featured-box-wrap .widget_sow-editor {
        padding: 0 1em 2.5em !important;
    }

    #garanti-box-wrap > .panel-grid-cell {
        padding: 2.125em 1em !important;
    }
    #garanti-box-wrap .widget_sow-editor {
        font-size: 1.25rem;
    }

    #profile-box-wrap {
        padding-top: 3.75em !important;
        padding-bottom: 3.75em !important;
    }

    #profile-box-wrap .incol {
        padding: 3.75em 1em;
    }

    #profile-box-wrap .incol > .panel-grid-cell:first-child {
        width: calc(33% - 1 * 3.938em) !important;
    }
    #profile-box-wrap .incol > .panel-grid-cell:last-child {
        width: calc(69% - 1 * -1em) !important;
    }

    #profile-box-wrap .col-cols > .panel-grid-cell:first-child {
        padding: 3em 2.25em 4em !important;
    }

    .btn-phone {
        font-size: 1.25rem;
        padding: 1.2em 1em 1.2em 4.75em;
    }
    .btn-phone:before {
        max-width: 75px;
    }

    #kontakt-call-wrap h4 {
        font-size: 2rem;
    }

    #kontakt-call-wrap .btn-1 {
        margin-left: 2em;
        width: 200px;
    }

    #page-title-wrap.wp-2 {
        padding-bottom: 32.25% !important;
    }

    #om-os-wrap .wrap > .panel-layout {
        padding: 3em 1.5em 3em !important;
    }

    #om-os-wrap h2 {
        font-size: 1.75rem;
    }

    #om-os-wrap .btn-social {
        margin-top: 10px;
    }

    .btn-social {
        font-size: 1.375rem;
        background-position: 20px 15px;
        padding: 14px 25px 12px 88px;
    }

    #produkter-slider-wrap h3 {
        margin: 0 0 5px;
    }

    #pris-box-wrap .col-cols > .panel-grid-cell > .widget_sow-editor {
        padding: 20px 20px 10px 10px !important;
    }

    #pris-box-wrap .col-cols > .panel-grid-cell > .widget_sow-editor p:last-child > strong {
        font-size: 15px;
        bottom: 1em;
    }

    #pris-box-wrap .col-cols > .panel-grid-cell .textwidget {
        font-size: 1rem;
    }

    #pris-box-wrap .col-cols {
        margin-bottom: 3.75em !important;
    }

    #pris-box-wrap {
        padding-bottom: 3em !important;
    }

    #kontakt-call-wrap h5 {
        font-size: 1.5rem;
    }

    #kontakt-call-wrap.wp {
        padding-bottom: 9.75em !important;
    }

    .site-footer #footer-col-2 {
        max-width: 21%;
        padding-left: 0;
    }
    .site-footer #footer-col-3 {
        max-width: 25%;
    }
    .site-footer #footer-col-4 {
        max-width: 30%;
    }
    .site-footer #footer-col-5 {
        max-width: 24%;
    }

    #produkter-slideshow-wrap.mt .wrap > .panel-layout {
        margin-top: -31.5%;
    }
    #produkter-slideshow-wrap .col-cols > .panel-grid-cell {
        width: calc(50% - 1 * 1.5em) !important;
    }

    #kontakt-profil-wrap .col-cols > .panel-grid-cell:last-child,
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-editor {
        padding: 2.25em 1.75em 3em !important;
    }
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-image img {
        left: 1em;
        max-width: 132% !important;
        position: relative;
    }
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 2.5rem;
    }

    .site-header .header-contact .email {
        display: none;
    }

    .site-slider #banner-box ._title p {
        font-size: 2.25rem;
    }

    .site-slider #banner-box .col-cols:before {
        right: -2.5em;
    }
    .site-slider #banner-box .col-cols > .panel-grid-cell:last-child {
        padding-left: 2em;
/*         padding-right: 3em; */
		padding-right: 1em;
    }

    .site-slider #banner-box .col-cols > .panel-grid-cell:first-child {
        width: calc(50% - 1 * 1em) !important;
    }

    #icon-box > .panel-layout > .panel-grid .panel-grid-cell {
        display: flex;
        flex-direction: column;
    }
    #icon-box .panel-grid-cell > .widget_sow-image {
        width: calc(40% - 1 * 10px);
    }
    #icon-box .panel-grid-cell > .widget_sow-editor {
        width: 100%;
        text-align: center;
    }

    #forside-title-wrap > .panel-grid-cell:first-child {
        width: calc(36% - 1 * 3em) !important;
    }

    #forside-title-wrap > .panel-grid-cell:last-child {
        padding-right: 1.25em !important;
        width: calc(69% - 1 * 3em) !important;
    }

    #garanti-box-wrap .widget_sow-editor p {
        font-weight: 600;
    }

    #featured-box-wrap > .panel-grid-cell {
        width: calc(50% - 1 * 2.5px) !important;
    }

    #featured-box-wrap .widget_sow-editor h3 a {
        font-size: 26px;
    }

    #featured-box-wrap.lg-left > .panel-grid-cell:first-child,
    #featured-box-wrap.lg-right > .panel-grid-cell:last-child {
        width: 100% !important
    }
    #featured-box-wrap.lg-left > .panel-grid-cell:first-child {
        margin-bottom: 3px !important;
    }
    #featured-box-wrap.lg-right > .panel-grid-cell:last-child {
        margin-top: 3px !important;
    }

    #profile-box-wrap .incol {
        flex-direction: column-reverse !important;
    }
    #profile-box-wrap .incol > .panel-grid-cell:first-child,
    #profile-box-wrap .incol > .panel-grid-cell:last-child {
        width: 100% !important;
        justify-content: center;
    }
    #profile-box-wrap .incol > .panel-grid-cell:first-child {
        text-align: center;
        margin-top: 45px !important;
    }

    #produkter-slideshow-wrap .wrap > .panel-layout {
        padding: 3.5em 1.75em 4em !important;
    }
    #produkter-slideshow-wrap .col-cols > .panel-grid-cell {
        width: calc(50% - 1 * 1.25em) !important;
    }
    #produkter-slideshow-wrap h2 {
        margin-bottom: 10px;
    }
    #produkter-slideshow-wrap p + p {
        margin-top: 1em;
    }

    #kontakt-all-wrap {
        padding-top: 3em !important;
        padding-bottom: 3em !important;
    }
    #kontakt-all-wrap h3 {
        font-size: 1.5rem;
    }

    #kontakt-call-wrap h4 {
        font-size: 2.125rem;
    }
    #kontakt-call-wrap .btn-1 {
        margin-left: 0;
        margin-top: 2em;
    }
    #kontakt-call-wrap {
        padding: 3.75em 0 2em!important;
    }

    #produkter-col-wrap {
        padding-top: 3.5em !important;
    }

    #link-box-wrap > .panel-grid-cell > .widget_sow-editor .textwidget {
        font-size: 1.5rem;
    }

    #link-box-wrap > .panel-grid-cell > .widget_sow-editor {
        height: 120px;
    }
    #link-box-wrap > .panel-grid-cell:hover > .widget_sow-editor {
        height: 140px;
    }

    #page-title-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }

    #page-title-wrap.wp .textwidget br {
        display: none;
    }

    #page-title-wrap.wp-2 {
        padding-bottom: 35.25% !important;
    }

    #om-os-wrap h2 {
        font-size: 1.625rem;
    }

    #produkter-slider-wrap h3 {
        font-size: 2rem;
    }

    #kontakt-call-wrap h5 {
        font-size: 1.375rem;
    }

    #pris-box-wrap .col-cols > .panel-grid-cell {
        width: calc(50% - 1 * 5px) !important;
    }
    #pris-box-wrap .col-cols > .panel-grid-cell:last-child {
        width: 100% !important;
        margin-top: 7px;
    }

    #pris-box-wrap .col-cols > .panel-grid-cell > .widget_sow-editor {
        padding: 50px 20px 10px 10px !important;
    }

    #pris-box-wrap .col-cols > .panel-grid-cell > .widget_sow-editor p:last-child > strong {
        bottom: 3.75em;
        font-size: 1rem;
    }

    #produkter-sub > .panel-layout > .panel-grid {
        width: 33.333% !important;
        margin-bottom: 18px !important;
    }

    #produkter-sub .btn-1 {
        bottom: 15px;
    }

    .site-footer .widget-title {
        font-size: 1.25rem;
    }
    .site-footer {
        font-size: 15px;
    }

    #produkter-slideshow-wrap.mt .wrap > .panel-layout {
        margin-top: -35%;
    }

    #kontakt-icon-wrap.wp {
        margin-top: -2em;
    }
    #kontakt-icon-wrap .col-cols > .panel-grid-cell {
        padding-left: 1em !important;
        padding-right: 1em !important;
    }

    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-image img {
        left: 2em;
        max-width: 144% !important;
    }
    #kontakt-profil-wrap h2,
    #kontakt-profil-wrap h3 {
        font-size: 2.25rem;
    }
}

@media only screen and (max-width: 1099px) {
    h1 {
        font-size: 2.375rem;
    }
    h3 {
        font-size: 1.25rem;
    }

    .site-header {
        height: 150px;
        border-top: 35px solid #3776ad;
    }

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

    .site-header .header-contact a {
        font-size: 18px;
        letter-spacing: 0;
    }
    .site-header .header-contact a:hover {
        color: #c1c7d1;
    }

    .site-header .header-contact .email,
    .site-header .header-contact .phone {
        display: inline-block;
        position: absolute;
        top: -30px;
        margin: 0;
    }

    .site-header .header-contact .phone {
        right: 24px;
    }

    .site-slider #banner-box .col-cols > .panel-grid-cell:first-child {
        width: calc(50% - 1 * 0em) !important;
    }

    #forside-title-wrap > .panel-grid-cell:first-child {
        padding-left: 1.5em !important;
    }

    #forside-title-wrap {
        padding-bottom: 2em !important;
        padding-top: 3.75em !important;
    }

    #garanti-box-wrap .widget_sow-editor p {
        line-height: 1.4;
    }

    #profile-box-wrap.style-1 .incol {
        padding-bottom: 2.5em !important;
        padding-top: 2.5em !important;
    }

    #produkter-col-wrap.wp {
        padding-bottom: 10em !important;
    }

    #link-box-wrap > .panel-grid-cell > .widget_sow-editor .textwidget {
        font-size: 1.375rem;
    }
    #link-box-wrap > .panel-grid-cell > .widget_sow-editor {
        height: 110px;
    }
    #link-box-wrap > .panel-grid-cell:hover > .widget_sow-editor {
        height: 130px;
    }

    #kontakt-call-wrap {
        padding: 3em 0 2em!important;
    }

    #kontakt-call-wrap h4 {
        font-size: 2rem;
    }

    #kontakt-call-wrap .btn-1 {
        margin-left: 0;
        margin-top: 25px;
    }

    .btn-social {
        font-size: 20px;
        background-position: 16px 13px;
        padding: 14px 17px 12px 80px;
    }

    #produkter-slideshow-wrap p + p {
        margin-top: 12px;
    }
    
    #kontakt-icon-wrap.wp {
        padding-bottom: 22.5em !important;
    }
    #kontakt-icon-wrap .col-cols > .panel-grid-cell {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: calc(50% - 1 * 0px) !important;
    }
    #kontakt-icon-wrap .col-cols > .panel-grid-cell:nth-child(3),
    #kontakt-icon-wrap .col-cols > .panel-grid-cell:last-child {
        margin-top: 3em !important;
    }
    #kontakt-icon-wrap .col-cols > .panel-grid-cell:nth-child(3) {
        padding-left: 0 !important;
    }
    #kontakt-icon-wrap .col-cols > .panel-grid-cell:nth-child(3):before {
        display: none;
    }
    #kontakt-icon-wrap .col-cols > .panel-grid-cell > .widget_sow-image {
        margin-bottom: 10px !important;
    }
    #kontakt-icon-wrap .so-widget-image {
        max-width: 100% !important;
    }
    #kontakt-icon-wrap h3 {
        font-size: 1.75rem;
    }

    #kontakt-profil-wrap .col-cols > .panel-grid-cell {
        width: calc(100% - 1 * 0px) !important;
    }
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:last-child,
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-editor {
        padding: 3.25em 2.25em 4em !important;
    }
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-image img {
        left: 0;
        max-width: 100% !important;
        width: 100%;
    }
    #kontakt-profil-wrap h2,
    #kontakt-profil-wrap h3 {
        font-size: 2.5rem;
    }
    #kontakt-profil-wrap h2 {
        margin-top: 1em;
    }
    #kontakt-profil-wrap .btn-social:first-child {
        margin-top: 20%;
    }
}

@media only screen and (max-width: 1043px) {
	.site-slider #banner-box ._title p {
        font-size: 2.125rem;
    }
}

@media only screen and (max-width: 1040px) {
    #page-title-wrap.wp-2 .textwidget br {
        display: none;
    }

    #page-title-wrap.wp-2 {
        padding-bottom: 37.25% !important;
    }

    .site-slider #banner-box ._title p {
        font-size: 2.125rem;
    }

    .site-footer .widget-title {
        font-size: 1.25rem;
    }
	
	.site-footer #footer-col-2 {
		max-width: 19%;
	}
	.site-footer #footer-col-3 {
    	max-width: 26%;
	}
	.site-footer #footer-col-4 {
		max-width: 29%;
	}
	.site-footer #footer-col-5 {
    	max-width: 26%;
	}
	
	.site-footer #footer-col-4 .textwidget > p label {
		width: 70px;
	}
	
	
}

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

@media only screen and (max-width: 1023px) {
    .btn-1.sm {
        max-width: 230px;
    }

    #forside-title-wrap > .panel-grid-cell:first-child {
        width: calc(37% - 1 * 3em) !important;
    }
    #forside-title-wrap:before {
        left: -33em;
    }

    #produkter-box > .panel-layout {
        padding-left: 5px;
        padding-right: 5px;
    }
    #produkter-box.col-4 > .panel-layout > .panel-grid {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-bottom: 10px !important;
    }

    #om-os-wrap .wrap > .panel-layout {
        background-size: cover;
    }

    #om-os-wrap.center .col-cols > .panel-grid-cell,
    #image-box > .panel-grid-cell:first-child,
    #image-box > .panel-grid-cell:last-child {
        width: 100%;
    }

    #om-os-wrap.center .col-cols > .panel-grid-cell:first-child {
        display: flex;
        justify-content: center;
    }
    #om-os-wrap.center .col-cols > .panel-grid-cell:last-child {
        margin-top: 3em;
        text-align: center;
    }
    #om-os-wrap h2 {
        font-size: 1.875rem;
        text-align: center;
    }
    #om-os-wrap p:last-of-type {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    #om-os-wrap .btn-social {
        text-align: left;
    }
    #om-os-wrap .btn-social + .btn-social {
        margin-left: 10px;
    }

    #bordered-fancy .sow-image-container:before {
        left: 1em;
        top: 1em;
    }

    #produkter-image-wrap .wrap > .panel-layout {
        padding: 2.25em 1.5em 4em !important;
    }
    #produkter-image-wrap h2 {
        text-align: center;
    }

    #image-box > .panel-grid-cell:last-child {
        margin-top: 3em;
        text-align: center;
    }
    #image-box ul {
        padding-left: 5em;
    }

    #text-col-wrap.lt .col-cols > .panel-grid-cell, #text-col-wrap .col-cols > .panel-grid-cell {
        width: calc(50% - 1 * 40px);
    }
	
    .site-footer #footer-col-5 .widget_media_image {
        display: inline-block;
        margin: 0 auto;
        left: 0;
        right: 0;
        float: none;
    }	
	
	.site-footer #footer-col-2 {
    	max-width: 20%;
	}
	.site-footer #footer-col-3 {
    	max-width: 27%;
	}
	.site-footer #footer-col-4 {
    	max-width: 30%;
	}
	.site-footer #footer-col-5 {
    	max-width: 23%;
	}
	

    .site-footer #footer-col-5 .widget-title:after {
        right: 0;
    }

    #produkter-slideshow-wrap {
        text-align: center;
    }
    #produkter-slideshow-wrap .col-cols > .panel-grid-cell {
        width: calc(100% - 1 * 0px) !important;
    }
    #produkter-slideshow-wrap .col-cols > .panel-grid-cell:first-child {
        margin-bottom: 3em !important;
    }
    #produkter-slideshow-wrap p + p {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 1020px) {
	 #banner-box .wrap {
        width: 100%;
    } 
	.site-slider #banner-box {
        padding: 1.75em 10px 2em;
        position: initial;
        background-color: rgba(17, 16, 20, 1);
    }

    .site-slider #banner-box ._title p {
        font-size: 2.188rem;
    }

    .site-slider #banner-box .col-cols > .panel-grid-cell,
    .site-slider #banner-box .col-cols > .panel-grid-cell:first-child {
        width: 100% !important;
    }
    .site-slider #banner-box ._title p {
        position: relative;
        text-align: center;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }
    .site-slider #banner-box ._title p:before {
        background-color: #e7e7e8;
        bottom: 0;
        content: '';
        display: inline-block;
        height: 1px;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        width: 85px;
        z-index: 5;
    }
    .site-slider #banner-box .col-cols:before {
        display: none;
    }
    .site-slider #banner-box .col-cols > .panel-grid-cell:last-child {
        padding-left: 0;
		padding-right: 0;
        text-align: center;
    }

}

@media only screen and (max-width: 1000px) {
		.site-footer .widget-title {
		font-size: 1.375rem;
	}
	
	.site-footer {
		font-size: 1rem;
	}
	
	.site-footer #footer-col-2,
	.site-footer #footer-col-3,
	.site-footer #footer-col-4,
	.site-footer #footer-col-5 {
		max-width: 50%;
	}
	.site-footer #footer-col-4,
	.site-footer #footer-col-5 {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 991px) {
    .site-slider #banner-box ._title p {
        font-size: 1.875rem;
    }
	
    #forside-title-wrap > .panel-grid-cell:first-child {
        padding-left: 10px !important;
        width: calc(40% - 1 * 3em) !important;
    }

    #forside-title-wrap > .panel-grid-cell:last-child {
        padding-right: 10px !important;
        width: calc(60% - 1 * 0em) !important;
    }

    #icon-box > .panel-layout > .panel-grid {
        width: calc(50% - 1 * 8px);
    }
    #icon-box > .panel-layout > .panel-grid {
        margin-bottom: 15px !important;
    }

    #forside-title-wrap:before {
        left: -33em;
    }

    #garanti-box-wrap .so-widget-image {
        width: 160px;
    }

    #produkter-box.col-4 > .panel-layout > .panel-grid {
        width: 33.333% !important;
    }

    #kontakt-call-wrap h4 {
        font-size: 1.875rem;
    }

    #page-title-wrap.wp-2 {
        padding-bottom: 42.25% !important;
    }
    #page-title-wrap h1:only-child {
        margin-bottom: 0;
    }

    #icon-box-wrap .col-cols > .panel-grid-cell {
        width: calc(50% - 1 * 5px) !important;
    }
    #icon-box-wrap .col-cols > .panel-grid-cell:last-child {
        width: 100% !important;
        margin-top: 10px;
    }

    #pris-box-wrap .col-cols > .panel-grid-cell:not(:last-child) > .widget_sow-editor p:last-child > strong {
        bottom: 1.75em;
    }

    #text-col-wrap.lt .col-cols > .panel-grid-cell, #text-col-wrap .col-cols > .panel-grid-cell {
        width: calc(50% - 1 * 30px);
    }

    #produkter-slideshow-wrap.mt .wrap > .panel-layout {
        margin-top: -42%;
    }

    #kontakt-profil-wrap .btn-social:first-child {
        margin-top: 15%;
    }
}

@media only screen and (max-width: 899px) {
    .site-header .hmenu-wrapper label {
        display: none;
    }
    .site-header .hmenu-wrapper .hamburger {
        padding: 15px;
    }


    #forside-title-wrap:before {
        left: -42em;
    }

    #forside-title-wrap {
        padding-bottom: 2em !important;
        padding-top: 2.75em !important;
    }

    #forside-title-wrap h3 {
        margin: 0 0 40px;
    }

    #forside-title-wrap > .panel-grid-cell:first-child {
        padding-left: 0 !important;
        text-align: center;
        width: 100% !important;
    }

    #forside-title-wrap > .panel-grid-cell:last-child {
        width: 100% !important;
        padding: 0 10px !important;
    }

    #forside-title-wrap h1:before {
        right: 0;
        margin: 0 auto;
    }

    #featured-box-wrap > .panel-grid-cell {
        width: 100% !important;
    }

    #featured-box-wrap.lg-left .panel-grid-cell:nth-child(2) {
     margin-bottom: 5px !important;
    }
    #featured-box-wrap.lg-right .panel-grid-cell:first-child {
        margin-bottom: 3px !important;
    }

    #icon-box > .panel-layout > .panel-grid {
        width: calc(50% - 1 * 5px);
        margin-bottom: 10px !important;
    }

    /*#icon-box > .panel-layout > .panel-grid:last-child {
        width: 100%;
    }*/

    #garanti-box-wrap.col-3 > .panel-grid-cell:not(:last-child) {
        width: 50% !important;
    }
    #garanti-box-wrap.col-3 > .panel-grid-cell:last-child {
        width: 100% !important;
    }
    #garanti-box-wrap > .panel-grid-cell:last-child:before {
        width: 95%;
        height: 1px !important;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    #profile-box-wrap .col-cols > .panel-grid-cell:first-child {
        width: 100% !important;
    }
    #profile-box-wrap .col-cols > .panel-grid-cell:last-child {
        width: 98% !important;
        padding-bottom: 8px;
        margin: 0 auto;
    }

    #produkter-col-wrap.wp .panel-grid-cell:first-child .so-panel:first-child {
        margin-bottom: 0 !important;
    }

    #kontakt-call-wrap h4 {
        font-size: 1.75rem;
    }

    #link-box-wrap > .panel-grid-cell {
        width: 100% !important;
    }
    #link-box-wrap > .panel-grid-cell:first-child {
        margin-bottom: 5px !important;
    }

    #link-box-wrap > .panel-grid-cell > .widget_sow-editor .textwidget {
        font-size: 1.875rem;
    }

    #link-box-wrap > .panel-grid-cell > .widget_sow-editor {
        height: 135px;
    }

    #link-box-wrap > .panel-grid-cell:hover > .widget_sow-editor {
        height: 170px;
    }

    #page-title-wrap.wp-2 {
        padding-bottom: 48.25% !important;
    }

    #om-os-wrap h2 {
        font-size: 1.75rem;
    }

    #produkter-slider-wrap h3 {
        font-size: 1.875rem;
    }

    #produkter-sub > .panel-layout > .panel-grid {
        width: 50% !important;
        margin-bottom: 10px !important;
    }

    #produkter-sub .widget_sow-editor {
        padding: 1em 1em 9em !important;
    }

    #text-col-wrap.lt .col-cols > .panel-grid-cell, #text-col-wrap .col-cols > .panel-grid-cell {
        width: calc(50% - 1 * 40px);
    }

    #pris-box-wrap .col-cols > .panel-grid-cell:not(:last-child) > .widget_sow-editor {
        padding: 20px 20px 10px 10px !important;
    }

    #pris-box-wrap .col-cols > .panel-grid-cell:not(:last-child) > .widget_sow-editor p:last-child > strong {
        bottom: 2em;
    }

    #produkter-sub .widget_sow-editor {
        padding: 1em 1em 5em !important;
    }

    #image-box ul {
        padding-left: 1em;
    }

    .site-footer #footer-col-2,
    .site-footer #footer-col-3,
    .site-footer #footer-col-4,
    .site-footer #footer-col-5 {
        max-width: 50%;
    }

    .site-footer #footer-col-4,
    .site-footer #footer-col-5 {
        margin-top: 50px;
        text-align: left;
    }

    .site-footer #footer-col-5 .widget-title:after {
        margin: 0;
    }

    #produkter-slideshow-wrap.mt .wrap > .panel-layout {
        margin-top: -48%;
    }

    #kontakt-icon-wrap .so-widget-image {
        max-width: 70px !important;
    }

    #kontakt-profil-wrap .btn-social:first-child {
        margin-top: 10%;
    }
    #kontakt-profil-wrap h2 {
        margin-top: 15px;
    }
    #kontakt-form.ja-tak .row.col-3 > .col:last-child {
        padding-left: 10px;
        width: 14%;
    }

    #kontakt-form.ja-tak .row.col-3 > .col:first-child, 
    #kontakt-form.ja-tak .row.col-3 > .col:nth-child(2) {
        width: 43%;
    }

}

@media only screen and (max-width: 799px) {
    .site-footer .footer-wrap {
        padding-bottom: 4em;
        padding-top: 3.5em;
    }

    .site-slider #banner-box ._title p {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    #text-col-wrap {
        text-align: center;
    }
    #text-col-wrap.lt .col-cols > .panel-grid-cell, #text-col-wrap .col-cols > .panel-grid-cell {
        width: calc(100% - 1 * 40px);
    }
    #text-col-wrap.lt .col-cols > .panel-grid-cell:last-child, #text-col-wrap .col-cols > .panel-grid-cell:last-child {
        margin-top: 30px;
    }
    #text-col-wrap .btn-1 {
        display: table;
        margin: 15px auto 0;
    }

    #kontakt-icon-wrap .col-cols {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:last-child,
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-editor {
        padding: 2.75em 1.5em 4em !important;
    }

    #kontakt-maps-wrap iframe.google-maps {
        height: 400px !important;
    }
}

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

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

    #garanti-box-wrap {
        flex-direction: initial !important;
    }

    #kontakt-call-wrap .btn-1 {
        width: 160px;
    }

    #kontakt-call-wrap h4 {
        font-size: 1.625rem;
    }

    #om-os-wrap .wrap > .panel-layout {
        padding: 3em 16px 3em !important;
    }

    #pris-box-wrap .col-cols,
    #pris-box-wrap .incol,
    #icon-box-wrap .col-cols {
        flex-direction: row !important;
    }

    #icon-box-wrap {
        padding-bottom: 3em !important;
        padding-top: 2.5em !important;
    }

    #icon-box-wrap .col-cols > .panel-grid-cell:nth-child(2) {
        margin-top: 10px;
    }

    #pris-box-wrap .col-cols > .panel-grid-cell,
    #icon-box-wrap .col-cols > .panel-grid-cell {
        width: 100% !important;
    }

    #pris-box-wrap .col-cols > .panel-grid-cell:not(:last-child) > .widget_sow-editor {
        padding: 50px 20px 10px 10px !important;
    }
    #pris-box-wrap .col-cols > .panel-grid-cell:not(:last-child) > .widget_sow-editor p:last-child > strong {
        bottom: 3.75em;
    }

    #pris-box-wrap .col-cols > .panel-grid-cell:nth-child(2) {
        margin-top: 7px;
    }

    #pris-box-wrap ._full .textwidget br {
        display: none;
    }

    #kontakt-call-wrap.wp {
        padding-bottom: 8.75em !important;
    }
}

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

    #produkter-image-wrap .wrap > .panel-layout {
        padding: 1.5em 1.5em !important;
    }

    #profile-box-wrap .col-cols > .panel-grid-cell:first-child {
        padding: 3em 2.25em 2.5em !important;
    }

    #kontakt-form.ja-tak .row.col-3 > .col:nth-child(2) > div:last-child > label {
        font-size: 13px;
    }

    #kontakt-all-wrap h3 {
        font-size: 1.375rem;
    }

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

    #kontakt-form input[type="submit"] {
        padding: 10px 5px;
        width: 165px;
    }

    #page-title-wrap.wp-2 {
        padding-bottom: 51.25% !important;
    }

    .style-1 #produkter-slider-wrap {
        padding-bottom: 9.75em !important;
    }

    .site-footer #footer-col-1 {
        margin-bottom: 2.5em;
    }

    #image-box ul {
        clear: both;
        column-count: 1;
        display: inline-block;
        padding-left: 0;
        float: none;
        width: auto;
    }

    #produkter-slideshow-wrap.mt .wrap > .panel-layout {
        margin-top: -50%;
    }

    #kontakt-icon-wrap .so-widget-image {
        max-width: 60px !important;
    }
    #kontakt-icon-wrap h3 {
        font-size: 1.625rem;
    }

    #kontakt-profil-wrap h2,
    #kontakt-profil-wrap h3 {
        font-size: 2.375rem;
    }
}

@media only screen and (max-width: 734px) {
    #social-wrap {
        display: inline-block !important;
        width: 100%;
        justify-content: initial !important;
        text-align: right !important;
        margin-right: 87px;
        margin-top: 3px;
    }

    .site-header .site-branding {
        margin-left: 10px;
        left: 0;
    }

    .site-header .site-branding {
        width: 350px;
    }

    .site-header .hmenu-wrapper {
        right: 0;
        margin-right: 10px;
    }

    #social-wrap > .item + .item {
        margin-left: 10px;
    }

    #kontakt-form.ja-tak .row.col-3 > .col:first-child, 
    #kontakt-form.ja-tak .row.col-3 > .col:nth-child(2) {
        width: 100%;
    }

    #kontakt-form.ja-tak .row.col-3 > .col:nth-child(2) {
        padding-left: 0;
        padding-top: 15px;
    }

    #kontakt-form.ja-tak .row.col-3 > .col:nth-child(2) > div:last-child {
        margin-top: 10px;
        position: relative;
        float: right;
        text-align: center;
        width: 100%;
    }
    #kontakt-form.ja-tak .row.col-3 > .col:nth-child(2) > div:last-child > label {
        font-size: 14px;
    }

    #kontakt-form.ja-tak .row.col-3 > .col:last-child {
        padding-left: 0;
        display: flex;
        width: 100% !important;
        justify-content: center;
    }

    #profile-box-wrap #kontakt-form input[type="submit"] {
        height: 70px;
        width: 100%;
        padding: 13px 72px;
        margin-top: 14px;
    }

    #produkter-box.col-4 > .panel-layout > .panel-grid {
        width: 50% !important;
    }

    #link-box-wrap > .panel-grid-cell > .widget_sow-editor .textwidget {
        font-size: 1.625rem;
    }

    #produkter-slider-wrap h3 {
        font-size: 1.75rem;
    }

    #page-title-wrap.wp-2 {
        padding-bottom: 56.25% !important;
    }

    #text-col-wrap {
        padding-bottom: 3em !important;
    }

    #produkter-slideshow-wrap .wrap > .panel-layout {
        padding: 3em 1.25em 4em !important;
    }
    #produkter-slideshow-wrap.mt .wrap > .panel-layout {
        margin-top: -55%;
    }

    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-image img {
        left: 1.25em;
        max-width: 110% !important;
        width: 110%;
    }
    #kontakt-profil-wrap h2 {
        margin-top: 0;
    }
    #kontakt-profil-wrap .btn-social:first-child {
        margin-top: 3.25em;
    }
}

@media only screen and (max-width: 666px) {
    .site-slider #banner-box ._title p {
        font-size: 1.875rem;
    }

    .site-slider #banner-box {
        padding: 1.938em 1em;
    }

    #icon-box > .panel-layout > .panel-grid {
        width: 100%;
    }

    #garanti-box-wrap.col-3 > .panel-grid-cell:not(:last-child) {
        width: 100% !important;
    }

    #garanti-box-wrap > .panel-grid-cell:nth-child(2):before {
        width: 95%;
        height: 1px !important;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    #page-title-wrap.wp-2 {
        padding-bottom: 62.25% !important;
    }

    .site-footer .widget-title {
        font-size: 1.25rem;
    }

    .site-footer #footer-col-3,
    .site-footer #footer-col-5 {
/*         padding-left: 60px; */
		padding-left: 30px;
    }

    #produkter-slideshow-wrap.mt .wrap > .panel-layout {
        margin-top: -60%;
    }

    #kontakt-profil-wrap .btn-social:first-child {
        margin-top: 1.25em;
    }
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-image img {
        left: 1em;
    }
    #kontakt-profil-wrap h3 {
        font-size: 2rem;
    }
}

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

    .site-header .header-contact .phone {
        right: 10px;
    }

    .site-header .site-branding {
        width: 320px;
    }

    .site-header .hmenu-wrapper .hamburger {
        padding: 9px 9px 19px;
    }
    .site-header .hmenu-wrapper .hamburger-box {
        height: 12px;
    }

    .site-footer {
        font-size: 15px;
    }
    .site-footer .widget-title {
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 5px;
    }
    .site-footer #footer-col-1 img {
        max-width: 250px !important;
    }
    .site-footer #footer-col-3, .site-footer #footer-col-5 {
        padding-left: 35px;
    }
    .site-footer #footer-col-4 .textwidget > p label {
        font-weight: 700;
        width: 70px;
    }

    #social-wrap {
        margin-right: 78px;
    }

    #forside-title-wrap h1 {
        margin: 0 0 20px;
    }

    #forside-title-wrap h3 {
        margin: 0 0 30px;
    }

    #profile-box-wrap .incol {
        padding: 3.75em 10px;
    }

    #profile-box-wrap .col-cols > .panel-grid-cell:first-child {
        padding: 3em 1em 2.5em !important;
    }

    #profile-box-wrap {
        padding-top: 2.75em !important;
        padding-bottom: 2.75em !important;
    }

    #page-title-wrap.wp-2 {
        padding-bottom: 67.25% !important;
    }

    #produkter-slider-wrap h3 {
        font-size: 1.625rem;
    }

    #produkter-slider-wrap {
        padding-top: 2.813em !important;
    }

    #om-os-wrap .wrap > .panel-layout {
        padding: 2em 16px 3em !important;
    }

    #produkter-slideshow-wrap.mt .wrap > .panel-layout {
        margin-top: -66%;
    }

    #kontakt-profil-wrap .col-cols > .panel-grid-cell:last-child,
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-editor {
        padding: 2.5em 1em 4em !important;
    }
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-image img {
        left: 15px;
    }
}

@media only screen and (max-width: 567px) {
    h1 {
        font-size: 36px;
    }

	.resp-sidebar-wrap {
		padding-top: 1.5em !important;
	}
    #resp-sidebar #mobile-navigation .sub-menu li > a:before {
        top: 12px;
    }
	#resp-sidebar #mobile-navigation {
		margin-top: 1.5em !important;
	}

    .site-slider #banner-box ._title p {
        font-size: 1.625rem;
        margin-bottom: 15px;
    }
    .site-slider #banner-box {
        font-size: 15px;
    }
    .site-slider #banner-box {
        padding: 2.15em 10px 2.25em;
    }

    .site-footer {
        font-size: 16px;
    }
    .site-footer .widget-title {
        font-size: 1.5rem;
    }
    .site-footer .widget-title:after {
        right: 0 !important;
        margin: 0 auto !important;
    }
    .site-footer #footer-col-4 .textwidget {
        display: inline-block;
        text-align: start;
    }
    .site-footer #footer-col-2, 
    .site-footer #footer-col-3, 
    .site-footer #footer-col-4, 
    .site-footer #footer-col-5 {
        max-width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .site-footer #footer-col-3, 
    .site-footer #footer-col-4, 
    .site-footer #footer-col-5 {
        margin-top: 50px;
    }
    .site-footer #footer-col-3,
    .site-footer #footer-col-5 {
        padding-left: 0;
    }
    .site-footer #footer-col-1 .widget_media_image {
        max-width: 325px;
    }
    .site-footer #footer-col-1 img {
        max-width: 235px !important;
    }
    .site-footer #footer-col-4 .textwidget > p {
        display: inline-block;
        text-align: center;
    }
    .site-footer #footer-col-4 .textwidget > p label {
        display: inline-block;
        width: 100%;
    }
    .site-footer #footer-col-5 .widget_media_image + .widget_media_image {
        margin-left: 15px;
    }

    #resp-sidebar .contact-sidebar .box a {
        font-size: 1.25rem;
    }

    #forside-title-wrap h1 {
        margin: 0 0 5px;
    }

    #kontakt-all-wrap h3 {
        font-size: 20px;
    }

    #social-wrap {
        display: none !important;
		opacity: 0 !important;
		visibility: hidden !important;
    }

    #link-box-wrap > .panel-grid-cell > .widget_sow-editor {
        height: 110px;
    }
    #link-box-wrap > .panel-grid-cell:hover > .widget_sow-editor {
        height: 120px;
    }

    #om-os-wrap .btn-social {
        display: flex;
        flex-direction: column;
    }

    #page-title-wrap.wp-2 {
        padding-bottom: 76.25% !important;
    }

    #om-os-wrap .btn-social + .btn-social {
        margin-left: 0;
    }

    #text-col-wrap.lt {
        padding-top: 10px !important;
    }

    #text-col-wrap {
        padding-bottom: 2.375em !important;
        padding-top: 2.813em !important;
    }

    #kontakt-call-wrap h5 {
        font-size: 1.25rem;
    }

    #page-title-wrap.wp-1 {
        padding-bottom: 25.75em !important;
    }

    #produkter-image-wrap .wrap > .panel-layout {
        padding: 1em 1em 1.5em !important;
    }
    #produkter-image-wrap h2 {
        font-size: 1.75rem;
    }

    #produkter-slideshow-wrap.mt .wrap > .panel-layout {
        margin-top: -75%;
    }
    #produkter-slideshow-wrap h2 {
        font-size: 2rem;
        line-height: 1.15;
        margin-bottom: 20px;
    }

    #kontakt-icon-wrap .col-cols > .panel-grid-cell {
        width: calc(100% - 1 * 0px) !important;
    }
    #kontakt-icon-wrap .col-cols > .panel-grid-cell:first-child {
        margin-bottom: 3em !important;
    }
    #kontakt-icon-wrap .so-widget-image {
        max-width: 75px !important;
    }

    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child {
        background-color: #f7f7f7;
        padding-bottom: 10em !important;
    }
    #kontakt-profil-wrap h2 {
        margin-top: 2em;
    }
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-editor p {
        font-size: 1rem;
        text-shadow: 0 5px 5px rgba(3, 3, 3, 0.2);
    }
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-editor p:last-child {
        text-align: center;
    }
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-image img {
        left: 0;
        min-width: 535px !important;
        max-width: 535px !important;
    }
    #kontakt-profil-wrap .btn-social {
        text-align: left;
    }
    #kontakt-profil-wrap .btn-social:first-child {
        margin-top: 6.35em;
    }
    #kontakt-profil-wrap .btn-social:last-child {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 496px) {
    #icon-box > .panel-layout > .panel-grid .panel-grid-cell {
        display: flex;
        flex-direction: column;
    }
    #icon-box .panel-grid-cell > .widget_sow-image {
        margin-bottom: 10px !important;
    }
    #icon-box .panel-grid-cell > .widget_sow-editor {
        width: 100%;
        text-align: center;
    }

    #kontakt-all-wrap h3 br {
        display: none;
    }

    #text-col-wrap .btn-1.sm {
        max-width: 235px;
    }

    #produkter-sub > .panel-layout > .panel-grid {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 479px) {
    h2 {
        font-size: 28px;
    }
    h4 {
        font-size: 18px;
    }
	
	.resp-sidebar-wrap {
		padding-top: 1.5em !important;
	}

    #profile-box-wrap .ul-3 ul {
        column-count: 2;
    }

    .site-header .site-branding {
        width: 260px;
    }
    .site-header .site-branding img {
        width: 250px;
    }

    .site-header .header-contact a {
        font-size: 15px;
    }

    #forside-title-wrap:before {
        left: -49em;
    }

    #forside-title-wrap h1 {
        padding: 25px 10px 0;
    }

    #featured-box-wrap .widget_siteorigin-panels-builder > .panel-layout .panel-grid .so-widget-image {
        max-width: 120%;
        position: relative;
        left: -3em;
    }
    #featured-box-wrap .widget_sow-editor {
        font-size: 15px;
        line-height: 1.25;
        padding: 0 2.25em 2.5em !important;
    }
    #featured-box-wrap .widget_sow-editor .so-widget-sow-editor {
        padding-bottom: 15px;
    }

    #icon-box .panel-grid-cell > .widget_sow-image {
        width: calc(30% - 1 * 10px);
    }

    #featured-box-wrap .widget_sow-editor h3 a {
        font-size: 22px;
    }

    #profile-box-wrap h2 {
        margin: 0 0 15px;
    }

    #kontakt-all-wrap #kontakt-form .row .col {
        width: 100%;
    }

    #kontakt-all-wrap #kontakt-form .row .col:last-child {
        padding-left: 0;
        padding-top: 12px;
    }

    #produkter-box.col-4 > .panel-layout > .panel-grid {
        width: 100% !important;
    }

    #link-box-wrap > .panel-grid-cell > .widget_sow-editor .textwidget {
        font-size: 1.375rem;
    }
    #link-box-wrap > .panel-grid-cell > .widget_sow-editor {
        height: 80px;
    }
    #link-box-wrap > .panel-grid-cell:hover > .widget_sow-editor {
        height: 100px;
    }

    #page-title-wrap.wp-2 {
        padding-bottom: 90.25% !important;
    }

    #om-os-wrap .wrap > .panel-layout {
        padding: 2em 10px 3em !important;
    }

    .btn-social {
        font-size: 1.125rem;
    }

    #pris-box-wrap .col-cols > .panel-grid-cell > .widget_sow-editor p:last-child > strong {
        bottom: 0.75em !important;
    }

    #pris-box-wrap .col-cols > .panel-grid-cell > .widget_sow-editor,
    #pris-box-wrap .col-cols > .panel-grid-cell > .widget_sow-image {
        width: 100% !important;
    }

    #pris-box-wrap .col-cols > .panel-grid-cell:not(:last-child) > .widget_sow-editor,
    #pris-box-wrap .col-cols > .panel-grid-cell:last-child > .widget_sow-editor {
        padding: 10px 20px 65px 10px !important;
    }

    #pris-box-wrap .col-cols > .panel-grid-cell > .widget_sow-editor p:last-child > strong {
        bottom: 1.75em !important;
    }

    #pris-box-wrap h4 {
        text-align: center;
    }

    #produkter-sub-wrap {
        padding-bottom: 2em !important;
        padding-top: 3em !important;
    }

    .btn-social {
        background-position: 12px 10px;
        padding: 15px 17px 12px 70px;
    }
    .btn-social > label {
        font-size: 14px;
    }

    #produkter-slideshow-wrap .wrap > .panel-layout {
        padding: 3em 1em 3em !important;
    }
    #produkter-slideshow-wrap.mt .wrap > .panel-layout {
        margin-top: -85%;
    }
    #produkter-slideshow-wrap .col-cols > .panel-grid-cell:first-child {
        margin-bottom: 2.75em !important;
    }

    #kontakt-profil-wrap {
        padding-bottom: 2em !important;
        padding-top: 2em !important;
    }
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:last-child {
        padding: 2.5em 1em 3.75em !important;
    }
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-editor {
        padding: 2em 1em 2.75em !important;
    }
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child {
        padding-bottom: 0 !important;
    }
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-editor {
        position: initial;
        text-align: center;
    }
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-image img {
        left: initial;
        min-width: 560px !important;
        max-width: 560px !important;
        right: 4em;
    }
    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-editor p {
        font-size: 1.063rem;
    }
    #kontakt-profil-wrap h2 {
        margin-top: 0;
    }
    #kontakt-profil-wrap .btn-social {
        max-width: 225px;
    }
    #kontakt-profil-wrap .btn-social:first-child {
        margin-top: 1em;
    }

    #kontakt-form.kontakt-main .row.cap {
        margin-top: 10px;
    }
    #kontakt-form.kontakt-main .row .col {
        width: 100%;
    }
    #kontakt-form.kontakt-main .row .col:last-child {
        margin-top: 5px;
        padding-left: 0;
    }
    #kontakt-form .btm-row.cap > div:first-child > label {
        color: #fff;
        font-size: 14px;
    }
}

@media only screen and (max-width: 413px) {
    .btn-phone {
        padding: 5em 1em 1.5em;
    }
    .btn-phone:before {
        height: 75px;
        max-width: 100%;
        top: 0;
    }

    .resp-sidebar-wrap {
        padding: 1.5em 10px 1em !important;
    }
    #resp-sidebar #mobile-navigation li > a {
        font-size: 1rem;
    }

    #featured-box-wrap .widget_sow-editor h3 {
        line-height: 0.8;
    }

    #page-title-wrap.wp-2 {
        padding-bottom: 95.25% !important;
    }

    #produkter-slider-wrap h3 {
        font-size: 1.5rem;
    }

    #pris-box-wrap .col-cols > .panel-grid-cell > .widget_siteorigin-panels-builder {
        padding: 1.25em 10px !important;
    }

    #image-box .ul-2 ul {
        column-count: 1;
    }

    .site-header .header-contact a {
        font-size: 15px;
    }

    #produkter-slideshow-wrap {
        font-size: 1rem;
    }
    #produkter-slideshow-wrap.mt .wrap > .panel-layout {
        margin-top: -90%;
    }
    #produkter-slideshow-wrap h2 {
        font-size: 1.875rem;
    }

    #kontakt-profil-wrap .col-cols > .panel-grid-cell:first-child > .widget_sow-image img {
        right: 5em;
    }
}

@media only screen and (max-width: 374px) {
    h2 {
        font-size: 24px;
    }

    .site-slider #banner-box ._title p {
        font-size: 1.563rem;
    }

    .site-header .site-branding {
        width: 200px;
    }
    .site-header .site-branding img {
        width: 190px;
    }

    .site-header .header-contact a {
        font-size: 14px;
        letter-spacing: 0.0125rem;
    }

    #resp-sidebar .contact-sidebar .box a {
        font-size: 15px;
    }

    #forside-title-wrap:before {
        left: -57em;
    }

    #page-title-wrap h1 {
        word-break: break-word;
    }

    #featured-box-wrap .widget_sow-editor {
        padding: 0 1.25em 2.5em !important;
    }
    #featured-box-wrap .widget_sow-editor h3 a {
        font-size: 20px;
    }
    #featured-box-wrap .widget_sow-editor {
        bottom: -15px;
        left: -8px;
    }

    #icon-box > .panel-layout > .panel-grid {
        padding: 1.75em 13px 1.85em 13px;
    }

    #icon-box .panel-grid-cell > .widget_sow-image {
        width: calc(40% - 1 * 10px);
    }

    #profile-box-wrap .ul-3 ul {
        column-count: 1;
    }

    #profile-box-wrap #kontakt-form input[type="submit"] {
        height: 60px;
        padding: 13px 55px;
    }

    #link-box-wrap > .panel-grid-cell > .widget_sow-editor .textwidget {
        font-size: 1.188rem;
    }
    #link-box-wrap > .panel-grid-cell > .widget_sow-editor {
        height: 70px;
    }
    #link-box-wrap > .panel-grid-cell:hover > .widget_sow-editor {
        height: 90px;
    }

    #om-os-wrap h2 {
        font-size: 26px;
    }

    #pris-box-wrap {
        padding-top: 2.5em !important;
    }
}

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


/** Slidebar Overrides **/
@media only screen and (max-width: 2000px) and (min-width: 1600px) {
    .sb-slidebar {
        max-width: 350px;
        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: 330px;
        width: 100%;
    }
}
@media only screen and (max-width: 900px) and (min-width: 768px) {
    .sb-slidebar {
        max-width: 330px;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) and (min-width: 568px) {
    .sb-slidebar {
        max-width: 320px;
        width: 100%;
    }
}
@media only screen and (max-width: 567px) and (min-width: 414px) {
    .sb-slidebar {
        max-width: 310px;
        width: 100%;
    }
}
@media only screen and (max-width: 413px) and (min-width: 321px) {
    .sb-slidebar {
        max-width: 300px;
        width: 100%;
    }
}
@media only screen and (max-width: 320px) and (min-width: 300px) {
    .sb-slidebar {
        max-width: 300px;
        width: 100%;
    }
}