/*
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: #5E5554;
    font-family: 'Open Sans', 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: #5E5554;
}
a:hover,
a:active,
a:focus {
    color: #6B0F2D;
}
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: 'Taviraj', serif;
    font-weight: 400;
    color: #0B0104;
}
h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2.125rem;
}
h3 {
    font-size: 1.875rem;
}
h4 {
    font-size: 1.75rem;
}
h5 {
    font-size: 1.5rem;
}
h6 {
    font-size: 1.375rem;
}

blockquote {
    background-color: #f1f1f1;
    border-left: 8px solid #6B0F2D;
    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: #5E5554;
    font-weight: 400;
}
a:hover strong {
    color: #6B0F2D;
}

strong > a {
    color: #6B0F2D;
}
strong > a:hover {
    color: #5E5554;
}

.wrap {
    margin: 0 auto;
    max-width: 1700px;
    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;
}

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

.fg, .fg-1 {
    position: relative;
}
.fg:before, .fg-1:before {
    content: '';
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.fg:before {
    background: rgba(107, 15, 45, 0.8);
}
.fg-1:before {
    background: rgba(255, 255, 255, 0.9);
}
.fg > div, .fg-1 > div {
    position: relative;
    z-index: 5;
}
.fg-1 .ornament h2::after {
    background-color: #f6f7f7;
}

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

a strong, .btn, .btn:after, .btn-1, .btn-2,
.bg-image .sow-image-container {
    -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, .btn-1, .btn-2 {
    display: inline-block;
}
.btn, .btn-2 {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
    font-family: 'Taviraj', serif;
    font-size: 1.125rem;
    font-weight: 400 !important;
    line-height: 1.35;
    padding: 12px 5px;
    position: relative;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    width: 100%;
}
.btn {
    background: #6B0F2D;
    border: 1px solid #6B0F2D;
    color: #fff !important;
    max-width: 225px;
}
.btn.s2 {
    background-color: #FFFFFF;
    color: #6B0F2D !important;
}
.btn-1 {
    background: url(assets/images/btn-1.png) no-repeat 96% center;
    color: #0B0104 !important;
    font-family: 'Taviraj', serif;
    font-size: 1.375rem;
    line-height: 1.35;
    padding: 2px 30px 4px 0;
}
.btn-2 {
    background: #fff;
    border: 1px solid #fff;
    color: #6B0F2D !important;
    max-width: 214px;
}
.btn:hover {
    background-color: transparent;
    color: #6B0F2D !important;
}
.btn.s2:hover {
    background-color: #6B0F2D;
    color: #fff !important;
}
.btn-1:hover {
    background-position: 100% center;
    color: #6B0F2D !important;
}
.btn-2:hover {
    background-color: #6b0f2d;
    color: #fff !important;
}


.bg-image {
    overflow: hidden;
}
.bg-image, .bg-image .so-widget-sow-image, .bg-image .sow-image-container {
    height: 100%;
}
.bg-image .sow-image-container {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bg-image .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);
}
.bg-image .so-widget-image {
    opacity: 0;
}


/*--------------------------------------------------------------
 ## 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: rgba(255, 255, 255, 0.9);
    border-top: 4px solid #6B0F2D;
    height: 235px;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 999;
    -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-header > .wrap {
    padding-bottom: 0;
    padding-top: 2.75em;
}
.site-header .site-branding {
    float: left;
    width: 365px;
}
.site-header .site-branding img {
    vertical-align: top;
}
.site-header .header-right {
    float: right;
    width: 70%;
}
.site-header .header-contact {
    align-items: center;
    color: #010220;
    display: flex;
    float: right;
    margin-bottom: 3em;
    text-align: left;
    width: 650px;
}
.site-header .header-contact .box {
    background-position: 30px center;
    background-repeat: no-repeat;
    border: 1px solid #6B0F2D;
    display: inline-block;
    padding: 10px 30px 10px 80px;
}
/*.site-header .header-contact .box + .box {
    margin-left: 3.5em;
}*/
.site-header .header-contact .email {
    display: none !important;
    background-image: url(assets/images/icon-email-top.png);
}
.site-header .header-contact .phone {
    display: none !important;
    background-image: url(assets/images/icon-phone-top.png);
}
.site-header .header-contact .bedemand {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border: 0 !important;
    padding: 0 !important;
    width: 100%;
}
.site-header .header-contact .bedemand > .textwidget {
    color: #6b0f2d;
    font-size: 1.25rem;
    line-height: 1.5;
    width: 74%;
}
.site-header .header-contact .bedemand > a {
    width: 26%;
}
.site-header .header-contact a {
    color: #0B0104;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    line-height: 1.25;
}
.site-header .header-contact a:hover {
    color: #6B0F2D;
}
.site-header #header-nav-wrap {
    float: right;
    width: auto;
}
.site-header .main-navigation {
    float: left;
    width: 100%;
}
.site-header .main-navigation .menu > li + li {
    margin-left: 40px;
}
.site-header .main-navigation a, .site-header .main-navigation .menu li > a:before,
.site-header .site-branding, .site-header .header-contact {
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -moz-transition: all 0.3s ease-in-out 0s !important;
    -o-transition: all 0.3s ease-in-out 0s !important;
    transition: all 0.3s ease-in-out 0s !important;
}
.site-header .main-navigation a {
    color: #0B0104;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 8px;
    text-align: center;
    width: 100%;
}
.site-header .main-navigation .menu > li > a {
    position: relative;
}
.site-header .main-navigation ul.menu li a:before {
    background-color: #6B0F2D;
    bottom: 0;
    content: '';
    height: 4px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}
.site-header .main-navigation ul.menu > li:hover > a:before,
.site-header .main-navigation ul.menu > .current-menu-item > a:before,
.site-header .main-navigation ul.menu > .current-menu-ancestor > a:before {
    width: 100%;
}
.site-header .main-navigation ul.menu > li > a > .sf-sub-indicator {
    background: url('assets/images/icon-caret.png') no-repeat center center;
    display: inline-block;
    margin-left: 15px;
    width: 15px;
}
.site-header .main-navigation ul.menu li {
    display: inline-block;
    float: none;
}
.site-header .main-navigation ul.menu ul {
    box-shadow: none !important;
    padding-top: 40px;
    top: 39px;
}
.site-header .main-navigation ul.sf-menu li:hover ul,
.site-header .main-navigation ul.sf-menu li.sfHover ul {
    left: 0;
}
.site-header .main-navigation ul.menu ul li {
    width: 100%;
}
.site-header .main-navigation ul.menu ul li + li {
    border-top: 1px solid rgba(1, 1, 1, 0.15);
}
.site-header .main-navigation ul.menu li > ul.sub-menu ul.sub-menu {
    box-shadow: none;
    top: 0;
}
.site-header .main-navigation ul.menu ul a {
    background-repeat: no-repeat;
    background-position: 16px center;;
    background-color: rgba(0, 0, 0, 0.9);
    background-size: 6px auto;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 14px 5px 14px 30px;
    text-align: left;
    width: 305px;
}
.site-header .main-navigation ul.menu ul > li:hover > a,
.site-header .main-navigation ul.menu ul > li.current-menu-item > a,
.site-header .main-navigation ul.menu ul.sub-menu > li.current-page-ancestor > a {
    background-image: url(assets/images/icon-menu-arrow.png);
    background-color: #6B0F2D;
    padding-left: 35px;
}
.site-header .main-navigation ul.menu ul ul {
    border-left: 1px solid transparent !important;
    left: 100% !important;
    padding-top: 0 !important;
}
.site-header .hmenu-wrapper {
    background-color: #6B0F2D;
    border: 0;
    bottom: 0;
    display: none;
    font-size: 2.25rem;
    line-height: 1.25;
    height: 100%;
    right: 0;
    margin: auto 0;
    padding: 0 15px;
    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-box {
    height: 37px;
    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: #fff;
    border-radius: 0;
    height: 5px;
    width: 50px;
}
.site-header .hamburger--elastic .hamburger-inner:before {
    top: 12px;
}
.site-header .hmenu-wrapper .hamburger--elastic .hamburger-inner:after {
    top: 24px;
}
.site-header .hmenu-wrapper .hamburger--elastic.is-active .hamburger-inner:after {
    top: 19px;
}

.gsticky .site-header {
    background-color: #fff;
    height: 195px;
}
.gsticky .site-header > .wrap {
    padding-top: 1.75em;
}
.gsticky .site-header .site-branding {
    margin-top: -10px;
}
.gsticky .site-header .header-contact {
    margin-bottom: 2em;
}
.gsticky .site-header .main-navigation ul.menu ul {
  padding-top: 32px;
}

.site-slider {
    margin-top: 0;
    position: relative;
}
.site-slider .tp-revslider-mainul {
    width: 100% !important;
}
.site-slider > #banner-text {
    bottom: 3.25em;
    display: inline-block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 9;
}
.inner-pages .site-slider > #banner-text {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    padding: 1em 10px;
}
.site-slider > #banner-text ul {
    clear: both !important;
    list-style: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100%;
}
.site-slider > #banner-text ul > li {
    background: url(assets/images/bullet-check-lg.png) no-repeat left center;
    color: #fff;
    display: inline-block !important;
    font-family: 'Taviraj', serif;
    font-size: 2.5rem;
    float: none !important;
    line-height: 1.25;
    padding: 8px 5px 2px 70px !important;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
}
.site-slider > #banner-text ul > li + li {
    margin-left: 3.15em;
}


/*--------------------------------------------------------------
 ## Body
--------------------------------------------------------------*/
.site-content {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7;
    margin: 0;
    padding: 0;
}
.site-content .font-reg p {
    font-weight: 400;
}
.site-content .entry-content {
    margin: 0;
}
.site-content .entry-content ul {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-content .entry-content ul li {
    background: url(assets/images/check-mark.png) no-repeat left 8px;
    background-size: 26px auto;
    line-height: 1.65;
    padding: 5px 5px 5px 40px;
    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
--------------------------------------------------------------*/

#sticky-bottom-kontakt-section {
	position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 5;
}
#sticky-bottom-kontakt-section p {
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding-left: 30px;
    background: #000;
    border: 1px solid #fff;
    width: 240px;
    height: 51px;
    -webkit-transition: background 1s;
    transition: background 1s;
	font-family: 'Lato', sans-serif;
	gap: 10px;
}
#sticky-bottom-kontakt-section p:hover {
	background: #6b0f2d;
}
#sticky-bottom-kontakt-section p,
#sticky-bottom-kontakt-section a {
	font-size: 1rem;
    color: #fff;
}
#sticky-bottom-kontakt-section
.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-color: #E4E4E4;
    color: #0B0104;
    font-size: 1rem;
	margin-bottom: -46px;
}
.site-footer a {
    color: #0B0104;
}
.site-footer a:hover {
    color: #6B0F2D;
}
.site-footer .footer-wrap {
    padding-bottom: 2em;
    padding-top: 4.25em;
}
.site-footer.col-4 .footer-wrap {
    padding-bottom: 5em;
    padding-top: 4.75em;
}
.site-footer .footer-col {
    float: left;
    padding: 0;
    width: 100%;
}
.site-footer .widget-title {
    display: inline-block;
    font-size: 1.375rem;
    line-height: 1.25;
    margin: 0 0 25px;
    padding-left: 20px;
    position: relative;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
    width: 100%;
}
.site-footer .widget-title:after,
.site-footer #footer-col-2 .panel-layout > .panel-grid:last-child .col-cols > .panel-grid-cell:first-child:after,
.site-footer #footer-col-2 .panel-layout > .panel-grid:last-child .col-cols > .panel-grid-cell:last-child:after {
    content: '';
    display: inline-block;
    position: absolute;
}
.site-footer .widget-title:after {
    background-color: #6B0F2D;
    height: 22px;
    left: 0;
    top: 2px;
    width: 10px;
}
.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: 7px;
}
.site-footer .footer-col ul li.current-menu-item a {
    color: #6B0F2D;
}
.site-footer .footer-col .textwidget > p + p {
    margin-top: 5px;
}
.site-footer .panel-grid {
    margin-bottom: 0 !important;
}
.site-footer #footer-col-1 {
/*     max-width: 18%; */
/* 	css fc added */
	max-width: 28%; 
    padding-right: 0;
}
.site-footer #footer-col-2 {
/*     max-width: 55%; */
/* 	css fc added  */
	max-width: 18%;
    padding-right: 6em;
}
.site-footer #footer-col-3 {
/*     max-width: 27%; */
	/* 	css fc added  */
	max-width: 25%;
}
/* css added fc */
.site-footer #footer-col-4 {
	width: 29% !important;
	padding-left: 30px;
}
.site-footer #footer-col-4 .col-cols > .panel-grid-cell:first-child > .so-panel:last-child img {
	max-width: 93% !important;
}
.site-footer #footer-col-4 .col-cols > .panel-grid-cell > .so-panel img:hover {
	transform: scale(0.9);
}
.site-footer #footer-col-4 .col-cols > .panel-grid-cell:last-child {
	padding-left: 46px;
}
.site-footer #footer-col-4 .col-cols > .panel-grid-cell:last-child > .so-panel a {
	height: auto;
	background-color: #fff;
	border: 1px solid #CECECE;
	border-radius: 12px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
	display: inline-block;
	max-width: 170px !important;
	padding: 12px 15px 3px;
	width: 100%;
}
.site-footer #footer-col-4 .col-cols > .panel-grid-cell > .so-panel:first-child {
	margin-bottom: 7px;
}
.site-footer #footer-col-4 .col-cols > .panel-grid-cell:last-child > .so-panel:last-child a {
	padding: 7px 12px 0;
    display: flex;
}
.site-footer.col-4 #footer-col-1 {
    max-width: 25%;
}
.site-footer.col-4 #footer-col-2 {
    max-width: 20%;
    padding-right: 0;
}
.site-footer.col-4 #footer-col-3 {
    max-width: 28%;
}
.site-footer #footer-col-3 .textwidget p label {
	width: 75px;
    display: inline-block;
    font-weight: 600;
}
.site-footer.col-4 #footer-col-4 {
    max-width: 27%;
}
/* add css fc  */
.site-footer #footer-col-4 > #siteorigin-panels-builder-5 > .panel-layout > .panel-grid:last-child {
	margin-top: 40px;
}
.site-footer #footer-col-1 .widget_text {
    border: 1px solid #B2B2B2;
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    padding: 8px 5px 10px 18px;
    width: 100%;
/* 	adjust css  */
	max-width: 67%;
	margin-top: 2.75em;
}
.site-footer.col-4 #footer-col-1 .widget_text {
    margin-top: 2.75em;
}
.site-footer #footer-col-2 .col-cols > .panel-grid-cell {
    margin-bottom: 0 !important;
    position: relative;
}
.site-footer #footer-col-2 .col-cols > .panel-grid-cell:first-child {
    width: calc(48.5% - 1 * 0px) !important;
}
.site-footer #footer-col-2 .col-cols > .panel-grid-cell:last-child {
    width: calc(51.5% - 1 * 0px) !important;
}
.site-footer #footer-col-2 .panel-layout > .panel-grid:last-child .col-cols > .panel-grid-cell {
    margin-top: 2.75em !important;
    padding-top: 2.75em !important;
}
.site-footer #footer-col-2 .panel-layout > .panel-grid:last-child .col-cols > .panel-grid-cell:first-child:after,
.site-footer #footer-col-2 .panel-layout > .panel-grid:last-child .col-cols > .panel-grid-cell:last-child:after {
    background-color: #6B0F2D;
    height: 1px;
    left: 0;
    top: 0;
}
.site-footer #footer-col-2 .panel-layout:last-child .col-cols > .panel-grid-cell:first-child:after {
    width: 330px;
}
.site-footer #footer-col-2 .panel-layout:last-child .col-cols > .panel-grid-cell:last-child:after {
    width: 415px;
}
.site-footer #footer-col-2 .textwidget > p,
.site-footer.col-4 #footer-col-3 .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-2 .textwidget > p label,
.site-footer.col-4 #footer-col-3 .textwidget > p label {
    color: #0B0104;
    font-weight: 600;
    width: 80px;
}
.site-footer #footer-col-3 ._full, .site-footer.col-4 #footer-col-4 ._full {
    margin-bottom: 2.5em !important;
}
.site-footer #footer-col-3 ._full .so-widget-image, .site-footer.col-4 #footer-col-4 ._full .so-widget-image {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
}
.site-footer #footer-col-3 .col-cols > .panel-grid-cell, .site-footer #footer-col-3 .col-cols > .panel-grid-cell > .so-panel,
.site-footer.col-4 #footer-col-4 .col-cols > .panel-grid-cell, .site-footer.col-4 #footer-col-4 .col-cols > .panel-grid-cell > .so-panel {
    margin-bottom: 0 !important;
}
.site-footer #footer-col-3 .col-cols > .panel-grid-cell:first-child,
.site-footer.col-4 #footer-col-4 .col-cols > .panel-grid-cell:first-child {
    width: calc(62% - 1 * 0px) !important;
}
.site-footer #footer-col-3 .col-cols > .panel-grid-cell:last-child,
.site-footer.col-4 #footer-col-4 .col-cols > .panel-grid-cell:last-child {
    width: calc(38% - 1 * 0px) !important;
}
.site-footer #footer-col-3 .col-cols > .panel-grid-cell > .so-panel + .so-panel,
.site-footer.col-4 #footer-col-4 .col-cols > .panel-grid-cell > .so-panel + .so-panel {
    margin-top: 10px !important;
}
.site-footer #footer-col-3 .col-cols .widget-title, .site-footer.col-4 #footer-col-4 .col-cols .widget-title {
    margin-bottom: 20px;
}
.site-footer #footer-col-3 .col-cols > .panel-grid-cell:last-child > .so-panel > a,
.site-footer.col-4 #footer-col-4 .col-cols > .panel-grid-cell:last-child > .so-panel > a {
    background-color: #fff;
    border: 1px solid #CECECE;
    border-radius: 12px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
    display: inline-block;
    max-width: 170px !important;
    padding: 12px 15px 10px;
    width: 100%;
}
.site-footer #footer-col-3 .col-cols > .panel-grid-cell:last-child > .so-panel:last-child > a,
.site-footer.col-4 #footer-col-4 .col-cols > .panel-grid-cell:last-child > .so-panel:last-child > a {
    padding-bottom: 2px;
    padding-top: 8px;
}
.site-footer #footer-col-3 img, .site-footer.col-4 #footer-col-4 img {
    vertical-align: top;
}
.site-footer #footer-col-3 .col-cols img:hover, .site-footer.col-4 #footer-col-4 .col-cols 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);
}

.multi-marker {
    border: 0 !important;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22) !important;
    height: 190px !important;
}
.multi-marker .i4ewOd-pzNkMb-haAclf {
    display: none !important;
    opacity: 0 !important;
}

#map_wrapper {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
    display: inline-block;
    height: 190px;
    width: 100%;
}
#map_canvas {
    width: 100%;
    height: 100%;
}

#copyright-wrapper {
    background-color: #6B0F2D;
    float: left;
    padding: 12px 0 14px;
    width: 100%;
}
#copyright-wrapper .cdev {
    color: #fff;
    float: left;
}
#copyright-wrapper .cdev:hover {
    color: #dedede;
}


/*--------------------------------------------------------------
 ## Sidebars/ Mobile Menu
--------------------------------------------------------------*/
#sb-site {
    left: 0;
}
.sb-slidebar {
    background-color: #fff !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.25em 1em 1em !important;
    width: 100% !important;
}
#resp-sidebar .site-branding {
    float: left;
    padding: 0 15px;
    text-align: center;
    width: 100% !important;
}
#resp-sidebar .site-branding img {
    vertical-align: top !important;
}
#resp-sidebar #mobile-navigation {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    display: inline-block !important;
    margin: 2.25em 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 {
    clear: both !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#resp-sidebar #mobile-navigation .menu > li + li {
    margin-top: 1px;
}
#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: #E4E4E4;
    color: #3a3939;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5 !important;
    padding: 12px 10px 12px 40px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
