/******************************************************************
Stylesheet: Viken overrides

Moved verbatim from Appearance > Customize > Additional CSS.
Loaded after dist/styles/style.min.css, so these rules win.

Plain CSS on purpose: this file is NOT part of the gulp build and
is served directly from assets/styles/. Edit it and the change is
live, no npm install or gulp run required.
******************************************************************/

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Manrope:wght@200..800&display=swap');

body, .header-wrapper .header-slogan .main, .header-wrapper .header-slogan .semi, h1, h2, h3, h4, p, .block-cta .contact-cta .cta-button button, .service-button, .titel, .menu-item li span, #main-menu a, .header-wrapper .header-slogan .main-subpage, input, textarea {
	font-family: Manrope !important;
	text-shadow: none;
}

a, a:visited {
	color: #344b2d;
}

li input, li textarea {
	font-size: 20px !important;
	font-weight: normal !important;
}

.header-wrapper .header-slogan {
	padding: 0;
	height: 90% !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

#site-header-inner #main-menu, .menu-header-menu-container  {
	background-color: #5caa39;
}

.block-employees .employees .single-employee .information, #site-footer .outer, #site-header-inner .company-informations .kontakt .mail .icon, #site-header-inner .company-informations .kontakt .phone .icon, .block-employees .employees-infobox-wrapper .employees-infobox, .block-cta.alignfull {
	background-color: #5caa39 !important;
}

.company-informations .mail img.icon, .company-informations .phone img.icon {
	width: 5px !important;
	margin-right: 20px !important;
}

a:hover {
	opacity: .9;
}

.company-informations .mail .info a:hover, .company-informations .phone .info a:hover {
	color: green !important;
}

#site-header-inner .sub-menu {
	background: #344b2d !important;
}

#site-header-inner #main-menu a,
.block-employees .employees .single-employee .information, .block-employees .employees .single-employee .information span, #site-footer .outer, .block-cta .contact-cta .information h2, .block-cta .contact-cta .information p  {
	color: white;
}

footer .menu-header-menu-container {
	background: none !important;
}

footer .menu-header-menu-container .sub-menu {
	display: none;
}

.nav li ul.children li:last-child a, .nav li ul.sub-menu li:last-child a {
	color: white !important;
}

.nav li:last-child a {
	color: #344b2d !important;
}

.header-wrapper::before {
	background-color: black;
}

.header-wrapper {
	background-color: rgba(20, 35, 17, 0.3);
  background-blend-mode: darken;
	height: 80vh;
}

#site-header-inner .company-informations .kontakt .mail .icon, #site-header-inner .company-informations .kontakt .phone .icon {
	border-radius: 20px;
}

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

	.logo a img {
		width: 158px;
		margin: -15px 10px !important;
	}

	#inner-content, #site-footer-inner, .archive-wrapper {
		padding: 0 5vw !important;
	}

	.header-slogan {
		padding-left: 5vw !important;
		padding-right: 5vw !important;
	}

	.header-wrapper {
	max-height: 60vh;
}

}
/* CHANGED VIKEN END */

