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

/* Compressed CSS */
/*@import 'style.min.css';*/

/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');

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

html {
	overflow-x: hidden;
	font-size: 16px;
}

body {
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
body, button, input, select, textarea {
	font-size: 1rem;
}

a, a:visited {
	color: #000000;
}
a:hover, a:active, a:focus {
	color: #555555;
}
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;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	color: #000000;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2.125rem;
}
h3 {
	font-size: 1.875rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1.125rem;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #dd0000;
}

blockquote {
	background: rgba(33, 34, 35, 0.05);
	border-left: 5px solid #9f231f;
	line-height: 1.25;
	margin: 0 0 3.5em;
	padding: 1em 1.15em;
}
blockquote p {
	display: inline;
	font-size: 1.286rem;
}

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


/* General */
.wrap {
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}
.wrap:after {
	display: block;
	clear: both;
	content: '';
	height: 0;
	visibility: hidden;
}

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

.skip-link {
	display: none;
}

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

.widget {
	margin: 0;
}

.hentry {
	margin: 0;
}

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

#lightboxOverlay {
	height: 100% !important;
}
#vitilbyder-sub-wrap #so-grayscale,
.lg-padding {
	padding-left: 5em !important;
	padding-right: 5em !important;
}
.md-padding {
	padding-left: 4em !important;
	padding-right: 4em !important;
}
.sm-padding {
	padding-left: 3em !important;
	padding-right: 3em !important;
}

.sp-link a {
	border-bottom: 1px solid #000000;
	-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;
}
.sp-link a:hover {
	border-color: #3b3128;
	color: #3b3128;
}

.ul-martop-md ul {
	margin-top: 1.65em !important;
}

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

.btn-1 {
	display: inline-block;
	background-color: #3b3128;
	color: #ffffff !important;
	font-weight: 300;
	padding: 6px 10px;
	vertical-align: top;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out 0s !important;
	-moz-transition: all 0.3s ease-in-out 0s !important;
	transition: all 0.3s ease-in-out 0s !important;
}
.btn-1:hover {
	background-color: #000000;
	color: #ffffff;
}

#btn-lg, #btn-lg:after {
	-webkit-transition: all 0.5s ease-in-out 0s !important;
	-moz-transition: all 0.5s ease-in-out 0s !important;
	transition: all 0.5s ease-in-out 0s !important;
}
#btn-lg {
	background: url('assets/images/icon-bg-lg.png') no-repeat 92% 25px #3b3128 !important;
    border: 1px solid #cccccc !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    font-size: 1.25rem !important;
    line-height: 1 !important;
    max-width: 100% !important;
    padding: 16px 30px 41px !important;
    position: relative !important;
    text-align: left !important;
    width: 100% !important;
}
#btn-lg.no-pseudo {
	padding-bottom: 29px !important;
	padding-top: 28px !important;
}
#btn-lg:after {
	bottom: 16px;
    content: 'Cand. Psyk.';
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
    left: 30px;
    margin: 0;
    position: absolute;
    width: auto;
}
#btn-lg.btn-kontakt:after {
    content: 'Tå prøv at ring eller send os en mail';
}
#btn-lg.btn-semetoder:after {
    content: 'Vestibulum nec congue massa.';
}
#btn-lg.no-pseudo:after {
	content: '';
}
#btn-lg:hover {
	background-color: #000000 !important;
	background-position: 95% 25px !important;
}

/* RevSlider fixed on responsive */
.site-slider > #forside-parallax_forcefullwidth, 
.site-slider > #forside-parallax_forcefullwidth > #forside-parallax_wrapper {
    left: 0!important;
}

/*--------------------------------------------------------------
 ## Header
--------------------------------------------------------------*/
.site-header {
	background: transparent;
}
.site-header .wrap {
	max-width: 1780px;
	padding-bottom: 2.55em;
	padding-top: 2.55em;
}
.site-header #header-top,
.site-header #header-top .wrap,
.site-header #header-top #header-nav-wrap,
.site-header #header-top .site-branding,
.site-header #header-top .site-branding * {
	-webkit-transition: all 0.5s ease-in-out 0s !important;
	-moz-transition: all 0.5s ease-in-out 0s !important;
	-o-transition: all 0.5s ease-in-out 0s !important;
	transition: all 0.5s ease-in-out 0s !important;
}
.site-header #header-top {
	display: inline-block;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}
.site-header .hmenu-wrapper {
	border: 0;
	color: #3e3223;
	display: none;
	font-size: 2rem;
	font-weight: 400;
	height: 48px;
	right: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
    top: 42px;
    z-index: 9;
    -webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
.site-header .hmenu-wrapper label {
	display: inline-block;
	line-height: 1;
	margin-top: -2px;
	vertical-align: middle;
	width: auto;
}
.site-header .hmenu-wrapper .hamburger {
	padding: 0;
}
.site-header .hmenu-wrapper .hamburger.is-active:hover,
.site-header .hmenu-wrapper .hamburger:hover {
	opacity: 1;
}
.site-header .hmenu-wrapper .hamburger-box {
	height: 25px;
	vertical-align: middle;
	width: 50px;
}
.edge .site-header .hmenu-wrapper .hamburger-box {
	height: 26px;
}
.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 .hmenu-wrapper .hamburger:hover .hamburger-inner,
.site-header .hmenu-wrapper .hamburger:hover .hamburger-inner:after,
.site-header .hmenu-wrapper .hamburger:hover .hamburger-inner:before,
.site-header .hmenu-wrapper .hamburger.is-active .hamburger-inner,
.site-header .hmenu-wrapper .hamburger.is-active .hamburger-inner:after,
.site-header .hmenu-wrapper .hamburger.is-active .hamburger-inner:before {
	/*background-color: #000000;*/
	background-color: #fff;
}
.site-header .hmenu-wrapper .hamburger.is-active:hover .hamburger-inner,
.site-header .hmenu-wrapper .hamburger.is-active:hover .hamburger-inner:after,
.site-header .hmenu-wrapper .hamburger.is-active:hover .hamburger-inner:before {
	/*background-color: #042586;*/
	background-color: #fff;
}
.site-header .site-branding,
.site-header .site-subranding {
	float: left;
	width: auto;
}
.site-header .site-branding {
	opacity: 0;
	width: 280px;
}
.site-header .site-subranding {
	/*padding-bottom: 7.25em;
	padding-top: 11em;*/
	margin-top: 135px;
	padding-bottom: 9.75em;
    padding-top: 8.45em;
	text-align: center;
	width: 100%;
}
.inner-pages .site-header .site-subranding {
    /*padding-bottom: 3.5em;
    padding-top: 6em;*/
    padding-bottom: 6em;
    padding-top: 3.5em;
}
.site-header .site-branding img,
.site-header .site-subranding img {
	vertical-align: top;
}
.site-header #header-nav-wrap {
	float: right;
	margin: 1.15em 0 0;
	max-width: 870px;
	width: 100%;
}
.site-header .main-navigation {
	float: left;
	width: 100%;
}
.site-header .main-navigation a {
	color: #ffffff;
	display: inline-block;
	font-size: 1rem;
	padding: 5px 2px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	-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-header .main-navigation ul.menu > li:hover > a,
.site-header .main-navigation ul.menu > .current-menu-item > a,
.site-header .main-navigation ul.menu > .current-menu-ancestor > a {
	outline: 0;
	text-shadow: -0.75px 0 0 #cdcdcd;
}
.site-header .main-navigation ul.menu > li + li {
	margin-left: 70px;
}
.site-header .main-navigation ul.menu ul {
	top: 38px;
}
.site-header .main-navigation ul.menu ul li {
	width: 100%;
}
.site-header .main-navigation ul.menu ul li + li {
	border-top: 1px solid #626262;
}
.site-header .main-navigation ul.menu ul a {
	background-color: #3b3128;
	color: #ffffff;
	font-size: 0.9375rem;
	font-weight: 300;
	padding: 8px 20px;
	text-align: left;
	text-transform: capitalize;
	width: 250px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.site-header .main-navigation ul.menu ul > li:hover > a,
.site-header .main-navigation ul.menu ul > li.current-menu-item > a {
	background-color: #ffffff;
	color: #000000;
}
.site-header .main-navigation ul.menu ul.sub-menu > li > a {
	width: 250px !important;
}

.site-slider {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow-y: hidden;
	position: absolute;
	top: 0;
	vertical-align: top;
	z-index: -1;
}
.site-slider > #forside-parallax_forcefullwidth,
.site-slider > #forside-parallax_forcefullwidth > #forside-parallax_wrapper {
	height: 100% !important;
}

.gsticky .site-header .site-branding {
	opacity: 1;
}
.gsticky #header-top {
	background-color: #2c251f;
	-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
.gsticky .site-header #header-top .wrap {
    padding-bottom: 24px;
    padding-top: 20px;
}
.gsticky .site-header #header-nav-wrap {
	margin-top: 2em;
}