#resp-sidebar #mobile-navigation li > a:before {
    background-color: #6B0F2D;
    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: 38px;
}
#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: #6B0F2D !important;
    color: #fff !important;
}
#resp-sidebar #mobile-navigation .menu > li > a:hover:before,
#resp-sidebar #mobile-navigation .menu > .current-menu-item > a:before,
#resp-sidebar #mobile-navigation .menu > .current-menu-ancestor > a:before,
#resp-sidebar #mobile-navigation .menu > .par-active > a:before,
#resp-sidebar #mobile-navigation .menu > li.menu-item-has-children:hover > a:before {
    background-color: #fff;
}
#resp-sidebar #mobile-navigation .menu .sub-menu li a:hover,
#resp-sidebar #mobile-navigation .menu .sub-menu .current-menu-ancestor > a,
#resp-sidebar #mobile-navigation .menu .sub-menu li.current-menu-item > a,
#resp-sidebar #mobile-navigation .menu .sub-menu li.par-active > a,
#resp-sidebar #mobile-navigation .menu .sub-menu li.menu-item-has-children:hover > a {
    color: #6B0F2D !important;
}
#resp-sidebar #mobile-navigation li.menu-item-has-children {
    position: relative;
}
#resp-sidebar #mobile-navigation li.menu-item-has-children .caret {
    background: url('assets/images/icon-caret.png') no-repeat center center;
    background-size: 12px auto !important;
    cursor: pointer;
    height: 50px;
    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: 32px;
}
#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('assets/images/icon-caret-actv.png');
    background-size: 10px auto !important;
}
#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: #e3e3e3;
    margin-top: 1px !important;
    display: none;
}
#resp-sidebar #mobile-navigation .sub-menu li:first-child {
    border-top: 0 !important;
    padding-top: 15px;
}
#resp-sidebar #mobile-navigation .sub-menu li:last-child {
    border-bottom: 0 !important;
    padding-bottom: 15px;
}
#resp-sidebar #mobile-navigation .sub-menu li > a {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 55px;
    position: relative;
}
#resp-sidebar #mobile-navigation .sub-menu .sub-menu li > a {
    padding-left: 45px;
}
#resp-sidebar .contact-sidebar {
    display: inline-block;
    margin: 3.5em 0 3em;
    width: 100%;
}
#resp-sidebar .contact-sidebar .box {
    background-color: #fefefe;
    border: 1px solid #6B0F2D;
    border-left-width: 8px;
    height: 100%;
    line-height: 1;
    max-width: 100%;
    padding: 15px 5px 18px 15px;
    position: relative;
    text-align: left;
    width: 100% !important;
    -webkit-box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.16);
}
#resp-sidebar .contact-sidebar .box + .box {
    margin-top: 10px;
}
#resp-sidebar .contact-sidebar .box * {
    color: #320817;
}
#resp-sidebar .contact-sidebar .box label {
    color: #555;
    display: inline-block;
    font-size: 0.875rem;
    margin-bottom: 5px;
    vertical-align: top;
    width: 100%;
}
#resp-sidebar .contact-sidebar .box a {
    font-size: 1.375rem;
    font-weight: 500;
}
#resp-sidebar .contact-sidebar .email a {
    font-size: 1.125rem;
}
#resp-sidebar .contact-sidebar .box a:hover {
    color: #6B0F2D;
}

#resp-sidebar .copyright-sidebar {
    display: inline-block;
    width: 100%;
}
#resp-sidebar .copyright-sidebar {
    font-size: 0.875rem;
    margin: 0 0 3em;
    text-align: center;
}
#resp-sidebar .copyright-sidebar a {
    color: #000;
}
#resp-sidebar .copyright-sidebar a:hover {
    color: #6B0F2D;
}

/*--------------------------------------------------------------
 ## 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: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    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: 5px;
}
#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,
#page.site #floater-wrap .box * {
    color: #0B0104;
}
#page.site #floater-wrap .box a {
    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: #6B0F2D;
}
#page.site #floater-wrap .box:before {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    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 .email, #page.site #floater-wrap .email:before {
    background-color: #6B0F2D;
}
#page.site #floater-wrap .phone:before {
    background-image: url('assets/images/floater-phone.png');
    border-right: 1px solid #6B0F2D;
}
#page.site #floater-wrap .email:before {
    background-image: url('assets/images/floater-email.png');
    border-right: 1px solid #7B1D3C;
}
#page.site #floater-wrap .email a {
    color: #fff;
    font-size: 1.125rem;
}
#page.site #floater-wrap .email a:hover {
    color: #dedede;
}

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

}
#billeder-wrap .eteam-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: normal;
    justify-content: flex-start;
    margin-right: -6px;
}
#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: 6px;
    width: calc(25% - 1 * 0px);
}
#billeder-wrap .thumbnail-item .inner {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
    margin-right: 6px;
    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;
}

/** 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: #000;
    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;
}
/* added css  */
#kontakt-form.kunde .wpcf7-list-item > label {
	display: flex;
    gap: 10px;
    align-items: center;
}
/** 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 .inrow .incol:last-child {
    padding-left: 8px;
}
#kontakt-form .row.col-3 .col + .col {
    padding-left: 8px;
}
#kontakt-form .btm-row.cap {
    margin-top: 10px;
}
#kontakt-form .row:last-child {
    margin-top: 10px;
    position: relative;
}
#kontakt-form .row .col > div + div, #kontakt-form .inrow .incol > div + div {
    margin-top: 10px;
}
#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: 20px !important;
}
#kontakt-form .btm-row > div:first-child > label,
#kontakt-form .btm-row > div:first-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 {
    margin-top: 0;
    padding-left: 10px;
}
#kontakt-form .btm-row.cap > div:first-child > label {
    font-size: 15px;
}
#kontakt-form .btm-row.cap > div:first-child > label a {
    color: #58575d;
    font-weight: 600;
}
#kontakt-form .btm-row > div:first-child > label a {
    color: #8f8f8f;
}
#kontakt-form .btm-row > div:first-child > label a:hover {
    color: #6B0F2D;
}
#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 #8a8a8a;
    border-radius: 0;
    color: #5E5554;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    height: 40px;
    padding: 5px 15px;
    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: #6B0F2D;
}
#kontakt-form textarea {
    height: 90px;
    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: #6B0F2D;
    border: 0;
    border-radius: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
    color: #fff !important;
    display: inline-block;
    font-family: 'Taviraj', serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 5px;
    text-align: center;
    text-transform: uppercase;
    width: 275px;
    -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: #0B0104;
}
#kontakt-form .ajax-loader {
    left: initial !important;
    margin: 0 !important;
    right: 0 !important;
}
#kontakt-form span.wpcf7-not-valid-tip {
    background-color: #6B0F2D;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.025rem;
    line-height: 1;
    margin: 0;
    padding: 4px 10px 6px;
    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: #000;
    display: inline-block;
    width: auto;
}
#kontakt-form .row:last-child .wpcf7-spinner {
    bottom: -25px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

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

/** Kontakt Formular **/
#kontakt-form.kontakt {
    max-width: 860px;
}

/** Kontakt Kunde **/
#kontakt-form.kunde {
    display: table;
    font-size: 1.063rem;
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;
}
#kontakt-form.kunde .top-ornament {
    background: url(assets/images/stege-icon.png) no-repeat center center;
    background-size: 30px auto;
    display: inline-block;
    height: 35px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 3em;
    width: 180px;
}
#kontakt-form.kunde .pendant:before, #kontakt-form.kunde .pendant:after {
    background-color: #6B0F2D;
    content: '';
    display: inline-block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 17px;
    width: 70px;
}
#kontakt-form.kunde .pendant:before {
    left: -6em;
}
#kontakt-form.kunde .pendant:after {
    right: -6em;
}
#kontakt-form.kunde .holder {
    background-color: #fff;
    display: inline-block;
    padding: 9.5em 22% 4.75em;
    width: 100%;
}
#kontakt-form.kunde .row div + div {
    margin-top: 3em;
}
#kontakt-form.kunde .row div > label {
    display: inline-block;
    margin-bottom: 5px;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
    width: 100%;
}
#kontakt-form.kunde .row div > figcaption {
    font-size: 0.9375rem;
    padding: 1em 1em 0;
    text-align: center;
}
#kontakt-form.kunde .row.btm-row {
    margin-top: 3em;
    text-align: center;
}
#kontakt-form.kunde .row.btm-row > div {
    padding: 0;
    width: 100%;
}
#kontakt-form.kunde .row.btm-row > div:first-child {
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: middle;
    width: auto;
}
#kontakt-form.kunde .row.btm-row label {
    margin-bottom: 0;
    width: auto;
}
#kontakt-form.kunde .wpcf7-list-item {
	margin: 0;
}
#kontakt-form.kunde .udfoert, #kontakt-form.kunde .information {
    margin-top: 1em;
}
#kontakt-form.kunde .wpcf7-radio > .wpcf7-list-item {
    display: inline-block;
    font-size: 1rem;
    margin-left: 0;
    width: 100%;
}
#kontakt-form.kunde select {
    background: url('assets/images/icon-caret.png') no-repeat 97% center;
}
#kontakt-form.kunde textarea {
    height: 170px;
}
#kunde-col-wrap .wpcf7-response-output, #kunde-col-wrap .wpcf7-validation-errors, #kunde-col-wrap .wpcf7-mail-sent-ok {
    bottom: 2.75em;
    color: #33383e;
    font-size: .9375rem;
}


/** Back to Top **/
#back-top {
    background: url('assets/images/top-bottom.png') no-repeat center center #6B0F2D;
    background-size: 12px;
    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: #5e5453;
}
#back-top.show {
    opacity: 1;
}

/*--------------------------------------------------------------
 ## SiteOrigin CSS
--------------------------------------------------------------*/
#film-full-wrap .so-widget-image, #fancy-image .sow-image-container, #fancy-image .so-widget-image, #check-col-wrap #check-item,
#pjecer-text-wrap.img-right #fancy-inmage .sow-image-container, #pjecer-image-box .so-widget-image, #pjecer-col .so-widget-image,
#priser-table > .panel-layout > .panel-grid, #priseksempler-table > .panel-layout > .panel-grid,
#priseksempler-col-wrap .col-cols > .panel-grid-cell {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#film-full-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);
}

#film-full-wrap .so-widget-images:hover, #pjecer-image-box .so-widget-image:hover, #pjecer-col .so-widget-image:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

#page-title-wrap h1:before, #page-title-wrap h1:after, #image-col-wrap h3:before, #image-text-wrap h3:before,
#profile-col-wrap h3:before, #image-box-wrap h3:before, #image-space-wrap h3:before, #kontakt-info-wrap h3:before,
#pjecer-col-wrap .col-cols:before, #priser-full-wrap h3:before, #featured-box-wrap > .panel-grid-cell > .widget_sow-editor:after,
#eteam-testimonial-widget .widget-title:before, #eteam-testimonial-widget .widget-title:after,
.ornament h2:before, .ornament h2:after {
    content: '';
    display: inline-block;
    position: absolute;
}

#page-title-wrap {
    padding-bottom: 5em !important;
    padding-top: 5em !important;
    text-align: center;
}
#page-title-wrap.no-btm {
    padding-bottom: 3.75em !important;
}
#page-title-wrap h1, #page-title-wrap h2, #featured-box-wrap h3, #image-text-wrap h3,
#profile-col-wrap h3, #image-box-wrap h3, #image-space-wrap h3,
.ornament h2 {
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
}
#page-title-wrap h1 {
    color: #320817;
    line-height: 1.25;
    margin: 0 0 1.15em;
    padding-bottom: 1.5em;
    position: relative;
}
#page-title-wrap h1:before, #page-title-wrap h1:after, #image-col-wrap h3:before,
#eteam-testimonial-widget .widget-title:before, #eteam-testimonial-widget .widget-title:after,
.ornament h2:before, .ornament h2:after{
    left: 0;
    margin: 0 auto;
    right: 0;
}
#page-title-wrap h1:before,
#eteam-testimonial-widget .widget-title:before,
.ornament h2:before {
    background-color: #6B0F2D;
    bottom: 0;
    height: 1px;
    width: 415px;
}
#page-title-wrap h1:after,
#eteam-testimonial-widget .widget-title:after,
.ornament h2:after {
    background: url(assets/images/stege-icon.png) no-repeat center center;
    background-color: #fff;
    background-size: 50px auto;
    bottom: -22px;
    height: 50px;
    width: 75px;
}
#page-title-wrap.bg-1 h1:after, .bg-1 .ornament h2:after {
    background-color: #f6f6f6;
}
.bg-3 .ornament h2:after {
    background-color: #fbfdfe;
}
.bg-2 .ornament h2:after {
    background-image: url(assets/images/stege-icon-white.png);
    background-color: #6b0f2d;
}
#page-title-wrap h2 {
    line-height: 1.45;
    margin: 0 0 25px;
}
.ornament h2 {
    line-height: 1.25;
    margin: 0 0 2.25em;
    padding-bottom: 1.5em;
    position: relative;
}
.bg-2 .ornament h2:before {
    background-color: #fff;
}
#page-title-wrap p + p {
    margin-top: 20px;
}

#simple-title-wrap {
    padding-bottom: 10px !important;
    padding-top: 5em !important;
}

#text-full-wrap {
    padding-bottom: 5.25em !important;
    padding-top: 5em !important;
}
#text-full-wrap .txt-lg p + p {
    margin-top: 20px;
}
#text-full-wrap a {
    color: #6B0F2D;
}
#text-full-wrap a:hover {
    color: #5E5554;
}

#text-col-wrap {
    padding-bottom: 5.25em !important;
    padding-top: 5em !important;
}
#text-col-wrap.slim .col-cols {
    padding-left: 6%;
    padding-right: 6%;
}

#text-block-wrap {
    padding-bottom: 5.15em !important;
    padding-top: 5em !important;
}
#text-block-wrap .col-cols > .panel-grid-cell {
    width: calc(33.33% - 1 * 4em) !important;
}
#text-block-wrap.fit .col-cols > .panel-grid-cell {
    width: calc(33.33% - 1 * 3.75em) !important;
}
#text-block-wrap p + p {
    margin-top: 25px;
}

#featured-box-wrap {
    align-items: normal !important;
    text-align: center;
}
#featured-box-wrap > .panel-grid-cell, #featured-box-wrap > .panel-grid-cell > .so-panel {
    margin-bottom: 0 !important;
}
#featured-box-wrap > .panel-grid-cell {
    width: calc(33.33% - 1 * 0px) !important;
}
#featured-box-wrap > .panel-grid-cell > .so-panel {
    min-height: 443px;
    height: 50%;
}
#featured-box-wrap > .panel-grid-cell > .widget_sow-editor {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 3.5em !important;
    position: relative;
}
#featured-box-wrap > .panel-grid-cell > .widget_sow-editor:after {
    background: url(assets/images/lg-caret.png) no-repeat center center;
    height: 35px;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 79px;
    z-index: 9;
}
#featured-box-wrap > .panel-grid-cell:nth-child(even) > .widget_sow-editor:after {
    bottom: -35px;
}
#featured-box-wrap > .panel-grid-cell:nth-child(odd) > .widget_sow-editor:after {
    top: -35px;
    transform: rotate(180deg);
}
#featured-box-wrap h3, #featured-box-wrap h3 > a {
    color: #320817;
}
#featured-box-wrap h3 {
    font-size: 1.75rem;
    line-height: 1.35;
    margin: 0 0 10px;
}
#featured-box-wrap h3 > a:hover {
    color: #6B0F2D;
}
#featured-box-wrap p + p {
    margin-top: 20px;
}
#featured-box-wrap .btn-1 {
    margin-top: 5px;
}

#image-col-wrap {
    text-align: center;
    -webkit-align-items: normal !important;
    align-items: normal !important;
}
#image-col-wrap > .panel-grid-cell {
    margin-bottom: 0 !important;
    width: calc(50% - 1 * 0px);
}
#image-col-wrap.img-left > .panel-grid-cell:last-child,
#image-col-wrap.img-right > .panel-grid-cell:first-child {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
#image-col-wrap > .panel-grid-cell > .widget_sow-editor {
    padding: 2em 5em !important;
}
#image-col-wrap.wide > .panel-grid-cell > .widget_sow-editor {
    padding: 2em 4.65em !important;
}
#image-col-wrap h3, #priser-full-wrap h3 {
    color: #320817;
    font-size: 1.75rem;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.35;
    margin: 0 0 1.35em;
    padding-top: 1em;
    position: relative;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
}
#image-col-wrap h3:before, #kontakt-info-wrap h3:before, #priser-full-wrap h3:before {
    background-color: #6B0F2D;
    height: 1px;
    top: 0;
    width: 100px;
}

#image-text-wrap {
    padding-bottom: 4.75em !important;
    padding-top: 4.75em !important;
    text-align: center;
}
#image-text-wrap .col-cols {
    -webkit-align-items: center !important;
    align-items: center !important;
}
#image-text-wrap .col-cols > .panel-grid-cell {
    margin-bottom: 0 !important;
    width: calc(50% - 1 * 10px) !important;
}
#image-text-wrap.img-left .col-cols > .panel-grid-cell:last-child > .widget_sow-editor,
#image-text-wrap.img-right .col-cols > .panel-grid-cell:first-child > .widget_sow-editor {
    padding: 1em 4em !important;
}
#image-text-wrap.img-left.wide .col-cols > .panel-grid-cell:last-child > .widget_sow-editor,
#image-text-wrap.img-right.wide .col-cols > .panel-grid-cell:first-child > .widget_sow-editor {
    padding-left: 2em !important;
    padding-right: 2em !important;
}
#image-text-wrap.img-left.max-wide .col-cols > .panel-grid-cell:last-child > .widget_sow-editor,
#image-text-wrap.img-right.max-wide .col-cols > .panel-grid-cell:first-child > .widget_sow-editor {
    padding-left: 2em !important;
    padding-right: 1em !important;
}
#image-text-wrap h3, #image-box-wrap h3, #image-space-wrap h3, #profile-col-wrap h3 {
    color: #320817;
    display: inline-block;
    font-size: 1.75rem;
    line-height: 1.5;
    padding-left: 30px;
    position: relative;
    margin: 0 0 10px;
    width: auto;
}
#image-text-wrap h3 {
    margin-bottom: 30px;
}
#image-text-wrap h3:before, #image-box-wrap h3:before, #image-space-wrap h3:before, #profile-col-wrap h3:before {
    background-color: #6B0F2D;
    height: 30px;
    left: 0;
    top: 5px;
    width: 16px;
}
#image-text-wrap .sm-title h3 {
    font-size: 1.5rem;
}
#image-text-wrap .sm-title h3:before {
    top: 2px;
}
#image-text-wrap p + p {
    margin-top: 20px;
}
#image-text-wrap .btn {
    margin-top: 25px;
}
#image-text-wrap .btn + .btn {
    margin-left: 10px;
}

#image-box-wrap, #image-space-wrap .col-cols {
    text-align: left;
    -webkit-align-items: center !important;
    align-items: center !important;
}
#image-box-wrap > .panel-grid-cell {
    margin-bottom: 0 !important;
    width: calc(50% - 1 * 0px) !important;
}
#image-box-wrap.img-left > .panel-grid-cell:last-child,
#image-box-wrap.img-right > .panel-grid-cell:first-child {
    padding: 1em 3em !important;
}
#image-box-wrap.img-left > .panel-grid-cell:last-child .textwidget,
#image-box-wrap.img-right > .panel-grid-cell:first-child .textwidget {
    padding-left: 10.75em;
}
.b-shadow {
	border-bottom: 1px solid #E7E8E8;
}

/* added css */
#image-box-wrap.img-left > .panel-grid-cell:last-child .special .textwidget {
	padding-left: 0;
	text-align: center;
}
#image-box-wrap .special p {
	justify-content: center;
}
#image-box-wrap .special p + p {
	margin-top: 10px;
}
#image-box-wrap .special .btn {
	margin-top: 1.75em;
}

.magic-bg,
.magic-bg .so-widget-sow-image,
.magic-bg .so-widget-sow-image .sow-image-container {
	height: 100%;
}


#image-box-wrap h3, #image-space-wrap h3 {
    margin-bottom: 32px;
    padding-left: 0 !important;
}
#image-box-wrap h3:before, #image-space-wrap h3:before {
    left: -30px !important;
}
#image-box-wrap p, #image-space-wrap p {
    display: flex;
    flex-direction: row;
}
#image-box-wrap p + p, #image-space-wrap p + p {
    margin-top: 5px;
}
#image-box-wrap p > label, #image-space-wrap p > label {
    font-weight: 600;
    width: 95px;
}
#image-box-wrap .btn, #image-space-wrap .btn {
    margin-top: 2.25em;
}