p {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

h2, h3 {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

h3.wp-block-heading {
	font-size: 1.6rem;
	font-weight: normal;
}

#site-footer .box.information p {
	margin-left: 0px
}

ul {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-image {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.blocks-gallery-grid, .wp-block-gallery {
	margin-left: auto;
  margin-right: auto;
}

.services a img {
	max-width: 200px;
	max-height: 180px;
}

body.home .block-services .servicebox .services p {
	display: none;
}
body.home .block-services .servicebox .services .service-button {
	display: none;
}

.block-services .servicebox {
	margin-bottom: 80px;
}

body.post-type-archive-service .archive-wrapper .services {
	display: grid;
	display: flex;
	align-items: start;
	margin-left: auto;
	margin-right: auto;
}

Body.post-type-archive-service .archive-wrapper .services .image img {
	padding: 0px;
	width: 50%;
}

body.post-type-archive-service .archive-wrapper .services .image {
	min-height: auto;
	Max-width: 300px;
	background-color: transparent;
}

body.post-type-archive .header-wrapper {
	background-image: url('/content/sites/9/2026/06/containerutleie-avfallsdunker.jpg') !important;
}

/*nyheter page*/
.page-id-999 .projects {
	margin-top: 103px!important;
}

@media (max-width: 767px) {
	body.post-type-archive-service .archive-wrapper .services {
		display: block;
		margin: 5em 0;
	}
	body.post-type-archive-service .archive-wrapper .services .image {
		margin-bottom: 1em;
	}
	Body.post-type-archive-service .archive-wrapper .services .image img {
		margin-left: 0px;
	}
	body.post-type-archive-service .archive-wrapper .services .content/sites/9 button {
		margin-top: 0px;
	}
	.block-services .servicebox .services a .img-box {
		min-height: none !important;
		margin-bottom: 10px;
	}
	.block-services .servicebox .services a img {
		max-height: none !important;
	}
}

@media (max-width: 520px) {
	Body.post-type-archive-service .archive-wrapper .services .image img {
		width: 100%;
		max-width: none;
		margin-left: auto;
		margin-right: auto;
	}
	body.post-type-archive-service .archive-wrapper .services .content/sites/9 h2 {
		text-align: center;
	}
	body.post-type-archive-service .archive-wrapper .services .image {
		margin-bottom: 1em;
		margin-left: auto;
		margin-right: auto;
		max-width: 150px;
	}
	body.post-type-archive-service .archive-wrapper .services .content/sites/9 {
		text-align: center;
	}
	.block-employees .employees {
		margin: auto;
	}
	.project-details {
	flex-direction: column !important;
	padding:0 10px 20px !important;
	}

	/*cookie consent*/
	.coi-consent-banner{
		top: 40px;
		background-color: transparent !important;
	}
	.coi-consent-banner__summary{
		padding-top: 10px !important;
		}
	.summary-texts__description {
    font-size: 10px !important;
	}

	h1 {
		line-height: 100% !important;
	}
	h2 {
  font-size: 1.5rem !important;line-height: 100% !important;
}
	h3 {
  font-size: 1.3rem !important; line-height: 100% !important;
}
}

.block-employees .employees {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
}

.block-employees .employees .single-employee .image {
	width: 100%
}

.block-services .servicebox .services a h4.services {
	text-align: center;
	background-color: transparent !important;
	padding: 0px !important;
}

.block-services .servicebox .services a .img-box {
	background-color: transparent !important;
	padding: 0px !important;
}

.block-services .servicebox .services:hover {
	opacity: 70%;
}

Body.post-type-archive-service .archive-wrapper .services .image .title {
	display: none;
}

.block-testimonials h3 {
	display: none;
}

.block-employees .employees .single-employee .information {
	width: 100% !important;;
}

.block-employees .employees .single-employee .information p {
	display: block !important;
}

.content/sites/9.cf .details {
max-width: 450px;
}

.information .badges img {
	max-width: 100px;
}

.page-id-1265 h4 {
	max-width: 780px !important;
	margin: 3rem auto 0;
}

.page-id-1265 .alignright {
	max-width: 50%;
}

.gavekort {
  background: #DAF7A6;
  padding: 10px 10px 20px;
  margin: 50px auto;
}

body.postid-1366 h3 {
  font-size: 1.6rem;
}

body.postid-1366 iframe {
  width: 400px;
  height: 400px;
}

@media only screen and (max-width: 600px) {
  body.postid-1366 iframe {
  width: 300px;
  height: 300px;
}
}

/* NEW JOB SITE */

.gformMain .gform_wrapper.gravity-theme .gfield--type-radio .gfield_label, .gformMain .gform_wrapper.gravity-theme .gfield--type-checkbox .gfield_label {
  line-height: 120% !important;
}

.gform_wrapper.gravity-theme .gsection {
    margin-top: 7vw !important;
    margin-bottom: 7vw !important;
}

body.page-template-career-page-template .header_forside.jobb {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 10%, rgba(0, 0, 0, 0.3) 60%, transparent 100%),url(/content/sites/9/2026/07/jobbhososs.jpg) !important;
	background-repeat: no-repeat !important;
  background-position: center !important;
	background-size: cover !important;
}

body.page-template-career-page-template a {
  color: green;
}

body.page-template-career-page-template a:hover {
  color: black;
  text-decoration: none;
}

body.page-template-career-page-template h1.jobb-heading {
  font-size: 4rem !important;
  line-height: 100% !important;
}

body.page-template-career-page-template h2 {
	line-height: 140% !important;
	margin: 20px auto 40px !Important;
}

	body.page-template-career-page-template input, body.page-template-career-page-template textarea {
		font-size: 18px !important;
	}

.jobb-header {
  max-width: 800px !important;
}

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

body.page-template-career-page-template h1.jobb-heading {
  font-size: 2.4rem !important;
}

body.page-template-career-page-template h1 {
  font-size: 1.5rem !important;
  line-height: 130% !important;
  }
}

/* SØKNAD VIKEN */

/*body.page-id-2291 .jobb-container img {
	width: 400px;
	height: 400px;
	float: left;
	object-fit: cover;
}

@media only screen and (max-width: 600px) {
	body.page-id-2291 .jobb-container img {
	width: 45vw;
	height: 45vw;
		margin: 0 !important;
}
}
*/

.brano-slideshow-wrap {
	background: transparent !important;
	margin-top: 40px;
	border-radius: 20px;

	width: 500px !important;
	max-width: 90vw;
	height: 430px !important;
}

.brano-slide {
	width: 500px !important;
	max-width: 90vw;
	height: 350px !important;
}

.brano-slide img {
	border-radius: 20px;
	width: 100% !important;
	max-width: 90vw;
	height: 350px !important;
	max-height: 90vw !important;
	object-fit: cover !important;
}

@media only screen and (max-width: 600px) {
	.brano-slideshow-wrap {
	height: 100vw !important;
}

.brano-slide {
	height: 90vw !important;
}

.brano-slide img {
	height: 90vw !important;
}
}

.block-services .servicebox .services {
	margin-bottom: 40px !important;
}

.block-services .servicebox .img-box {
	min-height: 150px !important;
	max-height: none;
	height: 100px;
	margin-bottom: 40px !important;
}

.block-services .servicebox .services a img {
	width: 200px;
	height: 200px;
	max-height: none !important;
	max-width: none !important;
	mix-blend-mode: multiply;
}

.contact-cta {
	position: relative;
}

.contact-cta h2, .contact-cta p {
	color: white !important;
}

.contact-cta::before {
	content: "";
	background-image: url('/content/sites/9/2026/07/trond-peker.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: auto 257px;
	width: 220px;
	height: 400px;
	position: absolute;
	bottom: 0;
	right: 25%;
}

.contact-cta h2, .contact-cta p {
		text-align: left !important;
		max-width: 80%;
	}

.contact-cta h2 {
	line-height: 110% !important;
	margin-bottom: 10px !important;
}

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

	.contact-cta h2, .contact-cta p {
		text-align: left !important;
		max-width: 70%;
	}

	.contact-cta::before {
	background-size: auto 300px;
	width: 300px;
	top: auto;
	right: -50px;
}
}

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

	.contact-cta h2, .contact-cta p {
		text-align: left !important;
		max-width: 100%;
	}

	.contact-cta {
		padding-bottom: 290px !important;
	}

	.contact-cta::before {
	background-size: auto 300px;
	width: 320px;
		height: 100%;
	top: auto;
	right: 0;
}
}