/*--------------------------------------------------------------
 ## Body
--------------------------------------------------------------*/
.site-content {
	background-color: rgba(255, 255, 255, 0.9);
	margin: 0;
	padding: 0;
}
.site-content .entry-content {
	margin: 0;
}
.site-content .entry-content ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
}
.site-content .entry-content ul li {
	background: url('assets/images/icon-md-bullets.png') no-repeat left 9px;
	padding-left: 17px;
}
.site-content .entry-content ul li + li {
	margin-top: 5px;
}
.site-content .entry-content .ul-col-3 ul {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.site-content .entry-content .google-maps {
	border: 0 !important;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}


#bottom-section-wrapper {
	display: inline-block;
	padding: 2.75em 0 3.75em;
	vertical-align: top;
	width: 100%;
}
/****/
.inner-sub-content > .panel-grid-cell .so-panel:nth-child(2) {
	margin: 35px 0 25px !important;
}
.col-2.istdp {
	margin-top: 60px !important;
}
.inner-sub-content.stdp-img {
	margin: 65px 0 70px !important;
}
/* Priser */
#priser-col-3 h3 {
	font-size: 1rem;
	margin: 0;
}

/*--------------------------------------------------------------
 ## Footer
--------------------------------------------------------------*/
.site-footer, .site-footer * {
	color: #ffffff;
	font-weight: 300;
	-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: transparent;
	font-size: 0.875rem;
}
.site-footer .footer-wrap {
	padding-bottom: 0;
	padding-top: 2.75em;
}
.site-footer .footer-col {
	float: left;
	padding: 0;
	width: 100%;
}
.site-footer .widget-title {
	display: inline-block;
	font-size: 1.625rem;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 28px;
	padding: 10px 0 0;
	position: relative;
	width: 100%;
}
.site-footer .footer-col .textwidget > p + p {
	margin-top: 1.15em;
}
.site-footer a {
	color: #ffffff;
}
.site-footer h6 {
	margin: 0 0 7px;
}
.site-footer #footer-col-1 {
	max-width: 43%;
	padding-left: 9.75%;
	padding-top: 2px;
}
.site-footer #footer-col-2 {
	background: url('assets/images/icon-home.png') no-repeat left 10px;
	max-width: 32.75%;
	padding-left: 3.35em;
}
.site-footer #footer-col-3 {
	background: url('assets/images/icon-address.png') no-repeat left 10px;
	max-width: 24.25%;
	padding-left: 3.35em;
}
.site-footer #footer-col-1 .widget_text {
	font-size: 1rem;
	line-height: 1.5;
}
#copyright-wrapper {
	float: left;
	padding: 5px 0 15px;
	width: 100%;
}
#copyright-wrapper .wrap {
	max-width: 1600px;
}
#copyright-wrapper .cdev {
	float: left;
}
#copyright-wrapper .cdev:hover {
	/*color: #000000;*/
	color: #b4b4b4;
}
#copyright-wrapper .cdev span {
	color: #9f231f;
	font-weight: 700;
}


/*--------------------------------------------------------------
 ## Sidebars/ Mobile Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Sidebars/ Mobile Menu
--------------------------------------------------------------*/
#sb-site {
	left: 0;
}
.sb-slidebar {
	background-color: #858585 !important;
}
.resp-sidebar-wrap {
	display: inline-block !important;
	height: 100% !important;
	padding: 2.35em 1em 1em !important;
	width: 100% !important;
}
#resp-sidebar .site-branding {
	float: left;
	margin-left: 18px;
    width: auto !important;
}
#resp-sidebar .site-branding img {
	max-width: 80% !important;
    vertical-align: top !important;
    text-align: center;
    margin: 0 auto;
    display: block;
}
#resp-sidebar #header-ul-wrap {
	float: left;
	margin-left: 15px;
	margin-top: 10px;
    width: 140px;
}
#resp-sidebar #header-ul-wrap ul {
	clear: both !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
#resp-sidebar #header-ul-wrap ul li {
	background: url('assets/images/icon-bullets.png') no-repeat left 3px !important;
	background-size: 6px auto !important;
	float: left !important;
	font-size: 0.9375rem !important;
	font-weight: 500;
	line-height: 1;
	padding: 0 0 0 12px !important;
	text-transform: uppercase;
	width: 100% !important;
}
#resp-sidebar #header-ul-wrap ul li + li {
	margin-top: 10px;
}
#resp-sidebar #mobile-navigation {
	display: inline-block !important;
	margin: 2.5em 0 0 !important;
	width: 100% !important;
}
#resp-sidebar #mobile-navigation,
#resp-sidebar #mobile-navigation * {
	line-height: 150% !important;
}
#resp-sidebar #mobile-navigation .menu-mobile-navigation-container {
    max-height: 75vh !important;
    -webkit-overflow-scrolling: touch !important;
}
#resp-sidebar #mobile-navigation ul {
	clear: both !important;
	list-style: none !important;
	margin: 5px 0 !important;
	padding: 0 !important;
}
#resp-sidebar #mobile-navigation .menu > li {
	border-top: 1px solid #eaeaea;
}
#resp-sidebar #mobile-navigation .menu > li:last-child {
	border-bottom: 1px solid #eaeaea;
}
#resp-sidebar #mobile-navigation li > a {
	color: #fff;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 0.95rem;
	font-weight: 400;
	padding: 8px 15px 10px;
	position: relative;
	text-transform: uppercase;
	width: 100%;
	-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;
}

#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: #2c251f !important;
	color: #ffffff !important;
}
#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 {
	background-color: transparent !important;
	/*color: #dd0000 !important;*/
	color: #2c251f !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;
	cursor: pointer;
	height: 39px;
	right: 0;
	position: absolute;
	top: 0;
	width: 41px;
	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');
}
#resp-sidebar #mobile-navigation .menu li.par-active > .caret {
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}
#resp-sidebar #mobile-navigation .sub-menu {
	display: none;
}
#resp-sidebar #mobile-navigation .sub-menu li:first-child {
	border-top: 0 !important;
}
#resp-sidebar #mobile-navigation .sub-menu li:last-child {
	border-bottom: 0 !important;
}
#resp-sidebar #mobile-navigation .sub-menu li > a {
	padding: unset;
	font-weight: 300;
	padding-bottom: 6px;
	padding-left: 22px;
	padding-top: 4px;
	position: relative;
}
#resp-sidebar #mobile-navigation .sub-menu .sub-menu li > a {
	padding-left: 45px;
}
#resp-sidebar #mobile-navigation .menu ul > li:hover > a,
#resp-sidebar #mobile-navigation .menu ul > li.current-menu-ancestor > a,
#resp-sidebar #mobile-navigation .menu ul > li.current-menu-item > a {
	background-color: #dd0000 !important;
    color: #ffffff !important;
}
#resp-sidebar #header-contact {
	display: flex !important;
    flex-direction: column-reverse !important;
	margin: 3.5em 0 3em;
}
#resp-sidebar #header-contact .box {
	background-position: 15px 12px !important;
	background-repeat: no-repeat !important;
	background-size: 40px auto !important;
	height: 100% !important;
	line-height: 1 !important;
	max-width: 100% !important;
	padding: 20px 0 20px 68px !important;
	text-align: left !important;
	width: 100% !important;
}
#resp-sidebar #header-contact .box + .box {
	margin: 0 0 5px !important;
}
#resp-sidebar #header-contact .box a {
	color: #434343;
	font-size: 1.25rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
#resp-sidebar #header-contact .box a:hover {
	color: #dd0000;
}
#resp-sidebar #header-contact .box label {
	display: none;
}
#resp-sidebar #header-contact .fb {
	background: url('assets/images/icon-lg-fb.png');
}
#resp-sidebar #header-contact .email {
	background: url('assets/images/icon-lg-email.png');
}
#resp-sidebar #header-contact .phone {
	background: url('assets/images/icon-lg-phone.png');
}

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

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

/** Kontakt Formular **/
#kontakt-form {
	display: inline-block;
	vertical-align: top;
    width: 100%;
}
#kontakt-form .row {
	float: left;
	width: 100%;
}
#kontakt-form .row .col {
	float: left;
	width: 50%;
}
#kontakt-form .row .col:last-child {
	padding-left: 10px;
}
#kontakt-form .row:last-child {
	text-align: right;
	margin-top: 7px;
	position: relative;
}
#kontakt-form .row > div + div {
	margin-top: 5px;
}
#kontakt-form .row.heading {
	margin-bottom: 10px;
}
#kontakt-form .row .btm-row {
	position: relative;
}
#kontakt-form [type="text"], 
#kontakt-form [type="email"], 
#kontakt-form textarea, 
#kontakt-form select {
    background-color: transparent;
    border: 1px solid #6f6f6f;
    border-radius: 0;
    color: #434343;
    display: inline-block;
    font-size: 1rem;
    height: 40px;
    padding: 7px 15px;
    width: 100%;
}
#kontakt-form [type="text"]:focus, 
#kontakt-form [type="email"]:focus, 
#kontakt-form textarea:focus, 
#kontakt-form [type="text"].wpcf7-mathcaptcha:focus {
	border-color: #111111;
}
#kontakt-form textarea {
    height: 135px;
    vertical-align: top;
}
#kontakt-form .btm-row .wpcf7-form-control-wrap {
	color: #434343;
	display: inline-block;
	padding-right: 2em;
	width: auto;
}
#kontakt-form [type="text"].wpcf7-mathcaptcha {
	background: transparent;
	border-color: #6f6f6f;
	height: 45px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	width: 50px;
}
#kontakt-form input[type="submit"] {
	background-color: #3b3128;
	border: 0;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    height: 45px;
    margin: 0;
    padding: 11px 5px;
    text-align: center;
    text-transform: uppercase;
    width: 145px;
    z-index: 0;
	-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;
}
#kontakt-form input[type="submit"]:hover {
	background-color: #000000;
}
#kontakt-form .row > .mathcaptcha,
#kontakt-form .row > .mathcaptcha-72 {
	display: inline-block;
	padding-right: 2em;
	width: auto;
}