#image-space-wrap {
    padding-bottom: 5.5em !important;
    padding-top: 5.5em !important;
}
#image-space-wrap .col-cols > .panel-grid-cell {
    margin-bottom: 0 !important;
    width: calc(50% - 1 * 4.5em) !important;
}
#image-space-wrap.img-left .col-cols > .panel-grid-cell:last-child .textwidget,
#image-space-wrap.img-right .col-cols > .panel-grid-cell:first-child .textwidget {
    padding-left: 8em;
}
#image-space-wrap .bg-image {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
}

#fancy-image {
    padding-top: 18px;
}
.img-left #fancy-image {
    float: left;
    padding-left: 18px;
}
.img-right #fancy-image {
    float: right;
    padding-right: 18px;
}
#fancy-image .sow-image-container {
    background-color: #6B0F2D;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: auto;
}
#fancy-image .sow-image-container:hover {
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.35);
}
#fancy-image .sow-image-container img {
    bottom: 18px;
    height: 100%;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.img-left #fancy-image .sow-image-container img {
    right: 18px;
}
.img-right #fancy-image .sow-image-container img {
    left: 18px;
}
.img-left #fancy-image .sow-image-container:hover img {
    right: -18px;
}
.img-right #fancy-image .sow-image-container:hover img {
    left: -18px;
}

#billeder-block-wrap {
    padding-bottom: 5.5em !important;
    padding-top: 5.15em !important;
}
#billeder-block-wrap .col-cols {
    -webkit-align-items: normal !important;
    align-items: normal !important;
}
#billeder-block-wrap .col-cols > .panel-grid-cell, #billeder-block-wrap .col-cols > .panel-grid-cell > .so-panel {
    margin-bottom: 0 !important;
}
#billeder-block-wrap .col-cols > .panel-grid-cell:first-child, #billeder-block-wrap .col-cols > .panel-grid-cell:last-child {
    width: calc(25% - 1 * 5px) !important;
}
#billeder-block-wrap .col-cols > .panel-grid-cell:nth-child(2) {
    width: calc(50% - 1 * 5px) !important;
}
#billeder-block-wrap .col-cols > .panel-grid-cell:nth-child(2) > .so-panel, #billeder-block-wrap .col-cols > .panel-grid-cell > .so-panel * {
    height: 100%;
}
#billeder-block-wrap .col-cols > .panel-grid-cell > .so-panel + .so-panel {
    margin-top: 8px !important;
}
#billeder-block-wrap h2 {
    color: #fff;
    margin-bottom: 2.15em;
}
#billeder-block-wrap .col-cols > .panel-grid-cell:first-child,
#billeder-block-wrap .col-cols > .panel-grid-cell:last-child {
	display: flex;
    flex-direction: column;
}
#billeder-block-wrap .col-cols > .panel-grid-cell:first-child > .so-panel,
#billeder-block-wrap .col-cols > .panel-grid-cell:last-child > .so-panel {
	height: 50%;
}
#billeder-block-wrap .col-cols > .panel-grid-cell:first-child > .so-panel:first-child .bg-image .sow-image-container {
	background-size: contain;
}

#profile-col-wrap {
    padding-bottom: 5.5em !important;
    padding-top: 5em !important;
}
#profile-col-wrap.no-top {
    padding-top: 0 !important;
}
#profile-col-wrap ._full {
    font-family: 'Taviraj', serif;
    margin-bottom: 3em !important;
    text-align: center;
}
#profile-col-wrap .col-cols {
    padding-left: 6%;
    padding-right: 6%;
}
#profile-col-wrap.img-left .col-cols > .panel-grid-cell:first-child,
#profile-col-wrap.img-right .col-cols > .panel-grid-cell:last-child {
    width: calc(28% - 1 * 15px) !important;
}
#profile-col-wrap.img-left .col-cols > .panel-grid-cell:last-child,
#profile-col-wrap.img-right .col-cols > .panel-grid-cell:first-child {
    margin-top: 2em !important;
    width: calc(72% - 1 * 15px) !important;
}
#profile-col-wrap #fancy-image {
    margin-top: 18px;
}
#profile-col-wrap h3 {
    font-size: 2.125rem;
    line-height: 1.35;
}
#profile-col-wrap h3:before {
  top: 7px;
}
#profile-col-wrap h6 {
    color: #6B0F2D;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.65;
    margin: 0 0 20px;
}
#profile-col-wrap p + p {
    margin-top: 1em;
}

#check-col-wrap {
    overflow: hidden;
    text-align: left;
}
#check-col-wrap.col-3 > .panel-grid-cell {
    align-items: normal;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#check-col-wrap.col-3 > .panel-grid-cell > .so-panel {
    margin-bottom: 0 !important;
    width: calc(33.33% - 1 * 0px);
}
#check-col-wrap #check-item {
    background: url(assets/images/check-mark.png) no-repeat 2.15em 3.15em;
    background-color: #F2F2F2;
    display: inline-block;
    height: 100%;
    min-height: 200px;
    padding: 3em 2em 3em 6em !important;
    width: 100%;
}
#check-col-wrap > .panel-grid-cell > .so-panel:nth-child(even) #check-item {
    background-color: #F8F8F8;
}
#check-col-wrap > .panel-grid-cell > .so-panel:nth-child(odd) #check-item {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 5;
}
#check-col-wrap #check-item:hover, #check-col-wrap > .panel-grid-cell > .so-panel:nth-child(even) #check-item:hover {
    background-color: #E4E4E4 !important;
}

#simple-bg-wrap {
    padding-bottom: 3em !important;
    padding-top: 3em !important;
    text-align: center;
}
#simple-bg-wrap.fit {
    padding-bottom: 2.25em !important;
    padding-top: 2.25em !important;
}
#simple-bg-wrap.fair {
    padding-bottom: 3.25em !important;
    padding-top: 3em !important;
}
#simple-bg-wrap .textwidget {
    color: #fff;
    font-size: 1.375rem;
}
#simple-bg-wrap h5 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
}
#simple-bg-wrap ul {
    clear: both;
    display: inline-block;
    margin: 0 auto;
    width: auto;
}
#simple-bg-wrap ul > li {
    background-image: url(assets/images/check-mark-white.png);
    background-position: left 2px;
    background-size: auto auto;
    padding: 5px 0 5px 70px;
}
#simple-bg-wrap.fair p + p {
    margin-top: 12px;
}
#simple-bg-wrap a, #simple-bg-wrap a > strong {
    color: #fff;
}
#simple-bg-wrap a {
    font-weight: 700;
}
#simple-bg-wrap a strong {
    font-weight: 600;
}
#simple-bg-wrap a:hover, #simple-bg-wrap a:hover > strong {
    color: #dedede;
}

#bg-image-wrap {
    padding-bottom: 5.25em !important;
    padding-top: 5em !important;
    text-align: center;
}
#bg-image-wrap p + p {
    margin-top: 20px;
}
#bg-image-wrap strong {
    color: #5E5554;
}
#bg-image-wrap a {
    color: #6B0F2D;
}
#bg-image-wrap a:hover {
    color: #5E5554;
}
#bg-image-wrap .btn {
    margin-top: 15px;
    max-width: 275px;
}

#film-full-wrap {
    padding-bottom: 7.5em !important;
    padding-top: 7.75em !important;
    text-align: center;
}
#film-full-wrap h4 {
    color: #fff;
    font-size: 2.125rem;
    line-height: 1.35;
    margin: 0 0 10px;
}

#priser-full-wrap {
    padding-bottom: 4.5em !important;
    padding-top: 5.5em !important;
}
#priser-full-wrap .wrap > .panel-layout > .panel-grid {
    margin-bottom: 0 !important;
}
#priser-full-wrap .wrap > .panel-layout > .panel-grid + .panel-grid {
    margin-top: 5.5em !important;
}
#priser-full-wrap .wrap.last > .panel-layout > .panel-grid:last-child {
    margin-top: 2.75em !important;
}
#priser-full-wrap .priser {
    padding-left: 6.5%;
    padding-right: 6.5%;
}
#priser-full-wrap .priser > .panel-grid-cell > .so-panel:first-child {
    margin-bottom: 2.5em !important;
}
#priser-full-wrap .wrap.last > .panel-layout > .panel-grid:last-child .priser > .panel-grid-cell > .so-panel:first-child {
    margin-bottom: 0 !important;
}
#priser-full-wrap h3 {
    font-family: 'Taviraj', serif;
    margin-bottom: 25px;
}
#priser-full-wrap h3:only-child {
    margin-bottom: 0;
}
#priser-full-wrap h3:before {
    width: 60px;
}

#priser-table {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
}
#priser-table > .panel-layout > .panel-grid {
    background-color: #fff;
    margin-bottom: 0 !important;
    padding: 14px 3.15em !important;
}
#priser-table > .panel-layout > .panel-grid:nth-child(odd) {
    background-color: #F6F6F6;
}
#priser-table > .panel-layout > .panel-grid:hover {
    background-color: #6B0F2D;
}
#priser-table .col-cols {
    -webkit-align-items: center !important;
    align-items: center !important;
}
#priser-table .col-cols > .panel-grid-cell {
    margin-bottom: 0 !important;
}
#priser-table .col-cols > .panel-grid-cell:first-child {
    width: calc(26% - 1 * 10px) !important;
}
#priser-table .incol > .panel-grid-cell:first-child {
    width: calc(83.5% - 1 * 10px) !important;
}
#priser-table .col-cols > .panel-grid-cell:nth-child(2) {
    font-size: 1rem;
    width: calc(57.5% - 1 * 10px) !important;
}
#priser-table .incol > .panel-grid-cell:last-child, #priser-table .col-cols > .panel-grid-cell:last-child {
    color: #6B0F2D;
    font-family: 'Taviraj', serif;
    text-align: right;
}
#priser-table .incol > .panel-grid-cell:last-child, #priser-table .col-cols > .panel-grid-cell:last-child {
    width: calc(16.5% - 1 * 10px) !important;
}
#priser-table h6 {
    font-size: 1.375rem;
    line-height: 1.5;
    margin: 0;
}
#priser-table p > label {
    color: #5E5554;
    float: left;
    text-align: left;
    width: 50px;
}
#priser-table > .panel-layout > .panel-grid, #priser-table h6, #priser-table p > label,
#priser-table .incol > .panel-grid-cell:last-child, #priser-table .col-cols > .panel-grid-cell:last-child {
    -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;
}
#priser-table > .panel-layout > .panel-grid:hover,
#priser-table > .panel-layout > .panel-grid:hover h6,
#priser-table > .panel-layout > .panel-grid:hover .col-cols > .panel-grid-cell:last-child,
#priser-table > .panel-layout > .panel-grid:hover .incol > .panel-grid-cell:last-child,
#priser-table > .panel-layout > .panel-grid:hover label {
    color: #fff;
}

#priseksempler-col-wrap {
    padding-bottom: 5.5em !important;
    padding-top: 5.5em !important;
    text-align: center;
}
#priseksempler-col-wrap.no-top {
    padding-top: 0 !important;
}
#priseksempler-col-wrap .col-cols {
    -webkit-align-items: normal !important;
    align-items: normal !important;
}
#priseksempler-col-wrap .col-cols > .panel-grid-cell {
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
    margin-bottom: 0 !important;
    padding-bottom: 5.25em !important;
    position: relative;
    top: 0;
    width: calc(33.33% - 1 * 25px) !important;
}
#priseksempler-col-wrap .col-cols > .panel-grid-cell:nth-child(even) {
    background-color: #F9F9F9;
}
#priseksempler-col-wrap .col-cols > .panel-grid-cell:hover {
    box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.25);
    top: -10px;
}
#priseksempler-col-wrap .col-cols > .panel-grid-cell > .widget_siteorigin-panels-builder {
    padding-left: 2em;
    padding-right: 2em;
}
#priseksempler-col-wrap .price {
    background-color: #6B0F2D;
    bottom: 0;
    color: #fff;
    font-family: 'Taviraj', serif;
    font-size: 1.5rem;
    left: 0;
    line-height: 1.35;
    padding: 22px 5px !important;
    position: absolute;
    width: 100%;
}
#priseksempler-col-wrap .price p {
    font-weight: 600;
}
#priseksempler-col-wrap h3, #priseksempler-col-wrap h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}
#priseksempler-col-wrap h3 {
    background-color: #6B0F2D;
    color: #fff;
    font-size: 1.375rem;
    letter-spacing: 0.075rem;
    margin-bottom: 40px;
    padding: 24px 5px;
    text-transform: uppercase;
}
#priseksempler-col-wrap h6 {
    color: #707070;
    font-size: 1.25rem;
    margin-bottom: 30px;
}
#priseksempler-col-wrap ul {
    margin-bottom: 15px;
    min-height: 260px;
    padding-left: 3em;
    padding-right: 3em;
}
#priseksempler-col-wrap ul > li {
    text-align: left;
}

#priseksempler-table {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
    font-family: 'Taviraj', serif;
    text-align: left;
}
#priseksempler-table > .panel-layout > .panel-grid {
    background-color: #fff;
    margin-bottom: 0 !important;
    padding: 14px 16px !important;
}
#priseksempler-table > .panel-layout > .panel-grid:nth-child(odd) {
    background-color: #F6F6F6;
}
#priseksempler-table > .panel-layout > .panel-grid:hover {
    background-color: #6B0F2D;
}
#priseksempler-table .incol {
    -webkit-align-items: center !important;
    align-items: center !important;
}
#priseksempler-table .incol > .panel-grid-cell {
    margin-bottom: 0 !important;
}
#priseksempler-table .incol > .panel-grid-cell:first-child {
    width: calc(80% - 1 * 10px) !important;
}
#priseksempler-table .incol > .panel-grid-cell:last-child {
    color: #6B0F2D;
    text-align: right;
    width: calc(20% - 1 * 10px) !important;
}
#priseksempler-table > .panel-layout > .panel-grid:hover,
#priseksempler-table > .panel-layout > .panel-grid:hover .incol > .panel-grid-cell:last-child {
    color: #fff;
}

#pjecer-text-wrap {
    padding-bottom: 4.5em !important;
    padding-top: 4.5em !important;
}
#pjecer-text-wrap .col-cols {
    -webkit-align-items: center !important;
    align-items: center !important;
}
#pjecer-text-wrap .col-cols > .panel-grid-cell {
    margin-bottom: 0 !important;
    width: calc(50% - 1 * 5em) !important;
}
#pjecer-text-wrap #fancy-inmage {
    background-color: #6B0F2D;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
    margin-top: 18px;
    width: 590px;
}
#pjecer-text-wrap.img-left #fancy-inmage {
    float: right;
}
#pjecer-text-wrap.img-right #fancy-inmage {
    float: left;
}
#pjecer-text-wrap #fancy-inmage .sow-image-container {
    background: url(assets/images/naar-nogen-doer.png) no-repeat center center;
    background-size: cover;
    padding: 2.25em 1em !important;
    position: relative;
    top: -18px;
}
#pjecer-text-wrap.img-right #fancy-inmage .sow-image-container {
    left: 18px;
}
#pjecer-text-wrap.img-right #fancy-inmage .sow-image-container:hover {
    left: -18px;
}
#pjecer-text-wrap .ornament h2 {
    margin-bottom: 1.5em;
}
#pjecer-text-wrap .btn {
    margin-top: 15px;
}

#pjecer-image-box {
    color: #fff;
    padding-bottom: 5em !important;
    padding-top: 5em !important;
}
#pjecer-image-box .col-cols > .panel-grid-cell {
    margin-bottom: 0 !!important;
}
#pjecer-image-box .col-cols > .panel-grid-cell:first-child {
    margin-top: 5px;
    width: calc(30% - 1 * 1em) !important;
}
#pjecer-image-box .col-cols > .panel-grid-cell:last-child {
    width: calc(70% - 1 * 1em) !important;
}
#pjecer-image-box .so-widget-image, #pjecer-col .so-widget-image {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
}
#pjecer-image-box h2 {
    color: #fff;
}
#pjecer-image-box p + p {
    margin-top: 20px;
}
#pjecer-image-box a, #pjecer-image-box a > strong {
    color: #fff;
}
#pjecer-image-box a:hover > strong {
    color: #dedede;
}
#pjecer-image-box .btn-2 {
    margin-top: -10px;
}

#pjecer-col-wrap {
    padding-bottom: 5.5em !important;
    padding-top: 5em !important;
}
#pjecer-col-wrap .col-cols {
    position: relative;
    -webkit-align-items: normal !important;
    align-items: normal !important;
}
#pjecer-col-wrap .col-cols:before {
    background-color: #F3F3F3;
    height: 60px;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 16.5em;
    width: 2px;
}
#pjecer-col-wrap .col-cols > .panel-grid-cell {
    margin-bottom: 0 !important;
    width: calc(50% - 1 * 1.25em) !important;
}
#pjecer-col-wrap .col-cols > .panel-grid-cell:first-child .ornament {
    padding-right: 5em;
}
#pjecer-col-wrap .col-cols > .panel-grid-cell:last-child .ornament {
    padding-left: 5em;
}
#pjecer-col-wrap .ornament h2 {
    color: #320817;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1.25em;
}

#pjecer-col .panel-grid-cell {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: normal;
}
#pjecer-col .panel-grid-cell > .so-panel {
    margin-bottom: 0 !important;
}
#pjecer-col.img-left .panel-grid-cell > .so-panel:last-child,
#pjecer-col.img-right .panel-grid-cell > .so-panel:first-child {
    min-height: 410px;
    position: relative;
    width: calc(62% - 1 * 10px);
}
#pjecer-col.img-left .panel-grid-cell > .so-panel:first-child,
#pjecer-col.img-right .panel-grid-cell > .so-panel:last-child {
    width: calc(38% - 1 * 10px);
}
#pjecer-col p + p {
    margin-top: 16px;
}
#pjecer-col .btn {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    z-index: 9;
}

#testimonial-full-wrap {
    padding-bottom: 2em !important;
    padding-top: 2em !important;
}

#kunde-col-wrap {
    padding-bottom: 5.75em !important;
    padding-top: 5.75em !important;
}

#om-cookie-wrap {
    font-size: 1rem;
    padding-bottom: 7.5em !important;
    padding-top: 0 !important;
}
#om-cookie-wrap .wrap {
    max-width: 1400px;
}
#om-cookie-wrap .wrap ul {
    margin: 15px 0 2em;
    padding-left: 15px;
}
#om-cookie-wrap .wrap ul li {
    background-image: url(assets/images/check-mark.png);
    background-size: 20px auto;
    background-position: left 7px;
    line-height: 1.5;
    margin-top: 0;
    padding-left: 30px;
}
#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-info-wrap {
    padding-bottom: 4.25em !important;
    padding-top: 4.25em !important;
    text-align: left;
}
#kontakt-info-wrap .col-cols > .panel-grid-cell {
    margin-bottom: 0 !important;
}
#kontakt-info-wrap .col-cols > .panel-grid-cell:first-child {
    padding-left: 13em;
    width: calc(68% - 1 * 15px) !important;
}
#kontakt-info-wrap .col-cols > .panel-grid-cell:last-child {
    padding-top: 1.75em;
    width: calc(32% - 1 * 15px) !important;
}
#kontakt-info-wrap h3 {
    font-size: 1.75rem;
    margin: 0 0 1em;
    padding-top: 1em;
    position: relative;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
}
#kontakt-info-wrap h3:before {
    width: 60px;
}

.bg-logo {
    background: url(assets/images/bg-logo.png) no-repeat 90% bottom;
    background-size: 359px auto;
}
.bg-logo-md {
    background: url(assets/images/bg-logo-md.png) no-repeat 85% bottom;
    background-size: 575px auto;
}
.bg-logo-red {
    background: url(assets/images/bg-logo-red.png) no-repeat 90% bottom;
    background-size: 573px auto;
}