body.page-id-19 .contact-page {
	margin-bottom: 120px !important;
}

@media only screen and (max-width: 900px) {
	body.page-id-19 .contact-page {
	margin-bottom: 0px !important;
}
}

body.service-template-default .header-wrapper {
	background-size: 700px;
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 700px;
		mix-blend-mode: multiply;
}

.services a img {
	mix-blend-mode: multiply;
}

body.service-template-default .header-slogan {
	display: flex;
	flex-direction: column;
	align-items: center;
}

body.service-template-default .main-subpage {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 3px;
	background: black;
	margin-top: 70px !important;
}

@media only screen and (max-width: 900px) {
body.service-template-default .header-wrapper {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 100vw;
	}

	body.service-template-default .main-subpage {
	margin-top: 20vw !important;
}
}

.wp-block-separator.has-alpha-channel-opacity {
	color: green;
	max-width: 780px;
	margin: 50px auto;
}

.green {
	color: #5caa39;
	font-family: "IBM Plex Serif", serif !important;
  font-weight: 500;
  font-style: normal;
}

.rounded img {
	border-radius: 20px !important;
}

.multiply {
		mix-blend-mode: multiply;
}

@media only screen and (max-width: 600px) {
	.mobilehide {
		display: none;
	}
}

#site-footer .box.information .logo {
	width: 140px;
}

.cta-button {
	z-index: 1000;
}

#block_249d596cb80edef6145e10d518a5fdf8, .entry-projects {
	display: none;
}

body.page #contact-page .contact-page .information h3.title {
	background-color: transparent !important;
	padding: 10px !important;
}
