/*
Theme Name: Webbster
Theme URI: http://webbster.se/
Author: Johan Backman
Author URI: http://webbster.se
Description: Webbster
Version: 2.0
*/
body {
	background-color: #fff;
}

#wrapper {
	min-height: 100%;
	width: 100%;
}

/* -------------------------------- Font --------------------------------------- */

html, body, section, header, article, footer, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, a, span, label, input, textarea, .time {
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #A2B735;
	font-weight: 300;
	text-transform: none;
}

h2 {
	padding-top: 0;
	font-weight: 700;
	color: #1a1a1a;
}
h3 {
	padding-top: 0;
}

p {
	/*font-size: 14px;*/
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 12px;
}

/* -------------------------------- Functions ---------------------------------- */

.arrow {
	display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1a1a1a !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 4px 0 6px;
    border-bottom: 2px solid #9CC239;
    width: fit-content;
    transition: gap 0.2s ease, color 0.2s ease;
}

.arrow::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #9CC239;
   -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l370.7 0-105.4 105.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/></svg>") no-repeat center / contain;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l370.7 0-105.4 105.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/></svg>") no-repeat center / contain;
    transition: transform 0.2s ease, background-color 0.2s ease;
}
.arrow:hover {
    color: #9CC239;
    gap: 12px;
	text-decoration: none !important;
}

.arrow:hover ::after {
	transform: translateX(4px);
}

/*.arrow {
	background-color: black;
	color: white;
	display: block;
	float: left;
	font-size: 14px;
	font-style: italic;
	height: 24px;
	line-height: 1.7;
	padding: 0 42px 0 15px;
	position: relative;
	text-decoration: none;
}*/
/*.arrow:after {
	border-bottom: 12px solid transparent;
	border-left: 6px solid black;
	border-top: 12px solid transparent;
	clear: both;
	content: "";
	display: block;
	position: absolute;
	right: -6px; top: 0;
	height: 0;
	width: 0;
}

.arrow.green {
	background-color: #A2B735;
	color: white;
}
.arrow.green:after {
	border-left-color: #A2B735;
}

.arrow.white {
	background-color: white;
	color: #A2B735;
}
.arrow.white:after {
	border-left-color: white;
}*/

.cell-wrapper:after {
	clear: both;
	content: "";
	display: block;
}
.cell {
	float: left;
	width: 100%;
}

.single-breadcrumb {
	border-bottom: 2px solid #000;
	border-left: 0px none transparent;
	border-right: 0px none transparent;
	border-top: 2px solid #000;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 10px;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
}

.circle {
	background-color: #000;
	-khtml-border-radius: 9999px;
	-moz-border-radius: 9999px;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
	height: 100px;
	position: relative;
	width: 100px;
}
.circle p {
	color: #fff;
	margin-bottom: 0;
	position: absolute;
	left: 0px; top: 0px;
}

.breadcrumbs {
	border-bottom: 1px solid #566e70;
	border-top: 1px solid #566e70;
	font-size: 14px;
	padding: 10px;
}
.breadcrumbs ul {
	list-style: none;
	padding: 0;
}

.breadcrumbs ul:after {
	clear: both;
	content: "";
	display: block;
}
.breadcrumbs ul li {
	float: left;
	font-weight: 800;
	list-style: none;
	margin-right: 10px;
	color: #A2B735;
}
.breadcrumbs ul li.last {
	margin-right: 0;
}
.breadcrumbs ul li a {
	color: #575756;
	text-decoration: none;
}

/* -------------------------------- Topbar ------------------------------------- */

#topbar-wrapper {
	/*background-color: #ddd;
	background-image: url('images/design/stealtop.png');
	background-position: left top;
	background-repeat: repeat;*/
	background-color: #363536;
	width: 100%;
}
#topbar {
	margin: 0 auto;
	/*width: 940px;*/
	max-width: 1280px;
    width: 100%;
}
#topbar .content-topbar {
	color: #fff;
	padding: 10px 25px;
}
#topbar .content-topbar .flags {
	float: right;
}
#topbar .content-topbar .flags li {
	float: left;
	margin-right: 10px;
	width: 30px;
}
#topbar .content-topbar .flags li.last {
	margin-right: 0;
}
#topbar .content-topbar .flags li img {
	display: block;
	height: auto;
	width: 100%;
}