#kontakt-form span.wpcf7-not-valid-tip {
    background-color: #9f231f;
    color: #ffffff;
    font-size: 10px;
    line-height: 1;
    margin: 0;
    padding: 2px 5px 3px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: left;
    width: auto;
}
#kontakt-form .btm-row span.wpcf7-not-valid-tip {
	left: 0;
	top: -15px;
}
#kontakt-form .btn-send {
	position: relative;
}

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


/** Back to Top **/
#back-top {
    background: url('assets/images/top-bottom.png') no-repeat center center #3b3128;
    background-size: 10px;
    bottom: 5em;
    border-radius: 50%;
    height: 40px;
    text-align: center;
    opacity: 0;
    position: fixed;
    right: 15px;
    width: 40px;
    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: #000000;
}
#back-top.show {
    opacity: 1;
}
.grecaptcha-badge {
	z-index: 1;
}


/*--------------------------------------------------------------
 ## SiteOrigin CSS
--------------------------------------------------------------*/
#header-title-wrap .widget-title {
	font-size: 1.875rem;
	font-weight: 300;
	line-height: 1.25;
	text-align: center;
}

#forside-col-wrap {
	padding-bottom: 6em !important;
	padding-top: 3.65em !important;
}
#forside-col-wrap h5 {
	font-weight: 300;
	margin: -2px 0 18px;
}

#vitilbyder-main-wrap {
	padding-bottom: 6.5em !important;
	padding-top: 3.55em !important;
}
#vitilbyder-sub-wrap {
	padding-bottom: 3.15em !important;
	padding-top: 3.55em !important;
}
#vitilbyder-main-wrap .widget-title {
	margin-bottom: 25px;
}
#vitilbyder-main-wrap h5,
#vitilbyder-sub-wrap h5 {
	font-weight: 300;
	margin: 0 0 25px;
}
#vitilbyder-sub-wrap h5 {
	margin-bottom: 18px;
}

#omos-main-wrap {
	padding-bottom: 5.15em !important;
	padding-top: 3.5em !important;
	text-align: center;
}
#omos-main-wrap .col-cols > .panel-grid-cell {
	border: 1px solid #cccccc;
	margin-bottom: 0 !important;
	width: calc(20% - 1 * 70px) !important;
	-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;
}
#omos-main-wrap .col-cols > .panel-grid-cell:hover {
	background-color: #ffffff;
}
#omos-main-wrap .col-cols > .panel-grid-cell > .so-panel {
	margin-bottom: 0 !important;
}
#omos-main-wrap .widget-title {
	margin-bottom: 25px;
}
#omos-main-wrap h2 {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.25;
	margin: 0;
	padding: 15px 5px;
}

#omos-profile-wrap {
	padding-bottom: 2.5em !important;
	padding-top: 3.5em !important;
}
#omos-profile-wrap .widget-title {
	margin-bottom: 0;
}
/* add css */
#omos-main-wrap .col-cols .panel-grid-cell-empty {
	display: none;
}


#metoder-main-wrap {
	padding-bottom: 6.75em !important;
	padding-top: 3.55em !important;
}
#metoder-sub-wrap {
	padding-bottom: 3.5em !important;
	padding-top: 3.55em !important;
}
#metoder-main-wrap #metoder-col-3,
#metoder-main-wrap #metoder-col-5 {
	margin-left: auto;
	margin-right: auto;
}
#metoder-main-wrap #metoder-col-3 {
	max-width: 1080px;
}
#metoder-main-wrap #metoder-col-5 {
	max-width: 100%;
}
#metoder-main-wrap #metoder-col-3 > .panel-grid-cell,
#metoder-main-wrap #metoder-col-5 > .panel-grid-cell {
	border: 1px solid #cccccc;
	margin-bottom: 0 !important;
	padding: 1.65em 1em 4em;
	position: relative;
	text-align: center;
}
#metoder-main-wrap #metoder-col-3 > .panel-grid-cell {
	width: calc(33.3333% - 1 * 4.5em) !important;
}
#metoder-main-wrap #metoder-col-5 > .panel-grid-cell {
	width: calc(20% - 1 * 25px) !important;
}
#metoder-main-wrap #metoder-col-3 > .panel-grid-cell:after,
#metoder-main-wrap #metoder-col-5 > .panel-grid-cell:after {
	background-color: rgba(59, 49, 40, 0.10);
	bottom: 17px;
    content: '';
    display: inline-block;
    height: 5px;
    left: 12px;
    margin: 0 auto;
    position: absolute;
    right: 12px;
    width: auto;
    -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;
}
#metoder-main-wrap #metoder-col-3 > .panel-grid-cell:hover:after,
#metoder-main-wrap #metoder-col-5 > .panel-grid-cell:hover:after {
	background-color: #3b3128;
}
#metoder-main-wrap #metoder-col-3 > .panel-grid-cell > .so-panel:first-child,
#metoder-main-wrap #metoder-col-5 > .panel-grid-cell > .so-panel:first-child {
	margin-bottom: 15px !important;
}
#metoder-main-wrap .widget-title {
	margin-bottom: 25px;
}
#metoder-sub-wrap .widget-title {
	margin-bottom: 0;
}
#metoder-main-wrap h5,
#metoder-sub-wrap h5,
#metoder-main-wrap #metoder-col-3 h3 {
	font-weight: 300;
}
#metoder-main-wrap h5,
#metoder-sub-wrap h5 {
	margin-top: 0;
}
#metoder-main-wrap h5 {
	margin-bottom: 25px;
}
#metoder-sub-wrap h5 {
	margin-bottom: 20px;
}
#metoder-main-wrap #metoder-col-3 h3 {
	color: #3b3128;
	line-height: 1.25;
	margin: 0;
}
#metoder-main-wrap h3 a:hover {
	color: #000000;
}

/* add css  */
#omos-profile-wrap #btn-group-wrap .panel-layout > .panel-grid:last-child {
	margin-top: 42px;
}
/* end css */
#kontakt-page-wrap {
	padding-bottom: 6.5em !important;
	padding-top: 3.55em !important;
}
#kontakt-page-wrap #kontakt-col-2 {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 760px;
}
#kontakt-page-wrap #kontakt-col-2 > .panel-grid-cell {
	margin-bottom: 0 !important;
	text-align: left;
}
#kontakt-page-wrap #kontakt-col-2 > .panel-grid-cell > .so-panel {
	float: left;
	margin-bottom: 0 !important;
}
#kontakt-page-wrap #kontakt-col-2 > .panel-grid-cell > .so-panel:first-child {
	max-width: 65px;
	padding-top: 5px;
	width: 25%;
}
#kontakt-page-wrap #kontakt-col-2 > .panel-grid-cell > .so-panel:last-child {
	width: 75%;
}
#kontakt-page-wrap #kontakt-col-2 > .panel-grid-cell h5 {
	margin-bottom: 5px;
}
#kontakt-page-wrap h5 {
	font-weight: 300;
	margin: 0 0 18px;
}

#priser-main-wrap {
	padding-bottom: 2.5em !important;
	padding-top: 3.55em !important;
}
#priser-main-wrap h5 {
	font-weight: 300;
	margin: 0 0 20px;
}
#priser-main-wrap ul {
	padding-left: 0 !important;
}

#praktisk-wrap {
	padding-bottom: 3em !important;
	padding-top: 3.55em !important;
}
#praktisk-wrap h5 {
	font-weight: 300;
	margin: 0 0 20px;
}

#om-cookie-wrap {
	padding-bottom: 3em !important;
	padding-top: 3.55em !important;
}

#so-gallery-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1465px;
	-webkit-align-items: normal !important;
	align-items: normal !important;
}
#so-gallery-wrap > .panel-grid-cell {
	border: 1px solid #cccccc;
	margin-bottom: 0 !important;
	padding: 1.25em 1.5em !important;
	text-align: center;
	width: calc(20% - 1 * 10px) !important;
}
#so-gallery-wrap > .panel-grid-cell > .so-panel:first-child {
	margin-bottom: 30px !important;
}
#so-gallery-wrap > .panel-grid-cell:last-child > .so-panel:first-child {
	margin-bottom: 12px !important;
}
#so-gallery-wrap > .panel-grid-cell > .so-panel:last-child {
	display: inline-block;
	vertical-align: middle;
}
#so-gallery-wrap .so-widget-image,
#so-gallery-wrap .sow-image-container a {
	width: 100%;
}
#so-gallery-wrap .so-widget-image {
	border: 1px solid #cccccc;
	-webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
    -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;
    filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id=…cale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-filter: gray;
    filter: gray;
}
#so-gallery-wrap > .panel-grid-cell:hover .so-widget-image {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.15);
}
#so-gallery-wrap h3,
#so-gallery-wrap h3 a {
	color: #3b3128;
}
#so-gallery-wrap h3 {
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}
#so-gallery-wrap h3 a:hover {
	color: #000000;
}