/*-- 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) {
    #featured-box-wrap > .panel-grid-cell > .widget_sow-editor {
        padding: 4em 2.5em 3em !important;
    }
    #featured-box-wrap .btn-1 {
        margin-top: 0;
    }

    #simple-bg-wrap ul > li {
        padding-left: 55px;
    }
}

@media only screen and (max-width: 1799px) {
    h1 {
        font-size: 2.375rem;
    }
    h2 {
        font-size: 2rem;
    }

    .wrap {
        max-width: 1600px;
    }

    .btn-1 {
        font-size: 1.25rem;
        padding: 4px 25px 4px 0;
    }

    .txt-lg p {
        font-size: 1.25rem;
    }

    .site-slider > #banner-text ul > li {
        font-size: 2.375rem;
        padding: 5px 5px 2px 65px !important;
    }

    .site-footer .widget-title {
        margin-bottom: 25px;
    }
    .site-footer #footer-col-2 {
        padding-right: 4em;
    }

    #page-title-wrap h1:before, #eteam-testimonial-widget .widget-title:before, .ornament h2:before {
        width: 380px;
    }

    #featured-box-wrap > .panel-grid-cell > .widget_sow-editor {
        font-size: 1.063rem;
    }
    #featured-box-wrap > .panel-grid-cell > .widget_sow-editor:after {
        background-size: 100% auto;
        height: 35px;
        width: 70px;
    }
    #featured-box-wrap > .panel-grid-cell:nth-child(odd) > .widget_sow-editor:after {
        top: -32px;
    }
    #featured-box-wrap > .panel-grid-cell:nth-child(even) > .widget_sow-editor:after {
        bottom: -32px;
    }

    #image-col-wrap > .panel-grid-cell > .widget_sow-editor {
        padding: 2.5em 3em !important;
    }
    #image-col-wrap h3, #priser-full-wrap h3 {
        font-size: 1.5rem;
        margin-bottom: 1em;
    }
    #image-col-wrap h3 {
        padding-top: 15px;
    }

    #image-space-wrap {
        padding-bottom: 4.75em !important;
        padding-top: 4.75em !important;
    }
    #image-space-wrap .col-cols > .panel-grid-cell {
        width: calc(50% - 1 * 3em) !important;
    }
    #image-box-wrap.img-left > .panel-grid-cell:last-child .textwidget, #image-box-wrap.img-right > .panel-grid-cell:first-child .textwidget,
    #image-space-wrap.img-left .col-cols > .panel-grid-cell:last-child .textwidget, #image-space-wrap.img-right .col-cols > .panel-grid-cell:first-child .textwidget {
        display: table;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
    #image-box-wrap h3, #image-space-wrap h3 {
        margin-bottom: 20px;
    }
    #image-box-wrap .btn, #image-space-wrap .btn {
        margin-top: 1.5em;
    }

    #image-text-wrap.img-left.wide .col-cols > .panel-grid-cell:last-child > .widget_sow-editor, #image-text-wrap.img-right.wide .col-cols > .panel-grid-cell:first-child > .widget_sow-editor {
        padding-left: 1.5em !important;
        padding-right: 1.5em !important;
    }
    #image-text-wrap h3 {
        display: inline;
    }
    #image-text-wrap h3:before {
        top: 8px;
    }
    #image-text-wrap h3 + p {
        margin-top: 25px;
    }

    #billeder-block-wrap {
        padding-bottom: 5em !important;
        padding-top: 5em !important;
    }
    #billeder-block-wrap h2 {
        margin-bottom: 1.5em;
    }

    #text-col-wrap.slim .col-cols {
        padding-left: 3%;
        padding-right: 3%;
    }
    #text-col-wrap .col-cols > .panel-grid-cell {
        margin-bottom: 0 !important;
        width: calc(50% - 1 * 4em) !important;
    }

    #text-block-wrap .col-cols > .panel-grid-cell {
        width: calc(33.33% - 1 * 2.75em) !important;
    }
    #text-block-wrap.fit .col-cols > .panel-grid-cell {
        width: calc(33.33% - 1 * 3em) !important;
    }
    #text-block-wrap p + p {
        margin-top: 20px;
    }

    #simple-bg-wrap.fair p + p {
        margin-top: 10px;
    }

    #priser-full-wrap .priser {
        padding-left: 4%;
        padding-right: 4%;
    }
    #priser-full-wrap .priser > .panel-grid-cell > .so-panel:first-child {
        margin-bottom: 1.25em !important;
    }
    #priser-full-wrap h3 {
        padding-top: 15px;
    }

    #priser-table > .panel-layout > .panel-grid {
        padding: 15px 2.25em !important;
    }

    #check-col-wrap #check-item {
        padding-left: 5em !important;
    }

    #pjecer-image-box .col-cols > .panel-grid-cell:first-child {
        width: calc(25% - 1 * 1em) !important;
    }
    #pjecer-image-box .col-cols > .panel-grid-cell:last-child {
        width: calc(75% - 1 * 1em) !important;
    }

    #pjecer-col.img-left .panel-grid-cell > .so-panel:first-child, #pjecer-col.img-right .panel-grid-cell > .so-panel:last-child {
        width: calc(35% - 1 * 10px);
    }
    #pjecer-col.img-left .panel-grid-cell > .so-panel:last-child, #pjecer-col.img-right .panel-grid-cell > .so-panel:first-child {
        width: calc(65% - 1 * 10px);
    }

    #film-full-wrap {
        padding-bottom: 6.5em !important;
        padding-top: 6.75em !important;
    }

    #banner-text-wrap {
        font-size: 1.375rem;
        padding-bottom: 14px;
        padding-top: 12px;
    }

    #kunde-col-wrap {
        padding-bottom: 4.75em !important;
        padding-top: 4.75em !important;
    }

    #kontakt-form.kunde .holder {
        padding: 8em 15% 4.75em;
    }

    #kontakt-info-wrap .col-cols > .panel-grid-cell:first-child {
        padding-left: 10em;
    }
	.site-footer #footer-col-4 .col-cols > .panel-grid-cell:last-child {
    	padding-left: 32px;
	}
	.site-footer #footer-col-1 .widget_text {
		max-width: 72%;
	}
}

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

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

    .wrap {
        max-width: 1500px;
    }

    .site-header {
        height: 200px;
    }
    .site-header > .wrap {
        padding-top: 2.25em;
    }
    .site-header .site-branding {
        margin-top: -12px;
        width: 350px;
    }
    .site-header .header-contact {
        margin-bottom: 2.25em;
    }
    .site-header .main-navigation ul.menu > li > a > .sf-sub-indicator {
        margin-left: 10px;
    }
    .site-header .main-navigation ul.menu ul {
        padding-top: 25px;
    }

    .gsticky .site-header {
        height: 185px;
    }
    .gsticky .site-header .site-branding {
        margin-top: -11px;
    }
    .gsticky .site-header .header-contact {
        margin-bottom: 1.75em;
    }
    .gsticky .site-header .main-navigation ul.menu ul {
        padding-top: 26px;
    }

    .site-slider > #banner-text ul > li {
        background-size: 45px auto;
        font-size: 2.25rem;
        padding: 6px 5px 0 60px !important;
    }

    .site-footer .footer-wrap {
        padding-bottom: 4.5em;
        padding-top: 4.5em;
    }
    .site-footer .widget-title {
        margin-bottom: 15px;
    }
    .site-footer #footer-col-2 .col-cols > .panel-grid-cell:first-child {
        width: calc(45% - 1 * 10px) !important;
    }
    .site-footer #footer-col-2 .col-cols > .panel-grid-cell:last-child {
        width: calc(55% - 1 * 10px) !important;
    }
    .site-footer #footer-col-2 .panel-layout:last-child .col-cols > .panel-grid-cell:first-child:after {
        width: 325px;
    }
    .site-footer #footer-col-2 .panel-layout:last-child .col-cols > .panel-grid-cell:last-child:after {
        width: 405px;
    }
    .site-footer #footer-col-2 .textwidget > p label, .site-footer.col-4 #footer-col-3 .textwidget > p label {
        width: 75px;
    }
    .site-footer #footer-col-3 ._full .widget-title, site-footer #footer-col-4 ._full .widget-title {
        margin-bottom: 20px;
    }
    .site-footer #footer-col-2 {
        padding-right: 3em;
    }
    .site-footer #footer-col-1 .widget_text {
        margin-top: 2.75em;
        padding: 8px 10px 10px;
    }
    #copyright-wrapper {
        font-size: 0.9375rem;
        padding: 15px 0;
    }

    #page-title-wrap {
        padding-bottom: 4.5em !important;
        padding-top: 4.5em !important;
    }
    #page-title-wrap h1:after, #eteam-testimonial-widget .widget-title:after, .ornament h2:after {
        background-size: 45px auto;
        width: 60px;
    }
    #page-title-wrap h1:before, #eteam-testimonial-widget .widget-title:before, .ornament h2:before {
        width: 360px;
    }
    #page-title-wrap h2 {
        font-size: 1.875rem;
    }

    #image-col-wrap > .panel-grid-cell > .so-panel {
        height: 100%;
    }
    #image-col-wrap > .panel-grid-cell > .widget_sow-editor {
        padding: 4.5em 3em 4.75em !important;
    }
    #image-col-wrap h3, #priser-full-wrap h3 {
        font-size: 1.375rem;
    }

    #image-text-wrap.img-left .col-cols > .panel-grid-cell:last-child > .widget_sow-editor, #image-text-wrap.img-right .col-cols > .panel-grid-cell:first-child > .widget_sow-editor {
        padding: 1em 3em !important;
    }

    #image-box-wrap {
        -webkit-align-items: normal !important;
        align-items: normal !important;
    }
    #image-box-wrap.img-left > .panel-grid-cell:last-child, #image-box-wrap.img-right > .panel-grid-cell:first-child {
        padding: 4.25em 1em !important;
    }
    #image-box-wrap > .panel-grid-cell > .so-panel {
        height: 100%;
    }

    #image-space-wrap {
        padding-bottom: 4em !important;
        padding-top: 4em !important;
    }

    #featured-box-wrap > .panel-grid-cell > .widget_sow-editor {
        font-size: 1rem;
    }
    #featured-box-wrap h3 {
        font-size: 1.625rem;
    }

    #text-col-wrap.slim .col-cols {
        padding-left: 2%;
        padding-right: 2%;
    }
    #text-col-wrap .col-cols > .panel-grid-cell {
        width: calc(50% - 1 * 3em) !important;
    }

    #banner-text-wrap {
        padding-bottom: 16px;
        padding-top: 15px;
    }

    #film-full-wrap {
        padding-bottom: 6em !important;
        padding-top: 6em !important;
    }
    #film-full-wrap h4 {
        font-size: 2rem;
    }

    #check-col-wrap #check-item {
        background-position: 1.5em 3em;
        padding-left: 4.5em !important;
    }

    #profile-col-wrap .col-cols {
        padding-left: 2%;
        padding-right: 2%;
    }
    #profile-col-wrap.img-left .col-cols > .panel-grid-cell:last-child, #profile-col-wrap.img-right .col-cols > .panel-grid-cell:first-child {
        margin-top: 1.5em !important;
    }

    #pjecer-image-box .col-cols > .panel-grid-cell:first-child {
        width: calc(22% - 1 * 1em) !important;
    }
    #pjecer-image-box .col-cols > .panel-grid-cell:last-child {
        width: calc(78% - 1 * 1em) !important;
    }

    #simple-bg-wrap h5 {
        font-size: 1.75rem;
    }

    #fancy-image {
        padding-top: 15px;
    }
    .img-left #fancy-image {
        padding-left: 15px;
    }
    #fancy-image .sow-image-container img {
        bottom: 15px;
    }
    .img-left #fancy-image .sow-image-container img {
        right: 15px;
    }
    .img-right #fancy-image .sow-image-container img {
        left: 15px;
    }
    .img-left #fancy-image .sow-image-container:hover img {
        right: -15px;
    }
    .img-right #fancy-image .sow-image-container:hover img {
        left: -15px;
    }

    #kontakt-info-wrap .col-cols > .panel-grid-cell:first-child {
        padding-left: 8em;
    }
	.site-footer #footer-col-4 .col-cols > .panel-grid-cell:last-child {
    	padding-left: 18px;
	}
	.site-footer #footer-col-1 .widget_text {
        max-width: 75%;
    }
}

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

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

    .wrap {
        max-width: 1400px;
    }

    .txt-lg p {
        font-size: 1.125rem;
    }

    .site-header {
        height: 190px;
    }
    .site-header > .wrap {
        padding-top: 2em;
    }
    .site-header .site-branding {
        margin-top: -6px;
        width: 320px;
    }
    .site-header .header-contact {
        margin-bottom: 2em;
        width: 620px;
    }
    .site-header .header-contact .bedemand > .textwidget {
        font-size: 1.125rem;
        line-height: 1.65;
        width: 70%;
    }
    .site-header .header-contact .bedemand > a {
        padding-right: 8px;
        text-align: right;
        width: 30%;
    }
    .site-header .main-navigation .sf-menu ul, .site-header .main-navigation ul.menu ul a {
        width: 285px;
    }
    .site-header .main-navigation ul.menu ul {
        padding-top: 24px;
    }

    .gsticky .site-header {
        height: 175px;
    }
    .gsticky .site-header > .wrap {
        padding-top: 1.5em;
    }
    .gsticky .site-header .site-branding {
        margin-top: -6px;
    }
    .gsticky .site-header .header-contact {
        margin-bottom: 1.5em;
    }
    .gsticky .site-header .main-navigation ul.menu ul {
        padding-top: 25px;
    }

    .site-slider > #banner-text ul > li {
        font-size: 2.125rem;
    }

    .site-footer {
        font-size: 0.9375rem;
    }
    .site-footer .widget-title:after {
        top: 1px;
    }
    .site-footer #footer-col-2 .textwidget > p label, .site-footer.col-4 #footer-col-3 .textwidget > p label {
        width: 70px;
    }
    .site-footer #footer-col-2 .col-cols > .panel-grid-cell:first-child {
        width: calc(45% - 1 * 10px) !important;
    }
    .site-footer #footer-col-2 .col-cols > .panel-grid-cell:last-child {
        width: calc(55% - 1 * 10px) !important;
    }
    .site-footer #footer-col-2 .panel-layout:last-child .col-cols > .panel-grid-cell:first-child:after {
        width: 310px;
    }
    .site-footer #footer-col-2 .panel-layout:last-child .col-cols > .panel-grid-cell:last-child:after {
        width: 382px;
    }
    .site-footer #footer-col-3 .col-cols > .panel-grid-cell:first-child, .site-footer.col-4 #footer-col-4 .col-cols > .panel-grid-cell:first-child {
        width: calc(55% - 1 * 0px) !important;
    }
    .site-footer #footer-col-3 .col-cols > .panel-grid-cell:last-child, .site-footer.col-4 #footer-col-4 .col-cols > .panel-grid-cell:last-child {
        width: calc(45% - 1 * 0px) !important;
    }
    .site-footer #footer-col-3 .col-cols > .panel-grid-cell:last-child > .so-panel > a, .site-footer.col-4 #footer-col-4 .col-cols > .panel-grid-cell:last-child > .so-panel > a {
        border-radius: 10px;
    }
    .site-footer #footer-col-1 .widget_text {
        font-size: 13px;
    }

    #copyright-wrapper {
        font-size: 0.875rem;
        padding: 12px 0 16px;
    }
	.page-id-14  #copyright-wrapper,
	.page page-id-20 #copyright-wrapper {
        padding: 12px 0;
    }

    #page-title-wrap h1:after, #eteam-testimonial-widget .widget-title:after, .ornament h2:after {
        background-size: 40px auto;
        width: 55px;
    }
    #page-title-wrap h1:before, #eteam-testimonial-widget .widget-title:before, .ornament h2:before {
        width: 325px;
    }
    #page-title-wrap h2 {
        font-size: 1.75rem;
        margin-bottom: 15px;
    }

    #image-col-wrap {
        font-size: 1.063rem;
    }
    #image-col-wrap h3 {
        font-size: 1.25rem;
    }

    #image-text-wrap {
        padding-bottom: 4.25em !important;
        padding-top: 4.25em !important;
    }
    #image-text-wrap h3, #image-box-wrap h3, #image-space-wrap h3, #profile-col-wrap h3 {
        font-size: 1.625rem;
        padding-left: 25px;
    }
    #image-text-wrap h3:before, #image-box-wrap h3:before, #image-space-wrap h3:before, #profile-col-wrap h3:before {
        top: 6px;
        width: 14px;
    }
    #image-text-wrap h3 + p {
        margin-top: 15px;
    }
    #image-text-wrap .btn {
        margin-top: 10px;
    }
    #image-text-wrap .btn + .btn {
        margin-left: 10px;
    }

    #image-box-wrap h3:before, #image-space-wrap h3:before {
        left: -25px !important;
    }
    #image-box-wrap h3:before , #image-space-wrap h3:before {
        top: 2px;
    }

    #image-space-wrap .col-cols > .panel-grid-cell {
        width: calc(50% - 1 * 2em) !important;
    }

    #featured-box-wrap > .panel-grid-cell > .widget_sow-editor {
        padding: 3.5em 2em 3.25em !important;
    }
    #featured-box-wrap > .panel-grid-cell > .widget_sow-editor:after {
        height: 32px;
        width: 65px;
    }
    #featured-box-wrap > .panel-grid-cell:nth-child(odd) > .widget_sow-editor:after {
        top: -30px;
    }
    #featured-box-wrap > .panel-grid-cell:nth-child(even) > .widget_sow-editor:after {
        bottom: -30px;
    }

    #billeder-block-wrap {
        padding-bottom: 4em !important;
        padding-top: 4em !important;
    }
    #billeder-block-wrap h2 {
        margin-bottom: 1em;
        padding-bottom: 1.25em;
    }

    #text-full-wrap {
        padding-bottom: 5em !important;
        padding-top: 4.75em !important;
    }

    #text-col-wrap {
        padding-bottom: 4.25em !important;
        padding-top: 4em !important;
    }
    #text-col-wrap.slim .col-cols {
        padding-left: 0;
        padding-right: 0;
    }

    #simple-bg-wrap {
        padding-bottom: 2.5em !important;
        padding-top: 2.5em !important;
    }
    #simple-bg-wrap .textwidget {
        font-size: 1.25rem;
    }

    #profile-col-wrap {
        padding-bottom: 4.75em !important;
        padding-top: 4em !important;
    }
    #profile-col-wrap .col-cols {
        padding-left: 0;
        padding-right: 0;
    }
    #profile-col-wrap h3:before {
        top: 6px;
    }
    #profile-col-wrap h6 {
        margin-bottom: 15px;
    }
    #profile-col-wrap p + p {
        margin-top: 15px;
    }

    #priser-table h6 {
        font-size: 1.25rem;
    }
    #priser-table p > label {
        width: 35px;
    }

    #priseksempler-col-wrap {
        padding-bottom: 4.5em !important;
        padding-top: 4.5em !important;
    }
    #priseksempler-col-wrap .col-cols > .panel-grid-cell {
        width: calc(33.33% - 1 * 15px) !important;
    }
    #priseksempler-col-wrap .col-cols > .panel-grid-cell > .widget_siteorigin-panels-builder {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
    #priseksempler-col-wrap .price {
        font-size: 1.375rem;
    }
    #priseksempler-col-wrap h3 {
        margin-bottom: 35px;
        padding: 20px 5px;
    }
    #priseksempler-col-wrap h6 {
        margin-bottom: 20px;
    }
    #priseksempler-col-wrap ul {
        margin-bottom: 0;
        min-height: 235px;
        padding-left: 2em;
        padding-right: 2em;
    }
    #priseksempler-col-wrap ul > li {
        background-position: left 4px;
        background-size: 24px auto;
        padding: 2px 0 2px 35px;
    }

    #pjecer-image-box .col-cols > .panel-grid-cell:first-child .sow-image-container > a,
    #pjecer-image-box .col-cols > .panel-grid-cell:first-child .so-widget-image {
        width: 100%;
    }
    #pjecer-image-box .col-cols > .panel-grid-cell:first-child > .so-panel:first-child {
        margin-bottom: 15px !important;
    }
    #pjecer-image-box .btn-2 {
        margin-top: 0;
        max-width: 100%;
    }

    #pjecer-col-wrap {
        font-size: 1.063rem;
        padding-bottom: 4.75em !important;
        padding-top: 4.75em !important;
    }
    #pjecer-col.img-left .panel-grid-cell > .so-panel:last-child, #pjecer-col.img-right .panel-grid-cell > .so-panel:first-child {
        min-height: 390px;
    }
    #pjecer-col-wrap .ornament h2 {
        font-size: 1.75rem;
    }
    #pjecer-col p + p {
        margin-top: 15px;
    }

    #check-col-wrap #check-item {
        background-position: 1.5em 2.25em;
        padding: 2.25em 2em 2.5em 4.5em !important;
    }

    #film-full-wrap {
        padding-bottom: 4.5em !important;
        padding-top: 5em !important;
    }

    #bg-image-wrap {
        padding-bottom: 4.5em !important;
        padding-top: 4em !important;
    }

    #kontakt-info-wrap {
        padding-bottom: 3.5em !important;
        padding-top: 3.5em !important;
    }
    #kontakt-info-wrap .col-cols > .panel-grid-cell:first-child {
        padding-left: 4em;
    }
    #kontakt-info-wrap h3 {
        margin-bottom: 10px;
        padding-top: 15px;
    }

    .ornament h2 {
        margin-bottom: 1.75em;
        padding-bottom: 1.25em;
    }
	.site-footer #footer-col-4 .col-cols > .panel-grid-cell:last-child {
        padding-left: 0;
    }
	.site-footer #footer-col-4 .col-cols > .panel-grid-cell:first-child > .so-panel:last-child img {
    	max-width: 100% !important;
	}
	.site-footer #footer-col-2 {
        padding-right: 1em;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 1499px) {
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.875rem;
    }

    .wrap, #om-cookie-wrap .wrap {
        max-width: 1340px;
    }

    .btn {
        font-size: 1rem;
    }
    .btn-1 {
        background-size: 7px auto;
        font-size: 1.125rem;
        padding: 4px 20px 4px 0;
    }

    .bg-logo {
        background-size: 275px auto;
    }

    .site-header {
        height: 180px;
    }
    .site-header > .wrap {
        padding-top: 1.75em;
    }
    .site-header .site-branding {
        margin-top: -5px;
        width: 300px;
    }
    .site-header .header-contact {
        margin-bottom: 1.75em;
        width: 600px;
    }
    .site-header .header-contact .bedemand > .textwidget {
        font-size: 1.063rem;
        line-height: 1.5;
    }
    .site-header .main-navigation a {
        font-size: 17px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .site-header .main-navigation ul.menu ul {
        padding-top: 22px;
    }
    .site-header .main-navigation ul.menu ul a {
        font-size: 15px;
    }
    .site-header .main-navigation .sf-menu ul, .site-header .main-navigation ul.menu ul a {
        width: 270px;
    }

    .gsticky .site-header {
        height: 160px;
    }
    .gsticky .site-header > .wrap {
        padding-top: 1.25em;
    }
    .gsticky .site-header .header-contact {
        margin-bottom: 1.25em;
    }
    .gsticky .site-header .main-navigation ul.menu ul {
        padding-top: 18px;
    }

    .site-slider > #banner-text ul > li {
        background-size: 40px auto;
        font-size: 2rem;
        padding: 2px 0 0 50px !important;
    }
    .site-slider > #banner-text ul > li + li {
        margin-left: 12%;
    }

    .site-content {
        font-size: 1.063rem;
        line-height: 1.6;
    }

    .site-footer {
        font-size: 1rem;
    }
    .site-footer #footer-col-1 {
        max-width: 30%;
/*         padding-left: 2em; */
    }
    .site-footer #footer-col-2 {