/* -------------------------------- Header ------------------------------------- */

#header-wrapper {
	width: 100%;
}
#header {
	margin: 0 auto;
	position: relative;
	/*width: 940px;*/
	max-width: 1280px;
    /*width: 100%;*/
	padding: 30px 25px 40px 25px;
}
#header .content-header {
	/*padding: 30px 25px 40px 25px;*/
}
#header .logo {
	float: left;
	width: 100%;
	max-width: 250px;
}
#header .logo .image {
	width: 100%;
}
#header .logo .image img {
	display: block;
	height: auto;
	width: 100%;
}


/* -------------------------------- Page --------------------------------------- */

#page-wrapper {
	width: 100%;
}
#page {
	margin: 0 auto;
	/*width: 940px;*/
	max-width: 1280px;
    width: 100%;
}
#page .main {
	width: 100%;
}
#page .main .content-main {
	padding: 30px 25px 50px 25px;
}
#page .main .content-main h1 {
	font-size: 50px;
	/*font-style: italic;*/
	font-weight: 800;
	line-height: 1.1;
}

/* -------------------------------- Blurbs ------------------------------------- */
.blurb h1, .blurb h2, .blurb h3, .blurb h4, .blurb h5, .blurb h6 {
	/*font-style: italic;*/
	padding-bottom: 20px;
}
.blurb h2 {
	font-size: 50px;
}
.blurb-wrapper {
	width: 100%;
}
.blurb {
	margin: 0 auto;
	/*width: 940px;*/
	max-width: 1280px;
    width: 100%;
}
.blurb .content-blurb {
	padding: 20px 25px 20px 25px;
	display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.blurb .content-blurb .cell.left {
	/*width: 60%;*/ /*548px;*/
	width: calc(50% - 20px);
	padding-right: 20px;
	order: 1;
}
.blurb .content-blurb .cell.right {
	/*margin-left: 4%;*/ /* 30px;*/
	/*width: 36%;*/ /* 337px*/
	width: 50%;
	order: 2;
}

#blurb-about { background-color: #ededed; }
#blurb-news { background-color: #5D8729; }
#blurb-products { background-color: #fff; }
#blurb-quality { background-color: #eff1ea; }

#blurb-about .content-blurb .cell.left h2 {
	/*font-size: 50px;*/
	font-size: clamp(28px, 4vw + 1rem, 46px);
	line-height: 1.05;
	letter-spacing: -0.5px;
}
#blurb-about .content-blurb .cell.right .thumbnail {
	margin: 0 auto;
	width: 70%;/*233px;*/
}
#blurb-about .content-blurb .cell.right .thumbnail img {
	display: block;
	height: auto;
	width: 100%;
}

#blurb-news .content-blurb .cell.left {
	border-right: 2px solid #fff;
	color: #fff;
	font-style: italic;
	font-size: 46px;
	line-height: 1;
	padding-right: 27px;
	text-align: right;
	text-transform: uppercase;
	width: 186px;
}
#blurb-news .content-blurb .cell.middle {
	min-height: 110px;
	padding: 0 20px;
	width: 520px;
}
#blurb-news .content-blurb .cell.middle h3 {
	color: #FFF;
}
#blurb-news .content-blurb .cell.middle p {
	color: #FFF;
}
#blurb-news .content-blurb .cell.right {
	margin-left: 0;
	min-height: 110px;
	position: relative;
	width: 140px;
}
#blurb-news .content-blurb .cell.right a {
	text-decoration: none;
}
#blurb-news .content-blurb .cell.right .circle {
	background-color: #fff;
	height: 110px;
	margin-top: -55px;
	position: absolute;
	top: 50%;
	width: 110px;
}
#blurb-news .content-blurb .cell.right .circle p {
	color: #94ab68;
	font-size: 18px;
	font-style: italic;
	line-height: 1.1;
	margin-bottom: 0;
	position: absolute;
	left: 12px; top: 37px;
}