#so-grayscale .so-widget-image {
	-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;
    filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id=…cale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-filter: gray;
    filter: gray;
}
#so-grayscale .so-widget-image:hover {
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#accordion-col-3 > .panel-grid-cell {
	margin-bottom: 0 !important;
	width: calc(33.3333% - 1 * 25px) !important;
}

#btn-group-wrap,
#btn-group-col {
	border-top: 5px solid rgba(33, 34, 35, 0.05);
	margin-left: auto;
	margin-right: auto;
	max-width: 1460px;
	padding-bottom: 2em !important;
	padding-top: 1.75em !important;
}
#btn-group-col.unpad {
	max-width: 100%;
}
#btn-group-wrap .widget-title,
#btn-group-col .widget-title {
	font-size: 1.5rem;
	font-weight: 300;
}
#btn-group-wrap .widget-title {
	text-align: center;
}
#btn-group-col .widget-title {
	margin-bottom: 16px;
	margin-top: 15px;
}
#btn-group-col .col-cols {
	padding-left: 6.5em !important;
	padding-right: 6.5em !important;
}
#btn-group-col.unpad .col-cols {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#btn-group-wrap .col-cols > .panel-grid-cell {
	margin-bottom: 0 !important;
	width: calc(25% - 1 * 30px) !important;
}
#btn-group-wrap .col-cols.col-3 > .panel-grid-cell {
	width: calc(33.33% - 1 * 30px) !important;
}
#btn-group-wrap .col-cols.col-5 > .panel-grid-cell {
    width: calc(20% - 1 * 10px) !important;
}
#btn-group-col .col-cols > .panel-grid-cell > .so-panel {
	margin-bottom: 0 !important;
}
#btn-group-col .col-cols > .panel-grid-cell > .widget_sow-button {
	float: left;
	width: 100%;
}
#btn-group-col .col-cols > .panel-grid-cell:first-child > .widget_sow-button {
	max-width: 360px;
}
#btn-group-col .col-cols > .panel-grid-cell:last-child > .widget_sow-button {
	max-width: 335px;
}
#btn-group-col .col-cols > .panel-grid-cell:last-child > .widget_sow-button + .widget_sow-button {
	margin-left: 40px;
}
#btn-group-col.unpad .col-cols > .panel-grid-cell:last-child > .widget_sow-button + .widget_sow-button {
	margin-left: 16px;
}
#btn-group-col.unpad .col-cols > .panel-grid-cell:first-child > .widget_sow-button,
#btn-group-col.unpad .col-cols > .panel-grid-cell:last-child > .widget_sow-button {
    max-width: 265px;
}

/*-- 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: 1900px) {}

@media only screen and (max-width: 1840px) {
	#copyright-wrapper {
		width: 96%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1827px) {
	.gsticky .site-header .site-branding {
    	position: relative;
    	left: 20px;
	}
}

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

@media only screen and (max-width: 1680px) {
	/* Home page */
	#so-gallery-wrap {
		max-width: 100%;
		width: 100%;
	}
	#btn-group-wrap, #btn-group-col,
	.wrap,
	#forside-col-wrap .wrap {
		max-width: 96%;
		width: 100%;
	}
	.home .col-cols > .panel-grid-cell {
		width: calc(50% - ( 0.5 * 5em ) ) !important;
	}
	/* Om os page CSS */
	#omos-main-wrap .col-cols .panel-grid-cell {
		align-self: stretch !important;
	}
	/* Vi tilbyder sub pages */
	#vitilbyder-sub-wrap #btn-group-wrap .col-cols > .panel-grid-cell {
    	width: calc(25% - 1 * 25px) !important;
	}
	#vitilbyder-sub-wrap #btn-group-wrap .col-cols.col-3 > .panel-grid-cell {
		width: calc(33.33% - 1 * 25px) !important;
	}

	#vitilbyder-sub-wrap #btn-lg {
		font-size: 1.188rem !important;
		padding: 28px 25px 29px !important;
		background-position: 93% 25px !important;
	}
	#vitilbyder-sub-wrap #btn-lg:hover {
		background-position: 96% 25px !important;
	}
}

@media only screen and (max-width: 1599px) {
	.page-id-36 .site-content .entry-content .ul-col-3 ul {
		column-count: 2;
	}
}

@media only screen and (max-width: 1530px) {
	
/* add css */
	#omos-main-wrap .col-cols {
		justify-content: center;
		gap: 50px;
	}
	#omos-main-wrap .col-cols > .panel-grid-cell {
		width: calc(30% - 1 * 25px) !important;
	}
	#omos-main-wrap .col-cols > .panel-grid-cell .sow-image-container > a,
	#omos-main-wrap .col-cols > .panel-grid-cell .sow-image-container > a img {
		width: 100%;
	}
}
@media only screen and (max-width: 1491px) {
	#vitilbyder-sub-wrap #so-grayscale,
	.lg-padding,
	#accordion-col-3.lg-padding,
	.col-cols.lg-padding {
		padding: 0 2em !important;
	}
	.col-cols.lg-padding .panel-grid-cell {
		width: calc(50% - ( 0.5 * 4em ) ) !important;
	}
	.page-id-40 #omos-profile-wrap .col-cols.lg-padding .panel-grid-cell,
	.page-id-42 #omos-profile-wrap .col-cols.lg-padding .panel-grid-cell {
		width: calc(100% - ( 0.5 * 0em ) ) !important;
	}
	#omos-profile-wrap .wrap > .panel-layout > .panel-grid:nth-child(3) {
		margin-bottom: 4em !important;
	}
	#omos-profile-wrap .wrap > .panel-layout > .panel-grid:nth-child(2) {
/* 		margin-bottom: 2em !important; */
	}
}

@media only screen and (max-width: 1480px) {
	/* Vi tilbyder sub pages */
	#btn-group-wrap, 
	#btn-group-col {
		max-width: 98%;
	}
}

@media only screen and (max-width: 1443px) {
	#metoder-main-wrap #metoder-col-5 > .panel-grid-cell {
    	width: calc(20% - 1 * 20px) !important;
    }
    /* Vi tilbyder sub pages */
    #vitilbyder-sub-wrap #btn-group-wrap > .panel-grid-cell {
    	width: 70% !important;
    	margin: 0 auto !important;
    }
	.parent-pageid-16 #vitilbyder-sub-wrap #btn-group-wrap > .panel-grid-cell {
		width: 100% !important;
	}
    #vitilbyder-sub-wrap #btn-group-wrap .col-cols {
    	flex: 1 0 auto;
		flex-direction: row !important;
		flex-wrap: wrap !important;
    }
    #vitilbyder-sub-wrap #btn-group-wrap .col-cols > .panel-grid-cell {
    	width: calc(50% - 0.5 * 25px) !important;
    	margin-bottom: 25px !important;
    }
    #vitilbyder-sub-wrap #btn-lg {
    	font-size: 1.25rem !important;
    }
}

@media only screen and (max-width: 1390px) {
	#btn-group-wrap .col-cols > .panel-grid-cell {
        width: calc(25% - 1 * 20px) !important;
    }
    /***/
	#omos-main-wrap h2 {
		font-size: 1.125rem !important;
	}
	#btn-lg {
		font-size: 1.125rem !important;
		padding: 16px 25px 41px !important;
	}
	#btn-lg::after {
		font-size: 0.9375rem !important;
		left: 25px;
	}
	/* Vi tilbyder page */
	#so-gallery-wrap h3, 
	#so-gallery-wrap h3 a {
		font-size: 1.75rem;
	}
	/* add css  */
#omos-profile-wrap #btn-group-wrap .panel-layout > .panel-grid:last-child {
		margin-top: 30px;
	}
/* end css */
}

@media only screen and (max-width: 1378px) {
	/* Vi tilbyder sub pages */
	.site-content .entry-content .ul-col-3 ul br {
		display: none;
	}
	/* Metoder sub pages */
	.page-id-353 #metoder-sub-wrap .panel-grid:nth-child(1) {
		margin-bottom: 0 !important;
	}
	#metoder-sub-wrap .panel-grid:nth-child(2) {
		margin-bottom: 1.5em !important;
	}
}

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

@media only screen and (max-width: 1317px) {
	#metoder-main-wrap #metoder-col-5 {
		flex: 1 0 auto !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
		justify-content: flex-start !important;
		margin: 0 0 0 50px !important;
	}
	#metoder-main-wrap #metoder-col-5 > .panel-grid-cell {
    	width: calc(33% - 1 * 80px) !important;
    	margin: 0 0 50px 50px !important;
    }
	#metoder-main-wrap {
    	padding-bottom: 5em !important;
    	padding-top: 3.55em !important;
    }
    /* Priser page */
    #priser-col-3.referral-offer-box p br {
    	display: none;
    }
}

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

	body .siteorigin-panels-stretch {
	    margin-left: 0 !important;
	    margin-right: 0 !important;
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	}
	
	#vitilbyder-sub-wrap #btn-group-wrap .col-cols.col-3 > .panel-grid-cell {
		width: calc(33.33% - 1 * 10px) !important;
	}
}
@media (max-width: 1263px) {
	#so-gallery-wrap {
    	max-width: 80%;
    	width: 100%;
    	-webkit-justify-content: flex-start;
    	justify-content: flex-start;
    	flex-direction: row !important;
    	flex-wrap: wrap !important;
    }
	#so-gallery-wrap > .panel-grid-cell {
   		margin-bottom: 30px !important;
    	width: calc(33.33% - 1 * 20px) !important;
    	flex-direction: row !important;
    	flex-wrap: wrap !important;
    	margin-left: 20px;
    }
}
@media only screen and (max-width: 1240px) {
	.site-footer .footer-wrap {
		width: 96%;
		margin: 0 auto;
	}
	.site-footer #footer-col-1 {
		max-width: 33.33%;
		padding-left: 8%;
	}
	.site-footer #footer-col-2 {
		max-width: 28%;
		margin-left: 4em;
		position: relative;
		left: 2em;
	}
	.site-footer #footer-col-3 {
		max-width: 28%;
		margin-left: 4em;
		position: relative;
		left: 2em;
	}
}