/*         max-width: 70%; */
        padding-right: 2em;
		padding-left: 0;
		max-width: 17%;
    }
    .site-footer #footer-col-3 {
/*         margin-top: 3em;
        max-width: 100%;
        padding-left: 2em;
        padding-right: 2em; */
		max-width: 27%;
    }
	.site-footer #footer-col-4 {
    	width: 26% !important;
    	padding-left: 8px;
	}
	.site-footer #footer-col-3 .textwidget p label {
    	width: 70px;
	}
    .site-footer #footer-col-2 .textwidget > p label, .site-footer.col-4 #footer-col-3 .textwidget > p label {
        width: 85px;
    }
    .site-footer #footer-col-2 .col-cols > .panel-grid-cell:first-child,
    .site-footer #footer-col-2 .col-cols > .panel-grid-cell:last-child {
        width: calc(50% - 1 * 30px) !important;
    }
    .site-footer #footer-col-2 .panel-layout:last-child .col-cols > .panel-grid-cell:first-child:after,
    .site-footer #footer-col-2 .panel-layout:last-child .col-cols > .panel-grid-cell:last-child:after {
        width: 100%;
    }
    .site-footer #footer-col-3 .widget > .panel-layout {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    .site-footer #footer-col-3 .widget > .panel-layout > .panel-grid {
        width: calc(50% - 1 * 30px);
    }
    .site-footer #footer-col-1 .widget_text {
        font-size: 14px;
        max-width: 315px;
        padding: 8px 10px 10px;
    }

    .site-footer.col-4 #footer-col-1 {
        max-width: 24%;
        padding-left: 0;
    }
    .site-footer.col-4 #footer-col-2 {
        max-width: 18%;
    }
    .site-footer.col-4 #footer-col-3 {
        max-width: 30%;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .site-footer.col-4 #footer-col-4 {
        max-width: 28%;
    }
/*     .site-footer #footer-col-1 .widget_text {
        font-size: 14px;
        max-width: 280px;
        padding: 8px 10px 10px;
    } */

    #page-title-wrap {
        padding-bottom: 4em !important;
        padding-top: 3.5em !important;
    }
    #page-title-wrap h2 {
        font-size: 1.625rem;
    }

    #image-col-wrap > .panel-grid-cell > .widget_sow-editor {
        padding: 4.25em 2em 4.5em !important;
    }

    #image-text-wrap {
        padding-bottom: 4em !important;
        padding-top: 4em !important;
    }
    #image-text-wrap h3 {
        line-height: 1.45;
    }
    #image-text-wrap h3 + p {
        margin-top: 10px;
    }
    #image-text-wrap p + p {
        margin-top: 15px;
    }

    #featured-box-wrap > .panel-grid-cell > .so-panel {
        min-height: 400px;
    }
    #featured-box-wrap > .panel-grid-cell > .widget_sow-editor:after {
        height: 35px;
        width: 60px;
    }
    #featured-box-wrap p + p {
        margin-top: 15px;
    }

    #banner-text-wrap {
        font-size: 1.25rem;
    }

    #text-full-wrap {
        padding-bottom: 4.75em !important;
        padding-top: 4.25em !important;
    }

    #text-block-wrap {
        padding-bottom: 5em !important;
        padding-top: 4.5em !important;
    }
    #text-block-wrap .col-cols > .panel-grid-cell {
        width: calc(33.33% - 1 * 2em) !important;
    }

    #simple-bg-wrap {
        padding-bottom: 2.25em !important;
        padding-top: 2.25em !important;
    }
    #simple-bg-wrap .textwidget {
        font-size: 1.125rem;
    }
    #simple-bg-wrap h5 {
        font-size: 1.5rem;
    }

    #bg-image-wrap .btn {
        max-width: 245px;
    }

    #priser-full-wrap .priser {
        padding-left: 2%;
        padding-right: 2%;
    }
    #priser-full-wrap .priser > .panel-grid-cell > .so-panel:first-child {
        margin-bottom: 1em !important;
    }

    #priser-table h6 {
        font-size: 1.125rem;
    }

    #priseksempler-col-wrap .col-cols > .panel-grid-cell {
        width: calc(33.33% - 1 * 10px) !important;
    }
    #priseksempler-col-wrap ul > li {
        padding-left: 32px;
    }

    #pjecer-text-wrap .col-cols > .panel-grid-cell {
        width: calc(50% - 1 * 2em) !important;
    }
    #pjecer-text-wrap .col-cols > .panel-grid-cell:last-child {
        padding-right: 10px;
    }
    #pjecer-text-wrap #fancy-inmage {
        margin-top: 10px;
        width: 100%;
    }
    #pjecer-text-wrap #fancy-inmage .sow-image-container {
        top: -10px;
    }
    #pjecer-text-wrap.img-right #fancy-inmage .sow-image-container {
        left: 10px;
    }
    #pjecer-text-wrap.img-right #fancy-inmage .sow-image-container:hover {
        left: -10px;
    }

    #film-full-wrap > .panel-grid-cell > .so-panel:first-child {
        margin-bottom: 20px !important;
    }
    #film-full-wrap .so-widget-image {
        max-width: 85% !important;
    }
    #film-full-wrap h4 {
        font-size: 1.875rem;
    }

    .img-left #fancy-image {
        padding-left: 10px;
    }
    .img-right #fancy-image {
        padding-right: 10px;
    }
    #fancy-image .sow-image-container img {
        bottom: 10px;
    }
    .img-left #fancy-image .sow-image-container img {
        right: 10px;
    }
    .img-right #fancy-image .sow-image-container img {
        left: 10px;
    }
    .img-left #fancy-image .sow-image-container:hover img {
        right: -10px;
    }
    .img-right #fancy-image .sow-image-container:hover img {
        left: -10px;
    }

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

    .page-id-54 #page-title-wrap {
        padding-bottom: 2em !important;
    }
}

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

    .wrap, #om-cookie-wrap .wrap {
        max-width: 1280px;
    }

    .bg-logo-md {
        background-size: 480px auto;
    }

    .site-slider > #banner-text ul > li {
        font-size: 1.875rem;
    }

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

    .site-footer #footer-col-1 {
        max-width: 25%;
        padding-left: 0;
    }
    .site-footer #footer-col-2 {
        padding-right: 0;
        padding-left: 30px;
        max-width: 19%;
    }
    .site-footer #footer-col-3 {
        max-width: 30%;
    }
    .site-footer.col-4 #footer-col-4 {
        width: 26% !important;
        padding-left: 0;

    }
    .site-footer.col-4 #footer-col-1 .so-widget-image {
        max-width: 240px !important;
    }
    .site-footer.col-4 #footer-col-2 .textwidget > p label, .site-footer.col-4 #footer-col-3 .textwidget > p label {
        width: 75px;
    }

    #image-text-wrap.img-left .col-cols > .panel-grid-cell:last-child > .widget_sow-editor, #image-text-wrap.img-right .col-cols > .panel-grid-cell:first-child > .widget_sow-editor {
        padding: 1em 2em !important;
    }
    #image-text-wrap .sm-title h3:before {
        top: 4px;
    }
    #image-text-wrap .btn + .btn {
        margin-left: 5px;
    }

    #image-box-wrap h3, #image-space-wrap h3 {
        margin-bottom: 15px;
    }
    #image-box-wrap p > label, #image-space-wrap p > label {
        width: 80px;
    }
    #image-box-wrap .btn, #image-space-wrap .btn {
        margin-top: 1em;
        max-width: 210px;
    }

    #text-col-wrap .col-cols > .panel-grid-cell {
        width: calc(50% - 1 * 2.5em) !important;
    }

    #profile-col-wrap.img-left .col-cols > .panel-grid-cell:first-child, #profile-col-wrap.img-right .col-cols > .panel-grid-cell:last-child {
        width: calc(30% - 1 * 15px) !important;
    }
    #profile-col-wrap.img-left .col-cols > .panel-grid-cell:last-child, #profile-col-wrap.img-right .col-cols > .panel-grid-cell:first-child {
        width: calc(70% - 1 * 15px) !important;
    }
    #profile-col-wrap h3:before {
        top: 0;
    }

    #priseksempler-col-wrap .col-cols > .panel-grid-cell > .widget_siteorigin-panels-builder {
        padding-left: 1em;
        padding-right: 1em;
    }
    #priseksempler-col-wrap .price {
        font-size: 1.25rem;
    }
    #priseksempler-col-wrap h3 {
        font-size: 1.25rem;
        letter-spacing: 0.025rem;
    }
    #priseksempler-col-wrap ul {
        min-height: 220px;
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
    #priseksempler-col-wrap ul > li {
        padding-left: 30px;
    }

    #simple-bg-wrap, #simple-bg-wrap.fit {
        padding-bottom: 2em !important;
        padding-top: 2em !important;
    }
    #simple-bg-wrap .textwidget {
        font-size: 1.063rem;
    }
    #simple-bg-wrap ul > li {
        background-size: 30px auto;
        padding-left: 40px;
    }

    #check-col-wrap #check-item {
        min-height: 185px;
    }

    #banner-text-wrap {
        font-size: 1.125rem;
    }

    #film-full-wrap h4 {
        font-size: 1.75rem;
    }

    #kontakt-form.kunde .holder {
        padding: 8em 10% 4.75em;
    }

    .page-id-47 #page-title-wrap {
        padding-bottom: 3em !important;
    }
}

@media only screen and (max-width: 1360px) {
    h1 {
        font-size: 1.75rem;
    }
    h2 {
        font-size: 1.625rem;
    }

    blockquote p {
        font-size: 1.25rem;
    }

    .wrap, #om-cookie-wrap .wrap {
        max-width: 1240px;
    }

    .txt-lg p {
        font-size: 1.063rem;
    }

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

    .site-slider > #banner-text ul > li {
        background-size: 38px auto;
        font-size: 1.75rem;
    }

    .site-footer #footer-col-3 ._full {
        margin-bottom: 0 !important;
    }

    #page-title-wrap h2 {
        font-size: 1.5rem;
    }
    #page-title-wrap h1:before, #eteam-testimonial-widget .widget-title:before, .ornament h2:before {
        width: 285px;
    }

    #image-col-wrap {
        font-size: 1rem;
    }
    #image-col-wrap h3 {
        font-size: 1.125rem;
    }

    #image-text-wrap h3, #image-box-wrap h3, #image-space-wrap h3, #profile-col-wrap h3 {
        font-size: 1.5rem;
        padding-left: 20px;
    }
    #image-text-wrap h3:before, #image-box-wrap h3:before, #image-space-wrap h3:before, #profile-col-wrap h3:before {
        height: 25px;
        top: 6px;
        width: 12px;
    }
    #image-text-wrap .sm-title h3:before {
        top: 6px;
    }

    #image-space-wrap {
        padding-bottom: 3em !important;
        padding-top: 3em !important;
    }
    #image-space-wrap .col-cols > .panel-grid-cell {
        width: calc(50% - 1 * 0px) !important;
    }

    #image-box-wrap.img-left > .panel-grid-cell:last-child, #image-box-wrap.img-right > .panel-grid-cell:first-child {
        padding: 3.25em 1em 3.5em !important;
    }
    #image-box-wrap h3:before, #image-space-wrap h3:before {
        left: -20px !important;
        top: 3px;
    }

    #profile-col-wrap h3:before {
        top: 2px;
    }

    #simple-bg-wrap .textwidget {
        font-size: 1rem;
    }
    #simple-bg-wrap h5 {
        font-size: 1.375rem;
    }

    #pjecer-col-wrap {
        font-size: 1rem;
    }
    #pjecer-col-wrap .col-cols:before {
        top: 15.25em;
    }
    #pjecer-col-wrap .ornament h2 {
        font-size: 1.625rem;
    }

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

    #film-full-wrap h4 {
        font-size: 1.625rem;
    }

    #kontakt-form.kunde .row div + div {
        margin-top: 2.5em;
    }
	.site-footer #footer-col-1 .widget_text {
        max-width: 307px;
        padding: 8px 8px 10px;
    }
}

@media only screen and (max-width: 1279px) {
    .wrap, #om-cookie-wrap .wrap {
        max-width: 100%;
    }
    .wrap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .btn, .btn-2 {
        padding: 12px 5px 10px;
    }

    .site-header {
        height: 170px;
    }
    .site-header .site-branding {
        width: 280px;
    }
    .site-header .header-contact {
        margin-bottom: 1.25em;
        width: 575px;
    }
    .site-header .header-contact .bedemand > .textwidget {
        font-size: 1rem;
        line-height: 1.65;
    }
    .site-header .main-navigation a {
        padding-left: 2px;
        padding-right: 2px;
    }
    .site-header .main-navigation ul.menu ul {
        padding-top: 20px;
    }

    .gsticky .site-header {
        height: 155px;
    }
    .gsticky .site-header > .wrap {
        padding-top: 1em;
    }
    .gsticky .site-header .site-branding {
        margin-top: -2px;
    }
    .gsticky .site-header .header-contact {
        margin-bottom: 1em;
    }
    .gsticky .site-header .main-navigation ul.menu ul {
        padding-top: 21px;
    }

    .site-slider > #banner-text {
        bottom: 2.5em;
    }

    .site-footer #footer-col-2 .col-cols > .panel-grid-cell:first-child, .site-footer #footer-col-2 .col-cols > .panel-grid-cell:last-child {
        width: calc(50% - 1 * 20px) !important;
    }
    .site-footer #footer-col-2 .textwidget > p label, .site-footer.col-4 #footer-col-3 .textwidget > p label {
        width: 80px;
    }

    .site-footer.col-4 {
        font-size: 0.9375rem;
    }
    .site-footer.col-4 #footer-col-1 {
        max-width: 24%;
    }
    .site-footer.col-4 #footer-col-4 {
        max-width: 30%;
    }
    .site-footer.col-4 #footer-col-1 .widget_text {
        font-size: 13px;
        max-width: 250px;
    }
    .site-footer.col-4 #footer-col-2 .textwidget > p label, .site-footer.col-4 #footer-col-3 .textwidget > p label {
        width: 70px;
    }
    .site-footer.col-4 #footer-col-4 .col-cols > .panel-grid-cell:last-child > .so-panel > a {
        border-radius: 8px;
    }

    #featured-box-wrap > .panel-grid-cell > .so-panel {
        min-height: 350px;
    }
    #featured-box-wrap > .panel-grid-cell > .widget_sow-editor {
        padding: 3em 1em 3.25em !important;
    }
    #featured-box-wrap h3 {
        font-size: 1.5rem;
    }

    #image-text-wrap.img-left .col-cols > .panel-grid-cell:last-child > .widget_sow-editor, #image-text-wrap.img-right .col-cols > .panel-grid-cell:first-child > .widget_sow-editor {
        padding: 1em 1em !important;
    }
    #image-text-wrap .btn {
        max-width: 200px;
    }

    #text-col-wrap .col-cols > .panel-grid-cell {
        width: calc(50% - 1 * 2em) !important;
    }

    #text-block-wrap.fit .col-cols > .panel-grid-cell {
        width: calc(33.33% - 1 * 2em) !important;
    }

    #simple-bg-wrap.fair {
        padding-bottom: 2.5em !important;
        padding-top: 2.5em !important;
    }

    #profile-col-wrap.img-left .col-cols > .panel-grid-cell:first-child, #profile-col-wrap.img-right .col-cols > .panel-grid-cell:last-child {
        width: calc(32% - 1 * 20px) !important;
    }
    #profile-col-wrap.img-left .col-cols > .panel-grid-cell:last-child, #profile-col-wrap.img-right .col-cols > .panel-grid-cell:first-child {
        width: calc(68% - 1 * 20px) !important;
    }
    #profile-col-wrap h6 > br {
        display: none;
    }

    #priser-full-wrap {
        padding-bottom: 4.75em !important;
        padding-top: 4.75em !important;
    }
    #priser-full-wrap .priser {
        padding-left: 0;
        padding-right: 0;
    }

    #priser-table > .panel-layout > .panel-grid {
        padding: 14px 1.25em !important;
    }

    #kontakt-info-wrap .col-cols > .panel-grid-cell:first-child {
        padding-left: 3em;
        width: calc(72% - 1 * 15px) !important;
    }
    #kontakt-info-wrap .col-cols > .panel-grid-cell:last-child {
        width: calc(28% - 1 * 15px) !important;
    }

    #kontakt-form.kunde {
        max-width: 90%;
    }
    #kontakt-form.kunde .holder {
        padding: 8em 8% 4.75em;
    }
    
    body .siteorigin-panels-stretch {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
	.site-footer #footer-col-1 {
        max-width: 100%;
    }
	.site-footer #footer-col-1 > .widget_sow-image .sow-image-container {
		justify-content: center;
	}
	.site-footer #footer-col-1 .widget_text {
		max-width: 380px;
		text-align: center;
        display: table;
        margin: 30px auto 40px;
		font-size: 15px;
	}
	.site-footer #footer-col-2 {
        padding-left: 50px;
        max-width: 27%;
    }
	.site-footer #footer-col-3 {
        max-width: 34%;
    }
	.site-footer #footer-col-4 {
        width: 35% !important;
        padding-left: 0;
    }
	.site-footer #footer-col-4 .col-cols > .panel-grid-cell:last-child {
        padding-left: 18px;
    }
}