#blurb-products .content-blurb .cell.left h2 {
	font-size: 40px;
}
#blurb-products .content-blurb .cell.right {
	float: right;
}
#blurb-products .content-blurb .cell.right .thumbnail {
	width: 100%;
}
#blurb-products .content-blurb .cell.right .thumbnail img {
	display: block;
	height: auto;
	width: 100%;
}

#blurb-quality .content-blurb .cell.left h2 {
	font-size: 40px;
}
#blurb-quality .content-blurb .cell.right .thumbnail {
	margin: 0 auto;
	width: 50%;/*233px;*/
}
#blurb-quality .content-blurb .cell.right .thumbnail img {
	display: block;
	height: auto;
	width: 100%;
}

/* -------------------------------- Footer ------------------------------------- */

#footer-wrapper {
	background-color: #363536;
	width: 100%;
}
#footer {
	margin: 0 auto;
	/*width: 940px;*/
	/*width: 1280px;*/
	max-width: 1280px;
    width: 100%;
}
#footer .content-footer {
	color: #fff;
	padding: 20px 25px;
}
#footer .content-footer,
#footer .content-footer h2,
#footer .content-footerh3,
#footer .content-footer p {
	color: #fff;
	font-style: normal;
}
#footer .content-footer h2 {
	padding-bottom: 10px;
}
#footer .content-footer #footer_menu {
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#footer .content-footer #footer_menu ul:after {
	clear: both;
	content: "";
	display: block;
}
#footer .content-footer #footer_menu ul li {
	float: left;
	font-weight: bold;
	margin-right: 30px;
}
#footer .content-footer #footer_menu ul li.last {
	margin-right: 0;
}
#footer .content-footer #footer_menu ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#footer .content-footer .cell.top.left {
	width: 70%;/*620px;*/
}
#footer .content-footer .cell.top.right {
	width: 30%;/*270px;*/
	float: right;
}
#footer .content-footer .cell.top.right .logo {
	width: 70%;/*191px;*/
	padding-left: 27%;/*75px;*/
	padding-top: 50px;
}
#footer .content-footer .cell.top.right .logo img {
	display: block;
	height: auto;
	width: 100%;
}

#footer .content-footer .cell.bottom.left {
	width: 30%;/*270px;*/
}
#footer .content-footer .cell.bottom.right {
	width: 70%;/*620px;*/
}
#footer .content-footer .cell.bottom.right .thumbnail {
	margin-top: 40px;
	width: 24%;/*151px;*/
}
#footer .content-footer .cell.bottom.right .thumbnail img {
	display: block;
	height: auto;;
	width: 100%;
}


/* SIDFOTEN NY */

.liningnordic-footer {
    background: #3a3a3a;
    color: #fff;
}

.footer-accent {
    height: 4px;
    background: #9CC239;
}

.footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 40px 24px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1.2fr 1fr;
    gap: 40px;
    align-items: start;
}

/* ===== BRAND COLUMN ===== */
.footer-brand .footer-logo img {
    max-width: 300px;
    height: auto;
    margin-bottom: 16px;
}

.footer-intro {
    font-size: 16px;
    line-height: 1.7;
    color: #ccc;
    margin: 0 0 24px;
    max-width: 320px;
    letter-spacing: -0.2px;
}

a:link.footer-cta {
    display: inline-flex;
    align-items: center;
    padding: 12px 28px;
    background: #9CC239;
    color: #1a1a1a;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    transition: background 0.2s;
}

a:link.footer-cta, a:visited.footer-cta {
	color: #1a1a1a;
}

.footer-cta:hover {
    background: #b3d950;
}

.footer-cta svg {
    margin-left: 8px;
    transition: transform 0.2s;
}

.footer-cta:hover svg {
    transform: translateX(5px);
}

/* ===== TOP MENU ROW ===== */
.footer-menu-row {
    border-bottom: 1px solid #555;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.footer-menu-row ul {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu-row a {
    color: #9CC239;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.footer-menu-row a:hover {
    color: #b3d950;
}