@media only screen and (max-width: 1214px) {
	.site-header .site-branding {
    	width: 220px;
	}
	.site-header #header-nav-wrap {
    	max-width: 820px;
    	width: 100%;
	}
	.gsticky .site-header #header-nav-wrap {
    	margin-top: 1em;
	}
	.site-header .main-navigation a {
		font-size: 0.9375rem;
	}
	.site-header .main-navigation ul.menu > li + li {
    	margin-left: 60px;
	}
	.site-header .main-navigation ul.menu ul a {
		width: 225px;
		font-size: 0.9375rem;
	}
	.site-header .main-navigation .menu-main-navigation-container {
		float: right;
		position: relative;
		right: 15px;
	}
	/* Om os sub pages */
	#btn-group-wrap .col-cols {
		flex-direction: row !important;
		flex: 1 0 auto !important;
		flex-wrap: wrap !important;
	}
	#btn-group-wrap .col-cols > .panel-grid-cell {
    	width: calc(50% - 1 * 20px) !important;
    	margin-bottom: 20px !important;
    }
    #btn-lg {
    	font-size: 1.25rem !important;
    }
    #btn-lg::after {
    	font-size: 1rem !important;
	}
	
/* add css  */
#omos-profile-wrap #btn-group-wrap .panel-layout > .panel-grid:last-child {
		margin-top: 0;
	}
/* end css */
	
}

@media only screen and (max-width: 1204px) {
	#omos-main-wrap .col-cols > .panel-grid-cell {
/*     	width: calc(20% - 1 * 20px) !important; */
	}
}

@media only screen and (max-width: 1191px) {
	#omos-main-wrap .col-cols {
		flex: 0 1 auto !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
/* 		justify-content: flex-start; */
	}
	#omos-main-wrap .col-cols > .panel-grid-cell {
/*     	width: calc(33.33% - 1 * 70px) !important; */
/*     	margin-left: 53px; */
	}
	#omos-main-wrap .col-cols .panel-grid-cell {
/*     	margin-bottom: 50px !important; */
	}
	#omos-main-wrap {
/* 		padding-bottom: 2.15em !important; */
	}
	/* Vi tilbyder page */
	#vitilbyder-main-wrap {
    	padding-bottom: 4em !important;
    }
	#so-gallery-wrap {
    	max-width: 82%;
    }
    /* Vi tilbyder sub pages */
    #vitilbyder-sub-wrap #btn-group-wrap > .panel-grid-cell {
    	width: 75% !important;
    }
}
@media (max-width: 1171px) {
	#btn-group-col.unpad .col-cols > .panel-grid-cell:first-child > .widget_sow-button, 
	#btn-group-col.unpad .col-cols > .panel-grid-cell:last-child > .widget_sow-button {
    	max-width: 210px;
	}
	#btn-lg.no-pseudo {
    	padding-bottom: 25px !important;
    	padding-top: 24px !important;
    }
    /* Kontakt page */
    #btn-group-wrap .col-cols.col-5 {
    	display: grid;
        grid-template-columns: repeat(auto-fill,minmax(33.33%, 1fr));
    }
    #btn-group-wrap .col-cols.col-5 .panel-grid-cell {
    	width: calc(100% - 1 * 20px) !important;
    	margin: 0 auto;
    }
}

@media only screen and (max-width: 1166px) {
	.site-header .site-branding {
    	display: none;
    }
    .gsticky .site-header .site-branding {
    	display: block;
    }
    /* Om os inner page */
    #accordion-col-3 > .panel-grid-cell {
        width: calc(33.3333% - 1 * 20px) !important;
    }
    #eteam-accordion-widget .accordion-header {
    	padding: 18px 25px 19px;
    }
    #eteam-accordion-widget .accordion-content {
   		padding: 22px 23px 50px;
   	}
	
	#vitilbyder-sub-wrap #btn-group-wrap .col-cols.col-3 > .panel-grid-cell {
		width: calc(50% - 1 * 10px) !important;
	}
}

@media only screen and (max-width: 1110px) {
	.site-footer #footer-col-1 {
		padding-left: 6%;
	}
	.site-footer #footer-col-2 {
		margin-left: 2em;
		left: 3.5em;
	}
	.site-footer #footer-col-3 {
		margin-left: 2em;
		left: 5.5em;
	}
}

@media only screen and (max-width: 1099px) {
/* 	@media only screen and (max-width: 1599px) { */
	.page-id-36 .site-content .entry-content .ul-col-3 ul {
		column-count: 1;
	}
/* 	} */
/* 	add css */
	#omos-main-wrap .col-cols>.panel-grid-cell {
    	width: calc(30% - 1* 15px) !important;
	}
	#omos-main-wrap .col-cols {
    	gap: 30px;
	}
}

@media only screen and (max-width: 1080px) {
	.site-header .site-branding {
    	width: 180px;
	}
	.site-header .main-navigation ul.menu > li + li {
    	margin-left: 50px;
	}
	/* Om os inner page  */
	.col-cols.lg-padding .panel-grid-cell {
    	width: calc(50% - ( 0.5 * 2.25em ) ) !important;
	}
	#accordion-col-3 {
		flex: 1 0 auto !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
		align-content: start !important;
	}
	#accordion-col-3 > .panel-grid-cell {
		width: calc(50% - 1 * 20px) !important;
		margin-bottom: 25px !important;
	}
	#omos-profile-wrap .wrap > .panel-layout > .panel-grid:nth-child(3) {
    	margin-bottom: 2em !important;
    }
    /* metoder page */
    #metoder-main-wrap #metoder-col-5 {
   		margin: 0 0 0 35px !important;
   	}
    #metoder-main-wrap #metoder-col-5 > .panel-grid-cell {
    	width: calc(33% - 1 * 60px) !important;
    	margin: 0 0 30px 35px !important;
    }
    /* vi tilbyder page */
    #so-gallery-wrap {
    	max-width: 85%;
    }
    /* Vi tilbyder sub pages */
    .site-content .entry-content .ul-col-3 ul {
    	column-count: 2;
    }
	.site-content .entry-content .ul-col-3 ul br {
		display: none;
	}
	#vitilbyder-sub-wrap #btn-group-wrap > .panel-grid-cell {
    	width: 80% !important;
    }
}

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

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

@media only screen and (max-width: 1023px) {
	.home .col-cols > .panel-grid-cell {
		width: calc(50% - ( 0.5 * 3em ) ) !important;
	}
}

@media only screen and (max-width: 1016px) {
	.site-header #header-nav-wrap {
		display: none;
	}
	.site-header .site-branding {
		display: block;
		opacity: 1;
		position: relative;
		left: 20px;
	}
	.site-header .hmenu-wrapper {
		display: block;
		right: 30px;
		top: 16px;
	}
	.site-header .hmenu-wrapper label {
		color: #fff;
	}
	#header-top .wrap {
		background: #2c251f;
		padding: 20px 0 24px;
	}
	.sticky #header-top .wrap {
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 1008px) {
	/*#priser-col-3 .panel-grid-cell:nth-child(1) {
		width: calc(33% - ( 0.67 * 20px ) ) !important;
	}
	#priser-col-3 .panel-grid-cell:nth-child(2) {
		width: calc(30% - ( 0.7 * 20px ) ) !important;
	}
	#priser-col-3 .panel-grid-cell:nth-child(3) {
		width: calc(37% - ( 0.64 * 20px ) ) !important;
	}*/
	#priser-col-3 .panel-grid-cell:nth-child(1),
	#priser-col-3 .panel-grid-cell:nth-child(2) {
		width: calc(50% - ( 0.5 * 60px ) ) !important;
	}
	#priser-col-3 .panel-grid-cell:nth-child(3) {
		width: calc(100% - ( 1 * 0px ) ) !important;
	}
	#priser-col-3.referral-offer-box #referral-box3 h5,
	#priser-col-3.referral-offer-box #referral-box2 h5,
	#priser-col-3.referral-offer-box #referral-box1 h5 {
		margin: 0 0 5px;
	}
	#priser-col-3.referral-offer-box #referral-box3 {
		margin-top: 25px !important;
	}
}
@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 980px) {
	/* Slider Logo */
	.site-subranding img {
		width: 80% !important;
		display: inline-block !important;
		text-align: center !important;
	}
	/**/
	.site-footer #footer-col-1 {
		padding-left: 4%;
	}
	.site-footer #footer-col-2 {
		margin-left: 0;
		left: 3.5em;
	}
	.site-footer #footer-col-3 {
		margin-left: 2em;
		left: 5.5em;
	}
	/***/
	#omos-main-wrap .col-cols > .panel-grid-cell {