@media only screen and (max-width: 1199px) {
    .bg-logo-red {
        background-size: 380px auto;
    }

    .site-header {
        /*background-color: #fff;*/
        border-top: 0;
        height: 150px;
    }
    .site-header > .wrap {
        padding-top: 1em;
    }
    .site-header .site-branding {
        margin-top: 0;
        width: 275px;
    }
    .site-header .header-right {
        margin-top: 30px;
        margin-right: 9.5em;
        width: auto;
    }
    .site-header .header-contact {
        margin-bottom: 0;
        width: 525px;
    }
    .site-header .header-contact .bedemand > .textwidget {
        width: 62%;
    }
    .site-header .header-contact .bedemand > a {
        padding-right: 0;
        width: 38%;
    }
    .site-header #header-nav-wrap {
        display: none;
    }
    .site-header .hmenu-wrapper {
        display: flex;
        align-items: center;
    }
    .site-header .hmenu-wrapper label {
        display: none;
    }

    .gsticky .site-header {
        height: 135px;
    }
    .gsticky .site-header > .wrap {
        padding-top: 8px;
    }
    .gsticky .site-header .site-branding {
        margin-top: 0;
    }
    .gsticky .site-header .header-contact {
        margin-bottom: 0;
    }

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

    .site-footer {
        font-size: 0.9375rem;
    }
    .site-footer .widget-title {
        padding-left: 15px;
    }
    .site-footer #footer-col-1 .widget_text {
/*         font-size: 13px;
        max-width: 250px; */
    }
    .site-footer #footer-col-2 .col-cols > .panel-grid-cell:first-child {
        width: calc(45% - 1 * 30px) !important;
    }
    .site-footer #footer-col-2 .col-cols > .panel-grid-cell:last-child {
        width: calc(55% - 1 * 30px) !important;
    }
    .site-footer #footer-col-2 .textwidget > p label {
        width: 70px;
    }

    .site-footer.col-4 .footer-wrap {
        padding-bottom: 4.5em;
        padding-top: 4.25em;
    }
    .site-footer.col-4 #footer-col-1 .so-widget-image {
        max-width: 230px !important;
    }
    .site-footer.col-4 #footer-col-1 .widget_text {
        font-size: 13px;
        line-height: 1.65;
        max-width: 240px;
        padding: 8px 5px;
    }
    .site-footer.col-4 #footer-col-2 .textwidget > p label, .site-footer.col-4 #footer-col-3 .textwidget > p label {
        width: 65px;
    }
    .site-footer.col-4 #footer-col-4 .col-cols > .panel-grid-cell:first-child {
        width: calc(55% - 1 * 10px) !important;
    }
    .site-footer.col-4 #footer-col-4 .col-cols > .panel-grid-cell:last-child {
        width: calc(45% - 1 * 10px) !important;
    }

    #page-title-wrap.no-btm {
        padding-bottom: 3.25em !important;
    }
    #page-title-wrap h1:after, #eteam-testimonial-widget .widget-title:after, .ornament h2:after {
        background-size: 35px auto;
        width: 50px;
    }

    #simple-title-wrap {
        padding-top: 4.5em !important;
    }

    #image-col-wrap > .panel-grid-cell > .widget_sow-editor {
        padding: 3.75em 1.5em 3.5em !important;
    }

    #featured-box-wrap > .panel-grid-cell {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: calc(100% - 1 * 0px) !important;
    }
    #featured-box-wrap > .panel-grid-cell > .so-panel {
        height: 100%;
        min-height: 0;
        width: 50%;
    }
    #featured-box-wrap > .panel-grid-cell > .widget_sow-editor {
        padding: 3.25em 2.5em 3.15em !important;
    }
    #featured-box-wrap > .panel-grid-cell > .widget_sow-editor:after {
        bottom: 0;
        margin: auto 0;
        top: 0;
    }
    #featured-box-wrap > .panel-grid-cell:nth-child(odd) > .widget_sow-editor:after {
        left: -40px;
        right: initial;
        transform: rotate(90deg);
        top: 0;
    }
    #featured-box-wrap > .panel-grid-cell:nth-child(even) > .widget_sow-editor:after {
        bottom: 0;
        left: initial;
        transform: rotate(270deg);
        right: -40px;
    }

    #image-text-wrap .btn {
        max-width: 185px;
    }

    #image-box-wrap h3, #image-space-wrap h3 {
        font-size: 1.375rem;
    }
    #image-box-wrap h3:before, #image-space-wrap h3:before {
        left: -18px !important;
        top: 2px;
    }
    #image-box-wrap p > label, #image-space-wrap p > label {
        width: 75px;
    }

    #billeder-block-wrap {
        padding-bottom: 3.25em !important;
        padding-top: 4em !important;
    }

    #text-block-wrap .col-cols > .panel-grid-cell, #text-block-wrap.fit .col-cols > .panel-grid-cell {
        width: calc(100% - 1 * 0px) !important;
    }
    #text-block-wrap .col-cols > .panel-grid-cell:first-child,
    #text-block-wrap .col-cols > .panel-grid-cell:nth-child(2) {
        margin-bottom: 2em !important;
    }

    #profile-col-wrap.img-left .col-cols > .panel-grid-cell:first-child, #profile-col-wrap.img-right .col-cols > .panel-grid-cell:last-child {
        width: calc(32% - 1 * 15px) !important;
    }
    #profile-col-wrap.img-left .col-cols > .panel-grid-cell:last-child, #profile-col-wrap.img-right .col-cols > .panel-grid-cell:first-child {
        width: calc(68% - 1 * 15px) !important;
    }

    #priser-table .col-cols > .panel-grid-cell:first-child {
        width: calc(25% - 1 * 10px) !important;
    }
    #priser-table .col-cols > .panel-grid-cell:nth-child(2) {
        width: calc(55% - 1 * 10px) !important;
    }
    #priser-table .incol > .panel-grid-cell:last-child, #priser-table .col-cols > .panel-grid-cell:last-child {
        width: calc(18% - 1 * 10px) !important;
    }

    #priseksempler-col-wrap .col-cols > .panel-grid-cell {
        width: calc(50% - 1 * 10px) !important;
    }
    #priseksempler-col-wrap .col-cols > .panel-grid-cell:last-child {
        margin-top: 20px !important;
        width: calc(100% - 1 * 0px) !important;
    }
    #priseksempler-col-wrap .col-cols > .panel-grid-cell:last-child ul {
        clear: both;
        display: table;
        margin-left: auto;
        margin-right: auto;
        min-height: 0;
        width: auto;
    }

    #pjecer-image-box {
        padding-bottom: 4.75em !important;
        padding-top: 4.25em !important;
    }
    #pjecer-image-box .col-cols > .panel-grid-cell:first-child {
        width: calc(25% - 1 * 1em) !important;
    }
    #pjecer-image-box .col-cols > .panel-grid-cell:last-child {
        width: calc(75% - 1 * 1em) !important;
    }

    #pjecer-col-wrap {
        text-align: center;
    }
    #pjecer-col-wrap .col-cols > .panel-grid-cell {
        width: calc(50% - 1 * 2.5em) !important;
    }
    #pjecer-col.img-right .panel-grid-cell {
        flex-direction: column-reverse !important;
    }
    #pjecer-col.img-left .panel-grid-cell > .so-panel:last-child, #pjecer-col.img-right .panel-grid-cell > .so-panel:first-child,
    #pjecer-col.img-left .panel-grid-cell > .so-panel:first-child, #pjecer-col.img-right .panel-grid-cell > .so-panel:last-child {
        width: calc(100% - 1 * 0px);
    }
    #pjecer-col.img-left .panel-grid-cell > .so-panel:first-child, #pjecer-col.img-right .panel-grid-cell > .so-panel:last-child {
        margin-bottom: 3em !important;
    }
    #pjecer-col.img-left .panel-grid-cell > .so-panel:last-child, #pjecer-col.img-right .panel-grid-cell > .so-panel:first-child {
        min-height: 320px;
    }
    #pjecer-col-wrap .col-cols > .panel-grid-cell:first-child .ornament {
        padding-right: 0;
    }
    #pjecer-col-wrap .col-cols > .panel-grid-cell:last-child .ornament {
        padding-left: 0;
    }

    #check-col-wrap.col-3 > .panel-grid-cell > .so-panel {
        width: calc(50% - 1 * 0px);
    }
    #check-col-wrap > .panel-grid-cell > .so-panel:nth-child(4) #check-item,
    #check-col-wrap > .panel-grid-cell > .so-panel:nth-child(8) #check-item,
    #check-col-wrap > .panel-grid-cell > .so-panel:nth-child(9) #check-item,
    #check-col-wrap > .panel-grid-cell > .so-panel:nth-child(12) #check-item {
        background-color: #F2F2F2;
    }
    #check-col-wrap > .panel-grid-cell > .so-panel:nth-child(3) #check-item,
    #check-col-wrap > .panel-grid-cell > .so-panel:nth-child(7) #check-item,
    #check-col-wrap > .panel-grid-cell > .so-panel:nth-child(10) #check-item,
    #check-col-wrap > .panel-grid-cell > .so-panel:nth-child(11) #check-item {
        background-color: #F8F8F8;
    }
    #check-col-wrap #check-item {
        min-height: 180px;
    }

    #banner-text-wrap {
        font-size: 1.063rem;
    }

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

    #kontakt-info-wrap .col-cols > .panel-grid-cell:first-child {
        padding-left: 2em;
        width: calc(76% - 1 * 15px) !important;
    }
    #kontakt-info-wrap .col-cols > .panel-grid-cell:last-child {
        width: calc(24% - 1 * 15px) !important;
    }

    #kontakt-form.kunde {
        max-width: 96%;
    }
    #kontakt-form.kunde .holder {
        padding: 8em 5% 4.75em;
    }

    .page-id-22 #page-title-wrap {
        padding-bottom: 3em !important;
    }
}

@media only screen and (max-width: 1099px) {
    .site-header {
        height: 135px;
    }
    .site-header .site-branding {
        width: 240px;
    }
    .site-header .header-right {
        margin-top: 22px;
        margin-right: 8.75em;
    }

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

    /*.site-slider {
        margin-top: 130px;
    }*/

    .site-footer .footer-col ul li + li {
        margin-top: 6px;
    }
/*     .site-footer #footer-col-1 {
        max-width: 26%;
    }
    .site-footer #footer-col-2 {
        max-width: 74%;
    }
    .site-footer #footer-col-2 .col-cols > .panel-grid-cell:first-child {
        width: calc(45% - 1 * 15px) !important;
    }
    .site-footer #footer-col-2 .col-cols > .panel-grid-cell:last-child {
        width: calc(55% - 1 * 15px) !important;
    }

    .site-footer.col-4 #footer-col-1 {
        margin-bottom: 4em;
        max-width: 100%;
        text-align: center;
    }
    .site-footer.col-4 #footer-col-2 {
        max-width: 24%;
    }
    .site-footer.col-4 #footer-col-3 {
        max-width: 37%;
    }
    .site-footer.col-4 #footer-col-4 {
        max-width: 39%;
    }
    .site-footer.col-4 #footer-col-1 .sow-image-container {
        justify-content: center !important;
    }
    .site-footer.col-4 #footer-col-1 .so-widget-image {
        max-width: 250px !important;
    }
    .site-footer.col-4 #footer-col-1 .widget_text {
        font-size: 14px;
        margin-top: 2em;
        max-width: 350px;
        padding: 10px 5px;
    }
    .site-footer.col-4 #footer-col-2 .textwidget > p label, .site-footer.col-4 #footer-col-3 .textwidget > p label {
        width: 80px;
    } */

    #resp-sidebar #mobile-navigation li > a {
        font-size: 0.9375rem;
        font-weight: 600;
        padding-left: 36px;
    }
    #resp-sidebar #mobile-navigation li.menu-item-has-children .caret {
        height: 46px;
    }
    #resp-sidebar .contact-sidebar .box {
        padding-left: 12px;
    }
    #resp-sidebar .contact-sidebar .email a {
        font-size: 1.063rem;
        font-weight: 600;
    }

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

    #image-col-wrap h3 {
        font-size: 1.063rem;
    }

    #image-text-wrap.img-left .col-cols {
        flex-direction: column-reverse !important;
    }
    #image-text-wrap .col-cols > .panel-grid-cell {
        width: calc(100% - 1 * 0px) !important;
    }
    #image-text-wrap.img-left .col-cols > .panel-grid-cell:last-child > .widget_sow-editor, #image-text-wrap.img-right .col-cols > .panel-grid-cell:first-child > .widget_sow-editor {
        padding: 0 2% !important;
    }
    #image-text-wrap.img-left .col-cols > .panel-grid-cell:last-child, #image-text-wrap.img-right .col-cols > .panel-grid-cell:first-child {
        margin-bottom: 4.25em !important;
    }

    #image-box-wrap h3, #image-space-wrap h3 {
        font-size: 1.25rem;
    }
    #image-box-wrap h3:before, #image-space-wrap h3:before {
        top: 1px;
    }

    #text-col-wrap {
        padding-bottom: 4.5em !important;
        padding-top: 4.25em !important;
        text-align: center;
    }
    #text-col-wrap .col-cols, #text-col-wrap.slim .col-cols {
        padding-left: 2%;
        padding-right: 2%;
    }
    #text-col-wrap .col-cols > .panel-grid-cell {
        width: calc(100% - 1 * 0px) !important;
    }
    #text-col-wrap .col-cols > .panel-grid-cell:first-child {
        margin-bottom: 1em !important;
    }

    #priser-full-wrap .wrap.last > .panel-layout > .panel-grid:last-child {
        margin-top: 2em !important;
    }

    #priser-table .col-cols > .panel-grid-cell:first-child {
        width: calc(22% - 1 * 10px) !important;
    }
    #priser-table .col-cols > .panel-grid-cell:nth-child(2) {
        font-size: 0.9375rem;
        width: calc(58% - 1 * 10px) !important;
    }
    #priser-table .incol > .panel-grid-cell:last-child, #priser-table .col-cols > .panel-grid-cell:last-child {
        width: calc(20% - 1 * 10px) !important;
    }
    #priser-table .incol > .panel-grid-cell:first-child {
        width: calc(80% - 1 * 10px) !important;
    }
    #priser-table h6 {
        font-size: 1rem;
    }

    #pjecer-text-wrap .col-cols > .panel-grid-cell {
        width: calc(50% - 1 * 1em) !important;
    }
    #pjecer-text-wrap p > br {
        display: none;
    }

    .img-left #fancy-image, .img-right #fancy-image {
        float: none;
    }

    #simple-bg-wrap h5 {
        font-size: 1.25rem;
    }

    #bg-image-wrap h2 {
        padding-left: 5%;
        padding-right: 5%;
    }

    .ornament h2 {
        line-height: 1.5;
    }

    #kontakt-form.kunde {
        font-size: 1rem;
    }
    #kontakt-form.kunde .holder {
        padding: 7em 4% 4.5em;
    }
    #kontakt-form.kunde .row.btm-row {
        margin-top: 2em;
    }

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

    #pg-16-7 .ornament h2 {
        margin-bottom: 3em;
    }
	.site-footer #footer-col-2 {
        padding-left: 15px;
        max-width: 25%;
    }
	.site-footer #footer-col-3 {
        max-width: 39%;
    }
	.site-footer #footer-col-4 > #siteorigin-panels-builder-5 > .panel-layout > .panel-grid:last-child {
    	margin-top: 30px;
	}
}

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

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

@media only screen and (max-width: 1023px) {
    .site-header {
        height: 125px;
    }
    .site-header .site-branding {
        width: 225px;
    }
    .site-header .header-right {
        margin-top: 18px;
        margin-right: 8em;
    }
    .site-header .hmenu-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

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

    /*.site-slider {
        margin-top: 125px;
    }*/

    .site-footer {
        font-size: 1rem;
    }
    .site-footer .footer-wrap {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 4em;
        padding-top: 4.25em;
    }
/*     .site-footer #footer-col-1, .site-footer #footer-col-3 {
        margin-top: 4.25em;
        max-width: 50%;
    }
    .site-footer #footer-col-1 {
        order: 2;
    }
    .site-footer #footer-col-2 {
        order: 1;
        max-width: 100%;
    } */
/*     .site-footer #footer-col-3 {
        order: 3;
    }
    .site-footer #footer-col-2 .col-cols > .panel-grid-cell:first-child {
        width: calc(46% - 1 * 35px) !important;
    }
    .site-footer #footer-col-2 .col-cols > .panel-grid-cell:last-child {
        width: calc(54% - 1 * 35px) !important;
    }
    .site-footer #footer-col-3 .widget > .panel-layout > .panel-grid {
        width: calc(100% - 1 * 0px);
    }
    .site-footer #footer-col-3 .widget > .panel-layout > .panel-grid:first-child {
        margin-bottom: 3em !important;
    }
    .site-footer #footer-col-2 .panel-layout > .panel-grid:last-child .col-cols > .panel-grid-cell {
        margin-top: 2em !important;
        padding-top: 2em !important;
    }
    .site-footer #footer-col-2 .textwidget > p label {
        width: 85px;
    }
    .site-footer #footer-col-1 .widget_text {
        font-size: 15px;
        padding: 10px 20px;
        max-width: 320px;
    }

    .site-footer.col-4 .footer-wrap {
        display: inline-block;
    }
    .site-footer.col-4 #footer-col-1 {
        margin-top: 0;
    } */

    #page-title-wrap h1 {
        padding-bottom: 1.25em;
    }

    #featured-box-wrap > .panel-grid-cell > .widget_sow-editor {
        padding: 3em 1.75em 2.75em !important;
    }

    #image-box-wrap.with-boxshadow {
        z-index: 9;
    }
    #image-box-wrap > .panel-grid-cell {
        width: calc(100% - 1 * 0px) !important;
    }
    #image-box-wrap.img-left > .panel-grid-cell:last-child .textwidget, #image-box-wrap.img-right > .panel-grid-cell:first-child .textwidget,
    #image-space-wrap.img-left .col-cols > .panel-grid-cell:last-child .textwidget, #image-space-wrap.img-right .col-cols > .panel-grid-cell:first-child .textwidget {
        padding-left: 25px;
    }
    #image-box-wrap.img-left > .panel-grid-cell:last-child, #image-box-wrap.img-right > .panel-grid-cell:first-child,
    #image-space-wrap.img-left .col-cols > .panel-grid-cell:last-child, #image-space-wrap.img-right .col-cols > .panel-grid-cell:first-child {
        padding: 3.75em 1em 4em !important;
    }
    #image-box-wrap .bg-image .sow-image-container {
        background-position: top center;
    }
    #image-box-wrap .bg-image .so-widget-image {
        max-width: 60% !important;
    }
    #image-box-wrap h3, #image-space-wrap h3 {
        font-size: 1.625rem;
    }
    #image-box-wrap h3:before, #image-space-wrap h3:before {
        left: -25px !important;
        top: 5px;
    }
    #image-box-wrap p > label, #image-space-wrap p > label {
        width: 90px;
    }

    #image-space-wrap {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    #image-space-wrap .wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #image-space-wrap.img-right .col-cols {
        flex-direction: column-reverse !important;
    }
    #image-space-wrap .col-cols > .panel-grid-cell {
        width: calc(100% - 1 * 0px) !important;
    }

    #text-col-wrap .col-cols, #text-col-wrap.slim .col-cols {
        padding-left: 0;
        padding-right: 0;
    }

    #priser-full-wrap {
        padding-bottom: 4.25em !important;
        padding-top: 4.25em !important;
    }
    #priser-full-wrap .wrap > .panel-layout > .panel-grid + .panel-grid {
        margin-top: 4.5em !important;
    }
    #priser-full-wrap h3 {
        padding-top: 10px;
    }

    #pjecer-text-wrap .col-cols > .panel-grid-cell {
        width: calc(100% - 1 * 0px) !important;
    }
    #pjecer-text-wrap .col-cols > .panel-grid-cell:first-child {
        margin-bottom: 5em !important;
    }
    #pjecer-text-wrap.img-right #fancy-inmage {
        float: none;
        margin: 0 auto;
        max-width: 700px;
    }
    #pjecer-text-wrap .btn {
        margin-top: 10px;
    }

    #pjecer-col-wrap {
        padding-bottom: 4.5em !important;
        padding-top: 4.25em !important;
    }
    #pjecer-col.img-left .panel-grid-cell > .so-panel:first-child, #pjecer-col.img-right .panel-grid-cell > .so-panel:last-child {
        margin-bottom: 2.5em !important;
    }
    #pjecer-col.img-left .panel-grid-cell > .so-panel:last-child, #pjecer-col.img-right .panel-grid-cell > .so-panel:first-child {
        min-height: 350px;
    }
    #pjecer-col-wrap .ornament h2 {
        font-size: 1.5rem;
    }

    #profile-col-wrap {
        text-align: center;
    }
    #profile-col-wrap ._full {
        font-size: 1.063rem;
        margin-bottom: 2em !important;
    }
    #profile-col-wrap.img-right .col-cols {
        flex-direction: column-reverse !important;
    }
    #profile-col-wrap.img-left .col-cols > .panel-grid-cell:first-child, #profile-col-wrap.img-right .col-cols > .panel-grid-cell:last-child,
    #profile-col-wrap.img-left .col-cols > .panel-grid-cell:last-child, #profile-col-wrap.img-right .col-cols > .panel-grid-cell:first-child {
        width: calc(100% - 1 * 0px) !important;
    }
    #profile-col-wrap.img-left .col-cols > .panel-grid-cell:first-child, #profile-col-wrap.img-right .col-cols > .panel-grid-cell:last-child {
        margin-bottom: 2em !important;
    }
    #profile-col-wrap h3 {
        font-size: 1.625rem;
        padding-left: 22px;
    }
    #profile-col-wrap h3:before {
        top: 3px;
    }

    #check-col-wrap #check-item {
        background-position: 1.5em 2.25em;
        padding: 2.25em 1.5em 2.5em 4.5em !important;
    }

    #film-full-wrap {
        padding-bottom: 3.75em !important;
        padding-top: 4.25em !important;
    }
    #film-full-wrap > .panel-grid-cell > .so-panel:first-child {
        margin-bottom: 15px !important;
    }

    #kontakt-info-wrap .col-cols > .panel-grid-cell:first-child {
        padding-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .btn-2 {
        font-size: 1rem;
    }

    .site-header, .gsticky .site-header {
        height: 120px;
    }
    .site-header > .wrap, .gsticky .site-header > .wrap {
        padding-top: 15px;
    }
    .site-header .site-branding {
        width: 210px;
    }
    .site-header .header-right {
        margin-top: 20px;
        margin-right: 120px;
    }
    .site-header .header-contact {
        width: 460px;
    }
    .site-header .header-contact .bedemand > .textwidget {
        font-size: 0.9375rem;
        line-height: 1.6;
        width: 72%;
    }
    .site-header .header-contact .bedemand > a {
        width: 28%;
    }

    /*.site-slider {
        margin-top: 120px;
    }*/
    .site-slider > #banner-text ul > li {
        background-size: 35px auto;
        font-size: 1.625rem;
        padding-left: 42px !important;
    }

    .site-content {
        line-height: 1.7;
    }

    #page-title-wrap h1 {
        line-height: 1.5;
        padding-bottom: 1em;
    }

    #image-col-wrap.img-left {
        flex-direction: column-reverse !important;
    }
    #image-col-wrap > .panel-grid-cell {
        width: calc(100% - 1 * 0px);
    }
    #image-col-wrap > .panel-grid-cell > .widget_sow-editor {
        padding: 4.75em 10px 4.5em !important;
    }
    #image-col-wrap h3 {
        font-size: 1.25rem;
        line-height: 1.5;
    }

    #priser-table .col-cols > .panel-grid-cell:first-child {
        width: calc(22% - 1 * 0px) !important;
    }
    #priser-table .col-cols > .panel-grid-cell:nth-child(2) {
        width: calc(58% - 1 * 0px) !important;
    }
    #priser-table .incol > .panel-grid-cell:last-child, #priser-table .col-cols > .panel-grid-cell:last-child {
        width: calc(20% - 1 * 0px) !important;
    }
    #priser-table > .panel-layout > .panel-grid {
        padding: 14px 1em !important;
    }
    #priser-table p > label {
        width: 25px;
    }

    #priseksempler-col-wrap .col-cols > .panel-grid-cell {
        width: calc(50% - 1 * 5px) !important;
    }
    #priseksempler-col-wrap .col-cols > .panel-grid-cell:last-child {
        margin-top: 10px !important;
    }
    #priseksempler-col-wrap .col-cols > .panel-grid-cell:hover {
        box-shadow: 0 5px 5px rgb(0 0 0 / 16%);
        top: 0;
    }
    #priseksempler-col-wrap .price {
        font-size: 1.125rem;
        padding: 20px 5px !important;
    }

    #pjecer-image-box {
        padding-bottom: 4.5em !important;
        padding-top: 4em !important;
    }
    #pjecer-image-box .col-cols > .panel-grid-cell:first-child {
        width: calc(30% - 1 * 10px) !important;
    }
    #pjecer-image-box .col-cols > .panel-grid-cell:last-child {
        width: calc(70% - 1 * 10px) !important;
    }

    #pjecer-col-wrap .col-cols > .panel-grid-cell {
        width: calc(50% - 1 * 1.75em) !important;
    }
    #pjecer-col.img-left .panel-grid-cell > .so-panel:last-child, #pjecer-col.img-right .panel-grid-cell > .so-panel:first-child {
        min-height: 380px;
    }
    #pjecer-col-wrap .ornament h2 {
        font-size: 1.375rem;
    }

    #kontakt-info-wrap .col-cols > .panel-grid-cell:first-child {
        padding-left: 2em;
        width: calc(70% - 1 * 15px) !important;
    }
    #kontakt-info-wrap .col-cols > .panel-grid-cell:last-child {
        width: calc(30% - 1 * 15px) !important;
    }
    #kontakt-info-wrap h3 {
        padding-top: 10px;
    }

    .page-id-47 #page-title-wrap {
        padding-bottom: 2em !important;
    }
	.site-footer {
        font-size: 15px;
    }
	 .site-footer #footer-col-2 {
        padding-left: 0;
        max-width: 24%;
    }
	.site-footer #footer-col-3 {
      	max-width: 41%;
    }
}