/* ===== CONTACT COLUMN ===== */
.footer-contact h3 {
    font-size: 16px;
    color: #9CC239;
    margin: 0 0 18px;
    letter-spacing: 1.5px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    font-size: 16px;
    line-height: 2.1;
    color: #ddd;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact .icon {
    color: #888;
    font-size: 14px;
    width: 18px;
    display: inline-block;
}

.footer-contact a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.2s;
}
.footer-contact a:hover {
    color: #9CC239;
}

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border: 1px solid #9CC239;
    color: #9CC239;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s;
}
.footer-social a:hover {
    background: #9CC239;
    color: #1a1a1a;
}

/* ===== MAP COLUMN ===== */
.footer-map {
    width: 100%;
}

.map-link {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    border: 1px solid #555;
    text-decoration: none;
	transition: all 0.2s;
}
.map-link:hover {
	 border: 1px solid #9CC239;
}

.map-image,
.map-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.map-label {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    background: rgba(0,0,0,0.75);
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 800;
}

/* ===== BOTTOM ROW ===== */
.footer-bottom {
    border-top: 1px solid #555;
    margin-top: 40px;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #888;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-bottom-links a:link {
    color: #888;
	font-size: 14px;
    text-decoration: none;
}
.footer-bottom-links a:hover {
    color: #9CC239;
}

/* ===== RESPONSIVT ===== */
@media (max-width: 900px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
    .footer-map {
        grid-column: 1 / -1;
        max-width: 300px;
    }
}

@media (max-width: 600px) {
    .footer-inner {
        padding: 40px 24px 20px;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    .footer-bottom-links {
        justify-content: center;
    }
}

/* -------------------------------- Menu Desktop ------------------------------- */

#main_menu {
	float: right;
	margin-top: 8px;
}
#main_menu ul {
	list-style: none;
	padding: 0;
	line-height: 51px;
}
#main_menu ul:after {
	clear: both;
	content: "";
	display: block;
}
#main_menu ul li {
	font-weight: bold;
	float: left;
	list-style: none;
	margin-right: 30px;
}
#main_menu ul li.last {
	margin-right: 0;
}
#main_menu ul li a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
#main_menu ul li:hover a {
	color: #A2B735;
}
#main_menu ul li.current-menu-item a {
	color: #A2B735;
}

/* -------------------------------- Menu Mobile -------------------------------- */

#mobile_menu_wrapper {
	background-color: #fff;
	display: none;
	float: none;
	position: absolute;
	top: 100%; left: 0px;
	width: 100%;
	z-index: 99999;
}

#mobile_menu_wrapper #mobile_menu {
	-moz-box-shadow: 0px 2px 7px -2px #000;
	-webkit-box-shadow: 0px 2px 7px -2px #000;
	box-shadow: 0px 2px 7px -2px #000;
}
#mobile_menu_wrapper #mobile_menu ul {
	list-style: none;
	padding: 0;
	width: 100%;
}
#mobile_menu_wrapper #mobile_menu ul:after {
	clear: both;
	content: "";
	display: block;
}
#mobile_menu_wrapper #mobile_menu ul li {
	float: none;
	list-style: none;
}
#mobile_menu_wrapper #mobile_menu ul li a {
	background-color: #fff;
	color: #000;
	display: block;
	font-size: 200%;
	padding: 20px 30px;
	text-decoration: none;
}
#mobile_menu_wrapper #mobile_menu ul li a:hover {
	background-color: #bbb;
}

#mobile_menu_wrapper #language_mobile_menu {
	padding: 20px 0;
}
#mobile_menu_wrapper #language_mobile_menu:hover {
	background-color: #bbb;
}
#mobile_menu_wrapper #language_mobile_menu .label {
	float: left;
	margin-left: 30px;
}
#mobile_menu_wrapper #language_mobile_menu .flag {
	float: left;
	margin-left: 15px;
	width: 30px;
}
#mobile_menu_wrapper #language_mobile_menu .flag img {
	display: block;
	height: auto;
	width: 100%;
}