/*     	width: calc(33.33% - 1 * 55px) !important;
    	margin-left: 43px; */
	}
	/* vi tilbyder page */
	#so-gallery-wrap {
    	max-width: 90%;
    }
    /* Vi tilbyder sub pages */
    #vitilbyder-sub-wrap #btn-group-wrap > .panel-grid-cell {
    	width: 90% !important;
    }
}

@media only screen and (max-width: 967px) {
	#metoder-main-wrap #metoder-col-5 {
    	margin: 0 !important;
    }
	#metoder-main-wrap #metoder-col-5 > .panel-grid-cell {
    	width: calc(33% - 1 * 33px) !important;
    	margin: 0 0 30px 28px !important;
    }
}

@media only screen and (max-width: 941px) {
	#btn-lg.no-pseudo {
    	padding-bottom: 29px !important;
    	padding-top: 28px !important;
	}
	#btn-group-col .col-cols > .panel-grid-cell {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
		justify-content: flex-start !important;
	}
	#btn-group-col .col-cols > .panel-grid-cell > .so-panel:nth-child(1) {
		width: 100% !important;
	}
	#btn-group-col.unpad .col-cols > .panel-grid-cell:last-child > .widget_sow-button {
		max-width: unset !important;
		width: 47% !important;
		margin: 0 auto 20px !important;
	}
	#btn-group-col.unpad .col-cols > .panel-grid-cell:last-child > .widget_sow-button + .widget_sow-button {
		margin-left: 0;
		margin: 0 auto;
	}
	#btn-group-wrap, 
	#btn-group-col {
		padding-bottom: 0 !important;
	}
}

@media only screen and (max-width: 914px) {
	#praktisk-wrap h5,
	#priser-main-wrap h5,
	#kontakt-page-wrap #kontakt-col-2 > .panel-grid-cell h5,
	#kontakt-page-wrap h5,
	#vitilbyder-main-wrap h5,
	#vitilbyder-sub-wrap h5,
	#metoder-sub-wrap h5,
	#metoder-main-wrap h5,
	#forside-col-wrap h5 {
		font-size: 1.125rem;
		line-height: 140%;
	}
	#vitilbyder-sub-wrap h6,
	.inner-sub-title h6,
	#header-title-wrap h6 {
		font-size: 1rem;
	}
	#vitilbyder-sub-wrap h6 {
		margin: 40px 0 10px;
	}

	/* Priser */
	#priser-col-3 h3 {
		font-size: 1.125rem;
		line-height: 140%;
	}
	.home p {
		font-size: 0.9375rem;
		line-height: 140%;
	}
	.home .col-cols > .panel-grid-cell {
    	width: calc(50% - ( 0.5 * 2em ) ) !important;
	}
	/* Om os sub pages */
	#metoder-main-wrap h3,
	#header-title-wrap .widget-title {
		font-size: 1.75rem;
	}
	.site-content .entry-content ul li,
	.entry-content p {
		font-size: 0.9375rem !important;
	}
	#btn-group-wrap .widget-title, 
	#btn-group-col .widget-title {
    	font-size: 1.375rem;
    }
    #eteam-accordion-widget .accordion-header,
    #btn-lg {
    	font-size: 1.125rem !important;
		line-height: 1.5;
    }
    #btn-lg::after {
    	font-size: 0.9375rem !important;
    }
    #omos-profile-wrap .wrap > .panel-layout > .panel-grid:nth-child(1) {
		margin-bottom: 30px !important;
	}
	#omos-main-wrap {
/*     	margin-bottom: 1em !important; */
    }
    #omos-profile-wrap {
    	padding-bottom: 1.25em !important;
    }
    /* Metoder sub pages */
    .col-2.lg-padding.istdp > .panel-grid-cell {
    	width: calc(50% - ( 0.5 * 2em ) ) !important;
    }
    #metoder-sub-wrap .wrap > .panel-layout > .panel-grid:nth-child(3) {
		margin-bottom: 0 !important;
    }
    .inner-sub-content.stdp-img {
    	margin: 50px 0 60px !important;
    }
    /* vi tilbyder page */
    #so-gallery-wrap {
    	max-width: 100%;
    }
    /* Rammer and Vilkaar page */
    #priser-main-wrap.rammer-vilkaar .panel-grid:nth-child(3) {
    	margin-bottom: 3.25em !important;
    }
}
	
@media only screen and (max-width: 882px) {
	.site-footer #footer-col-1 {
		padding-left: 0;
		max-width: 30%;
	}
	.site-footer #footer-col-2 {
		margin-left: 1em;
		left: 3em;
		max-width: 32%;
	}
	.site-footer #footer-col-3 {
		margin-left: 2em;
		max-width: 30%;
		left: 4.5em;
	}
}

@media only screen and (max-width: 850px) {
	.site-footer #footer-col-2 {
		margin-left: 1em;
		left: 2em;
	}
	.site-footer #footer-col-3 {
		left: 3em;
	}
	/***/
	#omos-main-wrap .col-cols > .panel-grid-cell {
    	width: calc(33.33% - 1 * 25px) !important;
/*     	margin-left: 27px; */
    }
	#omos-main-wrap .col-cols {
    	gap: 20px;
	}
    /* Metoder page */
    #metoder-main-wrap #metoder-col-5 > .panel-grid-cell {
    	width: calc(50% - 1 * 70px) !important;
    	margin: 0 0 30px 47px !important;
    }
    /* Vi tilbyder sub pages */
    #vitilbyder-sub-wrap #btn-group-wrap > .panel-grid-cell {
    	width: 100% !important;
    }
}

@media only screen and (max-width: 834px) {
	/* Priser page */
	/*#priser-col-3 .panel-grid-cell:nth-child(1),
	#priser-col-3 .panel-grid-cell:nth-child(2) {
		width: calc(50% - ( 0.5 * 60px ) ) !important;
	}
	#priser-col-3 .panel-grid-cell:nth-child(3) {
		width: calc(100% - ( 1 * 0px ) ) !important;
	}*/
}

@media only screen and (max-width: 833px) {
	#metoder-main-wrap .panel-grid:nth-child(1) .lg-padding {
		padding: 0 3em !important;
	}
	#metoder-sub-wrap .wrap .panel-grid:nth-child(5) {
		margin-bottom: 3.5em !important;
	}
}

@media only screen and (max-width: 829px) {
	.inner-sub-title h6 {
		margin: 25px 0 10px 0 !important;
	}
}
@media only screen and (max-width: 808px) {
	#forside-col-wrap {
    	padding-bottom: 4em !important;
    	padding-top: 3em !important;
	}
	.home .col-cols > .panel-grid-cell {
    	width: calc(100% - ( 0.5 * 0em ) ) !important;
	}
	/***/
	.col-2.lg-padding.istdp > .panel-grid-cell,
	.col-cols.lg-padding .panel-grid-cell {
    	width: calc(100% - ( 0.5 * 0em ) ) !important;
    }
    #vitilbyder-sub-wrap #so-grayscale,
    .lg-padding,
    #accordion-col-3.lg-padding, 
    .col-cols.lg-padding {
    	padding: 0 1em !important;
    }
    #btn-group-wrap .col-cols > .panel-grid-cell {
    	width: calc(50% - 1 * 10px) !important;
    }
    /* Rammer and Vilkaar page */
    #priser-main-wrap.rammer-vilkaar .panel-grid:nth-child(5) .panel-grid-cell:nth-child(2) {
    	margin-top: 0.625em !important;
    }
}

@media only screen and (max-width: 804px) {
	.site-footer #footer-col-1 {
		max-width: 100%;
		text-align: center;
		margin-left: 0;
		left: 0;
	}
	.site-footer #footer-col-3,
	.site-footer #footer-col-2 {
		max-width: 40%;
		left: 0;
		margin: 3em 0 0 0;
	}
	.site-footer #footer-col-2 {
		margin-left: 9em;
	}
	#copyright-wrapper {
		float: none;
		margin-top: 15px;
	}
	#copyright-wrapper .wrap {
		text-align: center;
	}
	#copyright-wrapper .cdev {
		float: none;
	}
	
	#vitilbyder-sub-wrap #btn-group-wrap .col-cols.col-3 > .panel-grid-cell {
		margin-bottom: 10px !important;
		width: calc(50% - 1 * 5px) !important;
	}
	#vitilbyder-sub-wrap #btn-group-wrap .col-cols.col-3 > .panel-grid-cell:nth-child(3) {
		width: calc(100% - 1 * 0px) !important;
	}
}

@media only screen and (max-width: 796px) {
	#so-gallery-wrap h3, 
	#so-gallery-wrap h3 a {
    	font-size: 1.625rem;
    }
}