@media only screen and (max-width: 899px) {
    h1 {
        font-size: 1.625rem;
    }
    h2 {
        font-size: 1.5rem;
    }

    .site-header, .gsticky .site-header {
        height: 115px;
    }
    .site-header .site-branding {
        width: 200px;
    }
    .site-header .header-right {
        margin-right: 100px;
    }
    .site-header .header-contact {
        width: 420px;
    }
    .site-header .header-contact .bedemand > .textwidget {
        font-size: 0.875rem;
    }
    .site-header .hmenu-wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }

    /*.site-slider {
        margin-top: 110px;
    }*/
    .site-slider > #banner-text ul > li + li {
        margin-left: 10%;
    }

    .site-footer {
        font-size: 0.9375rem;
    }
/*     .site-footer #footer-col-1 {
        max-width: 49%;
    }
    .site-footer #footer-col-3 {
        max-width: 51%;
    }
    .site-footer #footer-col-2 .col-cols > .panel-grid-cell:first-child {
        width: calc(46% - 1 * 20px) !important;
    }
    .site-footer #footer-col-2 .col-cols > .panel-grid-cell:last-child {
        width: calc(54% - 1 * 20px) !important;
    }
    .site-footer #footer-col-2 .textwidget > p label {
        width: 75px;
    }
    .site-footer #footer-col-1 .widget_text {
        font-size: 14px;
        padding: 8px 10px;
        max-width: 280px;
    }

    .site-footer.col-4 {
        font-size: 0.875rem;
    }
    .site-footer.col-4 #footer-col-2 .textwidget > p label, .site-footer.col-4 #footer-col-3 .textwidget > p label {
        width: 65px;
    }
    .site-footer.col-4 #footer-col-4 .col-cols > .panel-grid-cell:last-child > .so-panel > a {
        padding: 10px 8px 8px;
    }
 */
    #page-title-wrap h2 {
        font-size: 1.375rem;
    }

    #featured-box-wrap > .panel-grid-cell {
        flex-direction: column-reverse;
        align-items: normal;
    }
    #featured-box-wrap > .panel-grid-cell:nth-child(2) {
        flex-direction: column;
    }
    #featured-box-wrap > .panel-grid-cell > .so-panel {
        height: initial;
        width: 100%;
    }
    #featured-box-wrap > .panel-grid-cell > .widget_sow-editor {
        padding: 4em 10px 3.75em !important;
    }
    #featured-box-wrap > .panel-grid-cell > .widget_sow-editor:after {
        height: 35px;
        margin: 0 auto;
        width: 70px;
    }
    #featured-box-wrap > .panel-grid-cell:nth-child(odd) > .widget_sow-editor:after,
    #featured-box-wrap > .panel-grid-cell:nth-child(even) > .widget_sow-editor:after {
        bottom: -32px;
        left: 0;
        right: 0;
        transform: rotate(0deg);
        top: initial;
    }
    #featured-box-wrap .btn-1 {
        font-size: 1.25rem;
        padding: 4px 25px 6px 0;
    }

    #image-col-wrap > .panel-grid-cell > .widget_sow-editor {
        padding: 4.5em 10px 4.25em !important;
    }

    #banner-text-wrap {
        font-size: 1rem;
    }

    #pjecer-col-wrap .col-cols:before {
        display: none;
    }
    #pjecer-col-wrap .col-cols > .panel-grid-cell {
        width: calc(100% - 1 * 0px) !important;
    }
    #pjecer-col-wrap .col-cols > .panel-grid-cell:first-child {
        margin-bottom: 4em !important;
    }
    #pjecer-col.img-left .panel-grid-cell > .so-panel:last-child, #pjecer-col.img-right .panel-grid-cell > .so-panel:first-child {
        min-height: 0;
    }
    #pjecer-col-wrap .ornament h2 {
        font-size: 1.625rem;
    }
    #pjecer-col .btn {
        margin-top: 10px;
        position: initial;
    }

    #priser-table .col-cols > .panel-grid-cell:first-child {
        width: calc(22% - 1 * 10px) !important;
    }
    #priser-table .col-cols > .panel-grid-cell:nth-child(2) {
        width: calc(54% - 1 * 10px) !important;
    }
    #priser-table .incol > .panel-grid-cell:last-child, #priser-table .col-cols > .panel-grid-cell:last-child {
        width: calc(24% - 1 * 10px) !important;
    }
    #priser-table .incol > .panel-grid-cell:first-child {
        width: calc(76% - 1 * 10px) !important;
    }

    #priseksempler-col-wrap .col-cols > .panel-grid-cell {
        padding-bottom: 4.25em !important;
        width: calc(100% - 1 * 0px) !important;
    }
    #priseksempler-col-wrap .col-cols > .panel-grid-cell:first-child {
        margin-bottom: 1em !important;
    }
    #priseksempler-col-wrap .col-cols > .panel-grid-cell:last-child {
        margin-top: 1em !important;
    }
    #priseksempler-col-wrap .col-cols > .panel-grid-cell ul {
        clear: both;
        display: table;
        margin-left: auto;
        margin-right: auto;
        min-height: 0;
        width: auto;
    }
    #priseksempler-col-wrap .price {
        background-color: #707070;
    }

    #pjecer-image-box {
        text-align: center;
    }
    #pjecer-image-box .col-cols > .panel-grid-cell:first-child, #pjecer-image-box .col-cols > .panel-grid-cell:last-child {
        width: calc(100% - 1 * 0px) !important;
    }
    #pjecer-image-box .col-cols > .panel-grid-cell:first-child {
        margin-bottom: 3em !important;
    }
    #pjecer-image-box .col-cols > .panel-grid-cell:first-child .sow-image-container > a, #pjecer-image-box .col-cols > .panel-grid-cell:first-child .so-widget-image {
        width: auto;
    }
    #pjecer-image-box .btn-2 {
        max-width: 214px;
    }

    #kunde-col-wrap {
        padding-bottom: 2em !important;
        padding-top: 2em !important;
    }

    #kontakt-form.kunde {
        max-width: 100%;
    }
    #kontakt-form.kunde .row div + div {
        margin-top: 2em;
    }
    #kontakt-form.kunde .udfoert, #kontakt-form.kunde .information {
        margin-top: 5px;
    }
	.site-footer #footer-col-2 {
        padding-left: 75px;
        max-width: 50%;
    }
	.site-footer #footer-col-3 {
        max-width: 50%;
    }
	.site-footer #footer-col-4 {
        width: 100% !important;
        padding-left: 0;
    }
	.site-footer #footer-col-4 .so-widget-sow-image {
		display: flex;
    	flex-direction: column;
    	align-items: center;
	}
	.site-footer #footer-col-4 .widget-title {
		width: fit-content;
	}
	.site-footer #footer-col-4 {
        margin-top: 50px;
    }
	.site-footer #footer-col-4 .col-cols > .panel-grid-cell > .so-panel:first-child {
    	margin-bottom: 7px;
    	display: flex;
    	flex-direction: column;
	}
	.site-footer #footer-col-4 .col-cols > .panel-grid-cell:first-child > .so-panel:last-child img {
        max-width: 85% !important;
    }
	 .site-footer #footer-col-4 > #siteorigin-panels-builder-5 > .panel-layout > .panel-grid:last-child {
        margin: 30px auto 0;
		display: table;
		width: 470px;
    }
	.site-footer #footer-col-4 .col-cols > .panel-grid-cell:last-child {
        padding-left: 47px;
    }
	.site-footer {
        font-size: 16px;
    }
}

@media only screen and (max-width: 799px) {
    .site-header .header-right {
        margin-top: 22px;
        margin-right: 95px;
    }
    .site-header .header-contact {
        width: 375px;
    }
    .site-header .header-contact .bedemand > .textwidget {
        padding-right: 15px;
        width: 70%;
    }
    .site-header .header-contact .bedemand > .textwidget br {
        display: none;
    }
    .site-header .header-contact .bedemand > a {
        width: 30%;
    }
    .site-header .hmenu-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

/*     .site-footer #footer-col-1 {
        max-width: 47.5%;
    }
    .site-footer #footer-col-3 {
        max-width: 52.5%;
    }
    .site-footer #footer-col-2 .col-cols, .site-footer #footer-col-3 .col-cols, .site-footer #footer-col-4 .col-cols,
    #priser-table .col-cols, #priser-table .incol, #priseksempler-table .incol {
        flex-direction: row !important;
    }
    .site-footer #footer-col-2 .col-cols > .panel-grid-cell:first-child {
        width: calc(46% - 1 * 10px) !important;
    }
    .site-footer #footer-col-2 .col-cols > .panel-grid-cell:last-child {
        width: calc(54% - 1 * 10px) !important;
    }
    .site-footer #footer-col-2 .textwidget > p label {
        width: 70px;
    }
    .site-footer #footer-col-3 .col-cols .widget-title, .site-footer.col-4 #footer-col-4 .col-cols .widget-title {
        margin-bottom: 15px;
    }
 */
    #image-box-wrap p > label, #image-space-wrap p > label {
        width: 75px;
    }

    #billeder-block-wrap {
        padding-bottom: 2.25em !important;
        padding-top: 4em !important;
    }
    #billeder-block-wrap .col-cols > .panel-grid-cell:first-child,
    #billeder-block-wrap .col-cols > .panel-grid-cell:nth-child(2),
    #billeder-block-wrap .col-cols > .panel-grid-cell:last-child {
        width: calc(100% - 1 * 0px) !important;
    }
    #billeder-block-wrap .col-cols > .panel-grid-cell:first-child,
    #billeder-block-wrap .col-cols > .panel-grid-cell:last-child {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    #billeder-block-wrap .col-cols > .panel-grid-cell:first-child,
    #billeder-block-wrap .col-cols > .panel-grid-cell:nth-child(2) {
        margin-bottom: 10px !important;
    }
    #billeder-block-wrap .col-cols > .panel-grid-cell:first-child > .so-panel,
    #billeder-block-wrap .col-cols > .panel-grid-cell:last-child > .so-panel {
        width: calc(50% - 1 * 5px);
    }
    #billeder-block-wrap .col-cols > .panel-grid-cell > .so-panel + .so-panel {
        margin-top: 0 !important;
    }
    #billeder-block-wrap h2 {
        margin-bottom: 10px;
    }

    #text-full-wrap .textwidget p > br {
        display: none;
    }

    #profile-col-wrap ._full br {
        display: none;
    }

    #simple-bg-wrap .textwidget br {
        display: none;
    }

    #check-col-wrap #check-item {
        background-position: center 2em;
        min-height: 0;
        padding: 5em 10px 3em !important;
        text-align: center;
    }

    #film-full-wrap h4 {
        font-size: 1.5rem;
    }

    #kontakt-info-wrap {
        text-align: center;
    }
    #kontakt-info-wrap .col-cols > .panel-grid-cell:first-child, #kontakt-info-wrap .col-cols > .panel-grid-cell:last-child {
        width: calc(100% - 1 * 0px) !important;
    }
    #kontakt-info-wrap .col-cols > .panel-grid-cell:first-child {
        padding-left: 0;
    }
	.site-footer #footer-col-2 {
        padding-left: 65px;
        max-width: 50%;
    }
	.site-footer #footer-col-3 {
        max-width: 50%;
    }
	#billeder-block-wrap .col-cols > .panel-grid-cell:first-child > .so-panel,
	#billeder-block-wrap .col-cols > .panel-grid-cell:last-child > .so-panel {
		height: 100%;
	}
}

@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;
    }
	.site-footer #footer-col-4 .col-cols > .panel-grid-cell {
		width: auto !important;
	}
	.site-footer #footer-col-4 .col-cols > .panel-grid-cell:first-child > .so-panel:last-child img {
        max-width: 90% !important;
    }
	.site-footer #footer-col-4 .col-cols {
		flex-direction: row !important;
	}
	.site-footer #footer-col-4 .col-cols > .panel-grid-cell {
        width: 50% !important;
    }
	.site-footer #footer-col-4 .col-cols > .panel-grid-cell:last-child {
        padding-left: 62px !important;
    }
	.site-footer #footer-col-2 {
        padding-left: 70px;
        max-width: 50%;
    }
	.site-footer #footer-col-3 {
        max-width: 50%;
    }
}

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

    .site-slider > #banner-text {
        bottom: 1.25em;
    }
    .site-slider > #banner-text ul > li {
        background-size: 32px auto;
        font-size: 1.5rem;
        padding-left: 40px !important;
    }

    .site-footer {
        font-size: 1rem;
    }
    .site-footer #footer-col-2 .panel-grid:nth-child(2) > .col-cols,
    .site-footer #footer-col-2 .panel-layout > .panel-grid:last-child .col-cols > .panel-grid-cell:last-child {
        position: relative;
    }
    .site-footer #footer-col-2 .panel-grid:nth-child(2) > .col-cols:after,
    .site-footer #footer-col-2 .panel-layout > .panel-grid:last-child .col-cols > .panel-grid-cell:last-child:after {
        background-color: #6B0F2D;
        bottom: 0;
        content: '';
        height: 1px;
        left: 0;
        margin: auto 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }
    .site-footer #footer-col-2 .panel-layout > .panel-grid:last-child .col-cols > .panel-grid-cell:last-child:after {
        bottom: initial;
    }
    .site-footer #footer-col-2 .col-cols > .panel-grid-cell:first-child, .site-footer #footer-col-2 .col-cols > .panel-grid-cell:last-child {
        width: calc(100% - 1 * 0px) !important;
    }
    .site-footer #footer-col-2 .col-cols > .panel-grid-cell:first-child {
        margin-bottom: 2em !important;
        padding-bottom: 2em !important;
    }
    .site-footer #footer-col-2 .panel-layout > .panel-grid:last-child .col-cols > .panel-grid-cell:first-child {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .site-footer #footer-col-2 .textwidget > p label {
        width: 85px;
    }

    .site-footer.col-4 {
        font-size: 1rem;
    }
    .site-footer.col-4 #footer-col-2 {
        max-width: 45%;
    }
    .site-footer.col-4 #footer-col-3 {
        max-width: 55%;
    }
    .site-footer.col-4 #footer-col-4 {
        margin-top: 3em;
        max-width: 100%;
    }
    .site-footer.col-4 #footer-col-2 .textwidget > p label, .site-footer.col-4 #footer-col-3 .textwidget > p label {
        width: 85px;
    }
    .site-footer.col-4 #footer-col-4 ._full {
        text-align: center;
    }
    .site-footer.col-4 #footer-col-4 ._full .widget-title {
        display: inline;
    }
    .site-footer.col-4 #footer-col-4 ._full .widget-title:after {
        top: 7px;
    }
    .site-footer.col-4 #footer-col-4 ._full .sow-image-container {
        justify-content: center !important;
        margin-top: 20px;
    }
    .site-footer.col-4 #footer-col-4 .col-cols > .panel-grid-cell:first-child {
        width: calc(40% - 1 * 10px) !important;
    }
    .site-footer.col-4 #footer-col-4 .col-cols > .panel-grid-cell:last-child {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: normal;
        justify-content: space-between;
        width: calc(60% - 1 * 10px) !important;
    }
    .site-footer.col-4 #footer-col-4 .col-cols > .panel-grid-cell:last-child > .so-panel {
        width: calc(50% - 1 * 10px);
    }
    .site-footer.col-4 #footer-col-4 .col-cols > .panel-grid-cell > .so-panel + .so-panel {
        margin-top: 43px !important;
    }
    .site-footer.col-4 #footer-col-4 .col-cols > .panel-grid-cell:last-child > .so-panel > a {
        max-width: 100%;
        padding: 14px 15px;
    }

    #image-col-wrap > .panel-grid-cell > .widget_sow-editor {
        padding: 4em 10px 3.75em !important;
    }

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

    #priser-table .col-cols > .panel-grid-cell:nth-child(2) {
        width: calc(52% - 1 * 10px) !important;
    }
    #priser-table .incol > .panel-grid-cell:last-child, #priser-table .col-cols > .panel-grid-cell:last-child {
        width: calc(26% - 1 * 10px) !important;
    }
    #priser-table .incol > .panel-grid-cell:first-child {
        width: calc(74% - 1 * 10px) !important;
    }

    #simple-bg-wrap ul > li {
        background-size: 40px auto;
        background-position: center 10px;
        padding: 4.15em 0 1em;
        text-align: center;
    }
	.site-footer #footer-col-2 {
        padding-left: 35px;
        max-width: 46%;
    }
	.site-footer #footer-col-4 .col-cols > .panel-grid-cell:last-child {
        padding-left: 65px !important;
    }
}