/* -------------------------------- Template Home ------------------------------ */

.template-home .page {}
.template-home .page .main {}
.template-home #page .main .content-main {
	padding: 0 0 0px 0;
	position: relative;
}
.template-home #page {
	max-width: unset;
}

.template-home .slider .image .controller .area .btn {
	background: none;
}
.template-home .slider .image .controller .area .btn .btn-image {
	margin-left: -22.5px;
	width: 45px;
}

/* NYA SLIDERN */
/* Gör slidern till container för positionerad text */
.slider.interval {
    position: relative;
    overflow: hidden;
}

/* Overlay - lägg via pseudo-element */
.slider.interval::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 15; /* Över bilderna (z-index: 10) men under controllerna */
    pointer-events: none;
}

/* Flytta intro-texten ovanpå slidern */
.home-intro {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 100%;*/
    height: 100%;
    z-index: 20; /* Över overlayen */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 56px;
   max-width: 1280px;
    margin: 0 auto;
    color: #fff;
    pointer-events: none; /* Så man kan klicka på slider-prickarna under */
	left: 0;
    right: 0;
}

/* Texten ska kunna klickas/markeras */
.home-intro * {
    pointer-events: auto;
}

.home-intro-title {
    font-size: 14px !important;
    letter-spacing: 3px;
    color: #9CC239 !important;
    margin: 0 0 16px 0 !important;
    font-weight: 600 !important;
    text-transform: uppercase;
	font-style: normal !important;
}

.home-intro-subtitle {
    font-size: clamp(42px, 5vw, 48px) !important;
    line-height: 1.05 !important;
    font-weight: 600 !important;
    margin: 0 !important;
    letter-spacing: -0.5px;
    max-width: 520px;
    color: #fff !important;
}

p.home-intro-text {
	color: #fff !important;
    font-size: 16px;
    margin-top: 1.5rem;
}

/* Wrappern för positionering */
.content-main {
    position: relative;
}

/* Mobil */
@media (max-width: 768px) {
    .slider.interval::before {
        background: rgba(0, 0, 0, 0.55);
    }
    .home-intro {
        padding: 0 24px;
    }
}

/* -------------------------------- Template Products -------------------------- */

.template-products .page .main .content-main .cell.top.left {
	width: 51%;/*545px;*/
}
.template-products .page .main .content-main .cell.top.right {
	margin-left: 4%;
	width: 45%;/*345px;*/
}
.template-products .page .main .content-main .cell-wrapper.bottom {
	margin-top: 20px;
}
.template-products .page .main .content-main .cell-wrapper.bottom ul li {
	margin-bottom: 35px;
}
.template-products .page .main .content-main .cell-wrapper.bottom h3 {
	border-bottom: 1px solid #566e70;
	font-size: 30px;
	margin-bottom: 30px;
	padding-bottom: 7px;
}
.template-products .page .main .content-main .cell.bottom.left {
	margin-right: 2%;/*26px;*/
	width: 49%;/*432px;*/
}
.template-products .page .main .content-main .cell.bottom.right {
	width: 49%;/*432px;*/
}
.template-products .page .main .content-main .cell.bottom .cell {
	width: 15%;/*62px;*/
}
.template-products .page .main .content-main .cell.bottom .cell .image {
	width: 100%;
}
.template-products .page .main .content-main .cell.bottom .cell .image img {
	display: block;
	height: auto;
	width: 100%;
}
.template-products .page .main .content-main .cell.bottom .cell.right {
	width: 80%;/*345px;*/
	margin-left: 5%;/*25px;*/
}
.template-products .page .main .content-main .cell.bottom .cell.right h4 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	text-transform: uppercase;
}

/* -------------------------------- Template Quality --------------------------- */

.template-quality .page .main .content-main .cell.top.left {
	width: 42%;/*375px;*/
}
.template-quality .page .main .content-main .cell.top.right {
	margin-left: 7%;/*60px;*/
	width: 51%;/*455px;*/
}