@media only screen and (max-width: 780px) {
	.md-padding {
		padding-left: 2em !important;
		padding-right: 2em !important;
	}
	
	#accordion-col-3 > .panel-grid-cell {
    	width: calc(100% - 1 * 100px) !important;
    	margin: 0 auto 25px !important;
    }
    /* Vi tilbyder sub pages */
    #priser-main-wrap.rammer-vilkaar .panel-grid:nth-child(5),
    #vitilbyder-sub-wrap .wrap > .panel-layout .panel-grid:nth-child(2) {
    	margin-bottom: 2.15em !important;
    }
    #vitilbyder-sub-wrap .wrap > .panel-layout .panel-grid:nth-child(3) {
    	margin-bottom: 4em !important;
    }
    #vitilbyder-sub-wrap #btn-group-wrap .panel-grid-cell > .panel-first-child.panel-last-child {
    	font-size: 0;
    }
    /* Kontakt page */
    #kontakt-page-wrap #kontakt-col-2 {
    	flex-direction: row !important;
    	flex-wrap: wrap !important;
	}
	#kontakt-page-wrap #kontakt-col-2 > .panel-grid-cell {
    	width: calc(50% - ( 0.5 * 8em ) ) !important;
	}
	/* Priser page */
	#priser-col-3 {
		flex-direction: row !important;
		flex-wrap: wrap !important;
	}
	
	#om-cookie-wrap .md-padding {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

@media only screen and (max-width: 756px) {
	/* Vi tilbyder page */
	#so-gallery-wrap {
    	max-width: 90%;
    }
	#so-gallery-wrap > .panel-grid-cell {
        width: calc(50% - 1 * 20px) !important;
    }
}

@media only screen and (max-width: 753px) {
	#omos-main-wrap .col-cols > .panel-grid-cell {
    	width: calc(50% - 1 * 30px) !important;
/*     	margin-left: 35px; */
    }
}

@media only screen and (max-width: 748px) {
	.site-footer #footer-col-3,
	.site-footer #footer-col-2 {
		max-width: 38%;
	}
	.site-footer #footer-col-2 {
		margin-left: 7em;
	}
	.site-footer #footer-col-3 {
		left: 2em;
	}
	/* Vi tilbyder sub pages */
    #vitilbyder-sub-wrap #btn-lg {
    	font-size: 1.125rem !important;
	}
	#vitilbyder-sub-wrap #btn-group-wrap .col-cols > .panel-grid-cell {
    	width: calc(50% - 0.5 * 15px) !important;
    	margin-bottom: 15px !important;
	}
}

@media only screen and (max-width: 734px) {
	/* Kontakt page */
    #btn-group-wrap .col-cols.col-5 {
        grid-template-columns: repeat(auto-fill,minmax(50%, 1fr));
    }
}

@media only screen and (max-width: 680px) {
	.site-footer #footer-col-3,
	.site-footer #footer-col-2 {
		max-width: 44%;
	}
	.site-footer #footer-col-2 {
		margin-left: 2em;
	}
	.site-footer #footer-col-3 {
		left: 5em;
	}
	/* Metoder page */
	#metoder-main-wrap #metoder-col-5 > .panel-grid-cell {
    	width: calc(50% - 1 * 60px) !important;
    	margin: 0 0 30px 40px !important;
    }
    /* Vi tilbyder page */
    #so-gallery-wrap {
    	max-width: 100%;
    }
    /* Vi tilbyder sub pages */
    .site-content .entry-content .ul-col-3 ul {
    	column-count: 1;
	}
/* 	add css */
	#btn-group-wrap .wrap, 
	#btn-group-wrap {
    max-width: 100% !important;
	}
	#omos-main-wrap .col-cols>.panel-grid-cell {
    	width: calc(50% - 1* 10px) !important;
	}
}

@media only screen and (max-width: 670px) {
	/* Vi tilbyder sub pages */
	#vitilbyder-sub-wrap #btn-group-wrap > .panel-grid-cell {
    	width: 60% !important;
	}
	#vitilbyder-sub-wrap #btn-group-wrap .col-cols > .panel-grid-cell {
    	width: calc(100% - 0.5 * 0px) !important;
    	margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 647px) {
	/* Kontakt page */
	#kontakt-page-wrap #kontakt-col-2 > .panel-grid-cell {
    	width: calc(50% - ( 0.5 * 5em ) ) !important;
	}
}

@media only screen and (max-width: 640px) {
	#accordion-col-3 > .panel-grid-cell {
		width: calc(100% - 1 * 80px) !important;
	}
	#btn-group-wrap .col-cols > .panel-grid-cell {
    	width: calc(100% - 1 * 80px) !important;
    	margin: 0 auto 20px !important;
    }
    /* Metoder page */
    .inner-sub-content {
    	margin-bottom: -15px !important;
    }
    .inner-sub-title h6 {
    	margin: 25px 0 5px 0 !important;
	}
    #metoder-main-wrap #metoder-col-5 > .panel-grid-cell {
    	width: calc(50% - 1 * 37px) !important;
    	margin: 0 0 25px 25px !important;
    }
    .inner-sub-content.stdp-img {
    	margin: 40px 0 !important;
    }
    .page-id-24 .inner-sub-content.stdp-img {
    	margin: 40px 0 -15px !important;
	}
	/* Vi tilbyder page */
	#vitilbyder-main-wrap {
    	padding-bottom: 2em !important;
    }
}
@media only screen and (max-width: 619px) {
	#priser-col-3 .panel-grid-cell:nth-child(1), 
	#priser-col-3 .panel-grid-cell:nth-child(2) {
    	width: calc(50% - ( 0.5 * 20px ) ) !important;
	}
	
	#vitilbyder-sub-wrap #btn-group-wrap .col-cols.col-3 > .panel-grid-cell {
		width: calc(100% - 1 * 0px) !important;
	}
	
	.page-id-40 .col-cols.lg-padding {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
@media only screen and (max-width: 600px) {
	#omos-main-wrap .col-cols {
    	gap: 15px;
	}
	#omos-main-wrap .col-cols>.panel-grid-cell {
    	width: calc(50% - 1* 8px) !important;
	}
}
@media only screen and (max-width: 597px) {
	/* Kontakt page */
	#kontakt-page-wrap {
    	padding-bottom: 4.5em !important;
    	padding-top: 2.55em !important;
    }

	#kontakt-page-wrap #kontakt-col-2 > .panel-grid-cell {
    	width: calc(100% - ( 0.5 * 0em ) ) !important;
	}
	#kontakt-page-wrap #kontakt-col-2 > .panel-grid-cell:nth-child(1) {
		margin-bottom: 10px !important;
	}
	#kontakt-page-wrap #kontakt-col-2 > .panel-grid-cell:nth-child(1) > .so-panel:last-child {
		width: 80%;
	}
	#kontakt-page-wrap #kontakt-col-2 > .panel-grid-cell:nth-child(2) > .so-panel:last-child {
    	width: 185px;
	}
	#kontakt-page-wrap .wrap > .panel-layout > .panel-grid:nth-child(1) {
		margin-bottom: 2.25em !important;
	}
	#kontakt-page-wrap .wrap > .panel-layout > .panel-grid:nth-child(2) {
		margin-bottom: 3em !important;
	}
	#kontakt-page-wrap .wrap > .panel-layout > .panel-grid:nth-child(3) {
		margin-bottom: 1.5em !important;
	}
	.page-id-18 .col-cols.lg-padding .panel-grid-cell {
    	margin-bottom: 15px !important;
	}
}

@media only screen and (max-width: 586px) {
	.site-footer #footer-col-3, 
	.site-footer #footer-col-2 {
    	max-width: 47%;
    }
    .site-footer #footer-col-2 {
    	margin-left: 1em;
    }
	.site-footer #footer-col-3 {
    	left: 3em;
    }
    /***/
    #omos-main-wrap {
    	padding: 2.5em 0 1.5em !important;
    }
    #omos-main-wrap .widget-title {
    	margin-bottom: 15px;
    }
    #omos-main-wrap .col-cols > .panel-grid-cell {
/*     	width: calc(50% - 1 * 40px) !important; */
/*     	margin-left: 26px; */
	}
	#omos-main-wrap .col-cols .panel-grid-cell {
/*     	margin-bottom: 40px !important; */
    }
    /**/
    #metoder-main-wrap .panel-grid:nth-child(1) .lg-padding {
    	padding: 0 1em !important;
    }
}

@media only screen and (max-width: 572px) {
	#metoder-main-wrap #metoder-col-5 > .panel-grid-cell {
    	width: calc(100% - 1 * 190px) !important;
    	margin: 0 0 25px 100px !important;
    	padding: 1em 1em 3em;
    }
    /* Vi tilbyder sub pages */
	#vitilbyder-sub-wrap #btn-group-wrap > .panel-grid-cell {
    	width: 70% !important;
	}
}

@media only screen and (max-width: 567px) {
	#omos-main-wrap .col-cols > .panel-grid-cell {
		width: calc( 100% - 1 * 0px ) !important;
		margin-left: 0;
	}
	#omos-main-wrap .col-cols .panel-grid-cell .sow-image-container > a,
	#omos-main-wrap .col-cols .panel-grid-cell .sow-image-container img {
		width: 100%;
	}
	#omos-main-wrap h2 {
		font-size: 1.375rem !important;
	}
	#omos-main-wrap .btn-1 {
		font-size: 1.125;
		padding: 10px 5px;
	}
	
	#om-cookie-wrap .md-padding {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#omos-main-wrap .col-cols {
    	gap: 30px;
	}
}