@media only screen and (max-width: 734px) {
    .site-header > .wrap, .gsticky .site-header > .wrap {
        padding-top: 12px;
    }
    .site-header .site-branding {
        width: 215px;
    }
    .site-header .header-right {
        margin-top: 15px;
        margin-right: 105px;
    }
    .site-header .header-contact {
        width: auto;
    }
    .site-header .header-contact .bedemand > .textwidget {
        display: none;
    }
    .site-header .header-contact .bedemand > a {
        width: 300px;
    }

    .site-slider > #banner-text ul > li {
        background-size: 30px auto;
        font-size: 1.375rem;
        padding-left: 38px !important;
    }

/*     .site-footer #footer-col-1 {
        max-width: 45%;
    }
    .site-footer #footer-col-3 {
        max-width: 55%;
    }
 */
    #image-box-wrap.img-left > .panel-grid-cell:last-child .textwidget, #image-box-wrap.img-right > .panel-grid-cell:first-child .textwidget, #image-space-wrap.img-left .col-cols > .panel-grid-cell:last-child .textwidget, #image-space-wrap.img-right .col-cols > .panel-grid-cell:first-child .textwidget {
        display: inline-block;
        text-align: center;
    }
    #image-box-wrap.img-left > .panel-grid-cell:last-child, #image-box-wrap.img-right > .panel-grid-cell:first-child, #image-space-wrap.img-left .col-cols > .panel-grid-cell:last-child, #image-space-wrap.img-right .col-cols > .panel-grid-cell:first-child {
        padding: 3.75em 10px 4em !important;
    }
    #image-box-wrap h3, #image-space-wrap h3 {
        font-size: 1.5rem;
    }
    #image-box-wrap h3:before, #image-space-wrap h3:before {
        left: -22px !important;
        top: 3px;
    }
    #image-box-wrap p, #image-space-wrap p {
        display: inline-block;
        flex-direction: initial;
        width: 100%;
    }
    #image-box-wrap p > label, #image-space-wrap p > label {
        width: initial;
    }
    #image-box-wrap p > br, #image-space-wrap p > br {
        display: none;
    }

    #priser-table {
        box-shadow: none;
        overflow-x: auto;
        position: relative;
    }
    #priser-table:before {
        text-align: center;
        background-color: #6b0f2d;
        display: inline-block;
        color: #fff;
        content: 'SCROLL TIL SIDEN OG SE MERE';
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.025rem;
        padding: 4px 10px;
        position: absolute;
        left: 0;
        top: 0;
        width: 200px;
    }
    #priser-table > .panel-layout {
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.22);
        padding-bottom: 10px;
        padding-top: 30px;
        width: 700px;
    }

    #pjecer-text-wrap.img-right #fancy-inmage {
        max-width: 98%;
        margin-left: 0;
    }

    #kontakt-form.kunde .row div > label br {
        display: none;
    }
	.site-footer #footer-col-2 {
        padding-left: 20px;
        max-width: 40%;
    }
	.site-footer #footer-col-3 {
        max-width: 60%;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 666px) {
    .site-header .header-contact .bedemand > a {
        width: auto;
    }

    .site-footer #footer-col-1 .widget_text {
        font-size: 13px;
        padding: 10px 5px;
/*         max-width: 245px; */
    }
    .site-footer #footer-col-3 .col-cols > .panel-grid-cell:first-child {
        width: calc(55% - 1 * 10px) !important;
    }
    .site-footer #footer-col-3 .col-cols > .panel-grid-cell:last-child {
        width: calc(45% - 1 * 10px) !important;
    }
    .site-footer #footer-col-3 .col-cols > .panel-grid-cell:last-child > .so-panel > a {
        border-radius: 5px;
        padding: 12px 10px 10px;
    }

    #image-box-wrap .bg-image .so-widget-image {
        max-width: 100% !important;
    }

    #featured-box-wrap > .panel-grid-cell > .widget_sow-editor {
        padding: 3.5em 10px 3.25em !important;
    }

    #check-col-wrap.col-3 > .panel-grid-cell > .so-panel {
        width: calc(100% - 1 * 0px);
    }
    #check-col-wrap > .panel-grid-cell > .so-panel:nth-child(odd) #check-item {
        background-color: #F2F2F2 !important;
    }
    #check-col-wrap > .panel-grid-cell > .so-panel:nth-child(even) #check-item {
        background-color: #F8F8F8 !important;
    }

    #film-full-wrap {
        padding-bottom: 3.25em !important;
        padding-top: 4em !important;
    }
    #film-full-wrap > .panel-grid-cell > .so-panel:first-child {
        margin-bottom: 10px !important;
    }
	.site-footer #footer-col-4 > #siteorigin-panels-builder-5 > .panel-layout > .panel-grid:last-child {
        margin: 30px 45px 0;
    }
	.site-footer #footer-col-2 {
        padding-left: 0;
        max-width: 40%;
    }
	    .site-footer #footer-col-3 {
        max-width: 60%;
        padding-left: 0;
    }
	.site-footer #footer-col-4 > #siteorigin-panels-builder-5 > .panel-layout > .panel-grid:last-child {
        display: table;
        margin: 30px auto 0;
    }
}

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

    .site-footer.col-4 {
        font-size: 0.9375rem;
    }
    .site-footer.col-4 #footer-col-2 .textwidget > p label, .site-footer.col-4 #footer-col-3 .textwidget > p label {
        width: 70px;
    }

    #resp-sidebar #mobile-navigation .sub-menu li > a {
        padding-left: 45px;
    }
    #resp-sidebar #mobile-navigation .menu .sub-menu li > a:before {
        left: 32px;
    }

    #image-col-wrap h3 {
        font-size: 1.125rem;
    }

    #image-text-wrap.img-left.max-wide .col-cols > .panel-grid-cell:last-child > .widget_sow-editor, #image-text-wrap.img-right.max-wide .col-cols > .panel-grid-cell:first-child > .widget_sow-editor {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #featured-box-wrap .btn-1 {
        font-size: 1.125rem;
        padding: 5px 22px 5px 0;
    }

    #simple-title-wrap {
        padding-top: 3.5em !important;
    }

    #profile-col-wrap.img-left .col-cols > .panel-grid-cell:first-child, #profile-col-wrap.img-right .col-cols > .panel-grid-cell:last-child {
        margin-bottom: 1em !important;
    }
    #profile-col-wrap #fancy-image {
        margin-top: 0;
    }
	    .site-footer {
        font-size: 15px;
    }
}

@media only screen and (max-width: 567px) {
    .ornament h2 {
        padding-bottom: 1em;
    }

    .site-header, .gsticky .site-header {
        height: 105px;
    }
    .site-header .site-branding {
        width: 190px;
    }
    .site-header .header-right {
        margin-right: 85px;
        margin-top: 16px;
    }
    .site-header .header-contact .bedemand > a {
        width: 140px;
    }

    /*.site-slider {
        margin-top: 105px;
    }*/
    .inner-pages .site-slider > #banner-text {
        padding: 10px 10px;
    }
    .site-slider > #banner-text ul > li {
        background-size: 28px auto;
        font-size: 1.25rem;
        padding-left: 32px !important;
    }
    .site-slider > #banner-text ul > li + li {
        margin-left: 8%;
    }

/*     .site-footer .widget-title {
        display: inline;
    }
    .site-footer .widget-title:after {
        top: 7px;
    }
    .site-footer .widget-title + div {
        margin-top: 15px;
    }
    .site-footer #footer-col-1 {
        order: 1;
        margin-bottom: 3.75em;
        margin-top: 0;
        max-width: 100%;
        text-align: center;
    }
    .site-footer #footer-col-2 {
        order: 2;
        max-width: 100%;
    }
    .site-footer #footer-col-3 {
        max-width: 100%;
    }
    .site-footer #footer-col-1 .widget_text {
        font-size: 15px;
        padding: 10px 5px;
        max-width: 90%;
    }

    .site-footer.col-4 {
        font-size: 1rem;
    }
    .site-footer.col-4 #footer-col-2, .site-footer.col-4 #footer-col-3 {
        max-width: 100%;
    }
    .site-footer.col-4 #footer-col-2 {
        margin-bottom: 3.5em;
        text-align: center;
    }
    .site-footer.col-4 #footer-col-3 {
        text-align: center;
    }
    .site-footer.col-4 #footer-col-4 {
        margin-top: 3.5em;
    }
    .site-footer.col-4 #footer-col-4 .widget-title {
        display: inline-block;
    }
    .site-footer.col-4 #footer-col-4 .widget-title:after {
        top: 1px;
    }
    .site-footer.col-4 #footer-col-4 .col-cols > .panel-grid-cell:first-child,
    .site-footer.col-4 #footer-col-4 .col-cols > .panel-grid-cell:last-child {
        width: calc(50% - 1 * 10px) !important;
    }
    .site-footer.col-4 #footer-col-4 .col-cols > .panel-grid-cell:last-child {
        display: inline-block;
    }
    .site-footer.col-4 #footer-col-4 .col-cols > .panel-grid-cell:last-child > .so-panel {
        width: calc(100% - 1 * 0px);
    }
    .site-footer.col-4 #footer-col-4 .col-cols > .panel-grid-cell > .so-panel + .so-panel {
        margin-top: 10px !important;
    }
    .site-footer.col-4 #footer-col-2 .textwidget > p label, .site-footer.col-4 #footer-col-3 .textwidget > p label {
        width: 85px;
    }
    .site-footer.col-4 #footer-col-3 .textwidget > p {
        display: inline-block;
    } */

    #page-title-wrap h1:after, #eteam-testimonial-widget .widget-title:after, .ornament h2:after {
        background-size: 30px auto;
        width: 45px;
    }
    #page-title-wrap h1:before, #eteam-testimonial-widget .widget-title:before, .ornament h2:before {
        width: 260px;
    }

    #image-text-wrap.img-left .col-cols > .panel-grid-cell:last-child > .widget_sow-editor, #image-text-wrap.img-right .col-cols > .panel-grid-cell:first-child > .widget_sow-editor {
        padding: 0 !important;
    }
    #image-text-wrap.img-left.wide .col-cols > .panel-grid-cell:last-child > .widget_sow-editor, #image-text-wrap.img-right.wide .col-cols > .panel-grid-cell:first-child > .widget_sow-editor {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #image-box-wrap h3, #image-space-wrap h3 {
        display: inline;
    }
    #image-box-wrap h3:before, #image-space-wrap h3:before {
        left: -20px !important;
        top: 7px;
    }
    #image-box-wrap h3 + p, #image-space-wrap h3 + p {
        margin-top: 20px;
    }

    #simple-bg-wrap h5 {
        font-size: 1.125rem;
    }

    #om-cookie-wrap {
        padding-bottom: 5.5em !important;
    }
    #om-cookie-wrap .wrap ul {
        padding-left: 10px;
    }
	.site-footer #footer-col-2 {
        padding-left: 0;
        max-width: 100%;
        text-align: center;
    }
	.site-footer .widget-title {
        width: fit-content;
    }
	.site-footer #footer-col-3 {
        max-width: 100%;
        margin-top: 40px;
        text-align: center;
    }
	.site-footer #footer-col-3 p {
		display: flex;
    	justify-content: center;
/*     	flex-direction: column; */
    	align-items: center;
	}
	.site-footer #footer-col-4 > #siteorigin-panels-builder-5 > .panel-layout > .panel-grid:last-child {
        width: 100%;
    }
	.site-footer {
        font-size: 16px;
    }
	.site-footer #footer-col-4 > #siteorigin-panels-builder-5 > .panel-layout > .panel-grid:first-child .sow-image-container,
	.site-footer #footer-col-4 > #siteorigin-panels-builder-5 > .panel-layout > .panel-grid:first-child .sow-image-container > a,
	.site-footer #footer-col-4 > #siteorigin-panels-builder-5 > .panel-layout > .panel-grid:first-child .sow-image-container > a > img {
	width: 100%;
	}
	.site-footer #footer-col-4 .col-cols > .panel-grid-cell:last-child {
        padding-left: 68px !important;
    }
}

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

@media only screen and (max-width: 479px) {
    .site-header, .gsticky .site-header {
        height: 95px;
    }
    .site-header > .wrap, .gsticky .site-header > .wrap {
        padding-top: 10px;
    }
    .site-header .site-branding {
        width: 175px;
    }
    .site-header .header-right {
        margin-right: 70px;
        margin-top: 14px;
    }
    .site-header .header-contact .bedemand > a {
        width: 125px;
    }
    .site-header .hamburger {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*.site-slider {
        margin-top: 95px;
    }*/
    .site-slider > #banner-text ul > li {
        background-size: 25px auto;
        font-size: 1.125rem;
        padding-left: 30px !important;
    }
    .site-slider > #banner-text ul > li + li {
        margin-left: 6%;
    }

    .site-footer #footer-col-3 .widget-title + a {
        display: inline-block;
        margin-top: 15px;
    }
    .site-footer #footer-col-2 .textwidget > p label {
        width: 75px;
    }

    #image-text-wrap.img-left .col-cols > .panel-grid-cell:last-child, #image-text-wrap.img-right .col-cols > .panel-grid-cell:first-child {
        margin-bottom: 3em !important;
    }
    #image-text-wrap .btn {
        max-width: 170px;
    }
    #image-text-wrap .btn + .btn {
        margin-left: 2px;
    }

    #image-box-wrap.img-left > .panel-grid-cell:last-child .textwidget, #image-box-wrap.img-right > .panel-grid-cell:first-child .textwidget, #image-space-wrap.img-left .col-cols > .panel-grid-cell:last-child .textwidget, #image-space-wrap.img-right .col-cols > .panel-grid-cell:first-child .textwidget {
        padding-left: 20px;
        padding-right: 20px;
    }

    #billeder-block-wrap .col-cols > .panel-grid-cell:first-child > .so-panel,
    #billeder-block-wrap .col-cols > .panel-grid-cell:last-child > .so-panel {
        width: calc(100% - 1 * 0px);
    }
    #billeder-block-wrap .col-cols > .panel-grid-cell:first-child > .so-panel:first-child,
    #billeder-block-wrap .col-cols > .panel-grid-cell:last-child > .so-panel:first-child {
        margin-bottom: 10px !important;
    }

    #film-full-wrap h4 {
        font-size: 1.375rem;
    }

    #kontakt-form.kunde .row div > figcaption {
        padding: 1em 0 0;
    }

    .page-id-20 #page-title-wrap {
        padding-bottom: 2em !important;
    }
    .page-id-22 #page-title-wrap {
        padding-bottom: 2em !important;
    }
	
	#image-box-wrap.img-left > .panel-grid-cell:last-child .special .textwidget {
		padding-right: 0;
	}
	.site-footer #footer-col-4 .col-cols > .panel-grid-cell:last-child {
        padding-left: 30px !important;
    }
}

@media only screen and (max-width: 413px) {
    .site-header, .gsticky .site-header {
        height: 90px;
    }
    .gsticky .site-header .site-branding, .site-header .site-branding {
        margin-top: 5px;
    }
    .site-header .site-branding {
        width: 140px;
    }
    .site-header .header-contact .bedemand > a {
        width: 116px;
    }

    /*.site-slider {
        margin-top: 90px;
    }*/

    .site-footer #footer-col-2 .widget-title {
        font-size: 1.25rem;
    }
/*     .site-footer #footer-col-2 .widget-title:after {
        top: 5px;
    } */
    .site-footer #footer-col-3 .col-cols > .panel-grid-cell:first-child,
    .site-footer #footer-col-3 .col-cols > .panel-grid-cell:last-child {
        width: calc(50% - 1 * 10px) !important;
    }

    #page-title-wrap h1 {
        line-height: 1.35;
    }
    .home #page-title-wrap h1 {
        font-size: 1.5rem;
    }

    #bg-image-wrap .btn {
        max-width: 220px;
    }
}

@media only screen and (max-width: 380px) {
	#image-box-wrap .special h3 {
		display: inline-block;
    	width: 310px;
	}
	#image-box-wrap .special h3:before {
		left: 24px !important;
	}
}

@media only screen and (max-width: 374px) {
    .btn {
        font-size: 0.9375rem;
    }

    .site-header .header-contact .bedemand > a {
        display: none;
    }
    .site-header .hamburger {
        padding-left: 15px;
        padding-right: 15px;
    }

    .site-slider > #banner-text ul > li {
        background-size: 22px auto;
        font-size: 1rem;
        padding-left: 28px !important;
    }
    .site-slider > #banner-text ul > li + li {
        margin-left: 4%;
    }

    .site-footer {
        font-size: 0.9375rem;
    }
    .site-footer #footer-col-3 {
        margin-top: 3em;
    }
    .site-footer #footer-col-1 .widget_text {
        font-size: 14px;
        padding: 10px 5px;
        max-width: 100%;
    }
    .site-footer #footer-col-2 .textwidget > p label {
        width: 70px;
    }

    #image-text-wrap .btn {
        max-width: 200px;
    }

    #priseksempler-table > .panel-layout > .panel-grid {
        padding: 14px 10px !important;
    }
    #priseksempler-table .incol > .panel-grid-cell:first-child {
        width: calc(75% - 1 * 10px) !important;
    }
    #priseksempler-table .incol > .panel-grid-cell:last-child {
        width: calc(25% - 1 * 10px) !important;
    }
    #priseksempler-col-wrap .col-cols > .panel-grid-cell > .widget_siteorigin-panels-builder {
        padding-left: 10px;
        padding-right: 10px;
    }
    #priseksempler-col-wrap h3 {
        font-size: 1.125rem;
        letter-spacing: 0;
        margin-bottom: 30px;
    }
    #priseksempler-col-wrap h6 {
        font-size: 1.125rem;
    }
    #priseksempler-col-wrap ul {
        padding-left: 1em;
        padding-right: 1em;
    }

    #pjecer-text-wrap.img-right #fancy-inmage {
        max-width: 96%;
    }
	.site-footer #footer-col-3 p {
	flex-direction: column;
	}
	 .site-footer #footer-col-4 .col-cols > .panel-grid-cell:last-child {
        padding-left: 0 !important;
    }
	.site-footer #footer-col-4 .col-cols {
        flex-direction: column !important;
		gap: 35px;
    }
	 .site-footer #footer-col-4 .col-cols > .panel-grid-cell {
        width: 100% !important;
    }
	.site-footer #footer-col-4 .col-cols > .panel-grid-cell > .so-panel {
        align-items: center;
		justify-content: center;
		display: flex;
    }
	.site-footer #footer-col-4 .col-cols > .panel-grid-cell > .so-panel a {
		display: flex;
		justify-content: center;
	}
	.site-footer #footer-col-4 .col-cols > .panel-grid-cell:first-child > .so-panel:last-child img {
        max-width: 60% !important;
    }
	    .site-footer #footer-col-4 .col-cols > .panel-grid-cell > .so-panel:first-child {
        margin-bottom: 15px;
    }
}

@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: 280px;
        width: 100%;
    }
}