.template-quality .page .main .list {
	margin-bottom: 45px;
}
.template-quality .page .main .list li {
	background-color: #eff1ea;
	margin-bottom: 10px;
	padding: 20px 0;
}
.template-quality .page .main .list li.last {
	margin-bottom: 0;
}
.template-quality .page .main .list .cell.left {
	min-height: 20px;
	position: relative;
	width: 25%;/*230px;*/
}
.template-quality .page .main .list .cell.right {
	margin-left: 1%;/*10px;*/
	padding-right: 2%;/*25px;*/
	width: 72%;/*675px;*/
}
.template-quality .page .main .list h2 {
	padding-bottom: 10px;
	text-transform: uppercase;
}
.template-quality .page .main .list .thumbnail {
	margin-left: -25.5%;
	margin-top: 0;
	position: absolute;
	left: 50%; top: 50%;
	width: 51%; /*119px;*/
}
.template-quality .page .main .list .thumbnail img {
	display: block;
	height: auto;
	width: 100%;
}


.template-quality .page .main .list a.read-more-about-povel {
	color: #A2B735;
	font-style: italic;
	text-decoration: none;
}

/* -------------------------------- Template Contact --------------------------- */

.template-contact .page .main .content-main .cell.top.left {
	width: 50%;/*445px;*/
}
.template-contact .page .main .content-main .cell.top.right {
	margin-left: 5%;/*40px;*/
	width: 45%;/*405px;*/
}

.template-contact .page .main .content-main .list {
	margin-top: 20px;
}

.template-contact .page .main .content-main .list h2 {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	margin-top: 33px;
	padding: 0px;
}

.template-contact .webbster-form {
	max-width: none;
	width: 330px;
}
.template-contact .webbster-form:after {
	clear: both;
	content: "";
	display: block;
}
.template-contact .webbster-form .row {
	border: solid 1px;
}
.template-contact .webbster-form .row input,
.template-contact .webbster-form .row textarea {
	box-shadow: inset 0px 0px 3px -1px #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 4px 2%;
}
.template-contact .webbster-form .row-submit {
	background-color: #A2B735;
	border: none;
	box-shadow: none;
	display: block;
	float: right;
	font-size: 14px;
	font-style: italic;
	line-height: 1.7;
	margin-right: 6px;
	position: relative;
	text-decoration: none;
	width: auto;
}
.template-contact .webbster-form .row-submit:after {
	border-bottom: 12px solid transparent;
	border-left: 6px solid #A2B735;
	border-top: 12px solid transparent;
	box-shadow: none;
	clear: both;
	content: "";
	display: block;
	position: absolute;
	right: -6px; top: 0;
	height: 0;
	width: 0;
}
.template-contact .webbster-form .row-submit input {
	background: transparent;
	box-shadow: none;
	color: #fff;
	font-style: italic;
	padding: 2px 50px 2px 15px;
}

.template-contact .webbster-form .row.error {
	margin-top: 23px;
}
.template-contact .webbster-form .row.error input,
.template-contact .webbster-form .row.error textarea {
	background-color: #E26A6A;
}
.webbster-form .row .error-box .content {
	color: #000;
}