@media only screen and (max-width: 540px) {
	.site-footer .footer-wrap {
		text-align: center;
		display: flex;
		flex-direction: row !important;
		flex-wrap: wrap !important;
	}
	.site-footer #footer-col-3, 
	.site-footer #footer-col-2 {
    	max-width: 100%;
    	margin-left: 0;
    	left: 0;
    	height: auto;
    	background-position: 50% 0;
    	text-align: center;
    	padding: 0;
    	padding-top: 2.5em;
    }
    .site-footer #footer-col-1 {
    	order: 3;
    	margin-top: 3em;
    }
    .site-footer #footer-col-2 {
    	order: 1;
    	margin: 0;
    }
    .site-footer #footer-col-3 {
    	order: 2;
    }
    /* Om os sub pages */
    #accordion-col-3 > .panel-grid-cell {
    	width: calc(100% - 1 * 50px) !important;
    }
    #btn-group-wrap .col-cols > .panel-grid-cell {
    	width: calc(100% - 1 * 60px) !important;
    }
    /* Priser page */
	#priser-col-3 .panel-grid-cell:nth-child(1),
	#priser-col-3 .panel-grid-cell:nth-child(2) {
		width: calc(100% - ( 0 * 0px ) ) !important;
	}
	#priser-col-3 .panel-grid-cell {
		margin-bottom: 0 !important;
	}
	#priser-col-3 > .panel-grid-cell .so-panel {
		margin-bottom: 15px !important;
	}
	#priser-col-3.referral-offer-box #referral-box2 {
		margin-top: 25px !important;
	}
	/* Rammer and Vilkaa */
	.page-id-22 #praktisk-wrap .wrap .panel-grid:nth-child(1) {
		margin-bottom: 2em !important;
	}
}

@media only screen and (max-width: 518px) {
	/*#omos-main-wrap .col-cols > .panel-grid-cell {
    	width: calc(100% - 1 * 135px) !important;
    	margin-left: 70px;
    }*/
    #omos-profile-wrap .panel-grid:nth-child(1) > .lg-padding {
    	padding: 0 !important;
    }
    /* Metoder page */
    #metoder-main-wrap #metoder-col-5 > .panel-grid-cell {
    	width: calc(100% - 1 * 160px) !important;
    	margin: 0 0 25px 80px !important;
    }
}

@media only screen and (max-width: 509px) {
	/* Vi tilbyder page */
	#so-gallery-wrap h3, #so-gallery-wrap h3 a {
    	font-size: 1.5rem;
    }
}

@media only screen and (max-width: 483px) {
	/* Vi tilbyder page */
	#so-gallery-wrap h3, #so-gallery-wrap h3 a {
    	font-size: 1.375rem;
    }
    /* Vi tilbyder sub pages */
	#vitilbyder-sub-wrap #btn-group-wrap > .panel-grid-cell {
    	width: 80% !important;
	}
	/* Kontakt page */
    #btn-group-wrap .col-cols.col-5 {
        grid-template-columns: repeat(auto-fill,minmax(100%, 1fr));
    }
    #btn-group-wrap .col-cols.col-5 .panel-grid-cell {
    	width: calc(100% - 1 * 60px) !important;
    }
    /* Priser page */
    .page-id-20 .entry-content > .panel-layout > .panel-grid {
    	margin-bottom: 0 !important;
    }
    #praktisk-wrap,
    #priser-main-wrap {
    	padding-bottom: 2em !important;
    }
}

@media only screen and (max-width: 468px) {
	.site-header .site-branding {
    	width: 160px;
    	left: 15px;
	}
	.gsticky .site-header .site-branding {
    	left: 15px;
	}
	.site-header .hmenu-wrapper .hamburger-box,
	.site-header .hmenu-wrapper .hamburger-inner, 
	.site-header .hmenu-wrapper .hamburger-inner::after, 
	.site-header .hmenu-wrapper .hamburger-inner::before {
    	width: 40px;
	}
	.site-header .hmenu-wrapper {
		right: 20px;
    	top: 13px;
	}
	.site-header .hmenu-wrapper label {
		display: none;
	}
	/* Om Os page */
	/*#omos-main-wrap .col-cols > .panel-grid-cell {
    	width: calc(100% - 1 * 100px) !important;
    	margin-left: 50px;
    }*/
    /* Metoder page */
    #metoder-main-wrap #metoder-col-5 > .panel-grid-cell {
    	width: calc(100% - 1 * 130px) !important;
    	margin: 0 0 25px 65px !important;
    }
    #so-grayscale .sow-image-container {
    	position: relative;
    	width: 100%;
    	overflow: hidden;
    }
    #so-grayscale .so-widget-image {
    	height: 100px;
    }
    .inner-sub-content.stdp-img {
    	margin: 35px 0 -20px !important;
	}
}

@media only screen and (max-width: 456px) {
	/* Vi tilbyder page */
	#so-gallery-wrap {
    	max-width: 70%;
    }
	#so-gallery-wrap > .panel-grid-cell {
    	width: calc(100% - 1 * 0px) !important;
    	margin-left: 0;
    }
	#so-gallery-wrap h3, #so-gallery-wrap h3 a {
    	font-size: 1.625rem;
    }
}

@media only screen and (max-width: 440px) {
	#btn-group-col.unpad .col-cols > .panel-grid-cell:last-child > .widget_sow-button {
        width: 100% !important;
    }
}

@media only screen and (max-width: 413px) {
	/* Om Os page */
	/*#omos-main-wrap .col-cols > .panel-grid-cell {
    	width: calc(100% - 1 * 70px) !important;
    	margin-left: 35px;
    }*/
    #accordion-col-3 > .panel-grid-cell {
    	width: calc(100% - 1 * 0px) !important;
    }
    #btn-group-wrap .col-cols > .panel-grid-cell {
    	width: calc(100% - 1 * 0px) !important;
    }
    /* Metoder page */
    #metoder-main-wrap #metoder-col-5 > .panel-grid-cell {
    	width: calc(100% - 1 * 100px) !important;
    	margin: 0 0 25px 50px !important;
    }
    #so-grayscale .so-widget-image {
    	height: 80px;
    }
    /* Vi tilbyder sub pages */
	#vitilbyder-sub-wrap #btn-group-wrap > .panel-grid-cell {
    	width: 90% !important;
	}
}

@media only screen and (max-width: 374px) {
	/* Om Os page */
	/*#omos-main-wrap .col-cols > .panel-grid-cell {
    	width: calc(100% - 1 * 40px) !important;
    	margin-left: 20px;
    }*/
    #vitilbyder-sub-wrap #so-grayscale,
    .lg-padding,
    #accordion-col-3.lg-padding, 
    .col-cols.lg-padding {
    	padding: 0 0.5em !important;
    }
    #metoder-main-wrap h3,
    #header-title-wrap .widget-title {
    	font-size: 1.625rem;
    }
    #eteam-accordion-widget .accordion-header {
    	padding: 18px 20px 19px;
    }
    #eteam-accordion-widget .accordion-header::after {
    	right: 20px;
    }
    /* Metoder page */
    #metoder-main-wrap #metoder-col-5 > .panel-grid-cell {
    	width: calc(100% - 1 * 50px) !important;
    	margin: 0 0 25px 25px !important;
    }
    /* Vi tilbyder page */
    #so-gallery-wrap {
    	max-width: 80%;
    }
    /* Vi tilbyder sub pages */
	#vitilbyder-sub-wrap #btn-group-wrap > .panel-grid-cell {
    	width: 100% !important;
	}
	/* Kontakt page */
    #btn-group-wrap .col-cols.col-5 .panel-grid-cell {
    	width: calc(100% - 1 * 30px) !important;
    }
}

@media only screen and (max-width: 355px) {
	#kontakt-page-wrap #kontakt-col-2 > .panel-grid-cell:nth-child(1) > .so-panel:last-child {
    	width: 75%;
	}
}

@media only screen and (max-width: 350px) {
	/* Vi tilbyder page */
    #so-gallery-wrap {
    	max-width: 90%;
    }
}

@media only screen and (max-width: 340px) {
	#vitilbyder-sub-wrap #btn-lg {
    	font-size: 1.063rem !important;
    }
}

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

/** Slidebar Overrides **/
@media only screen and (max-width: 2000px) and (min-width: 1600px) {
	.sb-slidebar {
		max-width: 360px;
	    width: 100%;
	}
}
@media only screen and (max-width: 1599px) and (min-width: 1367px) {
	.sb-slidebar {
		max-width: 360px;
	    width: 100%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
	.sb-slidebar {
		max-width: 360px;
		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%;
	}
}


/*--- ---*/

@media only screen and (max-width: 680px) {
	.site-content .entry-content ul li, .entry-content p {
		font-size: 1rem !important;
	}
	
	/*
	#btn-group-col.unpad .col-cols>.panel-grid-cell:last-child>.widget_sow-button {
		margin: 0 auto 30px !important;
	}
	*/
	#resp-sidebar #mobile-navigation li>a {
	
	   padding: 15px 15px 15px;
	}
	
	#resp-sidebar #mobile-navigation li.menu-item-has-children .caret { height: 54px; }
	
	#resp-sidebar #mobile-navigation .sub-menu li>a { padding-top: 13px; padding-bottom: 13px }
	
	#vitilbyder-sub-wrap #btn-group-wrap .col-cols.col-3>.panel-grid-cell {
   		 margin-bottom: 20px !important;
	}
	
	#btn-group-wrap, 
	#btn-group-col, 
	.wrap, 
	#forside-col-wrap .wrap {
		max-width: 90%;
		overflow: hidden;
	}
	
	
}