.template-contact .webbster-form .row input::-webkit-input-placeholder { color: #000; }
.template-contact .webbster-form .row input:-moz-placeholder { color: #000; }
.template-contact .webbster-form .row input::-moz-placeholder { color: #000; }
.template-contact .webbster-form .row input:-ms-input-placeholder { color: #000; }
.template-contact .webbster-form .row textarea::-webkit-input-placeholder { color: #000; }
.template-contact .webbster-form .row textarea:-moz-placeholder { color: #000; }
.template-contact .webbster-form .row textarea::-moz-placeholder { color: #000; }
.template-contact .webbster-form .row textarea:-ms-input-placeholder { color: #000; }

.template-contact .webbster-form .row.error input::-webkit-input-placeholder { color: #fff; }
.template-contact .webbster-form .row.error input:-moz-placeholder { color: #fff; }
.template-contact .webbster-form .row.error input::-moz-placeholder { color: #fff; }
.template-contact .webbster-form .row.error input:-ms-input-placeholder { color: #fff; }
.template-contact .webbster-form .row.error textarea::-webkit-input-placeholder { color: #fff; }
.template-contact .webbster-form .row.error textarea:-moz-placeholder { color: #fff; }
.template-contact .webbster-form .row.error textarea::-moz-placeholder { color: #fff; }
.template-contact .webbster-form .row.error textarea:-ms-input-placeholder { color: #fff; }

.template-contact .webbster-form .message {
	box-shadow: 1px 1px 7px -2px #000;
	padding: 1px;
}
.template-contact .webbster-form .message .content {
	padding-top: 40px;
}

/* ===== EMPLOYEE LIST - LINING NORDIC ===== */

.employee-list {
    margin-top: 32px;
}

.employee-list .list-heading {
    font-size: 11px;
    letter-spacing: 2px;
    color: #9CC239;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.employee-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.employee-list li {
    background: #fff;
    padding: 24px 28px;
    border-radius: 8px;
    border: 1px solid #eee;
    display: flex;
    gap: 20px;
    align-items: center;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.employee-list li:hover {
    border-color: #9CC239;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* Avatar med initialer */
.employee-list li::before {
    content: attr(data-initials);
    width: 64px;
    height: 64px;
    background: #3a3a3a;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9CC239;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 0.5px;
    display: none;
}

/* Avatar med utvald bild */
.employee-list li.has-thumbnail {
    /* När bild finns – ta bort initialerna */
}

.employee-list .employee-avatar {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
}

.employee-list .employee-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Fallback – initialer när ingen bild finns */
.employee-list li:not(.has-thumbnail)::before {
    content: attr(data-initials);
    width: 84px;
    height: 84px;
    background: #3a3a3a;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9CC239;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: 'Inter', sans-serif;
}

/* Innehållet */
.employee-list .employee-info {
    flex: 1;
}

.employee-list h2 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 4px 0 !important;
    font-family: 'Inter', sans-serif;
    font-style: normal !important;
    line-height: 1.2;
	padding-bottom: 0;
}

.employee-list .employee-title {
    font-size: 16px;
    color: #888;
    margin-bottom: 10px;
    display: block;
}

.employee-list .employee-contact {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.employee-list .employee-contact a {
    font-size: 16px;
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid #9CC239;
    padding-bottom: 1px;
    transition: color 0.2s;
}

.employee-list .employee-contact a:hover {
    color: #9CC239;
}

/* Mobil */
@media (max-width: 600px) {
    .employee-list li {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 20px;
    }
    .employee-list .employee-contact {
        flex-direction: column;
        gap: 8px;
    }
}

/* -------------------------------- Template About ----------------------------- */

.template-about .page .main .content-main .cell.top.left {
	width: 60%;/*530px;*/
}

.template-about .page .main .content-main .cell.top.right {
	margin-left: 4%;/*23px;*/
	width: 36%;/*337px;*/
}
.template-about .page .main .content-main .cell.top.right .thumbnail {
	width: 92%;/*313px;*/
}
.template-about .page .main .content-main .cell.top.right .thumbnail img {
	display: block;
	height: auto;
	width: 100%;
}

/* -------------------------------- Template News ----------------------------- */

.template-news .page {}
.template-news .page .main {}
.template-news .page .main .content-main .list ul li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.template-news .page .main .content-main .list ul li.last {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.template-news .page .main .content-main .list ul li .time {
	font-size: 13px;
}

/* ===== GRAVITY FORMS ORBITAL - LINING NORDIC ===== */

.gform_wrapper.gform-theme--orbital .gform_fields {
    row-gap: 5px !important;
}
/* Wrapper med vit bakgrund och limegrön topp-list */
.gform_wrapper.gform-theme--orbital {
    /* Override Orbital-variabler med limegrön accent */
    --gf-color-primary: #9CC239;
    --gf-color-primary-rgb: 156, 194, 57;
    --gf-color-primary-contrast: #1a1a1a;
    --gf-color-primary-contrast-rgb: 26, 26, 26;
    --gf-color-primary-darker: #7da028;
    --gf-color-primary-lighter: #b3d950;
    
    --gf-radius: 4px;
    
    /* Wrapper-styling */
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    border: 1px solid #eee;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    margin: 0 auto;
}

/* Rubrik */
.gform_wrapper.gform-theme--orbital .gform_title {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.gform_wrapper.gform-theme--orbital .gform_required_legend {
    font-size: 12px;
    color: #888;
    margin: 0 0 24px 0;
}

/* Labels */
.gform_wrapper.gform-theme--orbital .gfield_label {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    margin-bottom: 8px !important;
    letter-spacing: 0.2px;
}

/* Sub-labels (Förnamn, Efternamn, etc.) */
.gform_wrapper.gform-theme--orbital .gform-field-label--type-sub {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #888 !important;
    margin-top: 4px !important;
}

/* Asterisken */
.gform_wrapper.gform-theme--orbital .gfield_required_asterisk {
    color: #9CC239;
    margin-left: 2px;
}

/* Inputs, textareas, selects */
.gform_wrapper.gform-theme--orbital .gfield input[type="text"],
.gform_wrapper.gform-theme--orbital .gfield input[type="email"],
.gform_wrapper.gform-theme--orbital .gfield input[type="tel"],
.gform_wrapper.gform-theme--orbital .gfield input[type="url"],
.gform_wrapper.gform-theme--orbital .gfield input[type="number"],
.gform_wrapper.gform-theme--orbital .gfield textarea,
.gform_wrapper.gform-theme--orbital .gfield select {
    width: 100% !important;
    padding: 12px 16px !important;
    font-size: 15px !important;
    font-family: inherit !important;
    color: #1a1a1a !important;
    background: #f8f8f8 !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 4px !important;
    transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
    box-shadow: none !important;
    line-height: 1.5;
}

/* Focus */
.gform_wrapper.gform-theme--orbital .gfield input:focus,
.gform_wrapper.gform-theme--orbital .gfield textarea:focus,
.gform_wrapper.gform-theme--orbital .gfield select:focus {
    background: #fff !important;
    border-color: #9CC239 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(156, 194, 57, 0.15) !important;
}

/* Placeholder */
.gform_wrapper.gform-theme--orbital .gfield input::placeholder,
.gform_wrapper.gform-theme--orbital .gfield textarea::placeholder {
    color: #aaa;
    font-weight: 400;
    opacity: 1;
}

/* Textarea */
.gform_wrapper.gform-theme--orbital .gfield textarea {
    min-height: 140px !important;
    resize: vertical;
}

/* Consent (checkbox) */
.gform_wrapper.gform-theme--orbital .ginput_container_consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.gform_wrapper.gform-theme--orbital .ginput_container_consent input[type="checkbox"] {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    accent-color: #9CC239;
    cursor: pointer;
    flex-shrink: 0;
}

.gform_wrapper.gform-theme--orbital .gfield_consent_label {
    font-size: 14px !important;
    color: #555 !important;
    font-weight: 400 !important;
    line-height: 1.5;
    cursor: pointer;
}

.gform_wrapper.gform-theme--orbital .gfield_consent_label a {
    color: #1a1a1a;
    border-bottom: 1px solid #9CC239;
    text-decoration: none;
    transition: color 0.2s;
}

.gform_wrapper.gform-theme--orbital .gfield_consent_label a:hover {
    color: #9CC239;
}

/* Skicka-knappen */
.gform_wrapper.gform-theme--orbital .gform_button {
    padding: 14px 32px !important;
    background: #9CC239 !important;
    color: #1a1a1a !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer;
    transition: background 0.2s;
    box-shadow: none !important;
	width: 100% !important;
}

.gform_wrapper.gform-theme--orbital .gform_button:hover {
    background: #b3d950 !important;
}

/* Mobil */
@media (max-width: 600px) {
    .gform_wrapper.gform-theme--orbital {
        padding: 28px 20px;
    }
    .gform_wrapper.gform-theme--orbital .gfield input,
    .gform_wrapper.gform-theme--orbital .gfield textarea {
        font-size: 16px !important;
    }
}